<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install/create/perform.c, 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>2010-01-22T23:19:33Z</updated>
<entry>
<title>Synchronize pkg_install with HEAD.</title>
<updated>2010-01-22T23:19:33Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2010-01-22T23:19:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d7b2e54ebbe3bf4600d413a8495c19a521317c3f'/>
<id>urn:sha1:d7b2e54ebbe3bf4600d413a8495c19a521317c3f</id>
<content type='text'>
</content>
</entry>
<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>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>Downgrade WARNS level to more tolerable value. Attempt to fix</title>
<updated>2004-07-28T07:19:15Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2004-07-28T07:19:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=617e8b416db0c5fa7c344d632320d80164f6c165'/>
<id>urn:sha1:617e8b416db0c5fa7c344d632320d80164f6c165</id>
<content type='text'>
casts as lvalue usage whenever possible.
</content>
</entry>
<entry>
<title>- pkg_create: new flag -S (clean room installation)</title>
<updated>2004-06-29T18:56:59Z</updated>
<author>
<name>Oliver Eikemeier</name>
<email>eik@FreeBSD.org</email>
</author>
<published>2004-06-29T18:56:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c762229f3824f5fcc685a70f770d8d0ad22bbac'/>
<id>urn:sha1:9c762229f3824f5fcc685a70f770d8d0ad22bbac</id>
<content type='text'>
- pkg_create: checksum meta files too

PR:		66032
</content>
</entry>
<entry>
<title>* Add explicit conflict-checking to the package tools.  Packages can</title>
<updated>2003-04-17T09:56:05Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-04-17T09:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f6bf1d8ce336ac638b67bb6ac0fc7d09bf59d29'/>
<id>urn:sha1:7f6bf1d8ce336ac638b67bb6ac0fc7d09bf59d29</id>
<content type='text'>
  register a list of other packages with which they conflict (via the
  -C option to pkg_create), and they will refuse to install (unless -f is
  specified) if one of the listed packages is already present.

* Update documentation for the new feature as well as fleshing out some
  existing documentation.

* Bump PKG_INSTALL_VERSION so this feature can be tested for.

Submitted by:   Sergey Matveychuk &lt;sem@ciam.ru&gt;
PR:             bin/47145
MFC after:      2 weeks
</content>
</entry>
<entry>
<title>Reorg just a tad to better express our bzip intentions.</title>
<updated>2002-08-25T01:01:08Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-08-25T01:01:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7412ba062ff7cba7a736f35b9985e4d3fbc2eb79'/>
<id>urn:sha1:7412ba062ff7cba7a736f35b9985e4d3fbc2eb79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop support for the .tbz2 suffix.  One would not want pkg_create(1)</title>
<updated>2002-08-04T21:20:09Z</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@FreeBSD.org</email>
</author>
<published>2002-08-04T21:20:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=752b4d681edeeb09b296547c5518ec277ef98ea4'/>
<id>urn:sha1:752b4d681edeeb09b296547c5518ec277ef98ea4</id>
<content type='text'>
to create "pkgname.tbz" when one specifies "pkgname.tbz2".

MFC after:	1 week
</content>
</entry>
</feed>
