| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout libinstall.a -> libpkg commit. | flz | 2011-05-17 | 1 | -0/+242 |
* | - Take libinstall.a out of pkg_install and make it a proper shared library. | flz | 2010-04-23 | 1 | -242/+0 |
* | Bump PKG_INSTALL_VERSION to 20100403. | flz | 2010-04-03 | 1 | -1/+1 |
* | Various fixes. | flz | 2010-04-01 | 1 | -13/+7 |
* | - Add support for UPDATING remote fetching. | flz | 2010-01-22 | 1 | -1/+1 |
* | - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes. | flz | 2009-09-02 | 1 | -3/+3 |
* | Add support for INDEX-9 [1] | dougb | 2009-08-31 | 1 | -3/+3 |
* | When running pkg_add -r, check & install our dependencies for each | brian | 2009-06-19 | 1 | -3/+3 |
* | Skip @pkgdep if there's no argument. | flz | 2009-05-19 | 1 | -1/+1 |
* | - Backout latest changes (follow symlinks: r186496, r186518). | flz | 2009-01-06 | 1 | -1/+1 |
* | Fix memory leaks introduced in last commit. | flz | 2008-12-27 | 1 | -1/+1 |
* | Follow symlinks when deleting directories. | flz | 2008-12-25 | 1 | -1/+1 |
* | Enable the -n option of pkg_create(1). | keramida | 2008-07-08 | 1 | -1/+1 |
* | - add: Keep dependent packages too if -K is specified. | flz | 2008-06-12 | 1 | -1/+1 |
* | - Add long options to pkg_install. | flz | 2008-05-30 | 1 | -1/+1 |
* | Bump PKG_INSTALL_VERSION to 20080528. | flz | 2008-05-28 | 1 | -1/+1 |
* | - Restore functionality broken in previous commit; we need to be able to report | pav | 2008-05-03 | 1 | -1/+1 |
* | Optimize package registration/deregistration. Previously, when looking up the | pav | 2008-04-11 | 1 | -0/+1 |
* | Some code cleanups, including removing of stale getopt argument and | krion | 2007-11-10 | 1 | -0/+7 |
* | Add whitespace. | krion | 2007-10-17 | 1 | -1/+1 |
* | Update for INDEX-8 support. | krion | 2007-10-17 | 1 | -1/+3 |
* | Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents. | njl | 2007-03-28 | 1 | -1/+1 |
* | Allow variable amounts of verbosity. | obrien | 2006-06-12 | 1 | -1/+1 |
* | Add INDEX-7 and remove trailing spaces. | krion | 2006-04-17 | 1 | -3/+5 |
* | Add -K option to pkg_add and pkg_info. | flz | 2006-01-09 | 1 | -1/+1 |
* | Implement @noinst field which has at the moment the same meaning and | krion | 2005-06-14 | 1 | -1/+2 |
* | Use INDEX-6 for versions of FreeBSD > 600000 | paul | 2005-01-04 | 1 | -1/+3 |
* | Add a -q flag to pkg_version. It suppresses the output of <,=,>. | obrien | 2004-10-18 | 1 | -0/+1 |
* | - pkg_add spawns itself as argv[0] when installing dependent packages, to | eik | 2004-06-29 | 1 | -3/+9 |
* | - pkg_info: flag -r: (show packages this packages depends on (documentation c... | eik | 2004-06-29 | 1 | -2/+2 |
* | - match package version numbers with relational operators | eik | 2004-06-29 | 1 | -1/+2 |
* | - complete rewrite of the version number parsing code, restoring compatibiliy... | eik | 2004-06-29 | 1 | -1/+0 |
* | pkg_create incorrectly does not add trailing '\n' when it receives | lioux | 2003-05-26 | 1 | -0/+1 |
* | * Add explicit conflict-checking to the package tools. Packages can | kris | 2003-04-17 | 1 | -3/+3 |
* | Prevent buffer overflow in format_cmd() by properly tracking maximum | jkh | 2003-01-06 | 1 | -1/+1 |
* | Introduce notion of the package tools revision and allow to wrap all tools | sobomax | 2002-09-09 | 1 | -0/+10 |
* | C replacement for the Perl5 code. | markm | 2002-06-24 | 1 | -0/+2 |
* | - Make use of DEPOROGINs (if there are any) when installing package; | sobomax | 2002-05-14 | 1 | -0/+2 |
* | New feature: allow origins of all dependencies be recorded into package list | sobomax | 2002-05-05 | 1 | -1/+1 |
* | Add ability to query installed packages based on origin. | sobomax | 2002-05-04 | 1 | -1/+3 |
* | - Introduce a notion of `packing list format version'. This allows making | sobomax | 2001-10-10 | 1 | -0/+8 |
* | WARNS=2 cleanup. | sobomax | 2001-10-10 | 1 | -31/+31 |
* | Various fixes and improvements: | sobomax | 2001-09-19 | 1 | -0/+8 |
* | Reduce private "lesser known" function redirection to improve clarity. | obrien | 2001-08-13 | 1 | -3/+0 |
* | Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L... | sobomax | 2001-08-02 | 1 | -2/+4 |
* | Clean up some of the evil string handling in this code, replace | kris | 2001-05-12 | 1 | -0/+2 |
* | - Add which(1)-like functionality into pkg_info; | sobomax | 2001-03-23 | 1 | -0/+2 |
* | When creating a package sort dependencies in such a way that if dependency | sobomax | 2001-03-15 | 1 | -0/+4 |
* | - Merge recently added into pkg_info(1) regex/glob matching functionality into | sobomax | 2001-02-27 | 1 | -0/+8 |
* | Fix symlink-to-a-dir handling in pkg_delete. | sobomax | 2000-09-18 | 1 | -0/+1 |