<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install/create/pkg_create.1, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-06-10T09:56:11Z</updated>
<entry>
<title>Synchronize pkg_install with HEAD (20080530)</title>
<updated>2008-06-10T09:56:11Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2008-06-10T09:56:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3fc9f83c1eb436e0ed3c2853373022d8c9731693'/>
<id>urn:sha1:3fc9f83c1eb436e0ed3c2853373022d8c9731693</id>
<content type='text'>
    r179352,179366: don't regenerate packages
    r179433: add long options
</content>
</entry>
<entry>
<title>MFC: add/extract.c:1.44 create/perform.c:1.82 create/pkg_create.1:1.70 create/pl.c:1.28</title>
<updated>2006-01-10T22:17:08Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2006-01-10T22:17:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc6c125d4e5e517afb67c3d0fcd227e3762a19fb'/>
<id>urn:sha1:bc6c125d4e5e517afb67c3d0fcd227e3762a19fb</id>
<content type='text'>
     info/show.c:1.40 lib/plist.c:1.51

  date: 2006/01/07 22:10:57;  author: krion;  state: Exp;  lines: +10 -3
  When using @cwd %%FOO%%, we must ensure to return in the original
  prefix later, but doing so with @cwd %%OLDPREFIX%% (having
  PLIST_SUB+="OLDPREFIX=${PREFIX}") hardcodes the value in the packing
  list. That's not really a problem when dealing with ports but that's
  a problem with packages since pkg_add -p option only overrides the
  first @cwd occurrence.

  This patch allow us to use @cwd without any argument. If no
  directory argument is given, it will set current working directory
  to the first prefix given by the @cwd command.

  PR:             bin/77212
  Submitted by:   flz
</content>
</entry>
<entry>
<title>MFC: create.h:1.26, main.c:1.37, perform.c:1.81, pkg_create.1:1.69</title>
<updated>2005-11-11T08:08:04Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-11-11T08:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95605cfb508ab964676bf89ffcaac1616016c1a1'/>
<id>urn:sha1:95605cfb508ab964676bf89ffcaac1616016c1a1</id>
<content type='text'>
  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
</content>
</entry>
<entry>
<title>remove a few uses of the word `really'</title>
<updated>2005-06-27T17:10:22Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2005-06-27T17:10:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=522738a9a471851eef5b100e996accc8028885c6'/>
<id>urn:sha1:522738a9a471851eef5b100e996accc8028885c6</id>
<content type='text'>
Reviewed by:	hrs
Approved by:	re (scottl)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix last commit.</title>
<updated>2005-06-22T12:15:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-22T12:15:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=02a75c67738b43421df324c2225b0f68293a933e'/>
<id>urn:sha1:02a75c67738b43421df324c2225b0f68293a933e</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Implement @noinst field which has at the moment the same meaning and</title>
<updated>2005-06-14T15:05:43Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-06-14T15:05:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c554b6316d25cca31b174f95377e9103aae180ef'/>
<id>urn:sha1:c554b6316d25cca31b174f95377e9103aae180ef</id>
<content type='text'>
function as @comment has.  But will be valid only for files and not
for md5 sums, rcsid's and comments in the future.

Submitted by:	flz
Approved by:	re@ (scottl)
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2005-06-14T12:26:36Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-14T12:26:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9d73fabda7565749339e00d6ddc1669de18d448f'/>
<id>urn:sha1:9d73fabda7565749339e00d6ddc1669de18d448f</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Add -R modifier for the mode when pkg_create(8) creates package file</title>
<updated>2005-06-06T03:24:14Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-06-06T03:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ca97fe27e5b90bf702e331578b7e1614e8b3a0bb'/>
<id>urn:sha1:ca97fe27e5b90bf702e331578b7e1614e8b3a0bb</id>
<content type='text'>
from the locally installed package. When this modifier is specified
pkg_create(8) will also create package files for all packages on
which that locally installed package depends.

MFC after:	5 days
</content>
</entry>
<entry>
<title>Expand contractions.</title>
<updated>2005-02-13T23:45:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T23:45:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36a142c455a41172df398f10eb3e110ca29fbf72'/>
<id>urn:sha1:36a142c455a41172df398f10eb3e110ca29fbf72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>urn:sha1:0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
</entry>
</feed>
