| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -4/+2 |
* | Fix segfault when giving invalid long option to pkg_info. | jilles | 2009-06-01 | 1 | -0/+1 |
* | - Add long options to pkg_install. | flz | 2008-05-30 | 2 | -20/+40 |
* | Fix pkg_info when specifying a remote package. | flz | 2008-04-16 | 2 | -18/+23 |
* | 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 |
* | The use of predefined strings such as \*[Ge] can be harmful here, | ru | 2007-03-04 | 1 | -3/+3 |
* | Fix markup and clean up some of the wording. | ru | 2007-03-04 | 1 | -23/+32 |
* | Clarify the meaning information printed by the -o option. | grog | 2007-03-03 | 1 | -4/+3 |
* | Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to | pav | 2007-02-07 | 1 | -5/+23 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -1/+1 |
* | Allow variable amounts of verbosity. | obrien | 2006-06-12 | 1 | -1/+1 |
* | Add -K option to pkg_add and pkg_info. | flz | 2006-01-09 | 4 | -5/+17 |
* | When using @cwd %%FOO%%, we must ensure to return in the original | krion | 2006-01-07 | 1 | -1/+4 |
* | Document PKG_PATH enviroment variable. | krion | 2005-11-23 | 1 | -1/+4 |
* | Fix pkg_info(1) and pkg_delete(1) to handle properly packages which | krion | 2005-10-10 | 1 | -1/+1 |
* | Remove '\n' since it's redundant in case if file doesn't exist while | krion | 2005-09-24 | 1 | -1/+1 |
* | Implement @noinst field which has at the moment the same meaning and | krion | 2005-06-14 | 1 | -0/+4 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -3/+3 |
* | Add a -q flag to pkg_version. It suppresses the output of <,=,>. | obrien | 2004-10-18 | 2 | -2/+0 |
* | Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. | ru | 2004-08-12 | 1 | -1/+1 |
* | Eliminated double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -12/+24 |
* | - pkg_add spawns itself as argv[0] when installing dependent packages, to | eik | 2004-06-29 | 1 | -1/+2 |
* | - pkg_info: flag -r: (show packages this packages depends on (documentation c... | eik | 2004-06-29 | 3 | -26/+24 |
* | - match package version numbers with relational operators | eik | 2004-06-29 | 4 | -6/+64 |
* | Synopsis fixes: | cperciva | 2004-03-30 | 2 | -12/+8 |
* | - Properly build both crypto and non-crypto versions of the | ru | 2004-01-17 | 1 | -5/+0 |
* | Add a trailing '\n' character if none is found in the information | lioux | 2003-05-26 | 1 | -10/+19 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -1/+1 |
* | Fixed troff(1) and mdoc(7) warnings. | ru | 2003-05-18 | 1 | -1/+1 |
* | * Add explicit conflict-checking to the package tools. Packages can | kris | 2003-04-17 | 1 | -0/+4 |
* | - Add the 'b' option which causes BLOCKSIZE to be hornored when | mdodd | 2003-03-25 | 4 | -8/+29 |
* | Implement the 'Q' option which is like 'q' (quiet output) except | mdodd | 2003-03-25 | 4 | -2/+17 |
* | Back out rev 1.33; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -1/+1 |
* | getbsize() now takes a pointer to a size_t as its first arg. A pointer | gallatin | 2002-10-24 | 1 | -1/+1 |
* | Introduce notion of the package tools revision and allow to wrap all tools | sobomax | 2002-09-09 | 3 | -18/+32 |
* | Use --fast-read mode to extract metadata from package file. Since metadata | sobomax | 2002-09-09 | 1 | -2/+16 |
* | 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 |
* | - Make use of DEPOROGINs (if there are any) when installing package; | sobomax | 2002-05-14 | 1 | -62/+18 |
* | replace __FUNCTION__ with standardized __func__. | alfred | 2002-05-11 | 1 | -1/+1 |
* | fix build: | alfred | 2002-05-11 | 1 | -1/+2 |
* | New feature: allow origins of all dependencies be recorded into package list | sobomax | 2002-05-05 | 1 | -1/+6 |
* | In a origin lookup mode (-O) don't bail out when encountering empty package | sobomax | 2002-05-05 | 1 | -2/+8 |
* | Update usage() and manpage to match reality (add -O into usage and adjust | sobomax | 2002-05-05 | 2 | -4/+10 |
* | Handle PLIST_ORIGIN properly. | sobomax | 2002-05-05 | 1 | -0/+5 |
* | Add ability to query installed packages based on origin. | sobomax | 2002-05-04 | 5 | -8/+78 |