diff options
author | dmcmahill <dmcmahill> | 2002-08-02 12:37:32 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-08-02 12:37:32 +0000 |
commit | b3a59a30b657bc5937cd9e681dccdff5fa793955 (patch) | |
tree | 72cb199243a2faed08a8aee3648cebabaab530ed /pkgtools | |
parent | ac8074dab8f070133acad9910e02d81d2c89bc8d (diff) | |
download | pkgsrc-b3a59a30b657bc5937cd9e681dccdff5fa793955.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')
-rw-r--r-- | pkgtools/cdpack/files/TODO | 13 |
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. + |