summaryrefslogtreecommitdiff
path: root/mk/extract/extract
AgeCommit message (Collapse)AuthorFilesLines
2013-11-16Decompress .lz files with lzip.shattered1-2/+5
2013-02-28Add support for *.sh as jre-bin files.jperkin1-2/+2
2012-10-06Add .tar.7z support.ryoon1-2/+5
2012-10-01Add 7z archive distfile support.ryoon1-1/+7
Fix PR pkg/42967
2010-12-22Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former istron1-2/+2
bundled with NetBSD-current.
2010-01-16Allow a minimum of 64MB when extract lz files.wiz1-2/+2
2009-08-25Change default for zip extraction to leave files as they are.wiz1-2/+2
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
2009-07-08Uncompress .xz using xzcat.minskim1-2/+4
2008-11-15Decompress .lzma files with lzcat.minskim1-2/+4
2007-07-31Teach the extract module to extract RPMs with rpm2pkg.jlam1-1/+9
2006-10-18Add cformat= to avoid an error and exit on the undefined variable.ben1-1/+2
2006-10-18Change from jlam that adds the ability to override the decompressor usedben1-7/+23
by extract.
2006-10-15Teach how to unpack .gem files.minskim1-1/+7
2006-09-13Add support for cpio archives.joerg1-1/+14
2006-09-03use gzip -cd instead of gzcat, the latter not being available on all systems,schwarz1-2/+2
notably not being part of pkgsrc.
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam1-0/+306
subdirectories of pkgsrc/mk. Move the following files around for locality: pkgsrc/mk/scripts/extract -> pkgsrc/mk/extract/extract pkgsrc/mk/bsd.sites.mk -> pkgsrc/mk/fetch/sites.mk Also get rid of the recursive make for the "fetch" and "extract" targets. This basically merges the "fetch" and "extract" phases into the "patch" phase. There is still much more work to do to simplify the fetch code, but this is a good start.