Date: Tue, 5 Dec 2000 08:59:03 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/delete pkg_delete.1 src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c Message-ID: <200012051659.eB5Gx3w20750@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2000/12/05 08:59:02 PST Modified files: (Branch: RELENG_3) usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c Log: MFS4: - Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record a path of the port from which package has been created within FreeBSD Ports Collection and will be used to improve pkg_version(1) and similar tools; - add "-s" option to check size of installed package(s); - add several missed references to pkg_version(1). Prompted by: asami (`origin' option) Revision Changes Path 1.29.2.7 +2 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.14.2.2 +1 -0 src/usr.sbin/pkg_install/create/create.h 1.18.2.3 +8 -3 src/usr.sbin/pkg_install/create/main.c 1.47.2.3 +5 -1 src/usr.sbin/pkg_install/create/perform.c 1.27.2.5 +10 -1 src/usr.sbin/pkg_install/create/pkg_create.1 1.11.2.4 +1 -0 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.10.2.2 +4 -0 src/usr.sbin/pkg_install/info/info.h 1.15.2.4 +10 -2 src/usr.sbin/pkg_install/info/main.c 1.26.2.4 +4 -0 src/usr.sbin/pkg_install/info/perform.c 1.19.2.4 +11 -1 src/usr.sbin/pkg_install/info/pkg_info.1 1.12.2.3 +69 -0 src/usr.sbin/pkg_install/info/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012051659.eB5Gx3w20750>