From owner-cvs-src@FreeBSD.ORG Fri Nov 11 08:08:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F39F16A41F; Fri, 11 Nov 2005 08:08:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F8843D5A; Fri, 11 Nov 2005 08:08:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAB8841e074944; Fri, 11 Nov 2005 08:08:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAB884DO074943; Fri, 11 Nov 2005 08:08:04 GMT (envelope-from krion) Message-Id: <200511110808.jAB884DO074943@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 11 Nov 2005 08:08:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 08:08:05 -0000 krion 2005-11-11 08:08:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) 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.24.2.2 +1 -0 src/usr.sbin/pkg_install/create/create.h 1.35.2.2 +15 -2 src/usr.sbin/pkg_install/create/main.c 1.79.2.2 +34 -3 src/usr.sbin/pkg_install/create/perform.c 1.61.2.3 +11 -2 src/usr.sbin/pkg_install/create/pkg_create.1