From owner-cvs-all@FreeBSD.ORG Fri Nov 11 08:07:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EEBA16A420; Fri, 11 Nov 2005 08:07:25 +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 DEF0F43D53; Fri, 11 Nov 2005 08:07:24 +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 jAB87Oww074891; Fri, 11 Nov 2005 08:07:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAB87O2E074890; Fri, 11 Nov 2005 08:07:24 GMT (envelope-from krion) Message-Id: <200511110807.jAB87O2E074890@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 11 Nov 2005 08:07:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 08:07:25 -0000 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