pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove libg++; it has been discontinued in 1998.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/084905e15af8
branches:  trunk
changeset: 480468:084905e15af8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 10 16:14:03 2004 +0000

description:
Remove libg++; it has been discontinued in 1998.

diffstat:

 devel/Makefile                |    3 +-
 devel/libg++/DESCR            |    3 -
 devel/libg++/Makefile         |   39 ---------
 devel/libg++/PLIST.pre        |  174 ------------------------------------------
 devel/libg++/distinfo         |    8 -
 devel/libg++/files/Makefile   |   77 ------------------
 devel/libg++/patches/patch-aa |   13 ---
 devel/libg++/patches/patch-ab |   13 ---
 devel/libg++/patches/patch-ac |   17 ----
 devel/libg++/patches/patch-ad |   13 ---
 doc/CHANGES                   |    4 +-
 11 files changed, 3 insertions(+), 361 deletions(-)

diffs (truncated from 425 to 300 lines):

diff -r d5d542607411 -r 084905e15af8 devel/Makefile
--- a/devel/Makefile    Fri Sep 10 15:43:51 2004 +0000
+++ b/devel/Makefile    Fri Sep 10 16:14:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.529 2004/09/05 18:41:49 wiz Exp $
+# $NetBSD: Makefile,v 1.530 2004/09/10 16:14:03 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -202,7 +202,6 @@
 SUBDIR+=       libetm
 SUBDIR+=       libevent
 SUBDIR+=       libffi
-SUBDIR+=       libg++
 SUBDIR+=       libgail-gnome
 SUBDIR+=       libgetopt
 SUBDIR+=       libglade
