diff options
author | bouyer <bouyer> | 1999-02-24 10:44:51 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1999-02-24 10:44:51 +0000 |
commit | a5628a6415c88ed6384879fdaef0208d1f85ffdc (patch) | |
tree | 5f7c07cb795004f25464115e3db2ca8cee15ebc2 | |
parent | 6d1ddc1b57a13df3e8371ca88beecbd88a8f3fbb (diff) | |
download | pkgsrc-a5628a6415c88ed6384879fdaef0208d1f85ffdc.tar.gz |
A meta-pkg for amanda, requested by Hubert Feyrer.
-rw-r--r-- | misc/amanda/Makefile | 24 | ||||
-rw-r--r-- | misc/amanda/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/amanda/pkg/DESCR | 8 | ||||
-rw-r--r-- | misc/amanda/pkg/PLIST | 2 | ||||
-rw-r--r-- | sysutils/amanda/Makefile | 24 | ||||
-rw-r--r-- | sysutils/amanda/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/amanda/pkg/DESCR | 8 | ||||
-rw-r--r-- | sysutils/amanda/pkg/PLIST | 2 |
8 files changed, 70 insertions, 0 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile new file mode 100644 index 00000000000..4e68196bd81 --- /dev/null +++ b/misc/amanda/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.22 1999/02/24 10:44:51 bouyer Exp $ +# FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp +# + +DISTNAME= amanda-2.4.1p1 +CATEGORIES= misc +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.amanda.org/ + +DEPENDS+= amanda-client-2.4.1p1:../amanda-client +DEPENDS+= amanda-server-2.4.1p1:../amanda-server + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/amanda/pkg/COMMENT b/misc/amanda/pkg/COMMENT new file mode 100644 index 00000000000..e3ce864413c --- /dev/null +++ b/misc/amanda/pkg/COMMENT @@ -0,0 +1 @@ +The "meta-package" for Amanda, a network backup system. diff --git a/misc/amanda/pkg/DESCR b/misc/amanda/pkg/DESCR new file mode 100644 index 00000000000..9fffa6e7a74 --- /dev/null +++ b/misc/amanda/pkg/DESCR @@ -0,0 +1,8 @@ +Amanda is a backup system designed to archive many computers on a network to a +single large-capacity tape drive. + +This package does not contain anything by itself -- it is a +"meta-package" that depends on the amanda-client and amanda-server packages. +Its purpose is to require dependencies so users can install this package only +and have the the complete Amanda software pulled in by the port/package +dependency mechanism. diff --git a/misc/amanda/pkg/PLIST b/misc/amanda/pkg/PLIST new file mode 100644 index 00000000000..6c3efe0e5df --- /dev/null +++ b/misc/amanda/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.9 1999/02/24 10:44:51 bouyer Exp $ +@comment this plist intentionally left empty diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile new file mode 100644 index 00000000000..4e68196bd81 --- /dev/null +++ b/sysutils/amanda/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.22 1999/02/24 10:44:51 bouyer Exp $ +# FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp +# + +DISTNAME= amanda-2.4.1p1 +CATEGORIES= misc +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.amanda.org/ + +DEPENDS+= amanda-client-2.4.1p1:../amanda-client +DEPENDS+= amanda-server-2.4.1p1:../amanda-server + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/amanda/pkg/COMMENT b/sysutils/amanda/pkg/COMMENT new file mode 100644 index 00000000000..e3ce864413c --- /dev/null +++ b/sysutils/amanda/pkg/COMMENT @@ -0,0 +1 @@ +The "meta-package" for Amanda, a network backup system. diff --git a/sysutils/amanda/pkg/DESCR b/sysutils/amanda/pkg/DESCR new file mode 100644 index 00000000000..9fffa6e7a74 --- /dev/null +++ b/sysutils/amanda/pkg/DESCR @@ -0,0 +1,8 @@ +Amanda is a backup system designed to archive many computers on a network to a +single large-capacity tape drive. + +This package does not contain anything by itself -- it is a +"meta-package" that depends on the amanda-client and amanda-server packages. +Its purpose is to require dependencies so users can install this package only +and have the the complete Amanda software pulled in by the port/package +dependency mechanism. diff --git a/sysutils/amanda/pkg/PLIST b/sysutils/amanda/pkg/PLIST new file mode 100644 index 00000000000..6c3efe0e5df --- /dev/null +++ b/sysutils/amanda/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.9 1999/02/24 10:44:51 bouyer Exp $ +@comment this plist intentionally left empty |