Drop the pure Perl implementations of the encoders and
decoders. They are bloat that hides real problems in
the XS implementations. I will re-release them separately
in the new MIME-Base64-Perl distribution.
The 'gcc -Wall' fix in 2.22 broke support for perl5.005,
as the isXDIGIT() macro is not available in that perl.
This problem has now been fixed.
- Support WITH_DB_VER=42 to build against db42 rather than
default db4
- Switch to bz2 to reduce download time and data volume.
- Fix up forgotten src/version.c update to 0.15.13.2
PR: 61284
Submitted by: maintainer
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>
If you are using older version of these ports updating is encouraged,
`cdrecord -toc` for CD-ROM drives and a Rock-Ridge related bug in
mkisofs were fixed. For a full list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a24
- Add README.audio to the PORTDOCS of cdrtools-devel.
Submitted by: maintainer
ATAidle is a utility to set the power management features
of ata hard drives. This includes idle and standby timeouts,
APM and acoustic level settings, and it can show details about
the installed devices.
PR: 61217
Submitted by: Bruce Cran <bruce@cran.org.uk>
The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for
authoritative queries and another for recursive queries. The
received answers are sent back to the client unchanged. No local
caching is done.
Approved by: erwin (mentor) (implicitly)
MASTER_SITES. The distfile is fetchable from these sites although
www.squidguard.org is currently not reachable (for me) due to DNS
or domain registration problems.
- move runtime dependency from www/squid24 to www/squid
PR: 61255
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
Approved by: maintainer
portsdb(1)
- Follow ports intrastructure changes wrt build-time dependency --
now portsdb -U properly picks EXTRACT_DEPENDS so they appear build-time
dependency. (Thanks to schweikh)
misc.
- Fix typos in documentation. I seem to be unable to spell "pacakge"
correctly, being a portmgr. Or was it "pakcage" ? Anyway, it was
fortunate that I wasn't a packge manager.
- If not Irssi, rainbow keepstate is down with a dotfile
- Bugfix: HTML < and > entity escaping fixed
- Bugfix: IRC output doesn't use ANSI resets (breaks xchat! thanks
kin)
- Optimization: Don't change HTML bgcolor unless it differs from
the default black.. saves lots of space
- Make Term::ANSIColor optional (ansi is disabled if no lib)
- Silenced the throttling message, what's the point of THAT
- Cleaned up the COWPATH code a bit.. better detection
- html output has div container to set background to black, for
pasting chunks of html, e.g. to livejournal.
- Abstract prefix code to its own filter, for code consistency
Submitted by: Chris Jones