diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 02:47:51 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 02:47:51 +0000 |
commit | c3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch) | |
tree | e774af268961483556ceccc49ef1a585f2e45ce0 /databases | |
parent | - Upgrade to 0.12. (diff) |
Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun Abandonware
astro/xrmap No more distfiles
audio/midimountain Abandonware
audio/gkrellmss Abandonware
audio/gnapster Abandonware
databases/xbase No more public distfiles
databases/xbsql No more public distfiles
games/gtkabale No more public distfiles
games/battleball No more public distfiles, does not compile on ia64 or sparc64
games/race No more public distfiles
games/stvef-paks No more public distfiles
games/stvef-server No more public distfiles
games/tome No more public distfiles
games/qkmj No more public distfiles
games/oilwar No more public distfiles
games/xbaby No more public distfiles
games/xword Abandonware
games/kslide No more public distfiles
graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans Upstream disappeared and distfile is not available
graphics/wildmagic BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet No more public distfiles
irc/tkirc No more public distfiles
korean/mizifont No more public distfiles
lang/freetxl No more public distfiles
math/nsc2ke No more public distfiles
misc/mgp-mode.el No more public distfiles
multimedia/p5-RIFF-Info No more public distfiles
net/p5-Net-OpenDHT No more public distfiles
net/mudix No more public distfiles
net-im/newsbot No more public distfiles
net-im/libicq2000 Abandonware
net-im/gossip No longer maintain by upstream, use net-im/empathy instead
net-im/ickle Abandonware
net-mgmt/nipper BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy No more public distfiles
news/p5-Gateway No more public distfiles
print/epsmerge No more public distfiles
science/at No more public distfiles
science/pyvox No more public distfiles
security/p5-Email-Obfuscate No more public distfiles
security/libparanoia No more public distfiles
security/execwrap No more public distfiles
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | databases/xbase/Makefile | 33 | ||||
-rw-r--r-- | databases/xbase/distinfo | 2 | ||||
-rw-r--r-- | databases/xbase/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/xbase/files/patch-tv::tvbrowse.cpp | 13 | ||||
-rw-r--r-- | databases/xbase/files/patch-tv::tvxbase.cpp | 11 | ||||
-rw-r--r-- | databases/xbase/files/patch-xbase::dbf.h | 11 | ||||
-rw-r--r-- | databases/xbase/files/patch-xbase::ndx.cpp | 12 | ||||
-rw-r--r-- | databases/xbase/files/patch-xbase::stack.cpp | 12 | ||||
-rw-r--r-- | databases/xbase/files/patch-xbase::xbstring.cpp | 11 | ||||
-rw-r--r-- | databases/xbase/files/patch-xbase::xbstring.h | 24 | ||||
-rw-r--r-- | databases/xbase/pkg-descr | 8 | ||||
-rw-r--r-- | databases/xbase/pkg-plist | 33 | ||||
-rw-r--r-- | databases/xbsql/Makefile | 57 | ||||
-rw-r--r-- | databases/xbsql/distinfo | 2 | ||||
-rw-r--r-- | databases/xbsql/files/patch-configure | 10 | ||||
-rw-r--r-- | databases/xbsql/files/patch-xbsql::Makefile.in | 27 | ||||
-rw-r--r-- | databases/xbsql/pkg-descr | 5 | ||||
-rw-r--r-- | databases/xbsql/pkg-plist | 6 |
19 files changed, 0 insertions, 290 deletions
diff --git a/databases/Makefile b/databases/Makefile index 4c7e236011b1..0b9fb0c132ba 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -833,8 +833,6 @@ SUBDIR += wmjsql SUBDIR += xapian-bindings SUBDIR += xapian-core - SUBDIR += xbase - SUBDIR += xbsql SUBDIR += xmbase-grok SUBDIR += xmysqladmin SUBDIR += xtrabackup diff --git a/databases/xbase/Makefile b/databases/xbase/Makefile deleted file mode 100644 index 726ac4e7faef..000000000000 --- a/databases/xbase/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: xbase -# Date created: Nov 22, 2003 -# Whom: Thierry Thomas <thierry@pompo.net> -# -# $FreeBSD$ - -PORTNAME= xbase -PORTVERSION= 2.0.0 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://www.rekallrevealed.org/packages/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -BROKEN= Does not fetch - -USE_AUTOTOOLS= libtool -USE_GNOME= lthack -USE_LDCONFIG= yes - -.if defined(MAINTAINER_MODE) -test: install -.for exi in sample1 sample2 sample3 sample4 sample5 - (cd /tmp && ${WRKSRC}/examples/${exi}) -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/xbase/distinfo b/databases/xbase/distinfo deleted file mode 100644 index a0dcae371345..000000000000 --- a/databases/xbase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xbase-2.0.0.tgz) = 4aa8aad84157422124a99a457863d52e4e9753656614dcdc67a6300a4a14bc90 -SIZE (xbase-2.0.0.tgz) = 493106 diff --git a/databases/xbase/files/patch-configure b/databases/xbase/files/patch-configure deleted file mode 100644 index 1b5cf22618ac..000000000000 --- a/databases/xbase/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue May 31 19:03:06 2005 -+++ configure Tue May 31 19:03:17 2005 -@@ -1689,7 +1689,7 @@ - # Actually configure libtool. ac_aux_dir is where install-sh is found. - CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ -+$ac_aux_dir/ltconfig \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - CC=$ac_save_cc diff --git a/databases/xbase/files/patch-tv::tvbrowse.cpp b/databases/xbase/files/patch-tv::tvbrowse.cpp deleted file mode 100644 index 852e69302634..000000000000 --- a/databases/xbase/files/patch-tv::tvbrowse.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- tv/tvbrowse.cpp.orig Wed Sep 20 22:34:02 2000 -+++ tv/tvbrowse.cpp Sat Nov 22 22:06:16 2003 -@@ -28,8 +28,8 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> --#include <iomanip.h> --#include <strstream.h> -+#include <sstream> -+#include <iomanip> - - #define Uses_TEvent - #include <tvision/tv.h> diff --git a/databases/xbase/files/patch-tv::tvxbase.cpp b/databases/xbase/files/patch-tv::tvxbase.cpp deleted file mode 100644 index c43fdff075e2..000000000000 --- a/databases/xbase/files/patch-tv::tvxbase.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- tv/tvxbase.cpp.orig Wed Sep 20 22:34:02 2000 -+++ tv/tvxbase.cpp Sat Nov 22 21:51:40 2003 -@@ -23,7 +23,7 @@ - Foundation, Inc., or see http://www.gnu.org/. - */ - --#include <iostream.h> -+#include <iostream> - - #define Uses_TApplication - #define Uses_TButton diff --git a/databases/xbase/files/patch-xbase::dbf.h b/databases/xbase/files/patch-xbase::dbf.h deleted file mode 100644 index 27cb0668fbf9..000000000000 --- a/databases/xbase/files/patch-xbase::dbf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- xbase/dbf.h.orig Sat Jan 13 21:20:53 2001 -+++ xbase/dbf.h Sat Nov 22 21:53:05 2003 -@@ -65,7 +65,7 @@ - #include <xbase/xtypes.h> - #include <xbase/xdate.h> - --#include <iostream.h> -+#include <iostream> - #include <stdio.h> - - /*! \file dbf.h diff --git a/databases/xbase/files/patch-xbase::ndx.cpp b/databases/xbase/files/patch-xbase::ndx.cpp deleted file mode 100644 index 3e9db183157c..000000000000 --- a/databases/xbase/files/patch-xbase::ndx.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- xbase/ndx.cpp.orig Wed Mar 21 01:28:53 2001 -+++ xbase/ndx.cpp Sat Nov 22 21:56:03 2003 -@@ -66,7 +66,8 @@ - #endif - - #include <xbase/xbase.h> --#include <iostream.h> -+#include <iostream> -+using std::cout; - - #ifdef XB_INDEX_NDX - diff --git a/databases/xbase/files/patch-xbase::stack.cpp b/databases/xbase/files/patch-xbase::stack.cpp deleted file mode 100644 index d54616fa5a9b..000000000000 --- a/databases/xbase/files/patch-xbase::stack.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- xbase/stack.cpp.orig Fri Nov 10 20:04:17 2000 -+++ xbase/stack.cpp Sat Nov 22 21:57:49 2003 -@@ -59,7 +59,8 @@ - - #include <string.h> - #include <stdlib.h> --#include <iostream.h> -+#include <iostream> -+using std::cout; - - #include <xbase/xstack.h> - diff --git a/databases/xbase/files/patch-xbase::xbstring.cpp b/databases/xbase/files/patch-xbase::xbstring.cpp deleted file mode 100644 index fed3521ce2fc..000000000000 --- a/databases/xbase/files/patch-xbase::xbstring.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./xbase/xbstring.cpp.orig Tue Feb 20 18:53:26 2001 -+++ ./xbase/xbstring.cpp Sat Nov 22 22:25:08 2003 -@@ -582,7 +582,7 @@ - //! Short description. - /*! - */ --XBDLLEXPORT ostream& operator << ( ostream& os, const xbString& xbs ) { -+XBDLLEXPORT std::ostream& operator << ( std::ostream& os, const xbString& xbs ) { - return os << xbs.data; - } - diff --git a/databases/xbase/files/patch-xbase::xbstring.h b/databases/xbase/files/patch-xbase::xbstring.h deleted file mode 100644 index 16f5b282baf7..000000000000 --- a/databases/xbase/files/patch-xbase::xbstring.h +++ /dev/null @@ -1,24 +0,0 @@ ---- xbase/xbstring.h.orig Sat Jan 27 06:00:32 2001 -+++ xbase/xbstring.h Sat Nov 22 22:30:42 2003 -@@ -56,7 +56,11 @@ - #endif - - #include <stdlib.h> --#include <iostream.h> -+#include <iostream> -+ -+using std::endl; -+using std::cin; -+using std::cout; - - /*! \file xbstring.h - */ -@@ -119,7 +123,7 @@ - bool operator <= ( const xbString& ) const; - bool operator >= ( const xbString& ) const; - -- friend ostream& operator << ( ostream&, const xbString& ); -+ friend std::ostream& operator << ( std::ostream&, const xbString& ); - - xbString &remove(size_t pos = 0, int n = npos); - xbString mid(size_t pos = 0, int n = npos) const; diff --git a/databases/xbase/pkg-descr b/databases/xbase/pkg-descr deleted file mode 100644 index c2e1e354025e..000000000000 --- a/databases/xbase/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -XBase is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library. - -XBASE is useful for accessing data in legacy dBase 3 and 4 database files as -well as a general light-weight database engine. It includes support for -DBF (dBase version 3 and 4) data files, NDX and NTX indexes, and DBT -(dBase version 3 and 4). It supports file and record locking. - -WWW: http://linux.techass.com/projects/xdb/ diff --git a/databases/xbase/pkg-plist b/databases/xbase/pkg-plist deleted file mode 100644 index 7bfed94d1af3..000000000000 --- a/databases/xbase/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/checkndx -bin/copydbf -bin/dbfutil1 -bin/dbfxtrct -bin/deletall -bin/dumphdr -bin/dumprecs -bin/packdbf -bin/reindex -bin/undelall -bin/xbase-config -bin/zap -include/xbase/dbf.h -include/xbase/exp.h -include/xbase/html.h -include/xbase/index.h -include/xbase/ndx.h -include/xbase/ntx.h -include/xbase/retcodes.h -include/xbase/xbase.h -include/xbase/xbconfig.h -include/xbase/xbexcept.h -include/xbase/xbfilter.h -include/xbase/xbstring.h -include/xbase/xdate.h -include/xbase/xstack.h -include/xbase/xtypes.h -lib/libxbase-2.0.so -lib/libxbase-2.0.so.0 -lib/libxbase.a -lib/libxbase.la -lib/libxbase.so -@dirrm include/xbase diff --git a/databases/xbsql/Makefile b/databases/xbsql/Makefile deleted file mode 100644 index c33965342e6f..000000000000 --- a/databases/xbsql/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: xbsql -# Date created: Nov 22, 2003 -# Whom: Thierry Thomas <thierry@pompo.net> -# -# $FreeBSD$ - -PORTNAME= xbsql -PORTVERSION= 0.11 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://www.rekallrevealed.org/packages/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= An SQL wrapper for the XBase DBMS library - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -LIB_DEPENDS= xbase-2.0.0:${PORTSDIR}/databases/xbase - -USE_AUTOTOOLS= libtool -USE_BISON= build -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes - -LB2FIX= Makefile.in test/Makefile.in xbsql/Makefile.in - -PORTDOCS= chap1.html chap2.html chap3.html chap4.html chap5.html \ - chap6.html chap7.html index.html - -post-patch: -.for mkin in ${LB2FIX} - @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/${mkin} -.endfor - @${REINPLACE_CMD} -e "s|T_DIVIDE|&S|" ${WRKSRC}/xbsql/xbsql.y \ - ${WRKSRC}/xbsql/lex.yy.c - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -.if defined(MAINTAINER_MODE) -test: install - @${ECHO_MSG} "Please be patient!" - (cd ${WRKSRC}/test; \ - ./runtests S001_basic.xql S002_big.pl S004_cross_fast.sh S004_cross_slow.sh; \ - ls -l *.diff) -.endif - -.include <bsd.port.mk> diff --git a/databases/xbsql/distinfo b/databases/xbsql/distinfo deleted file mode 100644 index 4bae03eaaa91..000000000000 --- a/databases/xbsql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xbsql-0.11.tgz) = c91836a4c3f138b6e211d4427dce840cd6b30853f0dffaa3bc36d05f8751606a -SIZE (xbsql-0.11.tgz) = 307392 diff --git a/databases/xbsql/files/patch-configure b/databases/xbsql/files/patch-configure deleted file mode 100644 index 55934ec84f6f..000000000000 --- a/databases/xbsql/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Mar 28 21:03:29 2003 -+++ configure Sun Nov 23 00:29:48 2003 -@@ -6443,6 +6443,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/databases/xbsql/files/patch-xbsql::Makefile.in b/databases/xbsql/files/patch-xbsql::Makefile.in deleted file mode 100644 index fe6b29b58fe9..000000000000 --- a/databases/xbsql/files/patch-xbsql::Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- xbsql/Makefile.in.orig Fri Mar 28 12:03:25 2003 -+++ xbsql/Makefile.in Sun Jan 22 13:55:02 2006 -@@ -74,3 +74,3 @@ - AWK = @AWK@ --CC = g++ -+CC = @CXX@ - CURSES = @CURSES@ -@@ -94,3 +94,3 @@ - CXXFLAGS = -UNO_READLINE -I/usr/local/include $(DEBUG) --LDFLAGS = $(DEBUG) -+LDFLAGS = -L/usr/local/lib $(DEBUG) - INCLUDE = -I/usr/local/include -@@ -166,3 +166,3 @@ - CCLD = $(CC) --LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -+LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -@@ -174,3 +174,3 @@ - CXXLD = $(CXX) --CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ -+CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ -@@ -230,3 +230,3 @@ - ; then \ -- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ -+ f=`echo "$$p1" | sed 's,^.*/,,;s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ diff --git a/databases/xbsql/pkg-descr b/databases/xbsql/pkg-descr deleted file mode 100644 index 6e85263f678f..000000000000 --- a/databases/xbsql/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Xbase SQL is a C++ library which supports access to Xbase type datafiles -and indexes (ie., .dbf and related files). It provides access at the record -level to these files. - -WWW: http://www.rekallrevealed.org/ diff --git a/databases/xbsql/pkg-plist b/databases/xbsql/pkg-plist deleted file mode 100644 index 714a004ebea0..000000000000 --- a/databases/xbsql/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/xql -include/xbsql.h -lib/libxbsql.a -lib/libxbsql.la -lib/libxbsql.so -lib/libxbsql.so.0 |