pacman/TODO

20 lines
800 B
Text
Raw Normal View History

2002-03-10 22:34:15 +00:00
Some of these items kinda belong on more of a wishlist than a todo list. ;)
2002-02-25 19:23:38 +00:00
2002-03-10 22:34:15 +00:00
> make sure program consistently returns a non-zero return code on
error, so scripts can rely on it
2002-02-25 19:23:38 +00:00
- add a [sibling] option to .PKGINFO -- used when only one of
the siblings can be installed at a time (eg, bsdinit,sysvinit)
2002-03-10 22:34:15 +00:00
> handle wildcards on the command line
2002-02-25 19:23:38 +00:00
- sort packages by package name in pacman.db
2002-03-10 22:34:15 +00:00
? manage conditional file installs (ie, 'info' pages)
2002-02-25 19:23:38 +00:00
- maybe add a 'confirm every action' option for doing paranoid installs
- add a consistency check operation
- change char[xxx] to char[PATH_MAX]
- add file locking to db
- add a --dbpath option
2002-03-10 22:34:15 +00:00
+ dependency checking
+ fetch files via ftp
2002-02-25 19:23:38 +00:00
- need to manage foreign package lists like apt
- upgrade currently does a double db backup; not really desirable