diff options
author | jeh <jeh@FreeBSD.org> | 2002-05-23 23:16:56 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-05-23 23:16:56 +0000 |
commit | a22a3c23826d4330dc1fe1366cb78c82295c30a9 (patch) | |
tree | 9e82a75b42f74edf6a7a43bbed1c95e552c55d8d /misc | |
parent | cf97aeb4be7460879e396781d5adcd3a1b3c42dc (diff) | |
download | FreeBSD-ports-a22a3c23826d4330dc1fe1366cb78c82295c30a9.zip FreeBSD-ports-a22a3c23826d4330dc1fe1366cb78c82295c30a9.tar.gz |
Remove the older Amanda 2.4.2 ports. The current Amanda 2.4.3 ports
are still available.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda24-client/Makefile | 18 | ||||
-rw-r--r-- | misc/amanda24-server/Makefile | 152 | ||||
-rw-r--r-- | misc/amanda24-server/distinfo | 1 | ||||
-rw-r--r-- | misc/amanda24-server/files/patch-aa | 21 | ||||
-rw-r--r-- | misc/amanda24-server/files/patch-ab | 12 | ||||
-rw-r--r-- | misc/amanda24-server/files/patch-ac | 12 | ||||
-rw-r--r-- | misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in | 11 | ||||
-rw-r--r-- | misc/amanda24-server/pkg-comment | 1 | ||||
-rw-r--r-- | misc/amanda24-server/pkg-comment.client | 1 | ||||
-rw-r--r-- | misc/amanda24-server/pkg-descr | 27 | ||||
-rw-r--r-- | misc/amanda24-server/pkg-plist | 38 | ||||
-rw-r--r-- | misc/amanda24-server/pkg-plist.client | 45 |
13 files changed, 0 insertions, 341 deletions
diff --git a/misc/Makefile b/misc/Makefile index 014d6b7..6f49953 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -16,8 +16,6 @@ SUBDIR += alevt SUBDIR += amanda-client SUBDIR += amanda-server - SUBDIR += amanda24-client - SUBDIR += amanda24-server SUBDIR += argparse SUBDIR += asbutton SUBDIR += astrolog diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile deleted file mode 100644 index b628ace..0000000 --- a/misc/amanda24-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 - -MASTERDIR= ${.CURDIR}/../amanda24-server -COMMENT= ${PKGDIR}/pkg-comment.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile deleted file mode 100644 index 45d1c481..0000000 --- a/misc/amanda24-server/Makefile +++ /dev/null @@ -1,152 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME?= ${MASTERPORTNAME} -PORTVERSION= 2.4.2p2 -PORTREVISION?= 2 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amanda -DISTFILES= amanda-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= jeh@FreeBSD.org - -WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda24-client -MASTERPORTNAME= amanda24-server - -NO_LATEST_LINK= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -PATCH_STRIP= - -.include <bsd.port.pre.mk> -# amanda24-server part -.if !defined(CLIENT_ONLY) - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " -DWITH_PLOT to enable ploting, requires X11 libraries" - @${ECHO} " -DWITH_SAMBA to enable the use of smbclient" - @${ECHO} " -DWITHOUT_GNUTAR to NOT use GNUTar and use the" - @${ECHO} " native FreeBSD version" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_TAPE=tape to specify the default tape device" - @${ECHO} " The default is /dev/nrsa0" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuation" - @${ECHO} " The default is user" - @${ECHO} "" - -RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client -BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client - -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump --with-buffered-dump \ - --with-user=operator --with-group=operator \ - --without-client - -MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdump.8 \ - amflush.8 amgetconf.8 amlabel.8 amoverview.8 amreport.8 \ - amrmtape.8 amstatus.8 amtape.8 amtoc.8 amverify.8 - -.if defined (WITH_PLOT) -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -MAN8+= amplot.8 -PLIST_SUB+= PLOT='' -.else -PLIST_SUB+= PLOT='@comment ' -.endif - -.if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient -.endif - -.if !defined (WITHOUT_GNUTAR) -CONFIGURE_ARGS+= --with-gnutar=${PREFIX}/bin/gtar -BUILD_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -.endif - -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if defined (AMANDA_TAPE) -CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE} -.endif - -.if defined (AMANDA_CONFIG) -CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} -.endif - -# -# Before 4.0, pre-CAM scsiio.h existed -.if ${OSVERSION} < 400000 -PLIST_SUB+= SCSICHG='' -.else -PLIST_SUB+= SCSICHG='@comment ' -.endif - -# amanda24-client part -.else - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " -DWITHOUT_GNUTAR to NOT use GNUTar and use the" - @${ECHO} " native FreeBSD version" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuation" - @${ECHO} " The default is user" - @${ECHO} "" - -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump --with-buffered-dump \ - --with-user=operator --with-group=operator \ - --without-server - -MAN8= amanda.8 amrecover.8 amrestore.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.if !defined (WITHOUT_GNUTAR) -CONFIGURE_ARGS+= --with-gnutar=${PREFIX}/bin/gtar -BUILD_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -.endif - -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if defined (AMANDA_CONFIG) -CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} -.endif - -.endif - -.include <bsd.port.post.mk> diff --git a/misc/amanda24-server/distinfo b/misc/amanda24-server/distinfo deleted file mode 100644 index 172b9ac..0000000 --- a/misc/amanda24-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.2p2.tar.gz) = f8f66a5a86df588f467db9997cce6764 diff --git a/misc/amanda24-server/files/patch-aa b/misc/amanda24-server/files/patch-aa deleted file mode 100644 index fb82d3e..0000000 --- a/misc/amanda24-server/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- man/Makefile.in.orig Sat Nov 25 09:02:01 2000 -+++ man/Makefile.in Wed Jan 31 06:45:07 2001 -@@ -151,7 +151,7 @@ - - @WANT_AMPLOT_TRUE@AMPLOT_MAN_PAGES = @WANT_AMPLOT_TRUE@amplot.8 - --COMMON_MAN_PAGES = amanda.8 -+@WANT_CLIENT_TRUE@COMMON_MAN_PAGES = @WANT_CLIENT_TRUE@amanda.8 - - @WANT_SERVER_TRUE@SERVER_MAN_PAGES = @WANT_SERVER_TRUE@amadmin.8 \ - @WANT_SERVER_TRUE@ amcheck.8 \ -@@ -171,7 +171,7 @@ - - @WANT_RECOVER_TRUE@RECOVER_MAN_PAGES = amrecover.8 - --@WANT_RESTORE_TRUE@RESTORE_MAN_PAGES = amrestore.8 - -+@WANT_CLIENT_TRUE@RESTORE_MAN_PAGES = @WANT_CLIENT_TRUE@amrestore.8 - - # not autoconf-generated: - EXTRA_DIST = amplot.8 amrestore.8 amtape.8 diff --git a/misc/amanda24-server/files/patch-ab b/misc/amanda24-server/files/patch-ab deleted file mode 100644 index 92690f7..0000000 --- a/misc/amanda24-server/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- common-src/Makefile.in.orig Fri Jan 26 14:28:17 2001 -+++ common-src/Makefile.in Thu Feb 8 06:51:25 2001 -@@ -481,7 +481,8 @@ - check: check-am - installcheck-am: - installcheck: installcheck-am --install-exec-am: install-libLTLIBRARIES -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES -+@WANT_SERVER_TRUE@install-exec-am: - install-exec: install-exec-am - - install-data-am: diff --git a/misc/amanda24-server/files/patch-ac b/misc/amanda24-server/files/patch-ac deleted file mode 100644 index f7e97519..0000000 --- a/misc/amanda24-server/files/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ ---- tape-src/Makefile.in.orig Fri Jan 26 14:28:19 2001 -+++ tape-src/Makefile.in Sun Feb 11 21:18:00 2001 -@@ -353,7 +353,8 @@ - check: check-am - installcheck-am: - installcheck: installcheck-am --install-exec-am: install-libLTLIBRARIES -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES -+@WANT_SERVER_TRUE@install-exec-am: - install-exec: install-exec-am - - install-data-am: diff --git a/misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in b/misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in deleted file mode 100644 index 5e14600..0000000 --- a/misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- changer-src/chg-zd-mtx.sh.in.orig Mon Apr 2 20:22:44 2001 -+++ changer-src/chg-zd-mtx.sh.in Fri Dec 28 12:30:09 2001 -@@ -403,7 +403,7 @@ - includedslot=`echo $tmpincludedslot | sed -n "s/\(.*\)Storage Element \([1-9][0-9]*\):\(.*\)/\2/p;s/Data Transfer Element $drivenum:Full (Storage Element \([1-9][0-9]*\) Loaded)\(.*\)/\1/p"` - case $tapelabel in - $tapelabel) -- if [ $tapelabel == $includedtag ]; then -+ if [ $tapelabel = $includedtag ]; then - shift - loadslot $includedslot - echo "$tape" diff --git a/misc/amanda24-server/pkg-comment b/misc/amanda24-server/pkg-comment deleted file mode 100644 index 87b9727..0000000 --- a/misc/amanda24-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda24-server/pkg-comment.client b/misc/amanda24-server/pkg-comment.client deleted file mode 100644 index 87b9727..0000000 --- a/misc/amanda24-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda24-server/pkg-descr b/misc/amanda24-server/pkg-descr deleted file mode 100644 index 52f5f64..0000000 --- a/misc/amanda24-server/pkg-descr +++ /dev/null @@ -1,27 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. - -WWW: http://sourceforge.net/projects/amanda/ - -- Jim -jim@thehousleys.net diff --git a/misc/amanda24-server/pkg-plist b/misc/amanda24-server/pkg-plist deleted file mode 100644 index 6891067..0000000 --- a/misc/amanda24-server/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -lib/libamserver.a -%%PLOT%%libexec/amanda/amcat.awk -libexec/amanda/amcleanupdisk -libexec/amanda/amindexd -libexec/amanda/amlogroll -%%PLOT%%libexec/amanda/amplot.awk -%%PLOT%%libexec/amanda/amplot.g -%%PLOT%%libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/amtrmlog -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -%%SCSICHG%%libexec/amanda/chg-scsi -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/planner -libexec/amanda/taper -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amgetconf -sbin/amlabel -sbin/amoverview -%%PLOT%%sbin/amplot -sbin/amreport -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify diff --git a/misc/amanda24-server/pkg-plist.client b/misc/amanda24-server/pkg-plist.client deleted file mode 100644 index 4f10989..0000000 --- a/misc/amanda24-server/pkg-plist.client +++ /dev/null @@ -1,45 +0,0 @@ -lib/libamanda.a -lib/libamclient.a -lib/libamtape.a -libexec/amanda/amandad -libexec/amanda/amidxtaped -libexec/amanda/calcsize -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/versionsuffix -sbin/amrecover -sbin/amrestore -share/amanda/COPYRIGHT -share/amanda/COPYRIGHT-APACHE -share/amanda/COPYRIGHT-REGEX -share/amanda/DUMPER-API -share/amanda/FAQ -share/amanda/INDEXING -share/amanda/INSTALL -share/amanda/INTERNALS -share/amanda/KERBEROS -share/amanda/LABEL.PRINTING -share/amanda/MULTITAPE -share/amanda/RESTORE -share/amanda/SAMBA -share/amanda/SECURITY -share/amanda/SYSTEM.NOTES -share/amanda/TAPE.CHANGERS -share/amanda/TAPETYPES -share/amanda/UPGRADE -share/amanda/WHATS.NEW -share/amanda/WISHLIST -share/amanda/YEAR2000 -share/amanda/ZFTAPE -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm share/amanda -@dirrm libexec/amanda |