aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/version/pkg_version.pl
Commit message (Expand)AuthorAgeFilesLines
* C replacement for the Perl5 code.Mark Murray2002-06-241-623/+0
* pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, becauseBruce A. Mah2002-05-311-0/+24
* Support the use of ${PORTSDIR} to find a ports tree INDEX file inBruce A. Mah2001-09-181-2/+2
* Fix usage bogon (-d doesn't take any arguments).Bruce A. Mah2001-06-131-2/+2
* Add a -s option to pkg_version, which limits output to packagesBruce A. Mah2001-06-131-7/+19
* Check for the existence of the Makefile in the port skeleton directoryAnton Berezin2001-06-111-2/+12
* Print longer package names. Some of them were running off the rightBruce A. Mah2001-05-151-3/+3
* The pkg_version -c output will now call for a "make clean" before andBruce A. Mah2001-04-301-2/+2
* Fix a problem with tests of the form "1.0" vs. "1.0a".Bruce A. Mah2001-04-191-1/+12
* Implement a package number comparison routine for pkg_version(1)Bruce A. Mah2001-04-031-26/+107
* Prevent the commands output of pkg_version.pl from being executed without theBruce A. Mah2001-02-091-0/+14
* Sigh. It'd be nice to completely commit a bugfix. Once again:Bruce A. Mah2000-10-261-6/+6
* Fix a bug in which pkg_version(1) was ignoring $PORTREVISIONBruce A. Mah2000-10-261-5/+8
* Utilize the "-o" (origin) option recently added to pkg_create(1)Bruce A. Mah2000-10-251-24/+83
* Add -L option to limit the package status characters the user *doesn't*Bruce A. Mah2000-10-201-5/+21
* Make pkg_version -c -l work.Bruce A. Mah2000-10-201-2/+3
* pkg_version(1) will now distinguish between the different cases whereBruce A. Mah2000-09-151-2/+2
* Arrgh. Back out a change used during debugging and fix a typo.Bruce A. Mah2000-09-111-2/+2
* Remove a workaround for a long-fixed bug in fetch(1).Bruce A. Mah2000-09-091-9/+3
* pkg_version.pl now understands the new package/port numbering schemeBruce A. Mah2000-09-091-24/+109
* Update my email address in various places in pkg_version.Bruce A. Mah2000-08-231-1/+1
* Fix bug with -c optionMark Ovens2000-08-071-0/+1
* Only pkg_delete the old package if the new one builds properly.Jordan K. Hubbard1999-12-061-2/+1
* Add '-l' which will match a certain status code.Bill Fumerola1999-12-031-2/+11
* Welcome pkg_version into the FreeBSD source tree.Bill Fumerola1999-11-261-0/+304