- Patch to fix missing paren in src/filedir.c
- Patch for case insensitive hostname matching removed
(now the default as of this version)
While I'm here:
- Respect hier(7): install examples into ${EXAMPLESDIR},
docs into ${DOCSDIR}
PR: 61602
Submitted by: maintainer
- Utilize INFO macro
- Fix CONFIGURE_TARGET for a new configure script
- add patch for right geometry calculation in 5.x
- fix patch-dosc_Makefile.in
- New MAINTAINER: sem@ciam.ru
PR: 61938
Submitted by: Sergey Matveychuk <sem@ciam.ru>
For a full list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a25
- Fix previous commit which made the cdrtools-devel port to not print the
available knob in the pre-everything target when said knob is turned on to
not offer it when compiling mkisofs-devel. Note that the former behaviour
will be removed again in case the cdrtools-devel port grows more knobs,
it's just to much mess in the makefile then.
- Introduce a small hack in the makefile of the cdrtools-devel port so the
cdrtools version has to be only specified once for PORTVERSION and DISTNAME.
- Reword the desciption of rscsi in the pre-everything message and the PLIST
to make clear that rscsi is the remote SCSI daemon and clients are built
into cdda2wav, cdrecord, etc. unconditionally.
- Bump the PORTREVISION of the mkisofs-devel port as underlying libraries
have changed.
Submitted by: maintainer
For a full list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a25
- Fix previous commit which made the cdrtools-devel port to not print the
available knob in the pre-everything target when said knob is turned on to
not offer it when compiling mkisofs-devel. Note that the former behaviour
will be removed again in case the cdrtools-devel port grows more knobs,
it's just to much mess in the makefile then.
- Introduce a small hack in the makefile of the cdrtools-devel port so the
cdrtools version has to be only specified once for PORTVERSION and DISTNAME.
- Reword the desciption of rscsi in the pre-everything message and the PLIST
to make clear that rscsi is the remote SCSI daemon and clients are built
into cdda2wav, cdrecord, etc. unconditionally.
- Bump the PORTREVISION of the mkisofs-devel port as underlying libraries
have changed.
Submitted by: maintainer
peripherals, file systems, device drivers, or any data stream supported
by the operating system. In its' simplest mode of operation, dt writes
and then verifys its' default data pattern, then displays performance
statisics and other test parameters before exiting. Since verification
of data is performed, dt can be thought of as a generic diagnostic tool.
WWW: http://www.bit-net.com/~rmiller/dt.html
PR: ports/61801
Submitted by: Radim Kolar <hsn@netmag.cz>
* Update docs with a better mergemaster procedure and better markup.
Partially submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
* Make etcmerge show usage information when run with no arguments.
Noticed by: Daniel O'Connor <doconnor@gsoft.com.au>
o) Modify configure to use internal libgd. This avoids compat problems
and the overkill install of libgd and dependent ports for a apcupsd
server machine.
Submitted by: Neil Darlow <neil@darlow.co.uk>
* The NetBSD pkgsrc patch was imported into the main tree.
* The correct version tag is now printed in the mail header.
* "Open" no longer replaces the text in the Fix section, it includes the file at cursor location.
* A new "Clear" button has been added.
* General code cleanup (mainly GTK_* macros)
PR: 61494
Submitted by: "Miguel Mendez" <flynn@energyhq.es.eu.org> (maintainer)
Approved by: erwin (mentor) (implicitly)
- Use new MASTER_SITES [1]
- Use DOCSDIR and pet portlint [2]
- Add new files in pkg-plist [2]
- Bump PORTREVISION
PR: 61435
Submitted by: Jason Harris <jharris@widomaker.com> [1], krion [2]
'userneu' is a Perl script that parses a list of usernames
and additional information (such as the real name or other
information to be put in the GECOS field in /etc/passwd)
and creates Unix accounts and (if desired) Samba accounts
as well. If the script stumbles upon duplicate user names
it can append random characters to the username until it
fits.
WWW: http://btmdx8.mat.uni-bayreuth.de/~johannes/userneu/userneu.html
-Andreas Fehlner
fehlner@gmx.de
PR: ports/60584
Submitted by: Andreas Fehlner <fehlner@gmx.de>
rsnapshot makes it easy to make periodic snapshots of local machines,
and remote machines over ssh. The code makes extensive use of hard links
whenever possible, to greatly reduce the disk space required.
It is written entirely in perl with no module dependencies, and has been
tested with versions 5.004 through 5.8.1.
WWW: http://www.rsnapshot.org
PR: 60873
Submitted by: Ralf van Dooren <r.vdooren@snow.nl>