summaryrefslogtreecommitdiff
path: root/sysutils/amanda-dev
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2002-05-02 13:28:15 +0000
committerbouyer <bouyer@pkgsrc.org>2002-05-02 13:28:15 +0000
commit88b61a744d3fb73084e7f9c07d1353c0a7c0d2bd (patch)
tree071a073b8f5b02d8f0d0c2efb07bc7a48f710161 /sysutils/amanda-dev
parent17b1f25969f0ec2147405b0f0ddefc4228950e7a (diff)
downloadpkgsrc-88b61a744d3fb73084e7f9c07d1353c0a7c0d2bd.tar.gz
Packages for amanda 2.4.3b3, a developement snapshot of the 2.4.3 branch.
Some interesting features in the server part over 2.4.2p2 (handling of barcode readers, dumper priorities, ...)
Diffstat (limited to 'sysutils/amanda-dev')
-rw-r--r--sysutils/amanda-dev/DESCR9
-rw-r--r--sysutils/amanda-dev/Makefile25
-rw-r--r--sysutils/amanda-dev/PLIST2
3 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/amanda-dev/DESCR b/sysutils/amanda-dev/DESCR
new file mode 100644
index 00000000000..7942c84f1af
--- /dev/null
+++ b/sysutils/amanda-dev/DESCR
@@ -0,0 +1,9 @@
+Amanda is a backup system designed to archive many computers on a network to a
+single large-capacity tape drive. This is a package of a developement
+snapshot of the 2.4.3 branch.
+
+This package does not contain anything by itself -- it is a
+"meta-package" that depends on the amanda-client, amanda-server,
+and amanda-plot packages. Its purpose is to require dependencies
+so users can install this package only and have the complete
+Amanda software pulled in by the port/package dependency mechanism.
diff --git a/sysutils/amanda-dev/Makefile b/sysutils/amanda-dev/Makefile
new file mode 100644
index 00000000000..bc369091af9
--- /dev/null
+++ b/sysutils/amanda-dev/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
+#
+
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+COMMENT= The "meta-package" for Amanda, a network backup system
+
+DEPENDS+= amanda-client-${VERS}:../../sysutils/amanda-dev-client
+DEPENDS+= amanda-server-${VERS}:../../sysutils/amanda-dev-server
+DEPENDS+= amanda-plot-${VERS}:../../sysutils/amanda-dev-plot
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../sysutils/amanda-dev-common/Makefile.common"
+
+USE_X11= yes
+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-dev/PLIST b/sysutils/amanda-dev/PLIST
new file mode 100644
index 00000000000..7985ae05cea
--- /dev/null
+++ b/sysutils/amanda-dev/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
+@comment this plist intentionally left empty