summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/cdpack/files/TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/pkgtools/cdpack/files/TODO b/pkgtools/cdpack/files/TODO
index d9693acfb6b..c39293d4f0d 100644
--- a/pkgtools/cdpack/files/TODO
+++ b/pkgtools/cdpack/files/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.3 2002/07/18 01:00:53 dmcmahill Exp $
+$NetBSD: TODO,v 1.4 2002/08/02 12:37:32 dmcmahill Exp $
To-Do List for cdpack
---------------------
@@ -17,3 +17,14 @@ To-Do List for cdpack
the selection of packages, select some subset of them and then do
a batch install.
+- add a -pipe option to pipe the output of mkisofs directly to
+ cdrecord (or other program) to allow direct writing to CD avoiding
+ the need for a potentially large amount of disk space for the
+ generated images.
+
+- add an option to go through pkgsrc and find all the packages
+ which can't be packaged (NO_PACKAGE or INTERACTIVE) and copy
+ the distfiles into a single directory. This way you can create
+ a CD set where you include distfiles for the packages which
+ couldn't be made into binary pkgs.
+