summaryrefslogtreecommitdiff
path: root/pkgtools/cdpack
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-08-02 12:37:32 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-08-02 12:37:32 +0000
commitf855ba78423ff2f3b58c715b7c2c95e358b80dde (patch)
tree72cb199243a2faed08a8aee3648cebabaab530ed /pkgtools/cdpack
parent6ef4d03e59c0fff11805c2fb7f525a1875912b54 (diff)
downloadpkgsrc-f855ba78423ff2f3b58c715b7c2c95e358b80dde.tar.gz
add a couple of items to the TODO list.
- direct to CD writing - inclusion of distfiles for pkgs which can't be packaged.
Diffstat (limited to 'pkgtools/cdpack')
-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.
+