cvs commit: src/usr.sbin/pkg_install/create create.h main.c
perform.c pkg_create.1
Kirill Ponomarew
krion at FreeBSD.org
Fri Nov 11 08:07:25 GMT 2005
krion 2005-11-11 08:07:24 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.sbin/pkg_install/create create.h main.c perform.c
pkg_create.1
Log:
MFC: create.h:1.26, main.c:1.37, perform.c:1.81, pkg_create.1:1.69
date: 2005/11/08 20:48:26; author: krion; state: Exp; lines: +1 -0
Introduce 3 new options for pkg_create(1), -x for using basic regular
expressions for pkg-name, -E for extended regexps and -G for exact matching.
These new options are only meaningful when using the -b flag of pkg_create(1),
and that the default for the -b parameter is now to do glob matching, as in
other pkg_foo utilities that support package patterns.
Submitted by: mux
Revision Changes Path
1.25.2.1 +1 -0 src/usr.sbin/pkg_install/create/create.h
1.36.2.1 +15 -2 src/usr.sbin/pkg_install/create/main.c
1.80.2.1 +34 -3 src/usr.sbin/pkg_install/create/perform.c
1.68.2.1 +11 -2 src/usr.sbin/pkg_install/create/pkg_create.1
More information about the cvs-src
mailing list