Date: Fri, 11 Nov 2005 08:07:24 +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: <200511110807.jAB87O2E074890@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511110807.jAB87O2E074890>