aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda-server
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/Makefile41
-rw-r--r--misc/amanda-server/distinfo1
-rw-r--r--misc/amanda-server/files/patch-ae18
-rw-r--r--misc/amanda-server/files/patch-af68
-rw-r--r--misc/amanda-server/pkg-comment1
-rw-r--r--misc/amanda-server/pkg-descr23
-rw-r--r--misc/amanda-server/pkg-plist70
7 files changed, 0 insertions, 222 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
deleted file mode 100644
index 9594c5f6ccd9..000000000000
--- a/misc/amanda-server/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: amanda
-# Version required: 2.3.0
-# Date created: 28th Feb 1995
-# Whom: gpalmer
-#
-# $Id: Makefile,v 1.20 1998/09/13 01:16:01 cwt Exp $
-#
-
-DISTNAME= amanda-2.4.1p1
-PKGNAME= amanda-2.4.1
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
-
-MAINTAINER= cwt@FreeBSD.ORG
-
-BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-
-WRKSRC= ${WRKDIR}/amanda-2.4.1p1
-NO_LATEST_LINK= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
- --with-amandahosts --with-fqdn \
- --with-dump-honor-nodump \
- --with-user=operator --with-group=operator
-
-PATCH_STRIP=
-MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \
- amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \
- amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \
- amtape.8 amtoc.8 amverify.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
-
-.include <bsd.port.mk>
diff --git a/misc/amanda-server/distinfo b/misc/amanda-server/distinfo
deleted file mode 100644
index 7a6ad03da941..000000000000
--- a/misc/amanda-server/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed
diff --git a/misc/amanda-server/files/patch-ae b/misc/amanda-server/files/patch-ae
deleted file mode 100644
index 62ea9e28e154..000000000000
--- a/misc/amanda-server/files/patch-ae
+++ /dev/null
@@ -1,18 +0,0 @@
---- config/config.h.in Thu Aug 27 11:43:52 1998
-+++ config/config.h.in Sun Sep 6 11:38:27 1998
-@@ -1,4 +1,4 @@
--/* config/config.h.in. Generated automatically from configure.in by autoheader. */
-+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */
- #ifndef _CONFIG_H
- #define _CONFIG_H
-
-@@ -360,6 +360,9 @@
-
- /* Define if you have the <arpa/inet.h> header file. */
- #undef HAVE_ARPA_INET_H
-+
-+/* Define if you have the <camlib.h> header file. */
-+#undef HAVE_CAMLIB_H
-
- /* Define if you have the <chio.h> header file. */
- #undef HAVE_CHIO_H
diff --git a/misc/amanda-server/files/patch-af b/misc/amanda-server/files/patch-af
deleted file mode 100644
index 272d5133ca48..000000000000
--- a/misc/amanda-server/files/patch-af
+++ /dev/null
@@ -1,68 +0,0 @@
---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998
-+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998
-@@ -114,6 +114,38 @@
- }
-
-
-+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H)
-+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM"
-+#warning "Code will work fine if you aren't running a changer."
-+int isempty(int fd, int slot)
-+{
-+struct changer_element_status ces;
-+int i,rc;
-+int type=CHET_ST;
-+
-+return 0;
-+}
-+
-+int find_empty(int fd)
-+{
-+struct changer_element_status ces;
-+int i,rc;
-+int type=CHET_ST;
-+
-+return 0;
-+}
-+
-+int drive_loaded(int fd, int drivenum)
-+{
-+struct changer_element_status ces;
-+int i,rc;
-+int type=CHET_DT;
-+
-+return 0;
-+}
-+
-+#else
-+
- /*
- * this routine checks a specified slot to see if it is empty
- */
-@@ -141,6 +173,8 @@
- return !i;
- }
-
-+
-+
- /*
- * find the first empty slot
- */
-@@ -169,6 +203,8 @@
- return i;
- }
-
-+
-+
- /*
- * returns one if there is a tape loaded in the drive
- */
-@@ -195,7 +231,7 @@
- free(ces.ces_data);
- return i;
- }
--
-+#endif
-
- /*
- * unloads the drive, putting the tape in the specified slot
diff --git a/misc/amanda-server/pkg-comment b/misc/amanda-server/pkg-comment
deleted file mode 100644
index 87b97277da1d..000000000000
--- a/misc/amanda-server/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Advanced Maryland Automatic Network Disk Archiver
diff --git a/misc/amanda-server/pkg-descr b/misc/amanda-server/pkg-descr
deleted file mode 100644
index 0ce8f8fe8b02..000000000000
--- a/misc/amanda-server/pkg-descr
+++ /dev/null
@@ -1,23 +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.
diff --git a/misc/amanda-server/pkg-plist b/misc/amanda-server/pkg-plist
deleted file mode 100644
index 6fd9d63accfc..000000000000
--- a/misc/amanda-server/pkg-plist
+++ /dev/null
@@ -1,70 +0,0 @@
-lib/libamanda-2.4.1p1.so.0
-lib/libamanda.a
-lib/libamanda.la
-lib/libamanda.so
-lib/libamclient-2.4.1p1.so.0
-lib/libamclient.a
-lib/libamclient.la
-lib/libamclient.so
-lib/libamserver-2.4.1p1.so.0
-lib/libamserver.a
-lib/libamserver.la
-lib/libamserver.so
-lib/libamtape-2.4.1p1.so.0
-lib/libamtape.a
-lib/libamtape.la
-lib/libamtape.so
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-libexec/amanda/amandad
-libexec/amanda/amcat.awk
-libexec/amanda/amidxtaped
-libexec/amanda/amindexd
-libexec/amanda/amplot.awk
-libexec/amanda/amplot.g
-libexec/amanda/amplot.gp
-libexec/amanda/amtrmidx
-libexec/amanda/calcsize
-libexec/amanda/chg-chio
-libexec/amanda/chg-chs
-libexec/amanda/chg-manual
-libexec/amanda/chg-mtx
-libexec/amanda/chg-multi
-libexec/amanda/chg-rth
-libexec/amanda/chg-zd-mtx
-libexec/amanda/driver
-libexec/amanda/dumper
-libexec/amanda/getconf
-libexec/amanda/killpgrp
-libexec/amanda/patch-system
-libexec/amanda/planner
-libexec/amanda/rundump
-libexec/amanda/runtar
-libexec/amanda/selfcheck
-libexec/amanda/sendbackup
-libexec/amanda/sendsize
-libexec/amanda/taper
-libexec/amanda/versionsuffix
-sbin/amadmin
-sbin/amcheck
-sbin/amcheckdb
-sbin/amcleanup
-sbin/amdump
-sbin/amflush
-sbin/amlabel
-sbin/amoverview
-sbin/amplot
-sbin/amrecover
-sbin/amreport
-sbin/amrestore
-sbin/amrmtape
-sbin/amstatus
-sbin/amtape
-sbin/amtoc
-sbin/amverify
-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 libexec/amanda