Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/pkg_install



Module Name:    src
Committed By:   agc
Date:           Sun Dec 21 11:31:46 UTC 2003

Modified Files:
        src/usr.sbin/pkg_install: Makefile
        src/usr.sbin/pkg_install/lib: version.h
Added Files:
        src/usr.sbin/pkg_install/bpm: Makefile bpm.1 bpm.sh

Log Message:
Add a simple text menu-based binary package manager, bpm(1).

bpm uses ftp(1) and pkg_add(1) to allow a menu-based addition of
binary packages from a URL.  It first displays a list of categories,
and, within categories, binary packages, which can be added to the
local system simply by choosing them from a menu.

If no valid categories are found, a warning message will be displayed
(it is usually caused by people running NetBSD-current, and there are
rarely binary packages provided for such a fast-moving target, and the
"-r release" command-line switch to bpm(1) should be used).

Bump the pkg_install version number for this.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/usr.sbin/pkg_install/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/pkg_install/bpm/Makefile \
    src/usr.sbin/pkg_install/bpm/bpm.1 src/usr.sbin/pkg_install/bpm/bpm.sh
cvs rdiff -r1.38 -r1.39 src/usr.sbin/pkg_install/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index