summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Insetad of using fileno(ftp) as stdin for tar, use a pipe and have thedes2000-10-291-17/+39
* Sigh. It'd be nice to completely commit a bugfix. Once again:bmah2000-10-261-6/+6
* Fix a bug in which pkg_version(1) was ignoring $PORTREVISIONbmah2000-10-261-5/+8
* Utilize the "-o" (origin) option recently added to pkg_create(1)bmah2000-10-252-51/+149
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-239-7/+55
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-2212-58/+58
* Add -L option to limit the package status characters the user *doesn't*bmah2000-10-202-6/+33
* Make pkg_version -c -l work.bmah2000-10-201-2/+3
* Trim index lines down to 79 characters, not 80.des2000-10-181-1/+1
* Fix typomarko2000-09-251-1/+1
* Make the ``-r'' option actually do something :)marko2000-09-252-1/+3
* Fix symlink-to-a-dir handling in pkg_delete.sobomax2000-09-183-6/+24
* pkg_version(1) will now distinguish between the different cases wherebmah2000-09-152-7/+16
* Arrgh. Back out a change used during debugging and fix a typo.bmah2000-09-111-2/+2
* Remove a workaround for a long-fixed bug in fetch(1).bmah2000-09-092-10/+4
* pkg_version.pl now understands the new package/port numbering schemebmah2000-09-091-24/+109
* Update my email address in various places in pkg_version.bmah2000-08-232-2/+2
* Now that Bruce Mah is a committer, retire my co-maintainershipbillf2000-08-221-2/+1
* Fix bug with -c optionmarko2000-08-071-0/+1
* New option "-s" to query size of the installed package(s).sobomax2000-07-075-2/+69
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-276-123/+41
* Use `rm -f` if the -f (force) option was given.hoek2000-06-021-1/+1
* Avoid infinite loops when given a package name like 'm4-1.1/'.steve2000-05-142-42/+27
* Finally remove the restriction introduced from NetBSD in r.1.3 thathoek2000-05-131-2/+12
* Do not preserve UIDs, permissions nor flags of package system files insheldonh2000-03-151-2/+2
* -CURRENT is now 500000, reflect that.billf2000-03-131-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-013-12/+24
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-295-1/+6
* pkg_create doesn't use more(1) for displaying +DISPLAY files, itkris2000-02-271-2/+1
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-0/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-2/+8
* While looking for a bug, tripped over style issues with addedjkh2000-02-181-11/+6
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aobrien2000-02-081-1/+1
* Grammar fix: ``Different than'' should be ``different from''.chris2000-01-291-1/+1
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.dan2000-01-182-4/+8
* Teach pkg_delete and pkg_info how to deal with full pathnamesdan2000-01-152-3/+46
* Fix bogon in previous commit: pass a string argument to printf(3) tosheldonh2000-01-111-2/+2
* Use a more helpful fatal error message than "Toto! This doesn't looksheldonh2000-01-111-2/+2
* Include -f and -t options to SYNOPSYS section (manpage) and usage informationphantom2000-01-072-9/+10
* Deal with package filenames which contain spaces.jkh2000-01-041-1/+1
* Redirect stdout from mtree to /dev/null; we don't really need to knowasami2000-01-031-2/+2
* Only pkg_delete the old package if the new one builds properly.jkh1999-12-061-2/+1
* Add '-l' which will match a certain status code.billf1999-12-032-5/+25
* Correct co-MAINTAINER's e-mail address. I don't know how manybillf1999-12-031-1/+1
* Install man pages in the right place. This is what I get for cheatingbillf1999-11-281-1/+1
* Add the author as co-maintainer, a la mergemaster.billf1999-11-261-0/+1
* Welcome pkg_version into the FreeBSD source tree.billf1999-11-264-1/+466
* Make `pkg_add -r package1 package2 package3 ...` work correctly.cpiazza1999-11-181-4/+6
* o Remove all of the objformat logic, it's never coming back.billf1999-09-251-16/+5
* Document the fact that pkg_add/delete passes INSTALL/DEINSTALLmax1999-09-111-0/+5
OpenPOWER on IntegriCloud