Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs.
the snapshot this is replacing (egcs rev 2.92.x). However people have
reported less problems with 1.1.1-prerel than the current snapshots.
workaround for a problem in the ncurses library.
The vim5.3's "configure" script checks for tgetent() in ncurses. It's
found in the 3.0 libncurses (so vim is linked with it), but this
check fails under FreeBSD 2.2.x, so it's linked with libtermlib.
Submitted by: "José Mª Alcaide" <jose@we.lc.ehu.es>
ports in batch (example, to take to another site and build, or to build
your own distfiles CDROM).
Reviewed by: Scot W. Hetzel <hetzels@westbend.net> (the Maintainer)
I eliminated DISTFILES and PKGNAME by just using EXTRACT_SUFX.
On a funnier note, the MASTER_SITE didn't like us sending our e-mail
address as "president@whitehouse.gov" to get around it's "no-root" login
policy. So I had to change this to "portsuser@FreeBSD.org".
530- SIR, how'bout using a NSA machine instead?
530 Goodbye.
--------------
LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.
LZO implements a number of algorithms with the following features:
+ Decompression is simple and *very* fast.
+ Requires no memory for decompression.
+ Compression is pretty fast.
+ Requires 64 kB of memory for compression.
+ Allows you to dial up extra compression at a speed cost in the
compressor. The speed of the decompressor is not reduced.
+ Includes compression levels for generating pre-compressed data
which achieve a quite competitive compression ratio.
+ There is also a compression level which needs only 8 kB for
compression.
+ Algorithm is thread safe.
+ Algorithm is lossless.
Author: Markus Franz Xaver Johannes Oberhumer
markus.oberhumer@jk.uni-linz.ac.athttp://www.infosys.tuwien.ac.at/Staff/lux/marco
----------
mbx2mbox converts Microsoft Outlook Express .mbx files into
standard mail files (mbox) that programs like Pine, Mutt, and
Netscape can parse.
Usage: mbx2mbox file1.mbx file2.mbx ...
http://www.cs.virginia.edu/~dwc3q/code/
PR: ports/8830
Submitted By: Josh Gilliam <josh@quick.net>
WXftp is an X Window System FTP client
Major features available in current (0.4.0) release:
o User-friendly, intuitive interface (both GTK+ and Motif).
o Passive data transfers
o Convenient session manager window
o On-line help system
o Recursive downloads with resume option
o Recursive uploads
o Multiple delete with option to recurse
o Auto-redial option
WXftp is copyright (c) 1998 by Alexander Yukhimets <alexy@edgarmail.com>.
All right under the copyright reserved.
This committer thinks this program is really neat as well. :>
PR: ports/8413
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.de>