nia
d790e74201
teach extract about .txz, a weird alias for .tar.xz.
2019-08-02 11:48:17 +00:00
minskim
4b82a59c7e
lang/rust: Extract .cargo without making a copy in ${WRKDIR}
2018-10-23 16:39:29 +00:00
maya
6c25dec844
Remove clauses 3,4 from TNF-only copyright blocks.
...
This is based on the decision The NetBSD Foundation made in 2008 to
do so, which was already applied to src.
This change has been applied to code which is likely not in other
repositories.
ok board@, reviewed by riastradh@
2018-08-22 20:48:36 +00:00
shattered
aead224866
Decompress .lz files with lzip.
2013-11-16 07:45:26 +00:00
jperkin
bfeea1621d
Add support for *.sh as jre-bin files.
2013-02-28 18:26:22 +00:00
ryoon
75ab051997
Add .tar.7z support.
2012-10-06 22:24:45 +00:00
ryoon
b707c18585
Add 7z archive distfile support.
...
Fix PR pkg/42967
2012-10-01 10:45:16 +00:00
tron
c2b518dacb
Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former is
...
bundled with NetBSD-current.
2010-12-22 09:33:30 +00:00
wiz
036448f017
Allow a minimum of 64MB when extract lz files.
2010-01-16 17:08:34 +00:00
wiz
109c80313e
Change default for zip extraction to leave files as they are.
...
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-08-25 11:56:34 +00:00
minskim
ce99bfa433
Uncompress .xz using xzcat.
2009-07-08 13:27:52 +00:00
minskim
9d21508d1a
Decompress .lzma files with lzcat.
2008-11-15 20:25:34 +00:00
jlam
3629e30a61
Teach the extract module to extract RPMs with rpm2pkg.
2007-07-31 17:42:40 +00:00
ben
73c7e3adbf
Add cformat= to avoid an error and exit on the undefined variable.
2006-10-18 19:18:12 +00:00
ben
ddd1387913
Change from jlam that adds the ability to override the decompressor used
...
by extract.
2006-10-18 16:17:42 +00:00
minskim
3cc5058c86
Teach how to unpack .gem files.
2006-10-15 01:56:06 +00:00
joerg
030dbf012a
Add support for cpio archives.
2006-09-13 11:10:36 +00:00
schwarz
d478480a96
use gzip -cd instead of gzcat, the latter not being available on all systems,
...
notably not being part of pkgsrc.
2006-09-03 16:36:37 +00:00
jlam
c78510391e
Refactor "fetch" and "extract" code into correspondingly named
...
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.
2006-06-06 03:05:48 +00:00