sysutils/file.
File is a file classification program. This version is the standard "file"
command for Linux, *BSD, and other systems. This is Ian Darwin's file(1)
command. It is maintained by Christos Zoulas.
Package supplied by Jeremy C. Reed in PR#20774 and also in pkgsrc-wip.
Thanks Jeremy.
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities which
are expected to exist on every operating system.
Previously these utilities were offered as three individual sets of GNU
utilities, fileutils, shellutils, and textutils. Those three have been
combined into a single set of utilities called the coreutils.
(or pkgsrc) from the 00DIST file:
4.67 March 27, 2003
Began the transition of the lsof ftp server host
name from vic.cc.purdue.edu to lsof.itap.purdue.edu.
That reflects Purdue organizational changes. This
first step makes the new name an alias to the old
one. The old name, vic.cc.purdue.edu, will remain
usable for an extended period.
...
At the request of Alek O. Komarnitsky <alek@komar.org>
added the "+c <width>" option to enable optional
changing of the COMMAND column output maximum width
from the default to <width>. The default maximum
width remains CMDL, as defined in lsof.h.
...
Added kernel event queue file support for FreeBSD,
NetBSD and OpenBSD. Andrew Brown <atatat@atatdot.net>
supplied the code.
...
Augmented a lock ID test on NetBSD to check if the
ID is an LWP pointer.
- logroll now rolls wtmpx and httpd-ssl as well (no reporting)
- proc-ipmon adds scan analysis and log data summary
- proc-news now produces a sorted domain-only readership report
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
WMMemMon is a dockapp to monitor memory and swap usages. It is supported
by X window managers such as Window Maker, AfterStep, BlackBox and
Enlightenment.
Provided in PR pkg/20632 by Thomas Runge.
* src/cpu_freebsd.c: changed to use <sys/resource.h> instead of
<sys/dkstat.h> in the case of __FreeBSD_version
>= 500101. (Thanks to Philip Paeps <philip at paeps.cx)
* doc/wmcpuload.1: updated
* cpu_darwin.c: added (Landon Fuller <landonblue at mac.com>)
* main.c: changed description for `--cpu' oprion to be more clear.
* README: updated
* cpu_irix.c: added for IRIX (Jonathan C. Patschke <jp at celestrion.net>)
* version 1.0.0 released
* code cleanup/review
* dockapp.c: renamed dockapp_getcolor() to dockapp_getcolor_pixel().
* dockapp.c: added get_closest_color_pixel() to find closest color in Pseudo
visual class.
* src/Makefile.am: added missing @DFLAGS@
* cpu_bsdi.c: added (Nicolas Belan <belan at matranet.com>)
* dockapp.c, dockapp.h: moved to libdockapp/dockapp.[ch]
* libdockapp/{COPYING,AUTHORS}: added (taken from libdockapp-0.4.0)
* configure.ac: removed '-L/usr/local/lib' '-I/usr/local/include' from
*_search_path (Thanks to Thomas Runge <coto at core.de>)
* README: added 'for GNOME users' section
* cpu_cywin.c: rewrote to separate cpu_get_usage().
( ==> cpu_get_usage_9x(), cpu_get_usage_NT())
* dockapp.c: removed background panel from windowed mode.
* dockapp.c: added '-wp, --windowed-withpanel' option.
* main.c: added '-t, --title' option to specify title name
(Thanks to Ryan Lovett <ryan at ocf.berkeley.edu>)
* wmcpuload.1: updated
* cpu_netbsd.c: added 'CP_INTR' parameter
* added NetBSD support (Thomas Runge <coto at core.de>)
Closes PR pkg/20631 by Thomas Runge (the maintainer).
overridden by the user via CDRECORD_CONF.
You must move your config file to the new location if you update!
patch man pages and print a MESSAGE if CDRECORD_CONF is not set to
`/etc/default/cdrecord', as required by license.
bump PKGREVISION.
addresses PR pkg/20593 from Steven M. Bellovin.
- Ensure ${name} is set when -f is used
- configuration parsing now permits key += value, and continuation lines
- If probe fails without output do not attempt to update rconfig_probe
- Try to explain tags a little more clearly