summaryrefslogtreecommitdiff
path: root/pkgtools/cdpack/pkg
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-04-27 18:16:41 +0000
committerdmcmahill <dmcmahill>2001-04-27 18:16:41 +0000
commitd2556002f41844a98d0c903c638b4bd1215c5c14 (patch)
tree44b569fb94b433380ff8d5026e3f4a8849e2f796 /pkgtools/cdpack/pkg
parent6b5fdc2f2ea48faf8fd5e3fae9146186dfb3a2b0 (diff)
downloadpkgsrc-d2556002f41844a98d0c903c638b4bd1215c5c14.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