index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-26 | contrib/pactree: generate reverse dependency trees | Christophe Chapuis | |
Add an option to show the tree of packages which depend on a given package Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2008-12-07 | contrib/pactree: fix option parsing | Allan McRae | |
The option parsing was catching any "-d" in an argument so packages with this in their name did not work. Also removed commented code line that appears to be inserted during testing. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-07-24 | contrib: add pactree script | Carlo Bersani | |
Pactree is a dependency tree viewer for installed packages. It features both textual and graphic (through graphviz) output. Script by: Carlo Bersani <carlocci@gmail.com> [Allan: removed whitespace errors] Signed-off-by: Allan McRae <allan@archlinux.org> [Dan: killed some unnecessary lines, moved license header] Signed-off-by: Dan McGee <dan@archlinux.org> |