diff options
author | kris <kris@FreeBSD.org> | 2003-05-06 11:49:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-06 11:49:05 +0800 |
commit | a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9 (patch) | |
tree | 70203cf591dc2a14f1f6a1717bbb91c683fbc6b5 /databases | |
parent | 5715fcc965f05470d631d3aa8150ae8838224364 (diff) | |
download | freebsd-ports-gnome-a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9.tar.gz freebsd-ports-gnome-a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9.tar.zst freebsd-ports-gnome-a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9.zip |
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libodbc++/Makefile | 74 | ||||
-rw-r--r-- | databases/libodbc++/distinfo | 1 | ||||
-rw-r--r-- | databases/libodbc++/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | databases/libodbc++/files/patch-configure | 32 | ||||
-rw-r--r-- | databases/libodbc++/pkg-descr | 14 | ||||
-rw-r--r-- | databases/libodbc++/pkg-plist | 118 | ||||
-rw-r--r-- | databases/p5-Msql/Makefile | 32 | ||||
-rw-r--r-- | databases/p5-Msql/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-Msql/pkg-descr | 13 | ||||
-rw-r--r-- | databases/p5-Msql/pkg-plist | 12 | ||||
-rw-r--r-- | databases/sixpack/Makefile | 38 | ||||
-rw-r--r-- | databases/sixpack/distinfo | 1 | ||||
-rw-r--r-- | databases/sixpack/files/patch-install | 34 | ||||
-rw-r--r-- | databases/sixpack/pkg-descr | 5 | ||||
-rw-r--r-- | databases/sixpack/pkg-plist | 125 |
15 files changed, 0 insertions, 518 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile deleted file mode 100644 index 1735b19fd195..000000000000 --- a/databases/libodbc++/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: libodbc++ -# Date created: 26 September 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libodbc++ -PORTVERSION= 0.2.2 -CATEGORIES= databases devel -MASTER_SITES= http://orcane.net/freeodbc++/download/${PORTVERSION}/ - -MAINTAINER= wjv@FreeBSD.org -COMMENT= A C++ class library and toolset for ODBC access to data sources - -BROKEN= "Does not compile" - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes - -# libodbc++ needs an ODBC driver manager to be installed, and it supports -# both iODBC and unixODBC. The following variable may be set at build-time -# to either "iodbc" or "unixodbc", with the latter being the default: -DRIVER_MANAGER?= unixodbc - -.if ${DRIVER_MANAGER} == "iodbc" -LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc -CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE} -.else # assume we're using unixODBC -LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -.endif - -# XXX untested -.if defined(WITH_PTHREAD) -CONFIGURE_ARGS+= --enable-threads -.endif - -# XXX needs significantly more testing -.if defined(WITH_GUI) -USE_QT_VER= 2 -QT_NONSTANDARD= yes -CONFIGURE_ARGS+= --with-qt \ - --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libs=${X11BASE}/lib \ - --with-moc=${MOC} \ - --with-qtsqlxx -CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-l${QTNAME}" \ - CPPFLAGS="${QTCPPFLAGS}" LIBS="${QTCFGLIBS}" -PLIST_SUB+= PLIST_GUI="" PLIST_NOGUI="@comment " -.else -CONFIGURE_ARGS+= --with-isqlxx -PLIST_SUB+= PLIST_GUI="@comment " PLIST_NOGUI="" -.endif - -post-patch: -.for docdir in doc doc/progref - @ ${REINPLACE_CMD} -e \ - "s#\@docdir\@/\@PACKAGE\@-\@VERSION\@/#\@docdir\@/\@PACKAGE\@/#" \ - ${WRKSRC}/${docdir}/Makefile.in -.endfor - -post-install: -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} - @ cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} -.endif - -.include <bsd.port.mk> diff --git a/databases/libodbc++/distinfo b/databases/libodbc++/distinfo deleted file mode 100644 index d8b11b4283ba..000000000000 --- a/databases/libodbc++/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libodbc++-0.2.2.tar.bz2) = 2b1f8081b2d89c7b65bb70dee06cbe0d diff --git a/databases/libodbc++/files/patch-Makefile.in b/databases/libodbc++/files/patch-Makefile.in deleted file mode 100644 index 68b416c27a5c..000000000000 --- a/databases/libodbc++/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ -- Explicitly remove "doc" from the list of subdirs to make. This allows us - to build and install the documentation optionally - depending on whether - NOPORTDOCS has been defined - in the port's post-install target. - --- Johann Visagie <wjv@FreeBSD.org> - - - ---- Makefile.in.orig Wed Nov 7 17:09:47 2001 -+++ Makefile.in Wed Nov 14 13:09:03 2001 -@@ -123,7 +123,6 @@ - src \ - @SUBDIR_TESTS@ \ - @SUBDIR_QTSQLXX@ \ --doc \ - @SUBDIR_ISQLXX@ \ - win32 - diff --git a/databases/libodbc++/files/patch-configure b/databases/libodbc++/files/patch-configure deleted file mode 100644 index bb3c0ebe84eb..000000000000 --- a/databases/libodbc++/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ -The fudging of the value of $ltmain is a workaround for a bug in bsd.port.mk, -described (with patch) in PR 31142. - --- Johann Visagie <wjv@FreeBSD.org> - - - ---- configure.orig Wed Nov 7 17:02:23 2001 -+++ configure Wed Nov 14 13:38:01 2001 -@@ -2823,7 +2823,8 @@ - # All known linkers require a `.a' archive for static linking (except M$VC, - # which needs '.lib'). - libext=a --ltmain="$ac_aux_dir/ltmain.sh" -+ac_aux_dir_tmp="$ac_aux_dir" -+ltmain="$ac_aux_dir_tmp/ltmain.sh" - ofile="$default_ofile" - with_gnu_ld="$lt_cv_prog_gnu_ld" - need_locks="$enable_libtool_lock" -@@ -7136,10 +7137,10 @@ - - if test "x$enable_threads" = "xyes" - then -- QT_LIBS="-lqt-mt" -+ QT_LIBS="-lqt2-mt" - QT_DEFS="-DODBCXX_QT -DQT_THREAD_SUPPORT" - else -- QT_LIBS="-lqt" -+ QT_LIBS="-lqt2" - QT_DEFS="-DODBCXX_QT" - fi - diff --git a/databases/libodbc++/pkg-descr b/databases/libodbc++/pkg-descr deleted file mode 100644 index 9a3c6d37439d..000000000000 --- a/databases/libodbc++/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Libodbc++ aims to be a complete C++ development environment for data source -(typically SQL database) access. It exists in the form of a class library -and a set of tools. Libodbc++ currently provides a subset of the JDBC 2.0 -specification functionality. - -Libodbc++ runs on top of ODBC, i.e. it needs to be compiled with support for -an ODBC driver manager. It currently supports either iODBC or unixODBC. -This port allows the user to select which driver manager to use via a -build-time variable definition - see the comments in the Makefile for further -details. - -WWW: http://orcane.net/freeodbc++/ - --- Johann Visagie <wjv@FreeBSD.org> diff --git a/databases/libodbc++/pkg-plist b/databases/libodbc++/pkg-plist deleted file mode 100644 index de8943323ecd..000000000000 --- a/databases/libodbc++/pkg-plist +++ /dev/null @@ -1,118 +0,0 @@ -%%PLIST_GUI%%bin/qtsql++ -%%PLIST_GUI%%lib/libodbc++_qt.la -%%PLIST_GUI%%lib/libodbc++_qt.so -%%PLIST_GUI%%lib/libodbc++_qt.so.4 -%%PLIST_NOGUI%%bin/isql++ -%%PLIST_NOGUI%%lib/libodbc++.la -%%PLIST_NOGUI%%lib/libodbc++.so -%%PLIST_NOGUI%%lib/libodbc++.so.4 -%%PORTDOCS%%share/doc/libodbc++/INSTALL/book1.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/drivers.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/installation.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/odbc-driver-manager.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/qt.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/software-requirements.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/caution.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/home.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/important.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/next.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/note.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/prev.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/tip.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/toc-blank.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/toc-minus.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/toc-plus.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/up.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/warning.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/win32.html -%%PORTDOCS%%share/doc/libodbc++/progref/annotated.html -%%PORTDOCS%%share/doc/libodbc++/progref/callablestatement_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_bytes-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_bytes.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_callable_statement-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_callable_statement.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_callable_statement.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_connection-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_connection.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_connection.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_data_source-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_data_source.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_database_meta_data-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_database_meta_data.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_date-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_date.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_date.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_manager-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_manager.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_message-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_message.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_error_handler-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_error_handler.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_error_handler.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_prepared_statement-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_prepared_statement.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_prepared_statement.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set_meta_data-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set_meta_data.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_exception-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_exception.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_exception.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_warning-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_warning.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_warning.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_statement-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_statement.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_statement.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_time-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_time.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_time.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_timestamp-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_timestamp.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_timestamp.html -%%PORTDOCS%%share/doc/libodbc++/progref/config-win32_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/config_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/connection_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/databasemetadata_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/doxygen.css -%%PORTDOCS%%share/doc/libodbc++/progref/doxygen.gif -%%PORTDOCS%%share/doc/libodbc++/progref/drivermanager_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/errorhandler_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/files.html -%%PORTDOCS%%share/doc/libodbc++/progref/functions.html -%%PORTDOCS%%share/doc/libodbc++/progref/hierarchy.html -%%PORTDOCS%%share/doc/libodbc++/progref/index.html -%%PORTDOCS%%share/doc/libodbc++/progref/namespacemembers.html -%%PORTDOCS%%share/doc/libodbc++/progref/namespaceodbc.html -%%PORTDOCS%%share/doc/libodbc++/progref/namespaces.html -%%PORTDOCS%%share/doc/libodbc++/progref/preparedstatement_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/resultset_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/resultsetmetadata_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/setup_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/statement_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/structodbc_1_1_types-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/structodbc_1_1_types.html -%%PORTDOCS%%share/doc/libodbc++/progref/threads_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/types_8h-source.html -include/odbc++/callablestatement.h -include/odbc++/config.h -include/odbc++/connection.h -include/odbc++/databasemetadata.h -include/odbc++/drivermanager.h -include/odbc++/errorhandler.h -include/odbc++/preparedstatement.h -include/odbc++/resultset.h -include/odbc++/resultsetmetadata.h -include/odbc++/setup.h -include/odbc++/statement.h -include/odbc++/threads.h -include/odbc++/types.h -@dirrm include/odbc++ -%%PORTDOCS%%@dirrm share/doc/libodbc++/progref -%%PORTDOCS%%@dirrm share/doc/libodbc++/INSTALL/stylesheet-images -%%PORTDOCS%%@dirrm share/doc/libodbc++/INSTALL -%%PORTDOCS%%@dirrm share/doc/libodbc++ diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile deleted file mode 100644 index c8b142ad66aa..000000000000 --- a/databases/p5-Msql/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: p5-Msql-modules -# Date created: September 29th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= p5-Msql-modules -PORTVERSION= 1.1811 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - ftp://ftp.redline.ru/pub/FreeBSD/distfiles/ -MASTER_SITE_SUBDIR= Msql -DISTNAME= Msql-modules-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 modules for accessing MiniSQL (mSQL) databases - -BUILD_DEPENDS= ${LOCALBASE}/lib/libmsql.a:${PORTSDIR}/databases/msql \ - ${LOCALBASE}/lib/perl5/site_perl/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ - ${LOCALBASE}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI - -BROKEN= DEPENDS on databases/msql which is currently BROKEN, also perl5 upgrade - -PERL_CONFIGURE= YES -CONFIGURE_ENV+= PREFIX=${PREFIX} MSQL_HOME=${PREFIX} - -MAN1= pmsql.1 dbimon.1 -MAN3= Msql.3 DBD::mSQL.3 -MAN3PREFIX= ${PREFIX}/lib/perl5 - -.include <bsd.port.mk> diff --git a/databases/p5-Msql/distinfo b/databases/p5-Msql/distinfo deleted file mode 100644 index d826ade97378..000000000000 --- a/databases/p5-Msql/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Msql-modules-1.1811.tar.gz) = 9458086bcda12d32e059de07b1501a76 diff --git a/databases/p5-Msql/pkg-descr b/databases/p5-Msql/pkg-descr deleted file mode 100644 index c87518913b6d..000000000000 --- a/databases/p5-Msql/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Msql.pm and DBD::mSQL implement two different approaches to -communicate with an mSQL server. DBD::mSQL is built upon the DBI, the -generic Perl Database Interface. It brings you an identical interface -to a broad variety of databases and is in this regard comparable to -ODBC. The advantage of the DBI approach is portability and -interoperability. Msql.pm is the elder species. It was written before -DBI was available but it was inspired by an early draft of the DBI -specification. As it has been circulating longer it is more mature and -pretty stable. It's also more complete than DBD::mSQL. - -Some day in the future DBD::mSQL will probably be the clearly superior -competitor in this package. Today you have to decide on your own about -the trade-offs. diff --git a/databases/p5-Msql/pkg-plist b/databases/p5-Msql/pkg-plist deleted file mode 100644 index 64a9eb393adc..000000000000 --- a/databases/p5-Msql/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/dbimon -bin/pmsql -lib/perl5/site_perl/DBD/mSQL.pm -lib/perl5/site_perl/Msql.pm -lib/perl5/site_perl/Msql/Statement.pm -lib/perl5/site_perl/i386-freebsd/auto/DBD/mSQL/mSQL.bs -lib/perl5/site_perl/i386-freebsd/auto/DBD/mSQL/mSQL.so -lib/perl5/site_perl/i386-freebsd/auto/Msql/Msql.bs -lib/perl5/site_perl/i386-freebsd/auto/Msql/Msql.so -lib/perl5/site_perl/i386-freebsd/auto/Msql/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/DBD/mSQL -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Msql diff --git a/databases/sixpack/Makefile b/databases/sixpack/Makefile deleted file mode 100644 index 77b8232eaa68..000000000000 --- a/databases/sixpack/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: sixpack -# Date created: July 10th 2001 -# Whom: des -# -# $FreeBSD$ -# - -PORTNAME= sixpack -PORTVERSION= 0.99.001216 -CATEGORIES= databases -MASTER_SITES= http://www.santafe.edu/~dirk/sixpack/Download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= The SIXPACK Bibliography and Reference Manager - -BROKEN= "Does not package correctly" - -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ - ptksh:${PORTSDIR}/x11-toolkits/p5-Tk - -NO_BUILD= yes - -USE_PERL5= yes - -#MAN8= porteasy.8 - -post-extract: - (cd ${WRKSRC} && ${TAR} zxf bp-0.2.97.tar.gz) - -do-configure: - ${PERL} -p -i -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/install - ${PERL} -p -i -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/install - ${PERL} -p -i -e 's|%%DOCSDIR%%|${DOCSDIR}|' ${WRKSRC}/install - -do-install: - (cd ${WRKSRC} && ${SH} install with-bp with-mod) - -.include <bsd.port.mk> diff --git a/databases/sixpack/distinfo b/databases/sixpack/distinfo deleted file mode 100644 index 127b38ee6c02..000000000000 --- a/databases/sixpack/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sixpack-0.99.001216.tar.gz) = fb7fa2b2ca3d7d7acd19ae571549da73 diff --git a/databases/sixpack/files/patch-install b/databases/sixpack/files/patch-install deleted file mode 100644 index 06c1d0c9f6bd..000000000000 --- a/databases/sixpack/files/patch-install +++ /dev/null @@ -1,34 +0,0 @@ ---- install.orig Sun Dec 10 10:08:58 2000 -+++ install Tue Jul 10 12:56:28 2001 -@@ -10,16 +10,16 @@ - ED=`which ed` - - --BPHOME=/usr/local/lib/bp --PICSDIR=/usr/local/lib/pix --BINDEST=/usr/local/bin --SIXDIR=/usr/local/lib/sixpack --SIXDOC=$SIXDIR/doc -+BPHOME=%%DATADIR%%/bp -+PICSDIR=%%DATADIR%%/pix -+BINDEST=%%PREFIX%%/bin -+SIXDIR=%%DATADIR%% -+SIXDOC=%%DOCSDIR%%/sixpack - BIBXRESFILE=$SIXDIR/Bib - - - # CONFDEST is the location of the configuration file. --CONFDEST=/etc/sixpack.rc -+CONFDEST=%%PREFIX%%/etc/sixpack.rc - # CONFDEST=~/.sixpack.rc - - #these will be spliced into the conf files: -@@ -58,8 +57,6 @@ - w - q - END -- \rm -R $BP -- $TAR -z-xf $BP.tar.gz - for a in $BP/bin/*pl ; do ed $a <edcoms ; done - - cat >edcoms <<END diff --git a/databases/sixpack/pkg-descr b/databases/sixpack/pkg-descr deleted file mode 100644 index e15c3b0f46f2..000000000000 --- a/databases/sixpack/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Sixpack is a bibliography and reference manager with both graphical -(Tk-based) and command line interfaces. Sixpack can import and export -about a dozen different formats, including BibTeX. - -WWW: http://www.santafe.edu/~dirk/sixpack/ diff --git a/databases/sixpack/pkg-plist b/databases/sixpack/pkg-plist deleted file mode 100644 index 0f73958867e8..000000000000 --- a/databases/sixpack/pkg-plist +++ /dev/null @@ -1,125 +0,0 @@ -bin/bib -bin/bib-remote -bin/bibconv -bin/bibcount -bin/bibgrep -bin/bibrdup -bin/bibsort -etc/sixpack.rc -share/doc/sixpack/URLdialog.gif -share/doc/sixpack/buttonbar.gif -share/doc/sixpack/databasewindow.gif -share/doc/sixpack/historywindow.gif -share/doc/sixpack/mainwindow.gif -share/doc/sixpack/newbar.gif -share/doc/sixpack/newmain.gif -share/doc/sixpack/querywindow.gif -share/doc/sixpack/sixpack_add.gif -share/doc/sixpack/sixpack_blank.gif -share/doc/sixpack/sixpack_cmdln.gif -share/doc/sixpack/sixpack_edit.gif -share/doc/sixpack/sixpack_help.gif -share/doc/sixpack/sixpack_label.gif -share/doc/sixpack/sixpack_load.gif -share/doc/sixpack/sixpack_lock.gif -share/doc/sixpack/sixpack_next.gif -share/doc/sixpack/sixpack_prefs.gif -share/doc/sixpack/sixpack_prev.gif -share/doc/sixpack/sixpack_save.gif -share/doc/sixpack/sixpack_search.gif -share/doc/sixpack/sixpack_search1.gif -share/doc/sixpack/sixpack_trash.gif -share/doc/sixpack/sixpack_view.gif -share/doc/sixpack/t1.html -share/doc/sixpack/x1052.html -share/doc/sixpack/x1057.html -share/doc/sixpack/x408.html -share/doc/sixpack/x536.html -share/doc/sixpack/x55.html -share/doc/sixpack/x576.html -share/doc/sixpack/x592.html -share/doc/sixpack/x748.html -share/doc/sixpack/x771.html -share/doc/sixpack/x956.html -share/doc/sixpack/x985.html -share/sixpack/Bib -share/sixpack/bp/bp-ISI.pl -share/sixpack/bp/bp-auto.pl -share/sixpack/bp/bp-bibtex.pl -share/sixpack/bp/bp-bibtexo.pl -share/sixpack/bp/bp-canon.pl -share/sixpack/bp/bp-cs-8859-1.pl -share/sixpack/bp/bp-cs-apple.pl -share/sixpack/bp/bp-cs-auto.pl -share/sixpack/bp/bp-cs-canon.pl -share/sixpack/bp/bp-cs-dead.pl -share/sixpack/bp/bp-cs-html.pl -share/sixpack/bp/bp-cs-none.pl -share/sixpack/bp/bp-cs-tex.pl -share/sixpack/bp/bp-cs-troff.pl -share/sixpack/bp/bp-cstra.pl -share/sixpack/bp/bp-endnote.pl -share/sixpack/bp/bp-html.pl -share/sixpack/bp/bp-inspec.pl -share/sixpack/bp/bp-inspec4.pl -share/sixpack/bp/bp-inspecWeb.pl -share/sixpack/bp/bp-isi-bern.pl -share/sixpack/bp/bp-medline.pl -share/sixpack/bp/bp-melvyl.pl -share/sixpack/bp/bp-output.pl -share/sixpack/bp/bp-p-cs.pl -share/sixpack/bp/bp-p-cstab.pl -share/sixpack/bp/bp-p-debug.pl -share/sixpack/bp/bp-p-dload.pl -share/sixpack/bp/bp-p-errors.pl -share/sixpack/bp/bp-p-option.pl -share/sixpack/bp/bp-p-stdbib.pl -share/sixpack/bp/bp-p-utils.pl -share/sixpack/bp/bp-procite.pl -share/sixpack/bp/bp-refer.pl -share/sixpack/bp/bp-rfc1807.pl -share/sixpack/bp/bp-s-aacf.pl -share/sixpack/bp/bp-s-booklist.pl -share/sixpack/bp/bp-s-cacm.pl -share/sixpack/bp/bp-s-generic.pl -share/sixpack/bp/bp-s-gentrim.pl -share/sixpack/bp/bp-text.pl -share/sixpack/bp/bp-tib.pl -share/sixpack/bp/bp.pl -share/sixpack/pix/sixpack/sixpack_add.gif -share/sixpack/pix/sixpack/sixpack_add.xpm -share/sixpack/pix/sixpack/sixpack_blank.gif -share/sixpack/pix/sixpack/sixpack_blank.xpm -share/sixpack/pix/sixpack/sixpack_cmdln.gif -share/sixpack/pix/sixpack/sixpack_cmdln.xpm -share/sixpack/pix/sixpack/sixpack_edit.gif -share/sixpack/pix/sixpack/sixpack_edit.xpm -share/sixpack/pix/sixpack/sixpack_help.gif -share/sixpack/pix/sixpack/sixpack_help.xpm -share/sixpack/pix/sixpack/sixpack_label.gif -share/sixpack/pix/sixpack/sixpack_label.xpm -share/sixpack/pix/sixpack/sixpack_load.gif -share/sixpack/pix/sixpack/sixpack_load.xpm -share/sixpack/pix/sixpack/sixpack_lock.gif -share/sixpack/pix/sixpack/sixpack_lock.xpm -share/sixpack/pix/sixpack/sixpack_next.gif -share/sixpack/pix/sixpack/sixpack_next.xpm -share/sixpack/pix/sixpack/sixpack_prefs.gif -share/sixpack/pix/sixpack/sixpack_prefs.xpm -share/sixpack/pix/sixpack/sixpack_prev.gif -share/sixpack/pix/sixpack/sixpack_prev.xpm -share/sixpack/pix/sixpack/sixpack_save.gif -share/sixpack/pix/sixpack/sixpack_save.xpm -share/sixpack/pix/sixpack/sixpack_search.gif -share/sixpack/pix/sixpack/sixpack_search.xpm -share/sixpack/pix/sixpack/sixpack_search1.gif -share/sixpack/pix/sixpack/sixpack_search1.xpm -share/sixpack/pix/sixpack/sixpack_trash.gif -share/sixpack/pix/sixpack/sixpack_trash.xpm -share/sixpack/pix/sixpack/sixpack_view.gif -share/sixpack/pix/sixpack/sixpack_view.xpm -@dirrm share/sixpack/pix/sixpack -@dirrm share/sixpack/pix -@dirrm share/sixpack/bp -@dirrm share/sixpack -@dirrm share/doc/sixpack |