History log of /freebsd-9.3-release/usr.sbin/pkg_install/version/pkg_version.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 250787 18-May-2013 bdrewery

Direct commit to update ports INDEX location.

PR: bin/164561
Approved by: bapt


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 179433 30-May-2008 flz

- Add long options to pkg_install.
- Remove check for '-?' as it's not listed in authorized options.
- Bump PKG_INSTALL_VERSION to 20080530.


# 174816 20-Dec-2007 gabor

- Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSD
version number, as it is named after that

PR: docs/118053
Submitted by: Michael Plass <mfp49_freebsd@plass-family.net>


# 174475 09-Dec-2007 krion

Backout previous commit, since it's done without maintainers
approval. These changes were approved by adding it as port to
ports/ tree, but not for src/. I talked to PR submitter and miwi@
some days ago and explained the reasons for it, the both were agree
to add it to ports/ only.


# 174472 09-Dec-2007 obrien

Add the 'pkg_search' script.
This makes it easier to figure what packages you want to install.

Submitted by: Matthias Schmidt <schmidtm @ mathematik . uni-marburg . de>


# 152569 18-Nov-2005 ru

-mdoc sweep.


# 148435 27-Jul-2005 krion

Add -o/-O options to pkg_version:

-o Show the origin recorded on package generation instead of the
package name.

-O Only list packages whose registered origin is origin.

Based on PR: bin/78640
Submitted by: Marcus Grando <marcus at corp dot grupos.com.br>, flz


# 147377 14-Jun-2005 ru

Markup fixes.

Approved by: re (blanket)


# 146559 24-May-2005 cperciva

Add an -I option to pkg_version:

-I Use only the index file for determining if a package is out of
date. This is much faster than using the version number from a
port's Makefile, at the expense of potentially giving an incor-
rect result if the index file is out of date.

Without this option, the index file is only consulted if "make -V PKGNAME"
cannot be used.

Approved by: portmgr (krion)


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 140442 18-Jan-2005 ru

Sort sections.


# 140063 11-Jan-2005 ru

Scheduled mdoc(7) sweep.


# 139679 04-Jan-2005 paul

Update the INDEX file to INDEX-6


# 136643 18-Oct-2004 obrien

Add a -q flag to pkg_version. It suppresses the output of <,=,>.
This makes it possible to "portupgrade `pkg_version -q -l '<'`".


# 131500 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 131275 29-Jun-2004 eik

- match package version numbers with relational operators

- use glob patterns when matching packages by origin

- csh-style {...} choices in glob matching

- pkg_info: new flag -E (list matching package names only)

- pkg_version: new flag -T (test if a given name matches a pattern)

- new flag -X (interpret pattern as an extended regular expression)

PR: 56961


# 109914 27-Jan-2003 trhodes

Note that -c is no longer supported. This was requested by a few users and
we even have a PR about it.

PR: 47388
Discussed with: bmah
Requested by: many


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 107613 04-Dec-2002 kris

Minimal change to cause pkg_version to examine the new INDEX-5 file
instead of INDEX. This should be done better since this file name will
depend on the FreeBSD major version.


# 98766 24-Jun-2002 markm

C replacement for the Perl5 code.

Submitted by: reg


# 95127 20-Apr-2002 charnier

Use `The .Nm utility'


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 79537 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 78185 13-Jun-2001 bmah

Add a -s option to pkg_version, which limits output to packages
matching a given string.

PR: 26114
Submitted by: edwin@mavetju.org (with modifications and manpage update)
MFC after: 3 days


# 75166 04-Apr-2001 ru

mdoc(7) police: .Nm remembers its argument on the first call.


# 75142 03-Apr-2001 bmah

Implement a package number comparison routine for pkg_version(1)
that actually conforms to the Porters Handbook.

Add a -t option to pkg_version(1) for doing comparison testing.

Add a script (and make test target) to do some regression tests on
the package number comparison routine, to help debug future revisions.

Submitted by: knu
Procrastination by: bmah


# 71898 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 70403 27-Dec-2000 ru

Prepare for mdoc(7)NG.


# 68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 68854 17-Nov-2000 ru

mdoc(7) police: use certified section headers wherever possible.


# 67573 25-Oct-2000 bmah

Utilize the "-o" (origin) option recently added to pkg_create(1)
and pkg_info(1), for more accurate determination of the
"up-to-date-ness" of installed packages.


# 67349 20-Oct-2000 bmah

Add -L option to limit the package status characters the user *doesn't*
want to see.

Submitted by: Doug Barton <DougB@gorean.org>


# 65874 15-Sep-2000 bmah

pkg_version(1) will now distinguish between the different cases where
the exact relationship between an installed package and its
corresponding entry in the index file can't be determined.

Submitted by: Mark Ovens <marko@freebsd.org>


# 65648 09-Sep-2000 bmah

Remove a workaround for a long-fixed bug in fetch(1).
Update URL for on-line Ports Collection INDEX file.


# 65028 23-Aug-2000 bmah

Update my email address in various places in pkg_version.


# 57673 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 57628 29-Feb-2000 jhb

Add cross references to pkg_version(1) in all the other pkg_* man pages.
Also, add a cross reference to pkg_info(1) in pkg_version(1). Finally,
in pkg_version(1), don't put a period at the end of the list of see also
man pages.

Noticed by: Matt Ayres <matta@fast.net>


# 54053 03-Dec-1999 billf

Add '-l' which will match a certain status code.
Add the submitter as a contributor in the man page
freebsd -> FreeBSD, while I'm poking around.

PR: bin/15162
Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>


# 53725 26-Nov-1999 billf

The author of this is REALLY: Bruce A. Mah <bmah@CS.Sandia.GOV>


# 53723 26-Nov-1999 billf

Welcome pkg_version into the FreeBSD source tree.

pkg_version (as you may well know) matches the existing packages/ports
installed on your system with the ports INDEX and reports which
ports differ from the current INDEX.

Submitted by: Bruce A. Mah <CA.Sandia.GOV>
Reviewed by: ports