This makes it similar to all other ruby libraries.
Since subversion's ruby bindings include a shared library in an
unversioned directory, rename the shared library from
svn_swig_ruby-1 to svn_swig_rubyXY-1. Bump -main subpackage as
well due to move of @comment entries in PLIST from -main to
-ruby.
OK stsp@
OK sthen@ benoit@
Comment:
tool for inspecting subroutines
Description:
Tool to inspect subroutines. It returns a hashref with information
about the sub.
since Mercurial 4.2.
Reported by landry@:
for l in (self.repo.sjoin('lock'), self.repo.join('wlock')):
AttributeError: 'localrepository' object has no attribute 'join'
While here, update to 1.9.0.
OK landry@. "go ahead" edd@ (MAINTAINER).
Remove edd@ as maintainer at his request.
OK benoit@
Comment:
alternative but compatible interface to modules that export
Description:
This module acts as a layer between Exporter and modules which
consume exports. It is feature-compatible with Exporter, plus some
much needed extras. You can use this to import symbols from any
exporter that follows Exporters specification. The exporter modules
themselves do not need to use or inherit from the Exporter module,
they just need to set @EXPORT and/or other variables.
SpiderMonkey is Mozilla's JavaScript engine written in C and C++.
Not hooked yet because the js52 binary eats all cpu by looping in shed_yelp()
original port from jasper@ with tweaks and fixes by yours truly
ok jasper@
"New framework: kirigami, a set of QtQuick plugins to build user
interfaces based on the KDE UX guidelines"
https://www.kde.org/announcements/kde-frameworks-5.37.0.php
$ pkg/DESCR
Kirigami is a set of QtQuick components at the moment targeted for mobile use
targeting both Plasma Mobile and Android. It’s not a whole set of components,
all the “Primitive” ones like buttons and textboxes are a job for
QtQuickControls but it’s a set of high level components to make the creation of
applications that look and feel great on mobile as well as desktop devices and
follow the Kirigami Human Interface Guidelines.
ok landry@