pkg-get/TODO
John McQuah 5d700a78e9 pkg-get: change some function signatures
pkg-repgen: avoid losing metadata in pkg_single()

update TODO and README
2023-06-22 21:51:59 -04:00

21 lines
461 B
Plaintext

TODO file for pkg-get
- logging support (?)
- add more commands:
- deptree (?)
- grpinst (?)
- allow 'depends' and 'quickdep' to process multiple arguments
- let the user control whether pkg-repgen prints the metadata only for the
latest built package, or for all the versions in the directory
- allow 'sysup' to inject new dependencies (?)
- add a --test switch (?)
- add an --ignore switch (?)
- switch from MD5 to a different hash function (?)