cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1

Kirill Ponomarew krion at FreeBSD.org
Fri Nov 11 08:08:05 GMT 2005


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


More information about the cvs-src mailing list