summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2009-06-17pkg_rolling-replace-0.17:tnn2-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-15Complete last change to make this package build again.tron1-3/+2
2009-06-14Remove @dirrm related logic.joerg1-5/+1
2009-06-14Drop @dirrm related logic. Bump version.joerg2-12/+3
2009-06-14Drop @dirrm logic. Bump version.joerg2-21/+4
2009-06-14Drop now redundant @unexec ${RMDIR}joerg1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg14-97/+14
2009-06-14Never run the license check for this package to allow a proper updatejoerg1-1/+2
path.
2009-06-13Documented the most recent change.rillig1-1/+6
2009-06-13Introduced the emulation framework to pkglint.rillig2-2/+41
2009-06-10pkg_install-20090610:joerg2-15/+34
Improve diagnostic around license handling.
2009-06-10Fix PLIST.joerg2-3/+4
2009-06-08pbulk-0.40:joerg3-8/+7
Use plain sed to extract RCS IDs. GNU ident has issues with unexpanded RCS IDs.
2009-06-08Add forgotten file from pbulk-base split off.joerg1-0/+13
2009-06-08add & enable pkginimil1-1/+2
2009-06-08pkgin is aimed at being an apt / yum like tool for managingimil6-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-07Split pbulk into pbulk-base (the backend programs) and pbulk (rest).joerg7-53/+72
2009-06-07pbulk-0.38:joerg2-3/+5
Skip lines starting with # in the limited list.
2009-06-05libnbcompat-20090605:joerg6-15/+297
Add support for stdbool.h. Tested by sketch on Solaris (where stdbool.h only works in C99 mode).
2009-06-03Fix typo.joerg1-2/+2
2009-06-03Add miros to the default accepted licenses.ahoka1-2/+2
2009-05-28pkg_install-20090528:joerg2-5/+5
I can't remember why the original pkg_install-renovation code disabled extraction of ownership from packages, so reenable that.
2009-05-27Sync license list with mk/license.mk.joerg1-2/+2
2009-05-27pkg_install-20090527:joerg2-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-26Shell comments may be hidden using @, as they have no side effects.rillig1-2/+5
2009-05-19Avoid adding unnecessary lines for GConf.wiz2-5/+3
Bump version to 2.10.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz6-13/+12
block). Uncomment some commented out LICENSE lines while here.
2009-05-18Sync default-accepted licenses with pkgsrc/mk/licenses.mk.wiz2-7/+9
Bump version to 20090518.
2009-05-13regen.wiz1-1/+1
2009-05-13usage: match man page more closely.wiz1-3/+3
2009-05-13Sort options in SYNOPSIS.wiz1-2/+2
2009-05-13Sort options in usage.wiz1-2/+2
2009-05-13Sort options. Sort sections. Fix xref.wiz1-32/+31
2009-05-13Use Fl and Ar in SYNOPSIS.wiz1-7/+7
2009-05-13More closely match man page.wiz1-2/+2
2009-05-13Sort options. Update example NetBSD versions. Use Nx.wiz1-14/+18
Fix xref.
2009-05-13Regen.joerg1-6/+12
2009-05-13pkg_install-20090513:joerg5-14/+45
Add pkg_create -F, which explicitly provides the compression type.
2009-05-13G/C PlayPen and PlayPenSize.joerg4-14/+6
2009-05-12"ranlib -t" doesn't work on Darwin; use "touch" instead.minskim2-4/+4
2009-05-10Fix spelling.joerg1-3/+3
2009-05-09Define int64_t if missing. Should fix PR 41396.joerg3-1/+122
2009-05-07Attempt to apply a bit of DWIM to previous (PR 41368).schmonz2-8/+8
2009-05-06Deal with missing PATH_MAX as reported in PR 41368.joerg2-5/+13
2009-05-04Updated pkgtools/pkg_chk to 1.99abs2-4/+4
Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH or similar
2009-05-04Remove trailing whitespace. Spelling. Punctuation nits. Remove superfluouswiz1-6/+5
.Pp.
2009-05-04Add slash to pattern. From Steven Drake in PR 41092.wiz1-3/+3
Bump PKGREVISION.
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-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-02Add new metadata: PREV_PKGPATH and SUPERSEDES.reed3-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-26Removed unnecessary code.rillig1-33/+23