[pacman-dev] CVS update of pacman-lib/contrib (Makefile.am README)
Date: Tuesday, March 6, 2007 @ 19:07:57 Author: dan Path: /home/cvs-pacman/pacman-lib/contrib Added: README (1.1) Modified: Makefile.am (1.3 -> 1.4) * Added a readme file to the contrib/ directory. -------------+ Makefile.am | 3 ++- README | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) Index: pacman-lib/contrib/Makefile.am diff -u pacman-lib/contrib/Makefile.am:1.3 pacman-lib/contrib/Makefile.am:1.4 --- pacman-lib/contrib/Makefile.am:1.3 Mon Feb 26 10:10:53 2007 +++ pacman-lib/contrib/Makefile.am Tue Mar 6 19:07:57 2007 @@ -3,5 +3,6 @@ pacsearch \ pacdiff \ re-pacman \ - zsh_completion + zsh_completion \ + README Index: pacman-lib/contrib/README diff -u /dev/null pacman-lib/contrib/README:1.1 --- /dev/null Tue Mar 6 19:07:57 2007 +++ pacman-lib/contrib/README Tue Mar 6 19:07:57 2007 @@ -0,0 +1,16 @@ +Here is a brief description of the files included in this directory: + +bash_completion - a bash completion script for pacman, install in +/etc/bash_completion.d/ for use (but rename to something descriptive!). + +zsh_completion - a zsh completion script, install (with a rename) to +/usr/share/zsh/site-functions/. + +pacsearch - a colorized search combining both -Ss and -Qs output. Installed +packages are easily identified with a *** and local-only packages are also +listed. + +pacdiff - a simple pacnew/pacorig/pacsave updater for /etc/. + +re-pacman - regenerate a pacman package based on installed files and the pacman +database entries. Useful for reuse, or possible config file extension.
participants (1)
-
Dan McGee