diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-02 00:19:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-02 00:19:48 +0800 |
commit | ad2c8d61643f4f129c387d7c92aa97aec525f394 (patch) | |
tree | 0ba476bd74cf2a7416567c1f209dbb3e4bcd0ee7 /devel | |
parent | 8d1d83d798d658aff96d8887777bda72b721abc1 (diff) | |
download | freebsd-ports-gnome-ad2c8d61643f4f129c387d7c92aa97aec525f394.tar.gz freebsd-ports-gnome-ad2c8d61643f4f129c387d7c92aa97aec525f394.tar.zst freebsd-ports-gnome-ad2c8d61643f4f129c387d7c92aa97aec525f394.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/cppadvio/Makefile | 51 | ||||
-rw-r--r-- | devel/cppadvio/distinfo | 3 | ||||
-rw-r--r-- | devel/cppadvio/files/patch-Makefile | 84 | ||||
-rw-r--r-- | devel/cppadvio/files/patch-TCPstream.cc | 11 | ||||
-rw-r--r-- | devel/cppadvio/pkg-descr | 20 | ||||
-rw-r--r-- | devel/cppadvio/pkg-message | 10 | ||||
-rw-r--r-- | devel/cppadvio/pkg-plist | 16 |
8 files changed, 0 insertions, 196 deletions
diff --git a/devel/Makefile b/devel/Makefile index 053e12d0318f..b035ce6c4f97 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -186,7 +186,6 @@ SUBDIR += cons-test SUBDIR += cook SUBDIR += cpan-upload - SUBDIR += cppadvio SUBDIR += cppcheck SUBDIR += cppi SUBDIR += cppunit diff --git a/devel/cppadvio/Makefile b/devel/cppadvio/Makefile deleted file mode 100644 index 2aed55a2779f..000000000000 --- a/devel/cppadvio/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: cppadvio -# Date created: November 23, 2000 -# Whom: Oleg Kiselyov <oleg@pobox.com> -# -# $FreeBSD$ -# - -PORTNAME= cppadvio -PORTVERSION= 2.6 -PORTREVISION= 2 -CATEGORIES= devel net -MASTER_SITES= http://okmij.org/ftp/packages/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ijliao - -MAINTAINER= ports@FreeBSD.org -COMMENT= Advanced i/o, networking, and arithmetic compression C++ classlib - -WRKSRC= ${WRKDIR}/cppadvio -ALL_TARGET= lib -USE_GMAKE= yes -USE_GCC= 2.95 - -DEPRECATED= abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months -EXPIRATION_DATE=2009-04-29 - -post-patch: - @( cd ${WRKSRC}; ${MV} c++ c++.orig; \ - ${SED} -e 's|^ *gcc|${CXX} ${CXXFLAGS}|' c++.orig > c++; ${CHMOD} +x c++ ) - -do-install: - $(INSTALL_DATA) ${WRKSRC}/libcppadvio.a ${PREFIX}/lib - ${MKDIR} ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/Logger.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/TCPstream.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/arithm.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/arithm_modadapt.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/arithm_modadh.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/builtin.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/endian_io.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/histogram.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/minmax.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/myenv.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/std.h ${PREFIX}/include/cppadvio - $(INSTALL_DATA) ${WRKSRC}/voc.h ${PREFIX}/include/cppadvio -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cppadvio - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cppadvio -.endif - -.include <bsd.port.mk> diff --git a/devel/cppadvio/distinfo b/devel/cppadvio/distinfo deleted file mode 100644 index 0fdd8ab41786..000000000000 --- a/devel/cppadvio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cppadvio-2.6.tar.gz) = cca888d30ddfcf4957fa501b6ee0569b -SHA256 (cppadvio-2.6.tar.gz) = f8e20038a19949649bd1419640d6b46835e2a53ba2172172fdda55271d36d9e0 -SIZE (cppadvio-2.6.tar.gz) = 73636 diff --git a/devel/cppadvio/files/patch-Makefile b/devel/cppadvio/files/patch-Makefile deleted file mode 100644 index 58d5730323ab..000000000000 --- a/devel/cppadvio/files/patch-Makefile +++ /dev/null @@ -1,84 +0,0 @@ ---- Makefile Sun Nov 19 14:57:06 2000 -+++ Makefile Thu Nov 23 14:12:35 2000 -@@ -62,8 +62,8 @@ - # - # $Id: Makefile,v 4.2 2000/11/19 22:57:06 oleg Exp oleg $ - --CC=./c++ --CCL=g++ -pipe -+CCXC=./c++ -+CCL=$(CXX) - .SUFFIXES: .cc - MODULES=myenv.cc endian_io.cc \ - arithm_coding.cc arithm_model.cc arithm_modadapt.cc \ -@@ -83,10 +83,10 @@ - # Rules, new style - - %.o : %.cc -- $(CC) $*.cc -+ $(CCXC) $*.cc - - $(LIBRARY)(%.o) : %.cc -- $(CC) $*.cc -+ $(CCXC) $*.cc - ar rcv $(LIBRARY) $*.o - rm -f $*.o - -@@ -95,7 +95,7 @@ - ./$@ - - % :: %.cc -- $(CC) $*.cc -+ $(CCXC) $*.cc - $(CCL) $*.o $(CLDEF) $(LIBRARY) $(LIBS) -o $@ - ./$@ - -@@ -104,11 +104,11 @@ - # $(CCL) $*.o $(CLDEF) $(LIBRARY) $(LIBS) -o $* - # ./$* - #.cc: $*.cc $(LIBRARY) --# $(CC) $*.cc -+# $(CCXC) $*.cc - # $(CCL) $*.o $(CLDEF) $(LIBRARY) $(LIBS) -o $* - # ./$* - #.cc.o: --# $(CC) $*.cc -+# $(CCXC) $*.cc - # - - # Primary goal -@@ -126,7 +126,7 @@ - - #$(LIBRARY):: $(MODULES) - # Compile the source files that have been changed --# $(CC) $? -+# $(CCXC) $? - # listobj=`echo $? | sed s/.cc/.o/g` ; \ - # ar rv $(LIBRARY) $$listobj && \ - # rm $$listobj -@@ -151,14 +151,14 @@ - - # Optimization causes internal compiler error... - #vmyenv.o: vmyenv.cc --# $(CC) -O0 vmyenv.cc -+# $(CCXC) -O0 vmyenv.cc - - vTCPstream: vTCPstream.o $(LIBRARY) - $(CCL) $^ -o $@ $(NETLIBS) -lm - ECHO_HOST=$(ECHO_HOST) ./$@ - - vTCPstream_server.o: vTCPstream_server.cc -- $(CC) -DDO_FORK vTCPstream_server.cc -+ $(CCXC) -DDO_FORK vTCPstream_server.cc - - vTCPstream_server: vTCPstream_server.o $(LIBRARY) - $(CCL) $^ -o $@ $(NETLIBS) -lm -@@ -177,7 +177,7 @@ - - - vendian_io_ext: sys_open_glue.o open_ext.o -- $(CC) -DEXT_OPEN=1 -DEXT_NETIO=$(ECHO_HOST) vendian_io.cc -+ $(CCXC) -DEXT_OPEN=1 -DEXT_NETIO=$(ECHO_HOST) vendian_io.cc - $(CCL) vendian_io.o $^ $(LIBRARY) $(NETLIBS) -o $@ -lm - ./$@ - diff --git a/devel/cppadvio/files/patch-TCPstream.cc b/devel/cppadvio/files/patch-TCPstream.cc deleted file mode 100644 index 14c81a0639fd..000000000000 --- a/devel/cppadvio/files/patch-TCPstream.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- TCPstream.cc.orig Wed Mar 17 10:34:32 2004 -+++ TCPstream.cc Wed Mar 17 10:34:50 2004 -@@ -44,7 +44,7 @@ - { - // Convertion between the host and the network - // byte orders --#if !defined(htons) && !defined(linux) -+#if !defined(htons) && !defined(linux) && !defined(_MACHINE_ENDIAN_H_) - unsigned short htons(unsigned int data); // For a short data item - unsigned short ntohs(unsigned int data); // For a short data item - unsigned long htonl(unsigned long data); // For a long data item diff --git a/devel/cppadvio/pkg-descr b/devel/cppadvio/pkg-descr deleted file mode 100644 index 6a582c3831cb..000000000000 --- a/devel/cppadvio/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -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 diff --git a/devel/cppadvio/pkg-message b/devel/cppadvio/pkg-message deleted file mode 100644 index 86b8f7d9c768..000000000000 --- a/devel/cppadvio/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -Don't forget to compile and run verification/validation code: gmake check-all -or specifically, sub-targets - vmyenv vendian_io vendian_io_ext vhistogram varithm - vTCPstream vTCPstream_server vvoc - -See comments in the work/cppadvio/Makefile for details, as well as -c++serv.dr. The verification code checks to see that all the -functions in this package have compiled and run well. The validation -code can also serve as an illustration of how package's classes and -functions may be employed. diff --git a/devel/cppadvio/pkg-plist b/devel/cppadvio/pkg-plist deleted file mode 100644 index 2d67f96417ec..000000000000 --- a/devel/cppadvio/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -lib/libcppadvio.a -%%PORTDOCS%%share/doc/cppadvio/README -%%PORTDOCS%%@dirrm share/doc/cppadvio -include/cppadvio/Logger.h -include/cppadvio/TCPstream.h -include/cppadvio/arithm.h -include/cppadvio/arithm_modadapt.h -include/cppadvio/arithm_modadh.h -include/cppadvio/builtin.h -include/cppadvio/endian_io.h -include/cppadvio/histogram.h -include/cppadvio/minmax.h -include/cppadvio/myenv.h -include/cppadvio/std.h -include/cppadvio/voc.h -@dirrm include/cppadvio |