DEPRECATED: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months This port expired on: 2009-04-29 Advanced i/o, networking, and arithmetic compression C++ classlib
There is no maintainer for this port. Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org Port Added: 19 May 2001 08:05:42 Also Listed In:net License: not specified in port
cppadvio: Advanced i/o, Networking, and Arithmetic Compression
classlib, extended file names, and portable handling and compression
of binary data
A collection of classes and C++ streams that perform:
- a variable-bit coding of sequences of integers (including
Arithmetic compression),
- a trick of sharing a stream buffer (a "file") among several streams,
- handling of extended file names, with uni- and bi-directional 'pipes'
and a 'tcp://' prefix
- explicit endian specification in dealing with integer streams
- TCP streams
- a Vocabulary package, (poly/homo)morphic dictionaries with a
dynamic "inheritance" path, an embedded OO system
Current Version: 2.6, November 19, 2000.
WWW: http://pobox.com/~oleg/ftp/packages.html
Oleg Kiselyov
mailto:oleg@pobox.com, mailto:oleg@acm.org, mailto:oleg@computer.org
port deleted on 2009-05-01 REASON: Has expired: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
Number of commits found: 15
Commit History - (may be incomplete: see SVNWeb link above for full details)
2009-04-22 audio/snowstar: tcl8.0 support is going to be dropped
2009-04-29 devel/cppadvio: abandoned upstream, does not work with current
versions of GCC, needs gcc295 which has been failing to build for months
2009-04-22 irc/olirc: project is discontinued and tcl82 support is going to be
dropped
2009-04-12 multimedia/toxine: has been inactive for almost 5 years
2009-04-17 net-mgmt/nagios12: Obsolete version, consider migration to
net-mgmt/nagios
2009-04-28 sysutils/bbsmount: unmaintained, does not work with current versions
of GCC, needs gcc295 which has been failing to build for months
2009-04-30 sysutils/puppet-devel: Use sysutils/puppet instead
2009-04-28 sysutils/tua: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-04-28 x11/qrash: unmaintained, does not work with current versions of GCC,
needs gcc295 which has been failing to build for months
Mark for deprecation, since abandoned upstream, failing to work with
current versions of GCC, and requiring gcc295 which fails to build
itself (and does not support current version of FreeBSD nor most
primary targets).
EXPIRATION_DATE=2009-04-29
BROKEN: Does not compile on alpha 4.x
# This is probably broken on all !i386 platforms, but it depends on gcc
# 2.95, and alpha 4.x is the only non-i386 platform where that builds.
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead)