summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.extract.mk
AgeCommit message (Expand)AuthorFilesLines
2006-01-23gzcat needs the full command, not only the pathname, in case it isrillig1-2/+2
2006-01-23The ../../mk/scripts/extract shell program does not work with Solaris'rillig1-2/+2
2006-01-21Don't write ${FOO:Mbar} == "bar", when !empty(FOO:Mbar) will suffice.jlam1-2/+2
2006-01-21Set EXTRACT_CMD_DEFAULT to the default extraction command that invokesjlam1-14/+21
2006-01-21Use /usr/pkgsrc/mk/scripts/extract to do extraction instead of using alljlam1-93/+57
2006-01-20Rename EXTRACT_ENV.bin to EXTRACT_ENV in preparation for a reimplementationjlam1-3/+3
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-14/+13
2006-01-19Move more of the "extract"-related variables and targets out of bsd.pkg.mkjlam1-2/+70
2005-10-12Added .tbz2 to the list of known suffixes. Fixes PR #31564.rillig1-3/+6
2005-08-21Cleaned up the code that checks which tools are needed for extraction.rillig1-16/+18
2005-08-15Reordered the conditions of checking for .tar files in DISTFILES to improverillig1-5/+6
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-10/+10
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam1-33/+1
2005-05-17_tar.gz is a recognized suffix, so recognize that we need the right tooljlam1-2/+3
2005-05-17Allow tweaking of options to pax/tar via EXTRACT_CMD_OPTS.*.jlam1-4/+4
2005-05-16NetBSD's (and bootstrap's) pax-as-tar is GNUish enough to extract mostjlam1-4/+10
2005-05-16Document EXTRACT_USING in bsd.pkg.extract.mk where it is used.jlam1-1/+6
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-14/+17
2005-05-15distfiles that end in .Z require gzcat as part of the extraction process.jlam1-2/+3
2005-05-13Teach the new tools framework about lha, unrar, unzip, and unzoo andjlam1-5/+25
2005-05-11Separate out the variables and targets for the "extract" phase into ajlam1-0/+174