blob: 75aaa69bea66ce12b905574e5030d45090e83919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: TODO,v 1.2 2001/05/03 00:30:52 dmcmahill Exp $
To-Do List for cdpack
---------------------
- extract COMMENT and DESCR to generate a browseable index of all the
packages on the CD set. This would be similar to the README.html's
in pkgsrc, but with some modifications. The changes would be to
list which CD certain pkgs are on. Also, if a DEPENDS is not on the
CD set (due to redistribution restrictions for example), perhaps
list that so the user knows s/he must install the restricted DEPENDS
by hand first.
- come up with some sort of install tool around pkg_add. Perhaps this
could be done using SUSHI. The idea would be to let the user browse
the selection of packages, select some subset of them and then do
a batch install.
- have a flag which perhaps interacts with lintpkgsrc to exclude
NO_BIN_ON_CDROM packages for those who are making commercial CD's.
|