- remove examples files as it was removed by upstream
- regen patches and set REGRESS_IS_INTERACTIVE
- add a new dependecy to RUN_DEPENDS
ok jasper@
reads ok sthen@
(maintainer timeout)
and use new MODRUBY_SITEDIR and MODRUBY_SITEARCHDIR variables in
PLIST.
Allow building on ruby 1.9 by using RARRAY_LEN() instead of
RARRAY()->len.
OK landry@, jcs@ for the bump and PLIST changes
script, so it can now be used in shebang lines. Remove the
building of nailgun, since nailgun support is now part of the
jruby binary.
This requires patching the included jruby-launcher gem to make a
similar change we used to make to the jruby.bash script, to set the
JAVA_HOME environment so things work correctly.
Also, create the SITEARCHDIR directory by default.
OK jcs@
Make regress run all three regression test suites. Before,
later regression test suites wouldn't be run if earlier ones
were not successful, which stopped the main test suite from
running on i386, macppc, and possibly other arches.
Override the arch setting to remove OpenBSD version from it,
so ports don't have to be bumped when OpenBSD version changes.
OK landry@, jcs@
Battery Monitor is a battery monitor for laptops. It displays the
current status of the battery (charge/discharge and energy level) as
well as some information about the general health of the cell.
OK landry@
Zipper consists only of a single window, displaying the contents of the
selected archive. Currently, you can view and extract .tar, .tar.gz,
.tar.bz2, .rar, .lha, .lhz, .zip and .7z archives. Further it allows to
create .tar.gz archives.
OK landry@
GNUstep Renaissance allows you to describe your user interfaces (that
is, the windows in your application, and the buttons, boxes, textfields,
etc in the windows) in simple and intuitive XML files, using an open,
standard format describing the logic of the interface. GNUstep
Renaissance can then, at run time, generate the user interfaces (using
the native host OpenStep-like libraries) by reading the XML files.
OK landry@