summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
...
* Do my bit for the Perl removal team and shoot my own, rather mangypaul2002-05-084-306/+1
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-056-9/+56
* 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
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.sobomax2002-05-051-4/+5
* Handle PLIST_ORIGIN properly.sobomax2002-05-052-0/+9
* Add ability to query installed packages based on origin.sobomax2002-05-047-11/+99
* 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
* Kill local variable which shadows global one. This fixes creation of bzip2sobomax2002-05-021-1/+0
* Improve the Bzip2 handling.obrien2002-04-204-19/+35
* Use `The .Nm utility'charnier2002-04-204-7/+16
* DTRT for packages read from STDIN:murray2002-04-021-3/+4
* Fix SCM ID's.obrien2002-04-0132-120/+97
* Use some black make(1) magic to make pkg_install build even withoutsobomax2002-02-271-0/+5
* Make sortdeps() working with dependency lists containing one or no elements.sobomax2002-02-201-1/+4
* Provide protection against incorrect input (dependency list).sobomax2002-02-201-2/+5
* Pass `-9' flag to gzip(1), so that package is compressed using maximumsobomax2002-01-171-2/+4
* Add pkg_update to the SEE_ALSO manpage of pkg_create.keramida2002-01-151-0/+1
* Choose more paranoid modes for the temporary directory so the user can'tjkh2001-11-221-1/+1
* Improve recently committed fix for -t bug.sobomax2001-11-151-1/+1
* Make `-b' option actually work as advertised.sobomax2001-10-251-0/+1
* Increase the number of packages that can be installed by an order ofobrien2001-10-161-1/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-162-2/+2
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-152-2/+2
* The user wants to ensure, not insure, that the package isn't going todd2001-10-151-1/+1
* Make `-t' flag in pkg_*(1) tools actually working.sobomax2001-10-111-1/+2
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-1011-17/+146
* WARNS=2 cleanup.sobomax2001-10-1027-175/+184
* OOPS, delete some commented out debugging code committed along with r.1.25.sobomax2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-085-30/+109
* Various fixes and improvements:sobomax2001-09-198-80/+187
* Drop maintainership.bmah2001-09-181-1/+0
* Support the use of ${PORTSDIR} to find a ports tree INDEX file inbmah2001-09-181-2/+2
* Fix segfault introduced in previous commit (when adding local packages).sobomax2001-09-171-2/+3
* Use a colon to separate the user and group when executing chown(1).dd2001-09-111-2/+2
* Fixes problem with pkg_add -r when adding multiple pkgs.unfurl2001-09-071-0/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-202-5/+5
* Handle snprintf() returning -1.brian2001-08-202-5/+5
* Remove duplicate umask(2) call.sobomax2001-08-151-1/+0
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-135-59/+31
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* Recognise @option directives instead of falling through to the defaultkris2001-08-061-0/+6
* exists(../../crypto) --> exists(${.CURDIR}/../../crypto)sobomax2001-08-021-1/+1
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.jon2001-08-021-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-027-23/+15
* Cosmetics: kill blank lines at the end of file.sobomax2001-08-021-2/+0
* Usability tweak:sobomax2001-08-024-30/+30
* When there is a file that can't be deleted due to checksum mismatch print namesobomax2001-08-021-2/+1
OpenPOWER on IntegriCloud