mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Amanda, The Advanced Maryland Automatic Network Disk Archiver
This commit is contained in:
parent
ee767bfd47
commit
2efcec346a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1069
14
misc/amanda-client/Makefile
Normal file
14
misc/amanda-client/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda-client/distinfo
Normal file
1
misc/amanda-client/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda-server/Makefile
Normal file
14
misc/amanda-server/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda-server/distinfo
Normal file
1
misc/amanda-server/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda/Makefile
Normal file
14
misc/amanda/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda/distinfo
Normal file
1
misc/amanda/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
19
misc/amanda/files/patch-aa
Normal file
19
misc/amanda/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
||||
*** tools/munge.orig Tue Feb 28 23:43:46 1995
|
||||
--- tools/munge Tue Feb 28 23:44:12 1995
|
||||
***************
|
||||
*** 35,41 ****
|
||||
# Customize CPP to point to your system's C preprocessor.
|
||||
|
||||
# if cpp is on your path:
|
||||
! CPP=cpp
|
||||
|
||||
# if cpp is not on your path, try one of these:
|
||||
# CPP=/lib/cpp # traditional
|
||||
--- 35,41 ----
|
||||
# Customize CPP to point to your system's C preprocessor.
|
||||
|
||||
# if cpp is on your path:
|
||||
! CPP=/usr/bin/cpp
|
||||
|
||||
# if cpp is not on your path, try one of these:
|
||||
# CPP=/lib/cpp # traditional
|
86
misc/amanda/files/patch-ac
Normal file
86
misc/amanda/files/patch-ac
Normal file
@ -0,0 +1,86 @@
|
||||
*** config/options.h-vanilla Fri Feb 10 19:21:59 1995
|
||||
--- config/options.h Tue Feb 28 23:46:59 1995
|
||||
***************
|
||||
*** 42,48 ****
|
||||
* LIBEXEC_DIR - Internal support programs
|
||||
* MAN_DIR - Man pages
|
||||
*/
|
||||
! #define CONFIG_DIR "/etc/amanda"
|
||||
#define LIBEXEC_DIR "/usr/local/libexec/amanda"
|
||||
#define BIN_DIR "/usr/local/sbin"
|
||||
#define MAN_DIR "/usr/share/local/man/man8"
|
||||
--- 42,48 ----
|
||||
* LIBEXEC_DIR - Internal support programs
|
||||
* MAN_DIR - Man pages
|
||||
*/
|
||||
! #define CONFIG_DIR "/usr/local/etc/amanda"
|
||||
#define LIBEXEC_DIR "/usr/local/libexec/amanda"
|
||||
#define BIN_DIR "/usr/local/sbin"
|
||||
#define MAN_DIR "/usr/share/local/man/man8"
|
||||
***************
|
||||
*** 53,59 ****
|
||||
* I compile with -g to compile in a full symbol table, but you might choose
|
||||
* to use -O or something else.
|
||||
*/
|
||||
! #define MK_CCOPTS -g
|
||||
/*
|
||||
* You can also redefine MK_CC here if you wish to override the system
|
||||
* dependent C compiler. If you have a stable version of GCC, you may
|
||||
--- 53,59 ----
|
||||
* I compile with -g to compile in a full symbol table, but you might choose
|
||||
* to use -O or something else.
|
||||
*/
|
||||
! #define MK_CCOPTS -O
|
||||
/*
|
||||
* You can also redefine MK_CC here if you wish to override the system
|
||||
* dependent C compiler. If you have a stable version of GCC, you may
|
||||
***************
|
||||
*** 77,83 ****
|
||||
* Since 2.2.1 is a major change, I recommend defining this for existing
|
||||
* Amanda sites.
|
||||
*/
|
||||
! #define USE_VERSION_SUFFIXES
|
||||
|
||||
|
||||
/*
|
||||
--- 77,83 ----
|
||||
* Since 2.2.1 is a major change, I recommend defining this for existing
|
||||
* Amanda sites.
|
||||
*/
|
||||
! /*#define USE_VERSION_SUFFIXES*/
|
||||
|
||||
|
||||
/*
|
||||
***************
|
||||
*** 182,196 ****
|
||||
#define HAVE_GZIP
|
||||
|
||||
#ifdef HAVE_GZIP
|
||||
! # define COMPRESS_PATH "/usr/imports/bin/gzip"
|
||||
# define COMPRESS_SUFFIX ".gz"
|
||||
# define COMPRESS_FAST_OPT "--fast"
|
||||
# define COMPRESS_BEST_OPT "--best"
|
||||
! # define UNCOMPRESS_CMD "gzcat"
|
||||
#else
|
||||
# define COMPRESS_PATH COMPRESS /* defined in config.h */
|
||||
# define COMPRESS_SUFFIX ".Z"
|
||||
# define COMPRESS_FAST_OPT "-f" /* -f doesn't do anything */
|
||||
# define COMPRESS_BEST_OPT "-f" /* it's just a placeholder */
|
||||
! # define UNCOMPRESS_CMD "zcat"
|
||||
#endif
|
||||
--- 182,196 ----
|
||||
#define HAVE_GZIP
|
||||
|
||||
#ifdef HAVE_GZIP
|
||||
! # define COMPRESS_PATH "/usr/bin/gzip"
|
||||
# define COMPRESS_SUFFIX ".gz"
|
||||
# define COMPRESS_FAST_OPT "--fast"
|
||||
# define COMPRESS_BEST_OPT "--best"
|
||||
! # define UNCOMPRESS_CMD "/usr/bin/gzcat"
|
||||
#else
|
||||
# define COMPRESS_PATH COMPRESS /* defined in config.h */
|
||||
# define COMPRESS_SUFFIX ".Z"
|
||||
# define COMPRESS_FAST_OPT "-f" /* -f doesn't do anything */
|
||||
# define COMPRESS_BEST_OPT "-f" /* it's just a placeholder */
|
||||
! # define UNCOMPRESS_CMD "/usr/bin/zcat"
|
||||
#endif
|
14
misc/amanda24-client/Makefile
Normal file
14
misc/amanda24-client/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda24-client/distinfo
Normal file
1
misc/amanda24-client/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda24-server/Makefile
Normal file
14
misc/amanda24-server/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda24-server/distinfo
Normal file
1
misc/amanda24-server/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda24/Makefile
Normal file
14
misc/amanda24/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda24/distinfo
Normal file
1
misc/amanda24/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda25-client/Makefile
Normal file
14
misc/amanda25-client/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda25-client/distinfo
Normal file
1
misc/amanda25-client/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda25-server/Makefile
Normal file
14
misc/amanda25-server/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda25-server/distinfo
Normal file
1
misc/amanda25-server/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda26-client/Makefile
Normal file
14
misc/amanda26-client/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda26-client/distinfo
Normal file
1
misc/amanda26-client/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda26-server/Makefile
Normal file
14
misc/amanda26-server/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda26-server/distinfo
Normal file
1
misc/amanda26-server/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda32-client/Makefile
Normal file
14
misc/amanda32-client/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda32-client/distinfo
Normal file
1
misc/amanda32-client/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
14
misc/amanda32-server/Makefile
Normal file
14
misc/amanda32-server/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: amanda
|
||||
# Version required: 2.2.6
|
||||
# Date created: 28th Feb 1995
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.2.6
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
PATCH_STRIP=
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/amanda32-server/distinfo
Normal file
1
misc/amanda32-server/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8
|
Loading…
Reference in New Issue
Block a user