Date: Fri, 11 Nov 2005 16:13:07 -0500 From: Parv <parv@pair.com> To: Kirill Ponomarew <krion@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Message-ID: <20051111211307.GA12552@holestein.holy.cow> In-Reply-To: <200511110808.jAB884DO074943@repoman.freebsd.org> References: <200511110808.jAB884DO074943@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
in message <200511110808.jAB884DO074943@repoman.freebsd.org>, wrote Kirill Ponomarew thusly... > ... > 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. Thanks much. Is there any plan, now or later, to match up all the regex options in various pkg_* commands? pkg_info (on 5.4) currently has -[xX] for regex; above will introduce -[ExG], where -x option seem to be doing the same thing both in pkg_info & pkg_create. I notice that pkg_create uses -X for exclusion. Hmm... - Parv --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051111211307.GA12552>