summaryrefslogtreecommitdiff
path: root/pkgtools/cdpack/pkg
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-04-27 18:16:41 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-04-27 18:16:41 +0000
commit3dd01e2422eecae4d8a1bd549e4cf375cae1842f (patch)
tree44b569fb94b433380ff8d5026e3f4a8849e2f796 /pkgtools/cdpack/pkg
parent3e3f919615726846b00b69f85fbe4d1092d15d03 (diff)
downloadpkgsrc-3dd01e2422eecae4d8a1bd549e4cf375cae1842f.tar.gz
initial import of cdpack-1.0
cdpack is a small utility for creating ISO 9660 images for a multi-CD binary package collection. The utility creates ISO 9660 images for all the binary packages in a specified directory. A choice of two algorithms is available for how the packages are grouped. The "no duplication" algorithm arranges the packages so any package on CD number `n' will have all of its dependencies on CD numbers 1 through `n'. The "no inter-CD depends" algorithm will place certain packages on more than one CD to ensure that each CD is self contained (all package dependencies are satisfied within the single CD).
Diffstat (limited to 'pkgtools/cdpack/pkg')
-rw-r--r--pkgtools/cdpack/pkg/DESCR11
-rw-r--r--pkgtools/cdpack/pkg/PLIST5
2 files changed, 16 insertions, 0 deletions
diff --git a/pkgtools/cdpack/pkg/DESCR b/pkgtools/cdpack/pkg/DESCR
new file mode 100644
index 00000000000..c3d1c47ffa1
--- /dev/null
+++ b/pkgtools/cdpack/pkg/DESCR
@@ -0,0 +1,11 @@
+cdpack is a small utility for creating ISO 9660 images for
+a multi-CD binary package collection. The utility creates
+ISO 9660 images for all the binary packages in a specified
+directory. A choice of two algorithms is available for how
+the packages are grouped. The "no duplication" algorithm
+arranges the packages so any package on CD number `n' will
+have all of its dependencies on CD numbers 1 through `n'.
+The "no inter-CD depends" algorithm will place certain
+packages on more than one CD to ensure that each CD is self
+contained (all package dependencies are satisfied within
+the single CD).
diff --git a/pkgtools/cdpack/pkg/PLIST b/pkgtools/cdpack/pkg/PLIST
new file mode 100644
index 00000000000..d3497b8173f
--- /dev/null
+++ b/pkgtools/cdpack/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 18:16:41 dmcmahill Exp $
+bin/cdpack
+libexec/cdgen.awk
+man/man1/cdpack.1
+man/cat1/cdpack.0