summaryrefslogtreecommitdiff
path: root/misc/amanda
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-05-23 19:19:49 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-05-23 19:19:49 +0000
commitb7280bf91d76ef501ccdfec21c94523d6c0eaf93 (patch)
treeaa428ed290fa47505a76cdf149c08afe08330b0c /misc/amanda
parentGreatly simplify the post-patch: target, now that Wine does not set (diff)
Remove old amanda ports. They are no longer supported or maintained.
Notes
Notes: svn path=/head/; revision=59821
Diffstat (limited to 'misc/amanda')
-rw-r--r--misc/amanda/Makefile47
-rw-r--r--misc/amanda/distinfo1
-rw-r--r--misc/amanda/files/patch-ah11
-rw-r--r--misc/amanda/pkg-comment1
-rw-r--r--misc/amanda/pkg-descr5
-rw-r--r--misc/amanda/pkg-install15
-rw-r--r--misc/amanda/pkg-plist47
7 files changed, 0 insertions, 127 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile
deleted file mode 100644
index 3aeab5783c18..000000000000
--- a/misc/amanda/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: amanda
-# Date created: 28th Feb 1995
-# Whom: gpalmer
-#
-# $FreeBSD$
-#
-
-PORTNAME= amanda
-PORTVERSION= 2.3.0.4
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/old-versions/
-
-MAINTAINER= ports@FreeBSD.org
-
-GNU_CONFIGURE=yes
-CONFIGURE_ARGS+=--with-dbdir=/var/log/amanda --with-logdir=/var/log/amanda \
- --libexecdir=${PREFIX}/libexec/amanda --with-mmap \
- --with-user=operator --with-group=operator
-
-MAN8= amadmin.8 amanda.8 amcheck.8 amcleanup.8 amdump.8 amflush.8 \
- amlabel.8 amplot.8 amrecover.8 amrestore.8 amrmtape.8 amtape.8 \
- amtoc.8
-
-LIBEXEC_BIN= amandad amcat.awk amgetidx amidxtaped amindexd amplot.awk \
- amplot.g amplot.gp amtrmidx calcsize chg-generic \
- createindex-dump createindex-gnutar driver dumper getconf \
- hp-changer no-changer patch-system planner reporter \
- rth-changer rundump runtar selfcheck sendbackup-dump \
- sendbackup-gnutar sendindex sendsize taper versionsuffix
-
-BIN_BIN= amadmin amcheck amcheckdb amcleanup amdump amflush amlabel \
- amoverview amplot amrecover amrestore amrmtape amtape amtoc \
- amverify
-
-INSTALL_DATA= amanda.conf chg-generic.conf disklist
-
-post-install:
- @${MKDIR} ${PREFIX}/share/examples/amanda
- ${INSTALL_DATA} ${WRKSRC}/example/amanda.conf ${PREFIX}/share/examples/amanda
- ${INSTALL_DATA} ${WRKSRC}/example/chg-generic.conf ${PREFIX}/share/examples/amanda
- ${INSTALL_DATA} ${WRKSRC}/example/disklist ${PREFIX}/share/examples/amanda
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
- @${MKDIR} ${PREFIX}/etc/amanda
- @${MKDIR} /var/log/amanda
- @${TOUCH} /var/log/amanda/curinfo
-
-.include <bsd.port.mk>
diff --git a/misc/amanda/distinfo b/misc/amanda/distinfo
deleted file mode 100644
index 92b030ae6d58..000000000000
--- a/misc/amanda/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (amanda-2.3.0.4.tar.gz) = ec8fdad27b3f0ea2a09ac0b1639c7fab
diff --git a/misc/amanda/files/patch-ah b/misc/amanda/files/patch-ah
deleted file mode 100644
index a4df6778fcf8..000000000000
--- a/misc/amanda/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- common-src/amanda.h.orig Fri Nov 24 11:33:22 2000
-+++ common-src/amanda.h Fri Nov 24 11:33:33 2000
-@@ -421,7 +421,7 @@
- #endif
-
- #ifndef HAVE_INITGROUPS_DECL
--extern int initgroups P((const char *name, gid_t basegid));
-+/* extern int initgroups P((const char *name, gid_t basegid)); */
- #endif
-
- #ifndef HAVE_LISTEN_DECL
diff --git a/misc/amanda/pkg-comment b/misc/amanda/pkg-comment
deleted file mode 100644
index 87b97277da1d..000000000000
--- a/misc/amanda/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Advanced Maryland Automatic Network Disk Archiver
diff --git a/misc/amanda/pkg-descr b/misc/amanda/pkg-descr
deleted file mode 100644
index 30b9969b374b..000000000000
--- a/misc/amanda/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is 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.
-
-WWW: http://www.amanda.org/
diff --git a/misc/amanda/pkg-install b/misc/amanda/pkg-install
deleted file mode 100644
index 569b7ddcdea8..000000000000
--- a/misc/amanda/pkg-install
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-# $FreeBSD: /tmp/pcvs/ports/misc/amanda/Attic/pkg-install,v 1.3 2000-11-28 03:26:20 foxfair Exp $
-USER=operator
-GROUP=${USER}
-
-case $2 in
-POST-INSTALL)
- echo "Modifying permissions on ${PKG_PREFIX}/libexec/amanda"
- /usr/sbin/chown ${USER}:${GROUP} ${PKG_PREFIX}/libexec/amanda
- /bin/chmod 510 ${PKG_PREFIX}/libexec/amanda
- /usr/sbin/chown ${USER}:${GROUP} ${PKG_PREFIX}/libexec/amanda/*
- /bin/chmod 4550 ${PKG_PREFIX}/libexec/amanda/*
- ;;
-esac
diff --git a/misc/amanda/pkg-plist b/misc/amanda/pkg-plist
deleted file mode 100644
index 1cd04bc06f21..000000000000
--- a/misc/amanda/pkg-plist
+++ /dev/null
@@ -1,47 +0,0 @@
-bin/amadmin
-bin/amcheck
-bin/amcheckdb
-bin/amcleanup
-bin/amdump
-bin/amflush
-bin/amlabel
-bin/amoverview
-bin/amrecover
-bin/amrestore
-bin/amrmtape
-bin/amtape
-bin/amtoc
-bin/amverify
-libexec/amanda/amandad
-libexec/amanda/amgetidx
-libexec/amanda/amidxtaped
-libexec/amanda/amindexd
-libexec/amanda/amtrmidx
-libexec/amanda/calcsize
-libexec/amanda/chg-generic
-libexec/amanda/createindex-dump
-libexec/amanda/createindex-gnutar
-libexec/amanda/driver
-libexec/amanda/dumper
-libexec/amanda/getconf
-libexec/amanda/hp-changer
-libexec/amanda/no-changer
-libexec/amanda/patch-system
-libexec/amanda/planner
-libexec/amanda/reporter
-libexec/amanda/rth-changer
-libexec/amanda/rundump
-libexec/amanda/runtar
-libexec/amanda/selfcheck
-libexec/amanda/sendbackup-dump
-libexec/amanda/sendbackup-gnutar
-libexec/amanda/sendindex
-libexec/amanda/sendsize
-libexec/amanda/taper
-libexec/amanda/versionsuffix
-share/examples/amanda/amanda.conf
-share/examples/amanda/chg-generic.conf
-share/examples/amanda/disklist
-@dirrm share/examples/amanda
-@dirrm libexec/amanda
-@unexec rmdir %D/etc/amanda 2> /dev/null || true