SHARED_ONLY = Yes wasn't set before, but it is set
automatically now, which is the correct setting. This
requires removing PFRAG.shared and integrating the
contents into PLIST.
ok landry, phessler, sthen
devname:uid), problem reported by Anton Maksimenkov with a different diff.
- new-style lib_depends/wantlib
- let ports-standard DEBUG=xxx work as expected and produce binaries
with symbols
sm_io.c diff looks good to henning@
by me and dcoppa@.
ApacheTop is a curses-based top-like display for Apache information,
including requests per second, bytes per second, most popular URLs, etc.
ok benoit@ dcoppa@
Parse::DMIDecode module provides an OO interface to SMBIOS information
through the dmidecode(8) command which is known to work under a number of
Linux, BSD and BeOS variants.
With tweaks from and ok sthen@
The lockfile package exports a LockFile class which provides a simple API for
locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf
and flock functions, and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms.
The lock mechanism relies on the atomic nature of the link (on Unix) and
mkdir (on Windows) system calls. An implementation based on SQLite is also
provided, more as a demonstration of the possibilities it provides than as
production-quality code.
All ruby .gem files are now hosted on rubygems.org in the same
directory. If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.
There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match. Most of these will be
dealt with in the near future.
OK landry@