Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-17 | pkg_rolling-replace-0.17: | tnn | 2 | -5/+4 | |
Use "pkg_info -Q" to extract PKGPATH from installed packages instead of "pkg_info -B" coupled with awk magic. The previous regexp didn't account for packages that have PREV_PKGPATH set, and blew up while replacing for example mail/sylpheed and multimedia/ffmpeg. | |||||
2009-06-15 | Complete last change to make this package build again. | tron | 1 | -3/+2 | |
2009-06-14 | Remove @dirrm related logic. | joerg | 1 | -5/+1 | |
2009-06-14 | Drop @dirrm related logic. Bump version. | joerg | 2 | -12/+3 | |
2009-06-14 | Drop @dirrm logic. Bump version. | joerg | 2 | -21/+4 | |
2009-06-14 | Drop now redundant @unexec ${RMDIR} | joerg | 1 | -3/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 14 | -97/+14 | |
2009-06-14 | Never run the license check for this package to allow a proper update | joerg | 1 | -1/+2 | |
path. | |||||
2009-06-13 | Documented the most recent change. | rillig | 1 | -1/+6 | |
2009-06-13 | Introduced the emulation framework to pkglint. | rillig | 2 | -2/+41 | |
2009-06-10 | pkg_install-20090610: | joerg | 2 | -15/+34 | |
Improve diagnostic around license handling. | |||||
2009-06-10 | Fix PLIST. | joerg | 2 | -3/+4 | |
2009-06-08 | pbulk-0.40: | joerg | 3 | -8/+7 | |
Use plain sed to extract RCS IDs. GNU ident has issues with unexpanded RCS IDs. | |||||
2009-06-08 | Add forgotten file from pbulk-base split off. | joerg | 1 | -0/+13 | |
2009-06-08 | add & enable pkgin | imil | 1 | -1/+2 | |
2009-06-08 | pkgin is aimed at being an apt / yum like tool for managing | imil | 6 | -0/+94 | |
pkgsrc binary packages. It relies on pkg_summary(5) for installation, removal and upgrade of packages and associated dependencies, using a remote repository. OK'd by seb@ | |||||
2009-06-07 | Split pbulk into pbulk-base (the backend programs) and pbulk (rest). | joerg | 7 | -53/+72 | |
2009-06-07 | pbulk-0.38: | joerg | 2 | -3/+5 | |
Skip lines starting with # in the limited list. | |||||
2009-06-05 | libnbcompat-20090605: | joerg | 6 | -15/+297 | |
Add support for stdbool.h. Tested by sketch on Solaris (where stdbool.h only works in C99 mode). | |||||
2009-06-03 | Fix typo. | joerg | 1 | -2/+2 | |
2009-06-03 | Add miros to the default accepted licenses. | ahoka | 1 | -2/+2 | |
2009-05-28 | pkg_install-20090528: | joerg | 2 | -5/+5 | |
I can't remember why the original pkg_install-renovation code disabled extraction of ownership from packages, so reenable that. | |||||
2009-05-27 | Sync license list with mk/license.mk. | joerg | 1 | -2/+2 | |
2009-05-27 | pkg_install-20090527: | joerg | 2 | -8/+13 | |
Try harder to mimic the old pkg_delete behavior and provide a topologically sorted output for pkg_info -r. Bail out on dependency cycles based on recursion depth, currently 64K. | |||||
2009-05-26 | Shell comments may be hidden using @, as they have no side effects. | rillig | 1 | -2/+5 | |
2009-05-19 | Avoid adding unnecessary lines for GConf. | wiz | 2 | -5/+3 | |
Bump version to 2.10. | |||||
2009-05-19 | Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT | wiz | 6 | -13/+12 | |
block). Uncomment some commented out LICENSE lines while here. | |||||
2009-05-18 | Sync default-accepted licenses with pkgsrc/mk/licenses.mk. | wiz | 2 | -7/+9 | |
Bump version to 20090518. | |||||
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 | |