diff -r d5d542607411 -r 084905e15af8 devel/libg++/DESCR
--- a/devel/libg++/DESCR        Fri Sep 10 15:43:51 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-The GNU C++ Class Library is a set of C++ classes that ease implementation
-of many common concepts left out of even the most recent C++ standards.
-It includes regular expressions, dynamically linked lists, and more.
diff -r d5d542607411 -r 084905e15af8 devel/libg++/Makefile
--- a/devel/libg++/Makefile     Fri Sep 10 15:43:51 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2004/06/12 04:36:56 grant Exp $
-#
-
-DISTNAME=      libg++-${GXXVERSION}
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GNU:=libg++/}
-
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
-COMMENT=       GNU C++ Class Library
-
-ONLY_FOR_PLATFORM=     NetBSD-*-*
-
-.if !exists(/usr/lib/libstdc++.so.2.0) && !exists(/usr/lib/libstdc++.so)
-PKG_SKIP_REASON= '${PKGNAME} is part of your NetBSD-1.3.x distribution. This is designed for NetBSD>=1.4.'
-.endif
-
-# used by internal Makefile
-GXXVERSION=    2.8.1.1a
-
-MAKE_ENV+=     GXXVERSION="${GXXVERSION}" NOPROFILE=1 NOGCCERROR=1
-PLIST_SRC=     ${WRKSRC}/.PLIST
-
-USE_MAKEINFO=  YES
-INFO_FILES=    libg++.info
-
-do-configure:
-       @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-pre-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/include/g++/gen
-
-post-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/genclass ${PREFIX}/bin/
-       ${INSTALL_DATA} ${WRKSRC}/libg++.info ${PREFIX}/info/
-       @(${CAT} ${PKGDIR}/PLIST.pre; cd ${PREFIX}; \
-               /bin/ls 2>/dev/null -1d lib/libg++*.a lib/libg++.so*) \
-               >${PLIST_SRC}
-
-.include "../../mk/bsd.pkg.mk"
diff -r d5d542607411 -r 084905e15af8 devel/libg++/PLIST.pre
--- a/devel/libg++/PLIST.pre    Fri Sep 10 15:43:51 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,174 +0,0 @@
-@comment $NetBSD: PLIST.pre,v 1.4 2004/02/16 11:21:13 seb Exp $
-bin/genclass
-include/g++/gen/AVLMap.hP
-include/g++/gen/AVLSet.hP
-include/g++/gen/AVec.hP
-include/g++/gen/BSTSet.hP
-include/g++/gen/Bag.hP
-include/g++/gen/CHBag.hP
-include/g++/gen/CHMap.hP
-include/g++/gen/CHNode.hP
-include/g++/gen/CHSet.hP
-include/g++/gen/DLDeque.hP
-include/g++/gen/DLList.hP
-include/g++/gen/Deque.hP
-include/g++/gen/FPQueue.hP
-include/g++/gen/FPStack.hP
-include/g++/gen/FPlex.hP
-include/g++/gen/List.hP
-include/g++/gen/MPlex.hP
-include/g++/gen/Map.hP
-include/g++/gen/OSLBag.hP
-include/g++/gen/OSLSet.hP
-include/g++/gen/OXPBag.hP
-include/g++/gen/OXPSet.hP
-include/g++/gen/PHPQ.hP
-include/g++/gen/PQ.hP
-include/g++/gen/PSList.hP
-include/g++/gen/PVec.hP
-include/g++/gen/Plex.hP
-include/g++/gen/Queue.hP
-include/g++/gen/RAVLMap.hP
-include/g++/gen/RPlex.hP
-include/g++/gen/SLBag.hP
-include/g++/gen/SLList.hP
-include/g++/gen/SLQueue.hP
-include/g++/gen/SLSet.hP
-include/g++/gen/SLStack.hP
-include/g++/gen/Set.hP
-include/g++/gen/SkipBag.hP
-include/g++/gen/SkipMap.hP
-include/g++/gen/SkipSet.hP
-include/g++/gen/SplayBag.hP
-include/g++/gen/SplayMap.hP
-include/g++/gen/SplayNode.hP
-include/g++/gen/SplayPQ.hP
-include/g++/gen/SplaySet.hP
-include/g++/gen/Stack.hP
-include/g++/gen/VHBag.hP
-include/g++/gen/VHMap.hP
-include/g++/gen/VHSet.hP
-include/g++/gen/VOHSet.hP
-include/g++/gen/VQueue.hP
-include/g++/gen/VStack.hP
-include/g++/gen/Vec.hP
-include/g++/gen/XPBag.hP
-include/g++/gen/XPDeque.hP
-include/g++/gen/XPPQ.hP
-include/g++/gen/XPQueue.hP
-include/g++/gen/XPSet.hP
-include/g++/gen/XPStack.hP
-include/g++/gen/XPlex.hP
-include/g++/gen/defs.hP
-include/g++/gen/intSList.hP
-include/g++/gen/intVec.hP
-include/g++/gen/AVLMap.ccP
-include/g++/gen/AVLSet.ccP
-include/g++/gen/AVec.ccP
-include/g++/gen/BSTSet.ccP
-include/g++/gen/Bag.ccP
-include/g++/gen/CHBag.ccP
-include/g++/gen/CHMap.ccP
-include/g++/gen/CHNode.ccP
-include/g++/gen/CHSet.ccP
-include/g++/gen/DLDeque.ccP
-include/g++/gen/DLList.ccP
-include/g++/gen/Deque.ccP
-include/g++/gen/FPQueue.ccP
-include/g++/gen/FPStack.ccP
-include/g++/gen/FPlex.ccP
-include/g++/gen/List.ccP
-include/g++/gen/MPlex.ccP
-include/g++/gen/Map.ccP
-include/g++/gen/OSLBag.ccP
-include/g++/gen/OSLSet.ccP
-include/g++/gen/OXPBag.ccP
-include/g++/gen/OXPSet.ccP
-include/g++/gen/PHPQ.ccP
-include/g++/gen/PQ.ccP
-include/g++/gen/Plex.ccP
-include/g++/gen/Queue.ccP
-include/g++/gen/RAVLMap.ccP
-include/g++/gen/RPlex.ccP
-include/g++/gen/SLBag.ccP
-include/g++/gen/SLList.ccP
-include/g++/gen/SLQueue.ccP
-include/g++/gen/SLSet.ccP
-include/g++/gen/SLStack.ccP
-include/g++/gen/Set.ccP
-include/g++/gen/SkipBag.ccP
-include/g++/gen/SkipMap.ccP
-include/g++/gen/SkipSet.ccP
-include/g++/gen/SplayBag.ccP
-include/g++/gen/SplayMap.ccP
-include/g++/gen/SplayNode.ccP
-include/g++/gen/SplayPQ.ccP
-include/g++/gen/SplaySet.ccP
-include/g++/gen/Stack.ccP
-include/g++/gen/VHBag.ccP
-include/g++/gen/VHMap.ccP
-include/g++/gen/VHSet.ccP
-include/g++/gen/VOHSet.ccP
-include/g++/gen/VQueue.ccP
-include/g++/gen/VStack.ccP
-include/g++/gen/Vec.ccP
-include/g++/gen/XPBag.ccP
-include/g++/gen/XPDeque.ccP
-include/g++/gen/XPPQ.ccP
-include/g++/gen/XPQueue.ccP
-include/g++/gen/XPSet.ccP
-include/g++/gen/XPStack.ccP
-include/g++/gen/XPlex.ccP
-include/g++/ACG.h
-include/g++/AllocRing.h
-include/g++/Binomial.h
-include/g++/BitSet.h
-include/g++/BitString.h
-include/g++/Complex.h
-include/g++/DLList.h
-include/g++/DiscUnif.h
-include/g++/Erlang.h
-include/g++/Fix.h
-include/g++/Fix16.h
-include/g++/Fix24.h
-include/g++/Geom.h
-include/g++/GetOpt.h
-include/g++/HypGeom.h
-include/g++/Incremental.h
-include/g++/Integer.h
-include/g++/LogNorm.h
-include/g++/MLCG.h
-include/g++/NegExp.h
-include/g++/Normal.h
-include/g++/Obstack.h
-include/g++/Pix.h
-include/g++/Poisson.h
-include/g++/RNG.h
-include/g++/Random.h
-include/g++/Rational.h
-include/g++/Regex.h
-include/g++/RndInt.h
-include/g++/SLList.h
-include/g++/SmplHist.h
-include/g++/SmplStat.h
-include/g++/String.h
-include/g++/Uniform.h
-include/g++/Weibull.h
-include/g++/bitdo1.h
-include/g++/bitdo2.h
-include/g++/bitprims.h
-include/g++/bool.h
-include/g++/builtin.h
-include/g++/compare.h
-include/g++/generic.h
-include/g++/getpagesize.h
-include/g++/libc.h
-include/g++/minmax.h
-include/g++/osfcn.h
-include/g++/std.h
-include/g++/strclass.h
-include/g++/swap.h
-include/g++/sysent.h
-include/g++/typemacros.h
-@dirrm include/g++/gen
-@dirrm include/g++
diff -r d5d542607411 -r 084905e15af8 devel/libg++/distinfo
--- a/devel/libg++/distinfo     Fri Sep 10 15:43:51 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2002/11/06 06:52:01 sjg Exp $
-
-SHA1 (libg++-2.8.1.1a.tar.gz) = 9b205ff12d81ebb45845a36f264bd84c408d6dcc
-Size (libg++-2.8.1.1a.tar.gz) = 751713 bytes
-SHA1 (patch-aa) = 4750e57b84b740ce14f27053c635d042657f9b17
-SHA1 (patch-ab) = 6f8347d8a8a3904902ba55f1411b7a4df2cf51f2
-SHA1 (patch-ac) = 5bfa9cc6fcad64bf56971f751f625b92cf13b2cb
-SHA1 (patch-ad) = fb56944aac14d538cdb5ebbe5498d53cc29d0ba0
diff -r d5d542607411 -r 084905e15af8 devel/libg++/files/Makefile
--- a/devel/libg++/files/Makefile       Fri Sep 10 15:43:51 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,77 +0,0 @@
-#      $NetBSD: Makefile,v 1.3 2002/02/18 15:14:13 seb Exp $
-# Makefile for libg++ add-on for NetBSD.  Requires libstdc++ shlib v1.x.
-
-LIB=g++
-
-SHLIB_MAJOR=5
-SHLIB_MINOR=0
-
-SRCS=  ACG.cc AllocRing.cc Binomial.cc BitSet.cc BitString.cc \
-       DLList.cc DiscUnif.cc Erlang.cc Fix.cc Fix16.cc Fix24.cc Geom.cc \
-       GetOpt.cc HypGeom.cc Intdouble.cc Integer.cc LogNorm.cc MLCG.cc \
-       NegExp.cc Normal.cc Obstack.cc Poisson.cc RNG.cc Random.cc \
-       Rational.cc Regex.cc RndInt.cc SLList.cc SmplHist.cc SmplStat.cc \
-       String.cc Uniform.cc Weibull.cc builtin.cc compare.cc error.cc \
-       fmtq.cc gcd.cc hash.cc ioob.cc lg.cc pow.cc sqrt.cc
-SRCS+= bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c \
-       bitinvert.c bitlcomp.c bitset1.c bitxor.c timer.c
-SRCS+= rx.c
-
-INCS=  ACG.h AllocRing.h Binomial.h BitSet.h BitString.h Complex.h \
-       DLList.h DiscUnif.h Erlang.h Fix.h Fix16.h Fix24.h \
-       Geom.h GetOpt.h HypGeom.h Incremental.h Integer.h LogNorm.h MLCG.h \
-       NegExp.h Normal.h Obstack.h Pix.h Poisson.h RNG.h Random.h \
-       Rational.h Regex.h RndInt.h SLList.h SmplHist.h SmplStat.h \
-       String.h Uniform.h Weibull.h bitdo1.h bitdo2.h bitprims.h bool.h \
-       builtin.h compare.h generic.h getpagesize.h libc.h minmax.h \
-       osfcn.h std.h strclass.h swap.h sysent.h typemacros.h
-INCS+= gen/AVLMap.hP gen/AVLSet.hP gen/AVec.hP gen/BSTSet.hP gen/Bag.hP \
-       gen/CHBag.hP gen/CHMap.hP gen/CHNode.hP gen/CHSet.hP \
-       gen/DLDeque.hP gen/DLList.hP gen/Deque.hP gen/FPQueue.hP \
-       gen/FPStack.hP gen/FPlex.hP gen/List.hP gen/MPlex.hP gen/Map.hP \
-       gen/OSLBag.hP gen/OSLSet.hP gen/OXPBag.hP gen/OXPSet.hP \
-       gen/PHPQ.hP gen/PQ.hP gen/PSList.hP gen/PVec.hP gen/Plex.hP \
-       gen/Queue.hP gen/RAVLMap.hP gen/RPlex.hP gen/SLBag.hP \
-       gen/SLList.hP gen/SLQueue.hP gen/SLSet.hP gen/SLStack.hP \
-       gen/Set.hP gen/SkipBag.hP gen/SkipMap.hP gen/SkipSet.hP \
-       gen/SplayBag.hP gen/SplayMap.hP gen/SplayNode.hP gen/SplayPQ.hP \
-       gen/SplaySet.hP gen/Stack.hP gen/VHBag.hP gen/VHMap.hP \
-       gen/VHSet.hP gen/VOHSet.hP gen/VQueue.hP gen/VStack.hP gen/Vec.hP \



Home | Main Index | Thread Index | Old Index