| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Retire pkg_sign. It was used to embed signatures in gzip'ed packages. | Florent Thoumie | 2008-03-31 | 18 | -2590/+1 |
| * | Improve style a little and remove one always-true condition. | Roman Divacky | 2008-03-30 | 1 | -3/+3 |
| * | Sync list of directories to look for packages in to current releases | Ken Smith | 2008-02-26 | 1 | -1/+3 |
| * | Introduce -i to SYNOPSIS, forgotten by krion@. | Ruslan Ermilov | 2008-02-08 | 1 | -1/+1 |
| * | Revise the TECHNICAL DETAILS section. | Ruslan Ermilov | 2008-01-09 | 1 | -68/+87 |
| * | - Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSD | Gabor Kovesdan | 2007-12-20 | 1 | -5/+5 |
| * | Backout previous commit, since it's done without maintainers | Kirill Ponomarev | 2007-12-09 | 10 | -173/+1 |
| * | Add the 'pkg_search' script. | David E. O'Brien | 2007-12-09 | 10 | -1/+173 |
| * | Fix segfault while running with -a option and deinstalling broken | Kirill Ponomarev | 2007-11-10 | 1 | -1/+1 |
| * | Some code cleanups, including removing of stale getopt argument and | Kirill Ponomarev | 2007-11-10 | 5 | -32/+26 |
| * | Add -i option for package installation without fetching and | Kirill Ponomarev | 2007-11-10 | 4 | -4/+16 |
| * | Cleanup of userland __P use | Kevin Lo | 2007-11-07 | 9 | -45/+45 |
| * | Introduce pkg_updating(1) which scans for installed ports and shows | Kirill Ponomarev | 2007-11-02 | 5 | -1/+385 |
| * | Momoize the results of isinstalledpkg() | Kirill Ponomarev | 2007-11-02 | 1 | -9/+55 |
| * | If the INDEX file cannot be opened, print the actual filename / path | Simon L. B. Nielsen | 2007-10-26 | 1 | -7/+8 |
| * | Add whitespace. | Kirill Ponomarev | 2007-10-17 | 1 | -1/+1 |
| * | Update for INDEX-8 support. | Kirill Ponomarev | 2007-10-17 | 1 | -1/+3 |
| * | To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT. | Ken Smith | 2007-10-11 | 1 | -1/+2 |
| * | Fix pkg_add behaviour to preserve pathnames. | Kirill Ponomarev | 2007-08-23 | 1 | -1/+1 |
| * | - Replace rather inefficient bubble sort with a recursive depth-first search. | Pav Lucistnik | 2007-06-18 | 1 | -64/+110 |
| * | Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents. | Nate Lawson | 2007-03-28 | 4 | -7/+7 |
| * | Invoke tar(1) with the -p option when installing a package | Ruslan Ermilov | 2007-03-06 | 1 | -2/+2 |
| * | The use of predefined strings such as \*[Ge] can be harmful here, | Ruslan Ermilov | 2007-03-04 | 1 | -3/+3 |
| * | Fix markup and clean up some of the wording. | Ruslan Ermilov | 2007-03-04 | 1 | -23/+32 |
| * | Clarify the meaning information printed by the -o option. | Greg Lehey | 2007-03-03 | 1 | -4/+3 |
| * | Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to | Pav Lucistnik | 2007-02-07 | 1 | -5/+23 |
| * | Fix previous rev.: don't step behind the end of memory we allocate | Pav Lucistnik | 2007-02-01 | 1 | -1/+1 |
| * | Remove hard-coded limit (200) on maximum number of packages that can be | Ade Lovett | 2007-01-31 | 1 | -21/+13 |
| * | Fix the logic bug that caused the custom versions of warn(3) and | Ruslan Ermilov | 2007-01-30 | 2 | -3/+3 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-29 | 1 | -1/+1 |
| * | Fix usage(). | Ruslan Ermilov | 2006-09-29 | 1 | -6/+6 |
| * | Sync usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2006-09-29 | 1 | -1/+1 |
| * | Oops. Catch up on the last couple of releases and prepare for the next | Ken Smith | 2006-09-26 | 1 | -0/+3 |
| * | Fix "pkg_version -Io" coredump, if some packages have no origin at | Kirill Ponomarev | 2006-08-12 | 1 | -1/+1 |
| * | Cosmetic: fix indentation. | Dag-Erling Smørgrav | 2006-08-11 | 1 | -2/+2 |
| * | Turn on libfetch debugging if -v was specified on the command line. | Dag-Erling Smørgrav | 2006-07-08 | 1 | -0/+1 |
| * | Allow variable amounts of verbosity. | David E. O'Brien | 2006-06-12 | 7 | -7/+7 |
| * | Add INDEX-7 and remove trailing spaces. | Kirill Ponomarev | 2006-04-17 | 1 | -3/+5 |
| * | Use bzip2(1) by default to compress package tarball on | Kirill Ponomarev | 2006-04-17 | 1 | -1/+6 |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 2 | -2/+6 |
| * | Close descriptor in retrieve_x509_marker function. | Kirill Ponomarev | 2006-03-15 | 2 | -10/+16 |
| * | Add -F option to not fail on already installed packages. | Poul-Henning Kamp | 2006-03-09 | 4 | -5/+13 |
| * | Fix pkg_version with the -o argument to print the origin. | Kirill Ponomarev | 2006-02-12 | 1 | -4/+5 |
| * | Fix typo. | Kirill Ponomarev | 2006-01-29 | 1 | -1/+1 |
| * | Add -K option to pkg_add and pkg_info. | Florent Thoumie | 2006-01-09 | 10 | -18/+71 |
| * | When using @cwd %%FOO%%, we must ensure to return in the original | Kirill Ponomarev | 2006-01-07 | 6 | -9/+42 |
| * | Document PKG_PATH enviroment variable. | Kirill Ponomarev | 2005-11-23 | 1 | -1/+4 |
| * | -mdoc sweep. | Ruslan Ermilov | 2005-11-18 | 2 | -5/+7 |
| * | Add -P flag, it does the same as the -p option, except that the | Kirill Ponomarev | 2005-11-12 | 4 | -11/+52 |
| * | Introduce 3 new options for pkg_create(1), -x for using basic | Kirill Ponomarev | 2005-11-08 | 4 | -7/+61 |