| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r240682 | Baptiste Daroussin | 2012-10-02 | 1 | -4/+8 |
| * | MFC r231300, r231328: | Eitan Adler | 2012-03-29 | 1 | -3/+9 |
| * | Backout libinstall.a -> libpkg commit. | Florent Thoumie | 2011-05-17 | 1 | -1/+1 |
| * | - Add support for xz compression to pkg_create, bzip2 remains the default | Florent Thoumie | 2010-10-12 | 1 | -0/+10 |
| * | - Take libinstall.a out of pkg_install and make it a proper shared library. | Florent Thoumie | 2010-04-23 | 1 | -1/+1 |
| * | When running pkg_add -r, check & install our dependencies for each | Brian Somers | 2009-06-19 | 1 | -2/+1 |
| * | Add a -n option to pkg_create(1), to inhibit duplicate work. | Giorgos Keramidas | 2008-05-27 | 1 | -0/+13 |
| * | When using @cwd %%FOO%%, we must ensure to return in the original | Kirill Ponomarev | 2006-01-07 | 1 | -0/+7 |
| * | Introduce 3 new options for pkg_create(1), -x for using basic | Kirill Ponomarev | 2005-11-08 | 1 | -3/+34 |
| * | Add -R modifier for the mode when pkg_create(8) creates package file | Maxim Sobolev | 2005-06-06 | 1 | -6/+54 |
| * | Downgrade WARNS level to more tolerable value. Attempt to fix | Alexander Kabaev | 2004-07-28 | 1 | -7/+9 |
| * | - pkg_create: new flag -S (clean room installation) | Oliver Eikemeier | 2004-06-29 | 1 | -0/+11 |
| * | * Add explicit conflict-checking to the package tools. Packages can | Kris Kennaway | 2003-04-17 | 1 | -0/+16 |
| * | Reorg just a tad to better express our bzip intentions. | David E. O'Brien | 2002-08-25 | 1 | -6/+6 |
| * | Drop support for the .tbz2 suffix. One would not want pkg_create(1) | Akinori MUSHA | 2002-08-04 | 1 | -4/+0 |
| * | Use an 8.3 friendly extension when compressing with bzip2. | David E. O'Brien | 2002-08-04 | 1 | -1/+1 |
| * | MFS: silence compiler warnings. | Maxim Sobolev | 2002-05-20 | 1 | -7/+7 |
| * | replace __FUNCTION__ with standardized __func__. | Alfred Perlstein | 2002-05-11 | 1 | -13/+13 |
| * | fix build: | Alfred Perlstein | 2002-05-11 | 1 | -11/+17 |
| * | When packing installed package into a file (pkg_create -b) make sure to | Maxim Sobolev | 2002-05-10 | 1 | -4/+11 |
| * | New feature: allow origins of all dependencies be recorded into package list | Maxim Sobolev | 2002-05-05 | 1 | -1/+6 |
| * | Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT. | Maxim Sobolev | 2002-05-05 | 1 | -4/+5 |
| * | Kill local variable which shadows global one. This fixes creation of bzip2 | Maxim Sobolev | 2002-05-02 | 1 | -1/+0 |
| * | Improve the Bzip2 handling. | David E. O'Brien | 2002-04-20 | 1 | -11/+13 |
| * | Fix SCM ID's. | David E. O'Brien | 2002-04-01 | 1 | -5/+3 |
| * | Provide protection against incorrect input (dependency list). | Maxim Sobolev | 2002-02-20 | 1 | -2/+5 |
| * | Pass `-9' flag to gzip(1), so that package is compressed using maximum | Maxim Sobolev | 2002-01-17 | 1 | -2/+4 |
| * | - Introduce a notion of `packing list format version'. This allows making | Maxim Sobolev | 2001-10-10 | 1 | -0/+7 |
| * | WARNS=2 cleanup. | Maxim Sobolev | 2001-10-10 | 1 | -14/+14 |
| * | - Allow package archive to be created from a locally installed package. This | Maxim Sobolev | 2001-10-08 | 1 | -13/+53 |
| * | Various fixes and improvements: | Maxim Sobolev | 2001-09-19 | 1 | -0/+1 |
| * | Reduce private "lesser known" function redirection to improve clarity. | David E. O'Brien | 2001-08-13 | 1 | -1/+1 |
| * | Style policy: reformat multiline comments to conform to style(9). | Maxim Sobolev | 2001-05-17 | 1 | -2/+4 |
| * | When creating a package sort dependencies in such a way that if dependency | Maxim Sobolev | 2001-03-15 | 1 | -5/+30 |
| * | - Add ability to handle bzip2-compressed packages; | Maxim Sobolev | 2001-01-22 | 1 | -4/+24 |
| * | - Fix a nasty bug where pkg_create doesn't gzip package if lengh of package | Maxim Sobolev | 2001-01-16 | 1 | -4/+1 |
| * | Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record | Maxim Sobolev | 2000-10-23 | 1 | -1/+5 |
| * | Cause fatal error messages to be a little more helpful to the programmer | Jordan K. Hubbard | 2000-10-22 | 1 | -12/+12 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | Bill Fumerola | 1999-08-11 | 1 | -3/+4 |
| * | Make it possible to have separate install scripts as well as have | Jordan K. Hubbard | 1998-12-16 | 1 | -1/+15 |
| * | Fix support for uncompressed (".tar") package types. It's not completely | Satoshi Asami | 1998-12-05 | 1 | -5/+21 |
| * | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | Jordan K. Hubbard | 1998-09-11 | 1 | -25/+41 |
| * | o Set paths internally for pkg_add for tools we might want to invoke. | Jordan K. Hubbard | 1998-09-08 | 1 | -2/+1 |
| * | Fix bogus suffix stripping to be less naive. | Jordan K. Hubbard | 1998-09-08 | 1 | -9/+7 |
| * | Don't exit() from cleanup() if we got there via a non-signal since | Jordan K. Hubbard | 1998-07-28 | 1 | -2/+3 |
| * | Eliminate the idea of nested "playpens" entirely - it just obfuscated | Jordan K. Hubbard | 1998-02-16 | 1 | -3/+8 |
| * | MF22: Revert part of -p handling. | Jordan K. Hubbard | 1997-11-14 | 1 | -1/+4 |
| * | The prefix override code was bogus. The original idea was sound | Jordan K. Hubbard | 1997-11-13 | 1 | -6/+1 |
| * | Don't return from cleanup() - if it's removed the playpen then very | Jordan K. Hubbard | 1997-10-13 | 1 | -2/+3 |