| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow variable amounts of verbosity. | obrien | 2006-06-12 | 1 | -1/+1 |
* | Add -F option to not fail on already installed packages. | phk | 2006-03-09 | 4 | -5/+13 |
* | Fix typo. | krion | 2006-01-29 | 1 | -1/+1 |
* | Add -K option to pkg_add and pkg_info. | flz | 2006-01-09 | 4 | -9/+27 |
* | When using @cwd %%FOO%%, we must ensure to return in the original | krion | 2006-01-07 | 1 | -2/+11 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -4/+6 |
* | Add -P flag, it does the same as the -p option, except that the | krion | 2005-11-12 | 4 | -11/+52 |
* | Look for packages in packages-6.0-release or packages-6-stable, as | murray | 2005-10-27 | 1 | -1/+2 |
* | Fix an oops on FBSD-version for packages-5-stable I made in previous | kensmith | 2005-07-11 | 1 | -1/+1 |
* | Prepare for packages-7-current. While here retro-fit packages-5.4-release | kensmith | 2005-07-11 | 1 | -1/+3 |
* | Implement @noinst field which has at the moment the same meaning and | krion | 2005-06-14 | 1 | -1/+2 |
* | Change the PATH for pkg_add to be the same used for pointyhat package builds. | marcus | 2005-03-19 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -2/+2 |
* | Set the real limits on 5-current, add 5-stable, add 6-current. | obrien | 2004-10-17 | 1 | -1/+3 |
* | Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. | ru | 2004-08-12 | 1 | -1/+1 |
* | typo | eik | 2004-08-11 | 1 | -1/+1 |
* | Use the length modifier 'll' instead of 'q' to print long longs. | stefanf | 2004-07-28 | 1 | -2/+2 |
* | Downgrade WARNS level to more tolerable value. Attempt to fix | kan | 2004-07-28 | 3 | -4/+4 |
* | Eliminated double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | - pkg_add spawns itself as argv[0] when installing dependent packages, to | eik | 2004-06-29 | 6 | -19/+37 |
* | - pkg_info: flag -r: (show packages this packages depends on (documentation c... | eik | 2004-06-29 | 2 | -5/+6 |
* | Markup and punctuation nits. | ru | 2004-06-05 | 1 | -8/+8 |
* | Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the right | bmah | 2004-05-08 | 1 | -1/+3 |
* | Add command line option for chrootdir, all pkg_add(8) operations will be | kensmith | 2004-03-01 | 2 | -3/+39 |
* | This is an initial whitespace cleanup commit, new content to follow. | kensmith | 2004-03-01 | 1 | -19/+38 |
* | Instead of bogusly complaining about odd file names, handle them properly | des | 2004-01-24 | 1 | -11/+27 |
* | Try to apply consistent indentation. | des | 2004-01-24 | 1 | -20/+19 |
* | - Properly build both crypto and non-crypto versions of the | ru | 2004-01-17 | 1 | -5/+0 |
* | Catch up with reality with respect to the location of 4.8, 4.9, | bmah | 2004-01-02 | 1 | -1/+6 |
* | Correct truncation detection after use of snprintf: The case where | nectar | 2003-12-17 | 1 | -3/+3 |
* | Erase whitespace at EOL. | ru | 2003-05-22 | 1 | -2/+2 |
* | 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 | 2 | -9/+50 |
* | Prevent buffer overflow in format_cmd() by properly tracking maximum | jkh | 2003-01-06 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate | bmah | 2002-10-08 | 1 | -0/+1 |
* | Update to use *.tbz suffix, also update example URL. | bmah | 2002-09-10 | 1 | -3/+3 |
* | Fix minor off-by-one error. | bmah | 2002-09-09 | 1 | -1/+1 |
* | Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASE | bmah | 2002-09-09 | 1 | -0/+2 |
* | When installing package from a local file assume that all subsequent | sobomax | 2002-09-03 | 1 | -2/+6 |
* | Find remaining hardcoded gzip bits and change to bzip2 bits. | obrien | 2002-08-25 | 2 | -4/+7 |
* | When extracting package pass `-p' option to tar(1), so that files are | sobomax | 2002-08-02 | 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 |
* | Consistancy check: s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | - Make use of DEPOROGINs (if there are any) when installing package; | sobomax | 2002-05-14 | 1 | -35/+67 |
* | Remove cross reference to pkg_update(1). | eric | 2002-05-11 | 1 | -1/+0 |
* | replace __FUNCTION__ with standardized __func__. | alfred | 2002-05-11 | 1 | -10/+10 |