aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* sync the pkg_install tools with -CURRENT:Oliver Eikemeier2004-08-116-98/+175
* MFC rev. 1.59:Peter Pentchev2003-09-031-1/+1
* MFC: Support for pkg_add -C (conflicts) and pkg_info -P (pkg_tools version).Kris Kennaway2003-08-114-6/+41
* Add proper crypto dependencies for the benefit of those building staticDag-Erling Smørgrav2003-01-091-0/+5
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-291-3/+3
* MFC: rev 1.18 (handle snprintf() returning <0)David E. O'Brien2002-08-311-2/+2
* MFC: convert our compression method to bzip2 from gzip.David E. O'Brien2002-08-312-9/+9
* MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.David E. O'Brien2002-08-202-22/+26
* MFC: rev. 1.74-1.75Akinori MUSHA2002-08-111-5/+1
* MFC: all latest changes, fixes and new features. This pretty much brings codeMaxim Sobolev2002-08-023-6/+29
* Improve the Bzip2 handling.David E. O'Brien2002-05-294-29/+40
* MFC:Maxim Sobolev2002-05-201-4/+11
* MFC:Maxim Sobolev2002-02-271-2/+5
* MFC: use maximum compression when creating .tgz packages.Maxim Sobolev2002-01-181-2/+4
* MFC: Revision 1.50 of -CURRENT.Giorgos Keramidas2002-01-161-0/+1
* MFC:Maxim Sobolev2001-11-191-1/+1
* MFC: make `-b' option actually work as advertised.Maxim Sobolev2001-10-251-0/+1
* MFC: symlinks and other non-regular files handling fixes, packing list formatMaxim Sobolev2001-10-242-1/+20
* MFC: WANSify.Maxim Sobolev2001-10-234-26/+29
* MFC: allow package file to be created from a locally installed package.Maxim Sobolev2001-10-224-22/+96
* MFC:Maxim Sobolev2001-10-031-0/+1
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-19/+19
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
* MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38Maxim Sobolev2001-05-172-13/+25
* MFC:Maxim Sobolev2001-03-201-5/+30
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-2/+2
* MFC: various goodness from -current, modulo some of the stuff like "sign"Jordan K. Hubbard2001-02-201-7/+10
* MFC: add ability to handle bzip2-compressed packages.Maxim Sobolev2001-02-054-7/+47
* MFC: mdoc(7) police: removed leading whitespaces that are not inside Bd/Ed.Ruslan Ermilov2001-01-191-1/+1
* MFC:Maxim Sobolev2001-01-192-8/+5
* MFC:Maxim Sobolev2001-01-151-11/+16
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-6/+5
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-3/+5
* MFC:Maxim Sobolev2000-10-314-4/+22
* MFC: more informative errx() messages, use ISO string functions.Jordan K. Hubbard2000-10-232-16/+16
* MFC: Use libfetchDag-Erling Smørgrav2000-07-161-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-4/+8
* Add cross references to pkg_version(1) in all the other pkg_* man pages.John Baldwin2000-02-291-0/+1
* pkg_create doesn't use more(1) for displaying +DISPLAY files, itKris Kennaway2000-02-271-2/+1
* Grammar fix: ``Different than'' should be ``different from''.Chris Costello2000-01-291-1/+1
* Document the fact that pkg_add/delete passes INSTALL/DEINSTALLMasafumi Max NAKANE1999-09-111-0/+5
* Use the appropriate macro for double quotes rather than using doubleJordan K. Hubbard1999-09-011-9/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-3/+4
* '?' shouldn't be in the usage string. Unknown characters are alreadyWarner Losh1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.Bill Fumerola1999-06-231-2/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-164-14/+82
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-051-5/+21