<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/info, branch release/6.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC:</title>
<updated>2006-01-16T19:51:41+00:00</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2006-01-16T19:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bfbedc5de6519c7e8d3922772fbe4faee8095c06'/>
<id>bfbedc5de6519c7e8d3922772fbe4faee8095c06</id>
<content type='text'>
  Add -K option to pkg_add and pkg_info.
  This option saves packages to PKGDIR (if defined or current directory by default)
  as they are downloaded.
  Silent a warning when -n is used and package has a +DISPLAY file.

      src/usr.sbin/pkg_install/info/perform.c: rev 1.53 -&gt; 1.54
      src/usr.sbin/pkg_install/add/main.c: rev 1.65 -&gt; 1.66
      src/usr.sbin/pkg_install/lib/lib.h: rev 1.56 -&gt; 1.57
      src/usr.sbin/pkg_install/info/pkg_info.1: rev 1.55 -&gt; 1.56
      src/usr.sbin/pkg_install/add/add.h: rev 1.12 -&gt; 1.13
      src/usr.sbin/pkg_install/add/pkg_add.1: rev 1.68 -&gt; 1.69
      src/usr.sbin/pkg_install/add/perform.c: rev 1.78 -&gt; 1.79
      src/usr.sbin/pkg_install/info/info.h: rev 1.28 -&gt; 1.29
      src/usr.sbin/pkg_install/lib/url.c: rev 1.4 -&gt; 1.5
      src/usr.sbin/pkg_install/info/main.c: rev 1.48 -&gt; 1.49
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add -K option to pkg_add and pkg_info.
  This option saves packages to PKGDIR (if defined or current directory by default)
  as they are downloaded.
  Silent a warning when -n is used and package has a +DISPLAY file.

      src/usr.sbin/pkg_install/info/perform.c: rev 1.53 -&gt; 1.54
      src/usr.sbin/pkg_install/add/main.c: rev 1.65 -&gt; 1.66
      src/usr.sbin/pkg_install/lib/lib.h: rev 1.56 -&gt; 1.57
      src/usr.sbin/pkg_install/info/pkg_info.1: rev 1.55 -&gt; 1.56
      src/usr.sbin/pkg_install/add/add.h: rev 1.12 -&gt; 1.13
      src/usr.sbin/pkg_install/add/pkg_add.1: rev 1.68 -&gt; 1.69
      src/usr.sbin/pkg_install/add/perform.c: rev 1.78 -&gt; 1.79
      src/usr.sbin/pkg_install/info/info.h: rev 1.28 -&gt; 1.29
      src/usr.sbin/pkg_install/lib/url.c: rev 1.4 -&gt; 1.5
      src/usr.sbin/pkg_install/info/main.c: rev 1.48 -&gt; 1.49
</pre>
</div>
</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:08+00:00</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2006-01-10T22:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bc6c125d4e5e517afb67c3d0fcd227e3762a19fb'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     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
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: pkg_info.1:1.55</title>
<updated>2005-11-26T20:58:43+00:00</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-11-26T20:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2079c999a2f0efedda6cf000ae9d5dffd5033eac'/>
<id>2079c999a2f0efedda6cf000ae9d5dffd5033eac</id>
<content type='text'>
  date: 2005/11/23 10:31:59;  author: krion;  state: Exp;  lines: +4 -1
  Document PKG_PATH enviroment variable.

  Prodded by:     Mark Andrews &lt;Mark_Andrews AT isc DOT org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  date: 2005/11/23 10:31:59;  author: krion;  state: Exp;  lines: +4 -1
  Document PKG_PATH enviroment variable.

  Prodded by:     Mark Andrews &lt;Mark_Andrews AT isc DOT org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: delete/main.c:1.27 info/main.c:1.48</title>
<updated>2005-10-29T15:27:12+00:00</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-10-29T15:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=91cd7b96f0057499eb982367823974cc9cc1169f'/>
<id>91cd7b96f0057499eb982367823974cc9cc1169f</id>
<content type='text'>
  Fix pkg_info(1) and pkg_delete(1) to handle properly packages which
  names start with a digit.

  PR:             bin/76858
  Submitted by:   Matthew D. Fuller &lt;fullermd@over-yonder dot net&gt;

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fix pkg_info(1) and pkg_delete(1) to handle properly packages which
  names start with a digit.

  PR:             bin/76858
  Submitted by:   Matthew D. Fuller &lt;fullermd@over-yonder dot net&gt;

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 1.39</title>
<updated>2005-09-27T13:37:53+00:00</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-09-27T13:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21a616e0631e4d8784fdfe347e7cd8a327eb173c'/>
<id>21a616e0631e4d8784fdfe347e7cd8a327eb173c</id>
<content type='text'>
    date: 2005/09/24 19:41:56;  author: krion;  state: Exp;  lines: +1 -1
    Remove '\n' since it's redundant in case if file doesn't exist while
    running 'pkg_info -g'

    Based on PR:    bin/42609
    Submitted by:   Jeff King &lt;peff-freebsd at peff dot net&gt;
    MFC after:      3 days

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    date: 2005/09/24 19:41:56;  author: krion;  state: Exp;  lines: +1 -1
    Remove '\n' since it's redundant in case if file doesn't exist while
    running 'pkg_info -g'

    Based on PR:    bin/42609
    Submitted by:   Jeff King &lt;peff-freebsd at peff dot net&gt;
    MFC after:      3 days

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement @noinst field which has at the moment the same meaning and</title>
<updated>2005-06-14T15:05:43+00:00</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-06-14T15:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c554b6316d25cca31b174f95377e9103aae180ef'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a -q flag to pkg_version.  It suppresses the output of &lt;,=,&gt;.</title>
<updated>2004-10-18T05:34:54+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-10-18T05:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f4a324ac5170dc4627a7218be274261e719a1524'/>
<id>f4a324ac5170dc4627a7218be274261e719a1524</id>
<content type='text'>
This makes it possible to "portupgrade `pkg_version -q -l '&lt;'`".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to "portupgrade `pkg_version -q -l '&lt;'`".
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.</title>
<updated>2004-08-12T20:06:01+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-08-12T20:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7d5cc1cf59822cfa7dc99781e6c84609da403e17'/>
<id>7d5cc1cf59822cfa7dc99781e6c84609da403e17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminated double whitespace.</title>
<updated>2004-07-03T18:35:53+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-03T18:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=455fb174dfe376f3c4132713a1d08dc05fe080d3'/>
<id>455fb174dfe376f3c4132713a1d08dc05fe080d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
