| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip @pkgdep if there's no argument. | flz | 2009-05-19 | 2 | -1/+5 |
* | 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 |
* | - Backout latest changes (follow symlinks: r186496, r186518). | flz | 2009-01-06 | 2 | -61/+24 |
* | - s/no-scripts/no-script/ | chinsan | 2009-01-04 | 1 | -2/+2 |
* | Fix memory leaks introduced in last commit. | flz | 2008-12-27 | 2 | -13/+3 |
* | Follow symlinks when deleting directories. | flz | 2008-12-25 | 2 | -24/+71 |
* | 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 |
* | Use humanize_number to report pen-sizes so people don't have to count | phk | 2008-08-07 | 2 | -4/+18 |
* | Enable the -n option of pkg_create(1). | keramida | 2008-07-08 | 2 | -1/+5 |
* | Remove support for RELENG_4 (__FreeBSD_version < 500039). | flz | 2008-06-16 | 5 | -30/+1 |
* | Style fix (use naked commands). | flz | 2008-06-16 | 1 | -7/+3 |
* | - add: Keep dependent packages too if -K is specified. | flz | 2008-06-12 | 3 | -2/+4 |
* | Exclude .svn directories from generated distfile. | flz | 2008-06-03 | 1 | -1/+2 |
* | - Add long options to pkg_install. | flz | 2008-05-30 | 13 | -100/+206 |
* | Use PKG_INSTALL_VERSION for the distfile name instead of current date. | flz | 2008-05-28 | 1 | -1/+1 |
* | Bump PKG_INSTALL_VERSION to 20080528. | flz | 2008-05-28 | 1 | -1/+1 |
* | 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 1.15, it was committed by accident | pav | 2008-05-03 | 1 | -0/+5 |
* | - Restore functionality broken in previous commit; we need to be able to report | pav | 2008-05-03 | 5 | -32/+37 |
* | Fix pkg_info when specifying a remote package. | flz | 2008-04-16 | 2 | -18/+23 |
* | Optimize package registration/deregistration. Previously, when looking up the | pav | 2008-04-11 | 4 | -51/+144 |
* | Add a distfile target to generate a distfile to be used by the | flz | 2008-04-09 | 1 | -0/+16 |
* | Retire pkg_sign. It was used to embed signatures in gzip'ed packages. | flz | 2008-03-31 | 18 | -2590/+1 |
* | 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 |
* | - Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSD | gabor | 2007-12-20 | 1 | -5/+5 |
* | Backout previous commit, since it's done without maintainers | krion | 2007-12-09 | 10 | -173/+1 |
* | Add the 'pkg_search' script. | obrien | 2007-12-09 | 10 | -1/+173 |
* | Fix segfault while running with -a option and deinstalling broken | krion | 2007-11-10 | 1 | -1/+1 |
* | Some code cleanups, including removing of stale getopt argument and | krion | 2007-11-10 | 5 | -32/+26 |
* | 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 | 9 | -45/+45 |
* | Introduce pkg_updating(1) which scans for installed ports and shows | krion | 2007-11-02 | 5 | -1/+385 |
* | Momoize the results of isinstalledpkg() | krion | 2007-11-02 | 1 | -10/+56 |
* | If the INDEX file cannot be opened, print the actual filename / path | simon | 2007-10-26 | 1 | -7/+8 |
* | Add whitespace. | krion | 2007-10-17 | 1 | -1/+1 |
* | Update for INDEX-8 support. | krion | 2007-10-17 | 1 | -1/+3 |
* | 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 |
* | - Replace rather inefficient bubble sort with a recursive depth-first search. | pav | 2007-06-18 | 1 | -66/+112 |
* | Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents. | njl | 2007-03-28 | 4 | -7/+7 |
* | Invoke tar(1) with the -p option when installing a package | ru | 2007-03-06 | 1 | -2/+2 |
* | 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 |