| Commit message (Expand) | Author | Age | Files | Lines |
* | After around 20 years of duty it is time for pkg_install to retire | bapt | 2013-10-31 | 6 | -1898/+0 |
* | sysconf(3) returns a long, not an int. | obrien | 2013-06-29 | 1 | -1/+2 |
* | Provide an option to users to shoot themselves in the foot. | eadler | 2012-11-26 | 1 | -1/+5 |
* | Warn users when using pkg tools if it looks like they | eadler | 2012-10-22 | 1 | -0/+1 |
* | if a file in plist starts with / then do not prefix it with "prefix" [1] | bapt | 2012-09-18 | 1 | -4/+8 |
* | Fix r231300: Use correct test so we only bail out on error instead of on non-... | eadler | 2012-02-10 | 1 | -1/+1 |
* | Permit the use of relative paths for the prefix argument. | eadler | 2012-02-09 | 1 | -3/+9 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 5 | -5/+5 |
* | Backout libinstall.a -> libpkg commit. | flz | 2011-05-17 | 4 | -7/+7 |
* | - Add support for xz compression to pkg_create, bzip2 remains the default | flz | 2010-10-12 | 4 | -4/+32 |
* | - Take libinstall.a out of pkg_install and make it a proper shared library. | flz | 2010-04-23 | 4 | -7/+7 |
* | Add missing `void' keywords. | ed | 2009-12-29 | 1 | -1/+1 |
* | When running pkg_add -r, check & install our dependencies for each | brian | 2009-06-19 | 1 | -2/+1 |
* | Enable the -n option of pkg_create(1). | keramida | 2008-07-08 | 1 | -0/+4 |
* | Remove support for RELENG_4 (__FreeBSD_version < 500039). | flz | 2008-06-16 | 1 | -4/+0 |
* | - Add long options to pkg_install. | flz | 2008-05-30 | 2 | -20/+39 |
* | Update usage strings to add a missing -n option. | keramida | 2008-05-27 | 1 | -1/+1 |
* | Add a -n option to pkg_create(1), to inhibit duplicate work. | keramida | 2008-05-27 | 4 | -5/+42 |
* | Backout previous commit, since it's done without maintainers | krion | 2007-12-09 | 1 | -1/+0 |
* | Add the 'pkg_search' script. | obrien | 2007-12-09 | 1 | -0/+1 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 1 | -1/+1 |
* | Fix usage(). | ru | 2006-09-29 | 1 | -6/+6 |
* | Allow variable amounts of verbosity. | obrien | 2006-06-12 | 1 | -1/+1 |
* | Use bzip2(1) by default to compress package tarball on | krion | 2006-04-17 | 1 | -1/+6 |
* | When using @cwd %%FOO%%, we must ensure to return in the original | krion | 2006-01-07 | 3 | -4/+22 |
* | Introduce 3 new options for pkg_create(1), -x for using basic | krion | 2005-11-08 | 4 | -7/+61 |
* | remove a few uses of the word `really' | jmg | 2005-06-27 | 1 | -2/+1 |
* | Fix last commit. | ru | 2005-06-22 | 1 | -2/+3 |
* | Implement @noinst field which has at the moment the same meaning and | krion | 2005-06-14 | 1 | -0/+10 |
* | Markup fixes. | ru | 2005-06-14 | 1 | -1/+1 |
* | Add -R modifier for the mode when pkg_create(8) creates package file | sobomax | 2005-06-06 | 4 | -9/+70 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -3/+3 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. | ru | 2004-08-12 | 1 | -1/+1 |
* | Downgrade WARNS level to more tolerable value. Attempt to fix | kan | 2004-07-28 | 2 | -8/+10 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -40/+80 |
* | - pkg_add spawns itself as argv[0] when installing dependent packages, to | eik | 2004-06-29 | 3 | -5/+5 |
* | - pkg_create: new flag -S (clean room installation) | eik | 2004-06-29 | 5 | -33/+74 |
* | - Properly build both crypto and non-crypto versions of the | ru | 2004-01-17 | 1 | -5/+0 |
* | Correct truncation detection after use of snprintf: The case where | nectar | 2003-12-17 | 1 | -2/+2 |
* | Clarify the order of arguments passed to the pre-/post-install script | roam | 2003-08-26 | 1 | -1/+1 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -1/+1 |
* | * Add explicit conflict-checking to the package tools. Packages can | kris | 2003-04-17 | 4 | -6/+41 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -3/+3 |
* | Break fileGetURL() out into its own file so that pkg_install/lib consumers | obrien | 2002-11-06 | 1 | -2/+2 |
* | Reorg just a tad to better express our bzip intentions. | obrien | 2002-08-25 | 1 | -6/+6 |
* | Drop support for the .tbz2 suffix. One would not want pkg_create(1) | knu | 2002-08-04 | 2 | -6/+2 |
* | Use an 8.3 friendly extension when compressing with bzip2. | obrien | 2002-08-04 | 1 | -1/+1 |
* | Reorder libraries to fix static linking (libssl depends on libcrypto, so | des | 2002-06-12 | 1 | -2/+2 |
* | libfetch now depends on libcrypto and libssl. | ru | 2002-06-06 | 1 | -0/+5 |