aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/info
Commit message (Expand)AuthorAgeFilesLines
...
* Reorder libraries to fix static linking (libssl depends on libcrypto, soDag-Erling Smørgrav2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-0/+5
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-62/+18
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-1/+1
* fix build:Alfred Perlstein2002-05-111-1/+2
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-051-1/+6
* In a origin lookup mode (-O) don't bail out when encountering empty packageMaxim Sobolev2002-05-051-2/+8
* Update usage() and manpage to match reality (add -O into usage and adjustMaxim Sobolev2002-05-052-4/+10
* Handle PLIST_ORIGIN properly.Maxim Sobolev2002-05-051-0/+5
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-045-8/+78
* Make pkg_info working again when argument is a file not in the currentMaxim Sobolev2002-05-021-2/+5
* Make `-g' working for symlinks.Maxim Sobolev2002-05-021-3/+20
* Fix SCM ID's.David E. O'Brien2002-04-013-15/+9
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)Maxim Sobolev2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.Maxim Sobolev2001-10-151-1/+1
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-105-3/+22
* WARNS=2 cleanup.Maxim Sobolev2001-10-105-28/+31
* Various fixes and improvements:Maxim Sobolev2001-09-191-2/+0
* Recognise @option directives instead of falling through to the defaultKris Kennaway2001-08-061-0/+6
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-021-5/+2
* Usability tweak:Maxim Sobolev2001-08-021-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Decapitalise first letter of warning message.Maxim Sobolev2001-03-261-1/+1
* In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. ThisMaxim Sobolev2001-03-261-40/+67
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-235-10/+200
* Put back several lines that I erroneously deleted in my previous commit. ThisMaxim Sobolev2001-03-011-0/+3
* - Merge recently added into pkg_info(1) regex/glob matching functionality intoMaxim Sobolev2001-02-272-148/+25
* Add two missed modifiers into usage message (`-G' and `-x').Maxim Sobolev2001-02-241-1/+1
* Use the more logical author syntax from pkg_version and quoteJordan K. Hubbard2001-02-201-5/+2
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-02-091-8/+9
* - By default treat supplied arguments as a shell globs to be matched againstMaxim Sobolev2001-02-084-41/+191
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-1/+1
* -pedantic mode:Maxim Sobolev2001-02-052-1/+3
* Add a -g flag for verifying an installed package against its recordedJordan K. Hubbard2001-02-035-2/+41
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+3
* Alphabetically reorder options in `.Op Fl' macro to be consistent with theMaxim Sobolev2000-12-051-1/+1
* - Add missed `-s' option into usage printout;Maxim Sobolev2000-12-051-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+2
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordMaxim Sobolev2000-10-235-3/+33
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-222-2/+2
* Trim index lines down to 79 characters, not 80.Dag-Erling Smørgrav2000-10-181-1/+1
* Fix typoMark Ovens2000-09-251-1/+1
* Make the ``-r'' option actually do something :)Mark Ovens2000-09-252-1/+3
* New option "-s" to query size of the installed package(s).Maxim Sobolev2000-07-075-2/+69
* Use libfetch instead of libftpio. This adds support for http and IPv6.Dag-Erling Smørgrav2000-06-271-2/+2
* Avoid infinite loops when given a package name like 'm4-1.1/'.Steve Price2000-05-141-24/+14