| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing `void' keywords. | ed | 2009-12-29 | 1 | -1/+1 |
* | Oops. Needed to adjust a little bit more of the line for packages-8-stable | kensmith | 2009-08-24 | 1 | -1/+1 |
* | Make head 9.0-CURRENT in preparation for lifting code freeze. | kensmith | 2009-08-22 | 1 | -1/+3 |
* | Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox. | brian | 2009-07-05 | 1 | -0/+2 |
* | When running pkg_add -r, check & install our dependencies for each | brian | 2009-06-19 | 1 | -13/+49 |
* | Add release package directories for 6.4 and 7.2. | kensmith | 2009-04-15 | 1 | -0/+2 |
* | Use full name (noticed by: ru@ | chinsan | 2009-01-11 | 1 | -1/+1 |
* | - s/no-scripts/no-script/ | chinsan | 2009-01-04 | 1 | -2/+2 |
* | Add package directory for 7.1-RELEASE in head as well as stable/7. | flz | 2008-12-25 | 1 | -0/+1 |
* | Display usage when pkg_add is called with no arguments. | brooks | 2008-10-17 | 1 | -1/+1 |
* | Remove support for RELENG_4 (__FreeBSD_version < 500039). | flz | 2008-06-16 | 2 | -10/+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 | 2 | -19/+38 |
* | - Restore functionality broken in previous commit; we need to be able to report | pav | 2008-05-03 | 1 | -15/+19 |
* | Optimize package registration/deregistration. Previously, when looking up the | pav | 2008-04-11 | 1 | -24/+62 |
* | Improve style a little and remove one always-true condition. | rdivacky | 2008-03-30 | 1 | -3/+3 |
* | Sync list of directories to look for packages in to current releases | kensmith | 2008-02-26 | 1 | -1/+3 |
* | Introduce -i to SYNOPSIS, forgotten by krion@. | ru | 2008-02-08 | 1 | -1/+1 |
* | Revise the TECHNICAL DETAILS section. | ru | 2008-01-09 | 1 | -68/+87 |
* | 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 |
* | Add -i option for package installation without fetching and | krion | 2007-11-10 | 4 | -4/+16 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 1 | -1/+1 |
* | To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT. | kensmith | 2007-10-11 | 1 | -1/+2 |
* | Fix pkg_add behaviour to preserve pathnames. | krion | 2007-08-23 | 1 | -1/+1 |
* | Fix previous rev.: don't step behind the end of memory we allocate | pav | 2007-02-01 | 1 | -1/+1 |
* | Remove hard-coded limit (200) on maximum number of packages that can be | ade | 2007-01-31 | 1 | -21/+13 |
* | Sync usage() with manpage's SYNOPSIS. | ru | 2006-09-29 | 1 | -1/+1 |
* | Oops. Catch up on the last couple of releases and prepare for the next | kensmith | 2006-09-26 | 1 | -0/+3 |
* | 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 |