Date: Tue, 8 Nov 2005 20:48:26 +0000 (UTC) From: Kirill Ponomarew <krion@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Message-ID: <200511082048.jA8KmQfU034462@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2005-11-08 20:48:26 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Log: 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. Submitted by: mux MFC after: 3 days Revision Changes Path 1.26 +1 -0 src/usr.sbin/pkg_install/create/create.h 1.37 +15 -2 src/usr.sbin/pkg_install/create/main.c 1.81 +34 -3 src/usr.sbin/pkg_install/create/perform.c 1.69 +11 -2 src/usr.sbin/pkg_install/create/pkg_create.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511082048.jA8KmQfU034462>