Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-13 | regen. | wiz | 1 | -1/+1 | |
2009-05-13 | usage: match man page more closely. | wiz | 1 | -3/+3 | |
2009-05-13 | Sort options in SYNOPSIS. | wiz | 1 | -2/+2 | |
2009-05-13 | Sort options in usage. | wiz | 1 | -2/+2 | |
2009-05-13 | Sort options. Sort sections. Fix xref. | wiz | 1 | -32/+31 | |
2009-05-13 | Use Fl and Ar in SYNOPSIS. | wiz | 1 | -7/+7 | |
2009-05-13 | More closely match man page. | wiz | 1 | -2/+2 | |
2009-05-13 | Sort options. Update example NetBSD versions. Use Nx. | wiz | 1 | -14/+18 | |
Fix xref. | |||||
2009-05-13 | Regen. | joerg | 1 | -6/+12 | |
2009-05-13 | pkg_install-20090513: | joerg | 5 | -14/+45 | |
Add pkg_create -F, which explicitly provides the compression type. | |||||
2009-05-13 | G/C PlayPen and PlayPenSize. | joerg | 4 | -14/+6 | |
2009-05-12 | "ranlib -t" doesn't work on Darwin; use "touch" instead. | minskim | 2 | -4/+4 | |
2009-05-10 | Fix spelling. | joerg | 1 | -3/+3 | |
2009-05-09 | Define int64_t if missing. Should fix PR 41396. | joerg | 3 | -1/+122 | |
2009-05-07 | Attempt to apply a bit of DWIM to previous (PR 41368). | schmonz | 2 | -8/+8 | |
2009-05-06 | Deal with missing PATH_MAX as reported in PR 41368. | joerg | 2 | -5/+13 | |
2009-05-04 | Updated pkgtools/pkg_chk to 1.99 | abs | 2 | -4/+4 | |
Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH or similar | |||||
2009-05-04 | Remove trailing whitespace. Spelling. Punctuation nits. Remove superfluous | wiz | 1 | -6/+5 | |
.Pp. | |||||
2009-05-04 | Add slash to pattern. From Steven Drake in PR 41092. | wiz | 1 | -3/+3 | |
Bump PKGREVISION. | |||||
2009-05-02 | Add PREV_PKGPATH and/or SUPERSEDES for various packages that | reed | 1 | -1/+4 | |
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same. | |||||
2009-05-02 | Add new metadata: PREV_PKGPATH and SUPERSEDES. | reed | 3 | -6/+18 | |
These will be available from pkg_summary(5) database. To be used to find previous packages when a package is moved or renamed. (Even though that is not recommended.) Documented in pkgsrc Guide and in the pkg_summary(5) manual page. Upcoming commit will have some packages modified to add them. | |||||
2009-04-26 | Removed unnecessary code. | rillig | 1 | -33/+23 | |
2009-04-26 | Optimized the doc/CHANGES handling to get the get_doc_CHANGES function | rillig | 1 | -10/+10 | |
out of the top-15 time consumers, as measured by DProf. The execution time decreased by about 15 percent. | |||||
2009-04-26 | Documented the recent addition of the PkgPath type. | rillig | 1 | -1/+8 | |
2009-04-26 | Added a check that ensures that all types in makevars.map actually exist | rillig | 1 | -8/+36 | |
in the code, avoiding "Type not found" fatal errors at runtime. In this case, only the variables *_SPECIFIC_PKGS were affected. The real problem that induced the above change was the unknown type "List of Pathname", which was a bug in the pkglint code itself, introduced three years ago (revision 1.574). | |||||
2009-04-26 | Added <para> tags so the document validates again. | rillig | 2 | -14/+14 | |
2009-04-26 | Removed unused functions. | rillig | 1 | -14/+1 | |
2009-04-25 | Regen. | joerg | 2 | -2/+19 | |
2009-04-25 | pkg_install-20090425: | joerg | 8 | -15/+351 | |
Add logic to evaluate license conditions. As frontend for pkgsrc, pkg_admin gets two new commands (check-license and check-single-license), which can be used to evaluate a given condition. pkg_add will be changed to honour licenses at a later point. | |||||
2009-04-24 | Regen. | joerg | 2 | -28/+11 | |
2009-04-24 | pkg_install-20090424: | joerg | 13 | -193/+218 | |
Make pkg_delete -d the default behavior, remove the option. Remove pkg_create -R support (reorder @dirrm entries). Introduce new plist command @pkgdir, which makes pkg_add add this directory if it doesn't exist already and pkg_delete remove it only if no other package has a @pkgdir entry for it. Otherwise directories are pruned when the last file or directory in them is removed. @dirrm is now a pure hint, if the directory doesn't exist, it will be silently skipped. | |||||
2009-04-24 | Constify. | joerg | 2 | -5/+5 | |
2009-04-23 | If the plist doesn't have a @name tag in it, fake one up based on the | joerg | 1 | -1/+7 | |
directory name. | |||||
2009-04-23 | Update "rpm2pkg" package to version 2.2. Changes since version 2.1.1: | tron | 2 | -16/+15 | |
- Switch to 2-clause BSD license. - Compile with extra warnings (again) if GCC is used as the compiler. - Fix build warnings reported by "-Wsign-compare". | |||||
2009-04-23 | Require all plist commands to be in lower case. Nothing depends on that | joerg | 1 | -3/+3 | |
and it was never documented that it worked either way, so being strict doesn't hurt. | |||||
2009-04-23 | Remove support to spell of @cwd as @cd. | joerg | 1 | -3/+2 | |
2009-04-23 | Remove remaining parts of @mtree support. | joerg | 5 | -19/+13 | |
2009-04-23 | Remove support and documentation for @ignore_inst. | joerg | 6 | -32/+13 | |
2009-04-22 | pkg_install-20090422: | joerg | 3 | -12/+16 | |
Consider EOF during signature scan a fatal error. At the very least, the package is missing the +CONTENTS file at that point. Correctly reset the entry pointer in that case and make the meta data extraction stricter, avoiding NULL dereferences for invalid archives. Fixes pkg_info -X crash on empty files as reported by Daniel Horecki. | |||||
2009-04-22 | Regen. | joerg | 1 | -1/+3 | |
2009-04-22 | Document pkg_admin fetch-pkg-vulnerabilities -u. | joerg | 1 | -1/+5 | |
2009-04-22 | Include LICENSE in the template Makefile. Bump version. | schmonz | 2 | -4/+5 | |
2009-04-14 | Always declare optreset. | joerg | 1 | -5/+5 | |
XXX optreset should be removed here, it can't be used correctly with a GNU getopt_long implementation without touching the environment. | |||||
2009-04-13 | libnbcompat-20090409: | joerg | 5 | -34/+86 | |
Resort and improve getopt_long detection. Should fix issues on Interix reported by mishka@ and QNX problems reported by Sean Boudreau. | |||||
2009-04-10 | Remove mention to install security/audit-packages (which no longer | reed | 3 | -12/+12 | |
exists) and suggest audit capabilities of pkg_admin instead. Update version. Regeneration of cat page also caught up with some previous cleanups. | |||||
2009-04-09 | NO_MTREE and NO_PACKAGE are obsolete. | joerg | 2 | -4/+6 | |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 40 | -97/+40 | |
2009-04-08 | Remove the remaining NO_MTREE definitions, it has been a nop for a | joerg | 6 | -12/+6 | |
while. | |||||
2009-04-07 | Much simpler fix for PR/41125 | tez | 1 | -3/+3 | |
Approved by agc | |||||
2009-04-06 | pkg_install-20090406: | joerg | 2 | -7/+4 | |
Remove premature return that broke dependency tracking for pkg_add -u. Fixes PR 41143. |