summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info
Commit message (Expand)AuthorAgeFilesLines
* Add -K option to pkg_add and pkg_info.flz2006-01-094-5/+17
* When using @cwd %%FOO%%, we must ensure to return in the originalkrion2006-01-071-1/+4
* Document PKG_PATH enviroment variable.krion2005-11-231-1/+4
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichkrion2005-10-101-1/+1
* Remove '\n' since it's redundant in case if file doesn't exist whilekrion2005-09-241-1/+1
* Implement @noinst field which has at the moment the same meaning andkrion2005-06-141-0/+4
* Expand *n't contractions.ru2005-02-131-3/+3
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.obrien2004-10-182-2/+0
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.ru2004-08-121-1/+1
* Eliminated double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-12/+24
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-1/+2
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-293-26/+24
* - match package version numbers with relational operatorseik2004-06-294-6/+64
* Synopsis fixes:cperciva2004-03-302-12/+8
* - Properly build both crypto and non-crypto versions of theru2004-01-171-5/+0
* Add a trailing '\n' character if none is found in the informationlioux2003-05-261-10/+19
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-1/+1
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-0/+4
* - Add the 'b' option which causes BLOCKSIZE to be hornored whenmdodd2003-03-254-8/+29
* Implement the 'Q' option which is like 'q' (quiet output) exceptmdodd2003-03-254-2/+17
* Back out rev 1.33; getbsize(3)'s original interface has been restored.mike2002-12-301-1/+1
* getbsize() now takes a pointer to a size_t as its first arg. A pointergallatin2002-10-241-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolssobomax2002-09-093-18/+32
* Use --fast-read mode to extract metadata from package file. Since metadatasobomax2002-09-091-2/+16
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.ru2002-06-061-0/+5
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-62/+18
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-1/+1
* fix build:alfred2002-05-111-1/+2
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-051-1/+6
* In a origin lookup mode (-O) don't bail out when encountering empty packagesobomax2002-05-051-2/+8
* Update usage() and manpage to match reality (add -O into usage and adjustsobomax2002-05-052-4/+10
* Handle PLIST_ORIGIN properly.sobomax2002-05-051-0/+5
* Add ability to query installed packages based on origin.sobomax2002-05-045-8/+78
* Make pkg_info working again when argument is a file not in the currentsobomax2002-05-021-2/+5
* Make `-g' working for symlinks.sobomax2002-05-021-3/+20
* Fix SCM ID's.obrien2002-04-013-15/+9
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-151-1/+1
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-105-3/+22
* WARNS=2 cleanup.sobomax2001-10-105-28/+31
* Various fixes and improvements:sobomax2001-09-191-2/+0
* Recognise @option directives instead of falling through to the defaultkris2001-08-061-0/+6
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-5/+2
* Usability tweak:sobomax2001-08-021-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+4
* Remove whitespace at EOL.dd2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
OpenPOWER on IntegriCloud