summaryrefslogtreecommitdiff
path: root/mk/pkgformat/pkg/register-dependencies
AgeCommit message (Collapse)AuthorFilesLines
2020-12-02*: move default database directory from /var/db/pkg to ${PREFIX}/pkgdbwiz1-3/+3
As discussed in August 2020 and previously on pkgsrcCon 2019. Ok pkgsrc-pmc@
2011-10-15Rename "flavor" to "pkgformat".reed1-0/+51
This is from Anton Panev's GSoC 2011 project to add RPM and DPKG support to pkgsrc. (I am not adding that further support in this commit.) This is just a rename of the existing functionality. Now it will be easy to test the GSoC work by simply putting in a single directory (such as "rpm" or "deb"). See http://addpackageforma.sourceforge.net/ for some details. This is from Anton's CVS, but I made some minor changes: - changed plural pkgformats to singular pkgformat (to be consistent) - fixed a few places (in comments) that were missed - catch up on some additions to flavor not in the pkgforma cvs: PKGSRC_SETENV and _flavor-destdir-undo-replace and undo-destdir-replace-install.