pacman/TODO

31 lines
1.4 KiB
Text
Raw Normal View History

2003-03-14 17:35:57 +00:00
- fix the broken pipe bug
2003-02-27 08:26:02 +00:00
- add some logging mechanism (/var/log/pacman.log)
- handle version comparators in makepkg dep resolution (eg, glibc>=2.2.5)
2003-03-14 17:35:57 +00:00
- have "group" designations
2003-02-27 08:26:02 +00:00
- record md5sums of all files in a package
2002-12-11 21:56:52 +00:00
- add a way to clean /var/cache/pacman/src
2003-02-27 08:26:02 +00:00
- duplicate dep checks occur with sync (one in sync, one in add)
- if a package is removed with --nodeps and re-installed, the requiredby
fields of it's required packages are not updated
- add an option equivalent to 'pacman -Ql pkg | grep filename'
- add other options to config file: db location, overwrite behaviour, etc.
- use the COLUMNS env var for the progress bar
2002-12-11 21:56:52 +00:00
? use 'set -e' in makepkg?
x if a package fails, ask before aborting the full operation
- can't -- further dependent packages may fail b/c of the first failure
? ask, then remove conflicting packages with --sync
? use a provides tag (instead of an OR operator in depends)
2002-09-16 05:22:13 +00:00
- add a 'cascade' option to --remove that will remove a package and
all requiredby packages under it
2002-08-09 18:03:48 +00:00
- check $PACCONF env var
2002-12-11 21:56:52 +00:00
? use a 'trust pacman' config option for downgrading?
2003-02-27 08:26:02 +00:00
? build-time (source) dependencies in makepkg
? run ldd on every executable in a newly built package to find required so's
2002-08-09 18:03:48 +00:00
- add a --pretend option
2003-02-27 08:26:02 +00:00
- add a consistency/sanity check operation (md5 tracking for all files)
2002-02-25 19:23:38 +00:00
- add a --dbpath option
2002-08-09 18:03:48 +00:00
- use package caches more for performance
- clean up output a bit (message queue?)
2003-02-27 08:26:02 +00:00
- use a files.cache db for --owns and db_find_conflicts
2002-09-16 05:22:13 +00:00