redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
+ Use sysutils as the category, since it's best-placed there
+ Bring over the patch from x11/xmeter to quieten the compilation.
+ Retain the installation into X11BASE from sysutils/xmeter (there's an
application default file that has to be placed somewhere)
+ Retain the better description from sysutils/xmeter
Xmeter displays a periodically updating histogram of the system
statistics gathered by rstat(3) for the specified hosts. Meters can
be displayed in a vertical, horizontal or rectangular arrangement. As
statistics range between 4 user defineable levels (OK, WARN, ERROR or
FATAL), the background, foreground, highlight, border and internal
border colors, and the background bitmap of each meter can be changed.
Xmeter uses the StripChart widget of the Athena Widget Set to graph
each statistic. StripCharts automatically scale the graph as the
value varies. Each time a graph is updated, xmeter will examine the
current value of the statistic and the current scale. As the number
of scale lines increases above wlevel and elevel the background colors
and bitmaps of each meter are modified as specified. The current
scale value can be examined by clicking any mouse button while the
mouse pointer is in the StripChart. If the host is down the time it's
been down will also be displayed.
Each meter has its own label displaying the host name and statistics
name. The statistic being graphed may be modified while xmeter is
running by moving the mouse pointer into the label part of a meter,
clicking any mouse button, and sliding down to the desired stat. This
menu also contains a quit option to exit xmeter.
by Gerrit Pape <pape@smarden.org> in private mail:
>Since I plan to make an updated set of manpages for djbdns in the next weeks,
>I decided to switch to date-versioning the archives to not break the BSD
>ports in future. The newest archive will always be accessible through
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man.tar.gz
>This is a symlink to
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man-20010502.tar.gz
>right now. The date-version is always YYYYMMDD.
Thanks for the note!
releated changes from the release notes for 4.59 include:
4.59 October 20, 2001
...
Added an additional UVM test to the NetBSD Configure
stanza. Andrew Brown <atatat@atatdot.net> supplied
the test; it recognizes NetBSD 1.5Y UVM changes to
the vnode structure recently committed by Chuck
Silvers.
...
Added an IP version selector to the -i option
parameters.
syslogd(8) via Perl's XSUBs. The implementation attempts to resemble
the native libc-functions of your system, so that anyone being familiar
with syslog.h should be able to use this module right away.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
ExtIPL is a boot selector compatible with IBM-IPL. ExtIPL has
many extended features such as
- boot an OS in a nonactive partition
- boot an OS in an extended partition
- boot an OS in the second or later hard disks
- support LBA access
Provided in PR 13955 by Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp)
"gnome-vfs-config --cflags" into the buildlink equivalent with
BUILDLINK_CONFIG_WRAPPER_SED. Also correct the list of files to symlink
into ${BUILDLINK_DIR} based on the contents of the PLIST: BUILDLINK_FILES.*
should resolve to files, not directories.
iron lawn ornament for the desktops of today's hacker set: A gorgeous,
highly configurable load and status meter written entirely in Perl.
Serious pink-flamingo territory. For evil geniuses only.
iron lawn ornament for the desktops of today's hacker set: A gorgeous,
highly configurable load and status meter written entirely in Perl.
Serious pink-flamingo territory. For evil geniuses only.
New APIs:
* New gnome_vfs_uri_resolve_relative call (Ian)
* New module callback API (Mike, Maciej)
* Authentication and proxy authentication callbacks (Mike)
New features:
* Start on an SSH module, disabled by default for now (Ian)
* Handle the IceCast/ShoutCast non-standard variant of the HTTP
protocol (Maciej)
* SSL and https support (Ian, Seth, Maciej)
* Extensive API docs (Seth, Sri, Ian, Jonathan, Maciej, Glynn)
* New translation (Abel Cheung)
Bug fixes:
* Move headers for future parallel-install compatibility (Maciej)
* FTP directory loading fixes (Jacob)
* Fix detection of KOffice file mime types (Frederic)
* Ensure all headers are standalone-includable (Darin)
* Assorted code cleanup (Darin, Anders)
* Split type declarations in gnome-vfs-types.h into individual
headers; gnome-vfs-types.h is stull around for compat (Seth, Darin)
* Header fixes (Darin)
* Random crash and leak fixes (Havoc, Anders, Maciej)
* Build fixes (Darin, Maciej, Ian, Robin, Carlos, Ramiro, Jonas)
Portability fixes:
* Fix module configuration files and parsing code to work on systems
that don't use .so as the extension for shared libraries (Jacob)
* Add recorsive mutex wrappers for use on systems that don't provide
recursive mutexes natively (Dan)
* Misc portability fixes (Laca, Frank Belew)
changes include:
- ups info moved to ups.conf instead of upsd.conf
- unified driver control between ups drivers
- upsmon doesn't run as root by default any more; most of the work is
done by an unprivileged child, with a parent only accepting shutdown
messages
- more model support:
- AEG Proect S. - aeg
- SMS Ltda (Brazillian) - sms
- SOLA 620 - bestups
- Ever UPS - everups
- various other improvements and bugfixes
see http://www.exploits.org/nut/release/new-0.45.1.txt for more details)
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
X Northern Captain is a X Window file manager that allows to create, copy,
move, rename, delete, view and edit files in a Virtual File System (VFS).
VFS consists from a normal disk space and a Archive File System (AFS).
All file operations in AFS can be done exactly as in normal file system.
The IVES - file viewer and editor for X Window included, provides a
comprehensive way to view and edit images in many different formats: GIF,
JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG.
Package provided by Rui-Xiang Guo <xg@ms25.url.com.tw> in PR pkg/13835
Changes:
1.2.2 Wed Aug 22, 2001
----------------------
* Hostname panel can also display system name.
* Move krells out of the way only if data is displayed in panels,
* Bugfixes:
o Close open files before launching panel commands and net timer command.
o Display and alert setting problems for negative voltages.
o Allow "owner" as well as "user" for fstab mounting.
* Contributions:
o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix some compile
issues with defining INET6 and HAVE_GETADDRINFO for Solaris 7. Also
made removable disk media ioctl work for Solaris 7.
o Przemyslaw Sulek <pbs@linux.net.pl> sent in a Polish translation.
o we don't use X11BASE any more, install to normal PREFIX
o clean up Makefile
o link gkrellm with --export-dynamic so now plugins work properly
(fixes pkg/13884 by Jasper Wallace <jasper@pointless.net>
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
* silence a warning about missing prototype
* when *alloc() fails to get some memory, print an error and exit,
instead of crashing
Bump version to 3.0nb2
o Added locale support to lsof's isprint() test,
based on a suggestion from Dan Mercer <damercer@mmm.com>.
Lsof will use setlocale(), when that function and
its supporting <locale.h> header file are available.
New version's existence brought to my attention by Lloyd Parkes.
- use 'id' instead of 'finger'. this is not a real problem, but it
is enough and fixing the next problem makes it possible to use it.
- grep -q doesn't work on solaris, so use a different way to suppress
the output from the user check.
- the return code check for the user was reversed.
Changes:
17.07.01:
* update the writeable flag in HD setup
* final touches to non-root wrapper
16.07.01:
* add CDRTOOLS_PREFIX in Makefile for more flexible
installation
* show image-list in verify tracks menu even when no CD is
loaded
* check if image directories are writeable
15.07.01:
* set permissions of /etc/xcdroast.conf to 644 after first
start when old version found
* remove -r commandline option for security reasons
* make wrapper checking allowed users and hosts
* make process windows wider to avoid cut-off labels
* make "minimaly blank" mode default
* allow verifying of self-mastered or external iso tracks
14.07.01:
* first version of non-root wrapper useable
* set correct filemodes on saved text-outputs
* create the configuration directory at startup
* fix bug in non-root-mode when you can cancel out of setup
without setting image directories
* check for common "cannot open new session" errors in
cdrecord output and advise user to switch to TAO
* handle dos format textfile format
13.07.01:
* first tests with the non-root wrapper
* add -n switch to commandline help
12.07.01:
* dont set tooltip color manually - it screws up
multibyte fonts
11.07.01:
* added japanese translation
10.07.01:
* added option in setup to save a default write mode setting
08.07.01:
* added galician translation
* added new dialog in master-menu which does the
redirection stuff when adding directories automatically
28.06.01:
* fix problem when copying an unpadded CD-R.
(last sectors got lost)
27.06.01:
* manual scanbus override should work now. I am interested
in feedback.
26.06.01:
* new commandline option to give a list of devices, instead
of using -scanbus. Very useful on AIX and OpenBSD systems.
24.06.01:
* dont expand ~/ in logfile setting (broke in non-root-mode)
* add startup-message in logfile
* workaround for crash caused by eazel-gtk-theme (mandrake 8.0)
* fix a lot of cursor leaks
* fix crash when writing a toc file on solaris
* use sectors on mkisofs tsize option
23.06.01:
* integrate joliet charsets into the master-menu
(Also thanks to Georgy Salnikov for the idea)
* dont crash on unknown group-ids
22.06.01:
* query joliet charsets from mkisofs
21.06.01:
* reworked verifying code.
(Thanks to Georgy Salnikov <sge@nmr.nioch.nsc.ru>)
* verifying of padded CDs works now fine.
20.06.01:
* make cdrtools-1.10 default
19.06.01:
* had other stuff to do. Got back to work at X-CD-Roast
* update translations for brasilian portuguese, estonian,
slovak and french
* added translations for finnish, bulgarian and czech.
* allow image-directories with space in their name
* sort the image-list display alphabetically
* merged AIX and HP-UX audio patches from
Stefan Benke <benke@iam.rwth-aachen.de>
* fixed possible crash when a CD-Extra is inserted
* corrected tons of typos in the documentation
25.12.00:
* fix wav-file detection code
(Thanks to Mark Bratcher <mbratch@coollink.net>)
01.12.00:
* fix some compiler warnings
29.11.00:
* fix cdrecord scanbus parser crash on HP-UX
Changes since 1.0.8:
NOTE: Some configuration issues:
o Net and inet command launching will need re-entering.
o Inet charts can't use data saved by 1.0.x versions.
o Plugins that were automatically enabled by being in
~/.gkrellm/plugins will now have to be enabled on the plugins
config page. A consequence of this is that your existing
configuration setup for these plugins may be lost.
* New chart drawing routines give many appearance options which
can be configured by right clicking on the charts. Plugins
which create charts must make some coding changes - see the
plugins changelog.
One of these options is a split view which uses a new theme
image, so split views in some themes won't look right until the
themes are updated.
* CPU charts can now show nice time, which also uses a new theme
image.
* New panel routines so panel and chart interfaces will be
consistent, but unlike chart plugins, meter styled plugins may
upgrade gracefully without a "required" recompile - see plugins
changelog.
* Added an alert interface so limits can be set for triggering
warn and alarm commands. Builtin APM and sensor (temps, fan,
volt) monitors can have alerts set. Alerts can use the gvoice
plugin.
* User selectable fonts.
* User plugin placements.
* User definable format strings for drawing chart labels.
* Right click on most panels to open the monitor config window.
* There is no longer compatibility with pre 0.10.0 theme formats
(the change was announced a year ago).
Package change: buildlinkified.
convert to use buildlink.mk files, and mark as USE_BUILDLINK_ONLY. Changes
from version 2.9 fix a small error in how event timing was assumed to occur.
Changes since 2.5:
* Added workaround for errors caused by BIOS USB keyboard support.
* Fixed problems with reporting of 1 GHZ + processor speeds.
* Fixed Duron cache detection.
* Added screen buffer so that menus will work correctly from a serial
console.
* The Memtest86 image is now built in ELF format.
* Use correct ends of pipefd[] (as returned by pipe(2)).
* Fix '%f' escape in (pre|post)processor argument.
Previous two fixes provided by Stoned Elipot.
tdir is Yet Another Way To Display Directory Listings. Output is in
columnar format with sub-directories listed first, and then a listing
of the files ordered by their ending "extension" - typically the
characters following the rightmost '.' in the file name (though this
can be changed on the command line).
tdir supports recursive directory examination. Total output width as
well as column width can be set on the command line and tdir will
autoformat accordingly.
tdir is written in 'python' and requires a reasonably current version
of the 'python' environment to be present on the system.
The programs in service-config create and configure svscan-format
service directories.
* server-config creates an svscan-format directory for an arbitrary
service.
* rules-config configures access rules for use by a
service.
* svscan-config configures a service to run svscan.
* ipc-config configures a service to run ipcserver.
* ipcx-config configures a service to run ipcserver using access
rules.
* tcp-config configures a service to run tcpserver.
* tcpx-config configures a service to run tcpserver using access
rules.
- Apply the patch from pkg/13188 by Ron Roskens <roskens@elfin.net> to
fix problems with hard-coding /var/amanda.
- Remove USE_X11 from amanda-server since amanda-plot has already been
split out.
- Don't explicitly look for headers in ${PREFIX}/include.
Chnage patch to cddata.cpp to use getrawpartition(), and enclose
NetBSD-specific changes in #ifdef __NetBSD/#endif so that it's easier
to send back to KDE folks.
Changelog:
1.0.8 Mon Apr 16, 2001
----------------------
* Cesar Perez Turrado <cesar@perez.turrado.com> sent in updated es.po
* Bugfixes
o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix fonts with
XFree86 > 4.0.2
o Composite disk launch commands were not saved.
if the Device dialog is empty (we'll then use cdrecord's defaults).
XXX someone with some clues about gtk should remove the scsibus/target/lun
dialogs, as well as "check scsi settings", "detect scsi drive"
buttons from the "Cd recorder device options" box.
use scsictl identify, looping on /dev/rcd0d -> /dev/rcd7d.
This allows to store the real name of the device, instead of scsibus/target/lun
which is hard to use.
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
From the README file:
Licensing for the current version of sarah is quite simple: I (Matthew
Pounsett) retain all rights to this code. Anyone is free to use sarah, but it
may not be redistributed either in its original or any modified form without
the permission of the author (me). A more reasonable license will be
distributed with later versions of sarah (probably with the first non-beta
release).
* Expansion of $(dollar) broken in 1.6.0 - fixed
* Locking problem in cfd fixed. Problem causing access
denied while re-reading config files. MAXTRIES increased
for high volume services, was causing premature apoptosis.
dest= could not refer to a filename with spaces, fixed.
* Made recipient variables in client.c long instead of
size_t in rstat, for 64 bits. With %ld in scanf.
* Cfengine 1.6.0-1.6.3 introduces filters into processes
and files.
* 1.6.3 change from Berkeley DB2 to DB3 - not backward compatible!!!
Update Berkeley db with
cd build_unix
../dist/configure
make; make install
ln -s /usr/local/BerkeleyDB.3.2 /usr/local/BerkeleyDB
2000-06-13 David Masterson <David.Masterson@kla-tencor.com>
* 1.6.0.a2: re-released to Mark after stupid mistakes.
* src/Makefile.am (noinst_HEADERS): add cfparse.h
* Makefile.am (EXTRA_DIST): add acconfig.h
2000-06-12 David Masterson <David.Masterson@kla-tencor.com>
* 1.6.0.a2: released to Mark
* General: Attempted to convert to reincorporate all my Automake
stuff into the release.
2000-06-12 Mark Burgess <Mark.Burgess@hio.no>
* 1.6.0-alpha1: released
* General: Rewrite of DCE code by Transarc/IBM. Add elsedefine=
tag as complement to define=. CompressCommand action=compress in
files, tidy, compress=true for compressing files on the fly. Bug
in copy with size= fixed. Was ignored if file didn't exist.
Modules: in addition to setting classes, can return lines
=ENVVAR=value which sets cfengine environment variables. This
allows modules to set variables which can be inherited directly by
scripts.
2000-05-11 David Masterson <David.Masterson@kla-tencor.com>
* contrib/Makefile.am (pkgdata_SCRIPTS): change cfemacs.el to
cfengine.el in keeping with internal documentation. Also renamed
the file as well.
2000-05-08 David Masterson <David.Masterson@kla-tencor.com>
* Release: V1.6 released to Mark for verification.
* Everything: Many things have been changed and reorganized for
the shift to automake generated Makefiles. See the end of the
NEWS file for more information.
2000-04-24 David Masterson <David.Masterson@kla-tencor.com>
* ChangeLog: Created and initialized with old VERSION.DIFF
***************** Minor Version 5 ********************
KNOWN BUGS: linux, when making directories, ownership can perms can be wrong.
1.5.4
Added security message in checksum=md5 for cfengine if new files appear
Bug in class evaluation with multiple embedded groups fixed
Bug in file transfer could hang a server in special circumstances.
Bug in secure recursive copy (access denied incorrectly).
Type change, size is off_t in cfstat struct
Multiple define bug in copy: could cause endless loop
Thread counting error fixed in cfd
Required/disk suspicious warnings now cause classes to be defined
Resolver could delete substring lines
Extra measures against Denial of Service attacks on cfd, only one
instance of a host-IP may be connected at one time.
1) Multiple connections from the same host are refused by default
(before any recv())
2) A DenyConnectionsFrom list will prevent named IP adresses from connecting
(before any recv) or a general AllowConnectionsFrom mask...
3) If the thread table is full for more than five requests, cfd commits
suicide (apoptosis) to avoid resource usage by spamming.
The control variable "DenyConnectionsFrom = ( ip1 ip2 ... )" allows a list
of numerical IP masks to be specified, which cfd will deny connections from.
This can be used to prevent hanging connection attacks from malicous hosts
and other Denial of Service attacks.
e.g. cfd.conf
control:
AllowConnectionsFrom ( 128.39.89 )
DenyConnectionsFrom = ( 128.39.89.4 )
This is in addition to tcp wrapper stuff, but the TCP wrapper code cannot
protect against denial of service attacks.
typecheck=false in copy switches off error messages on type mismatch.
Changes:
Fixed bug in CD-TEXT writing code that caused the problems with the unreliable
read back of the written CD-TEXT data
Added CD-TEXT writing capability to the generic-mmc-raw driver; the recorder
must support the 96 byte raw P-W sub-channel writing mode to make use
of it
Fixed bug in generic-mmc-raw driver: the TOC type was not written correctly and
some flags for data tracks were missing in the lead-in
Fixed handling of toc type for multi session CDs: the toc-type of a session
that just contains audio tracks is always CD_DA, even in multi session
mode
BURN Proof support added by ITOH Yasufumi/Martin Buck
Fixed bug in calculating the CDDB id (SourceForge bug 413467)
Added option --with-cddb to read CDDB data automatically with commands copy,
read-toc and read-cd; it is now possible to add CD-TEXT data from CDDB
while performing an on-the-fly copy
Updated to libscg-0.5 from cdrtools-1.10
Handle drives that do not support the explicit power calibration command
Blanking of CD-RWs is now officially supported (command blank, option
--blank-mode)
Updated CD-R vendor table
Settings are now first read from "/etc/cdrdao.conf" and "/etc/defaults/cdrdao"
and then from "$HOME/.cdrdao"
Added command msinfo to output multi session information suitable for mkisofs
Overburning is now prevented by default and must be explicitly requested with
option --overburn. Fix for Debian bug #79585 (http://bugs.debian.org/cg
i-bin/bugreport.cgi?bug=79585&repeatmerged=yes).
Fixed error in cdrdao's manual page (Debian bug #82816, http://bugs.debian.org/
cgi-bin/bugreport.cgi?bug=82816&repeatmerged=yes)
cdrdao's help screen was reworked by Michael Reinelt
Added Giuseppe Corbelli's enhancements for the mp32dao script
Makefiles now use make variable datadir to specify the share directory location
Fixed printing toc-file name with command copy --keepimage
for the BK-Pro, BK series and FREQUPS F series UPS by Mitsubishi.
Addresses pkg/9541 by Takahiro Kambe.
(Correct directory this time, misimport was deleted.)
This package was provided in PR 12595 by Ben Collver
(collver@linuxfreemail.com)
Memtest86 is a thorough, stand alone memory test for i386 architecture
systems. BIOS-based memory tests are only a quick check and often miss
failures that are detected by Memtest86.
* Released GTop 1.0.13 "Endstation Gerolzhofen".
- patch from Vlad Harchev to avoid a style/theme
related crash.
* Released GTop 1.0.12 "Gerolzhofen".
- small fix for systems where frequency != 100.
- a lot of translation updates.
* Released GTop 1.0.11 "Berlin".
- this should finally fix the crash on startup
problem.
* Released GTop 1.0.10 "November Rain".
- this should fix a lot of crash on startup
and other bugs.
NOTE:
If you're upgrading from a very old version of
GTop and get a crash, please try removing your
~/.gnome/gtop before you file a bug report.
- command line -<num> put back in.
- got rid of annoying "sending signal #" debug message
- updated killall.1
- updated killall usage
- verbose now tells you what signal it is killing with.
- New maintainer
- Uses automake/autoconf to determine things
- License changed to GPL
- signames.h generated better (suggested by Grant Erickson)
- uses getopt() for better command line stuff
- makes less assumptions about process name, closes Debian Bug #53337
- Doesn't use losetup for loop devices in fuser.
- Better selection of process name (thanks to David desJardins)
safetynet allows you to monitor and restart processes without having to
write large and complicated init scripts. The config file is easy to
understand and learn and you can have the whole script setup and running
in under 10m, so you can get on with doing more important things than
worrying if your ssh daemon is still running.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Changes: new man page, POP3/IMAP connections can be on non-standard port
numbers if you enter server:port instead of just the server in the config.
Bugfixes: imap checking could not handle untagged responses to LOGIN, apm
will add itself under Net/Open BSD, meminfo label initialization and
mua_is_launched fixes.