mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Remove old amanda ports. They are no longer supported or maintained.
This commit is contained in:
parent
98c7d14ebb
commit
b7280bf91d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59821
@ -14,9 +14,6 @@
|
||||
SUBDIR += afbackup-server
|
||||
SUBDIR += airoflash
|
||||
SUBDIR += alevt
|
||||
SUBDIR += amanda
|
||||
SUBDIR += amanda-client
|
||||
SUBDIR += amanda-server
|
||||
SUBDIR += amanda24-client
|
||||
SUBDIR += amanda24-server
|
||||
SUBDIR += argparse
|
||||
|
@ -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= 0
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../amanda-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.client
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,157 +0,0 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 2.4.3b2
|
||||
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/amanda-client
|
||||
MASTERPORTNAME= amanda-server
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
# amanda-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} " -DWITH_MTX to enable the use of mtx changer scripts"
|
||||
@${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/amanda-client
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdd.8 \
|
||||
amdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.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 (WITH_MTX)
|
||||
BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
.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
|
||||
|
||||
# amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
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>
|
@ -1 +0,0 @@
|
||||
MD5 (amanda-2.4.3b2.tar.gz) = ba220b2261b9cea9857fddfff5915fac
|
@ -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
|
@ -1,12 +0,0 @@
|
||||
--- common-src/Makefile.in Fri Nov 30 11:33:48 2001
|
||||
+++ common-src/Makefile.in.new Fri Nov 30 18:03:29 2001
|
||||
@@ -611,7 +611,8 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES
|
||||
+@WANT_SERVER_TRUE@install-exec-am:
|
||||
|
||||
install-info:
|
||||
|
@ -1,35 +0,0 @@
|
||||
--- tape-src/Makefile.in.orig Fri Nov 30 14:33:56 2001
|
||||
+++ tape-src/Makefile.in Tue Dec 4 08:04:12 2001
|
||||
@@ -162,7 +162,8 @@
|
||||
@WANT_LIBTOOL_FALSE@LIB_EXTENSION = a
|
||||
@WANT_LIBTOOL_FALSE@noinst_LIBRARIES = libamtape.a
|
||||
|
||||
-sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
|
||||
libamtape_la_SOURCES = output-file.c \
|
||||
output-null.c \
|
||||
@@ -241,7 +242,8 @@
|
||||
output-tape.lo tapeio.lo
|
||||
libamtape_la_OBJECTS = $(am_libamtape_la_OBJECTS)
|
||||
EXTRA_PROGRAMS = tapetype$(EXEEXT) amtapeio$(EXEEXT)
|
||||
-sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
PROGRAMS = $(sbin_PROGRAMS)
|
||||
|
||||
amdd_SOURCES = amdd.c
|
||||
@@ -524,7 +526,11 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \
|
||||
+ install-sbinPROGRAMS
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
+@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -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
|
||||
jeh@FreeBSD.org
|
@ -1,40 +0,0 @@
|
||||
%%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
|
||||
libexec/amanda/chg-scsi
|
||||
%%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/amdd
|
||||
sbin/amdump
|
||||
sbin/amflush
|
||||
sbin/amgetconf
|
||||
sbin/amlabel
|
||||
sbin/ammt
|
||||
sbin/amoverview
|
||||
%%PLOT%%sbin/amplot
|
||||
sbin/amreport
|
||||
sbin/amrmtape
|
||||
sbin/amstatus
|
||||
sbin/amtape
|
||||
sbin/amtoc
|
||||
sbin/amverify
|
@ -1,46 +0,0 @@
|
||||
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/EXCLUDE
|
||||
share/amanda/FAQ
|
||||
share/amanda/INDEXING
|
||||
share/amanda/INSTALL
|
||||
share/amanda/INTERNALS
|
||||
share/amanda/KERBEROS
|
||||
share/amanda/LABEL.PRINTING
|
||||
share/amanda/MULTITAPE
|
||||
share/amanda/RAIT
|
||||
share/amanda/PORT.USAGE
|
||||
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/VTAPE-API
|
||||
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
|
@ -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>
|
@ -1 +0,0 @@
|
||||
MD5 (amanda-2.3.0.4.tar.gz) = ec8fdad27b3f0ea2a09ac0b1639c7fab
|
@ -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
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -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/
|
@ -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
|
@ -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
|
@ -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= 0
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../amanda-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.client
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,157 +0,0 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 2.4.3b2
|
||||
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/amanda-client
|
||||
MASTERPORTNAME= amanda-server
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
# amanda-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} " -DWITH_MTX to enable the use of mtx changer scripts"
|
||||
@${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/amanda-client
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdd.8 \
|
||||
amdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.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 (WITH_MTX)
|
||||
BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
.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
|
||||
|
||||
# amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
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>
|
@ -1 +0,0 @@
|
||||
MD5 (amanda-2.4.3b2.tar.gz) = ba220b2261b9cea9857fddfff5915fac
|
@ -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
|
@ -1,12 +0,0 @@
|
||||
--- common-src/Makefile.in Fri Nov 30 11:33:48 2001
|
||||
+++ common-src/Makefile.in.new Fri Nov 30 18:03:29 2001
|
||||
@@ -611,7 +611,8 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES
|
||||
+@WANT_SERVER_TRUE@install-exec-am:
|
||||
|
||||
install-info:
|
||||
|
@ -1,35 +0,0 @@
|
||||
--- tape-src/Makefile.in.orig Fri Nov 30 14:33:56 2001
|
||||
+++ tape-src/Makefile.in Tue Dec 4 08:04:12 2001
|
||||
@@ -162,7 +162,8 @@
|
||||
@WANT_LIBTOOL_FALSE@LIB_EXTENSION = a
|
||||
@WANT_LIBTOOL_FALSE@noinst_LIBRARIES = libamtape.a
|
||||
|
||||
-sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
|
||||
libamtape_la_SOURCES = output-file.c \
|
||||
output-null.c \
|
||||
@@ -241,7 +242,8 @@
|
||||
output-tape.lo tapeio.lo
|
||||
libamtape_la_OBJECTS = $(am_libamtape_la_OBJECTS)
|
||||
EXTRA_PROGRAMS = tapetype$(EXEEXT) amtapeio$(EXEEXT)
|
||||
-sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
PROGRAMS = $(sbin_PROGRAMS)
|
||||
|
||||
amdd_SOURCES = amdd.c
|
||||
@@ -524,7 +526,11 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \
|
||||
+ install-sbinPROGRAMS
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
+@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -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
|
||||
jeh@FreeBSD.org
|
@ -1,40 +0,0 @@
|
||||
%%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
|
||||
libexec/amanda/chg-scsi
|
||||
%%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/amdd
|
||||
sbin/amdump
|
||||
sbin/amflush
|
||||
sbin/amgetconf
|
||||
sbin/amlabel
|
||||
sbin/ammt
|
||||
sbin/amoverview
|
||||
%%PLOT%%sbin/amplot
|
||||
sbin/amreport
|
||||
sbin/amrmtape
|
||||
sbin/amstatus
|
||||
sbin/amtape
|
||||
sbin/amtoc
|
||||
sbin/amverify
|
@ -1,46 +0,0 @@
|
||||
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/EXCLUDE
|
||||
share/amanda/FAQ
|
||||
share/amanda/INDEXING
|
||||
share/amanda/INSTALL
|
||||
share/amanda/INTERNALS
|
||||
share/amanda/KERBEROS
|
||||
share/amanda/LABEL.PRINTING
|
||||
share/amanda/MULTITAPE
|
||||
share/amanda/RAIT
|
||||
share/amanda/PORT.USAGE
|
||||
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/VTAPE-API
|
||||
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
|
@ -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= 0
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../amanda-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.client
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,157 +0,0 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 2.4.3b2
|
||||
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/amanda-client
|
||||
MASTERPORTNAME= amanda-server
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
# amanda-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} " -DWITH_MTX to enable the use of mtx changer scripts"
|
||||
@${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/amanda-client
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdd.8 \
|
||||
amdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.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 (WITH_MTX)
|
||||
BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
.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
|
||||
|
||||
# amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
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>
|
@ -1 +0,0 @@
|
||||
MD5 (amanda-2.4.3b2.tar.gz) = ba220b2261b9cea9857fddfff5915fac
|
@ -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
|
@ -1,12 +0,0 @@
|
||||
--- common-src/Makefile.in Fri Nov 30 11:33:48 2001
|
||||
+++ common-src/Makefile.in.new Fri Nov 30 18:03:29 2001
|
||||
@@ -611,7 +611,8 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES
|
||||
+@WANT_SERVER_TRUE@install-exec-am:
|
||||
|
||||
install-info:
|
||||
|
@ -1,35 +0,0 @@
|
||||
--- tape-src/Makefile.in.orig Fri Nov 30 14:33:56 2001
|
||||
+++ tape-src/Makefile.in Tue Dec 4 08:04:12 2001
|
||||
@@ -162,7 +162,8 @@
|
||||
@WANT_LIBTOOL_FALSE@LIB_EXTENSION = a
|
||||
@WANT_LIBTOOL_FALSE@noinst_LIBRARIES = libamtape.a
|
||||
|
||||
-sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
|
||||
libamtape_la_SOURCES = output-file.c \
|
||||
output-null.c \
|
||||
@@ -241,7 +242,8 @@
|
||||
output-tape.lo tapeio.lo
|
||||
libamtape_la_OBJECTS = $(am_libamtape_la_OBJECTS)
|
||||
EXTRA_PROGRAMS = tapetype$(EXEEXT) amtapeio$(EXEEXT)
|
||||
-sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
PROGRAMS = $(sbin_PROGRAMS)
|
||||
|
||||
amdd_SOURCES = amdd.c
|
||||
@@ -524,7 +526,11 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \
|
||||
+ install-sbinPROGRAMS
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
+@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -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
|
||||
jeh@FreeBSD.org
|
@ -1,40 +0,0 @@
|
||||
%%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
|
||||
libexec/amanda/chg-scsi
|
||||
%%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/amdd
|
||||
sbin/amdump
|
||||
sbin/amflush
|
||||
sbin/amgetconf
|
||||
sbin/amlabel
|
||||
sbin/ammt
|
||||
sbin/amoverview
|
||||
%%PLOT%%sbin/amplot
|
||||
sbin/amreport
|
||||
sbin/amrmtape
|
||||
sbin/amstatus
|
||||
sbin/amtape
|
||||
sbin/amtoc
|
||||
sbin/amverify
|
@ -1,46 +0,0 @@
|
||||
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/EXCLUDE
|
||||
share/amanda/FAQ
|
||||
share/amanda/INDEXING
|
||||
share/amanda/INSTALL
|
||||
share/amanda/INTERNALS
|
||||
share/amanda/KERBEROS
|
||||
share/amanda/LABEL.PRINTING
|
||||
share/amanda/MULTITAPE
|
||||
share/amanda/RAIT
|
||||
share/amanda/PORT.USAGE
|
||||
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/VTAPE-API
|
||||
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
|
@ -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= 0
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../amanda-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.client
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,157 +0,0 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 2.4.3b2
|
||||
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/amanda-client
|
||||
MASTERPORTNAME= amanda-server
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
# amanda-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} " -DWITH_MTX to enable the use of mtx changer scripts"
|
||||
@${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/amanda-client
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdd.8 \
|
||||
amdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.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 (WITH_MTX)
|
||||
BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx
|
||||
.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
|
||||
|
||||
# amanda-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 --disable-libtool --prefix=${PREFIX}
|
||||
|
||||
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>
|
@ -1 +0,0 @@
|
||||
MD5 (amanda-2.4.3b2.tar.gz) = ba220b2261b9cea9857fddfff5915fac
|
@ -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
|
@ -1,12 +0,0 @@
|
||||
--- common-src/Makefile.in Fri Nov 30 11:33:48 2001
|
||||
+++ common-src/Makefile.in.new Fri Nov 30 18:03:29 2001
|
||||
@@ -611,7 +611,8 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES
|
||||
+@WANT_SERVER_TRUE@install-exec-am:
|
||||
|
||||
install-info:
|
||||
|
@ -1,35 +0,0 @@
|
||||
--- tape-src/Makefile.in.orig Fri Nov 30 14:33:56 2001
|
||||
+++ tape-src/Makefile.in Tue Dec 4 08:04:12 2001
|
||||
@@ -162,7 +162,8 @@
|
||||
@WANT_LIBTOOL_FALSE@LIB_EXTENSION = a
|
||||
@WANT_LIBTOOL_FALSE@noinst_LIBRARIES = libamtape.a
|
||||
|
||||
-sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt amdd
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
|
||||
libamtape_la_SOURCES = output-file.c \
|
||||
output-null.c \
|
||||
@@ -241,7 +242,8 @@
|
||||
output-tape.lo tapeio.lo
|
||||
libamtape_la_OBJECTS = $(am_libamtape_la_OBJECTS)
|
||||
EXTRA_PROGRAMS = tapetype$(EXEEXT) amtapeio$(EXEEXT)
|
||||
-sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_SERVER_TRUE@sbin_PROGRAMS = ammt$(EXEEXT) amdd$(EXEEXT)
|
||||
+@WANT_CLIENT_TRUE@sbin_PROGRAMS =
|
||||
PROGRAMS = $(sbin_PROGRAMS)
|
||||
|
||||
amdd_SOURCES = amdd.c
|
||||
@@ -524,7 +526,11 @@
|
||||
|
||||
install-data-am:
|
||||
|
||||
-install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
|
||||
+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \
|
||||
+ install-sbinPROGRAMS
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
+@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -1 +0,0 @@
|
||||
The Advanced Maryland Automatic Network Disk Archiver
|
@ -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
|
||||
jeh@FreeBSD.org
|
@ -1,40 +0,0 @@
|
||||
%%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
|
||||
libexec/amanda/chg-scsi
|
||||
%%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/amdd
|
||||
sbin/amdump
|
||||
sbin/amflush
|
||||
sbin/amgetconf
|
||||
sbin/amlabel
|
||||
sbin/ammt
|
||||
sbin/amoverview
|
||||
%%PLOT%%sbin/amplot
|
||||
sbin/amreport
|
||||
sbin/amrmtape
|
||||
sbin/amstatus
|
||||
sbin/amtape
|
||||
sbin/amtoc
|
||||
sbin/amverify
|
@ -1,46 +0,0 @@
|
||||
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/EXCLUDE
|
||||
share/amanda/FAQ
|
||||
share/amanda/INDEXING
|
||||
share/amanda/INSTALL
|
||||
share/amanda/INTERNALS
|
||||
share/amanda/KERBEROS
|
||||
share/amanda/LABEL.PRINTING
|
||||
share/amanda/MULTITAPE
|
||||
share/amanda/RAIT
|
||||
share/amanda/PORT.USAGE
|
||||
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/VTAPE-API
|
||||
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
|
Loading…
Reference in New Issue
Block a user