summaryrefslogtreecommitdiff
path: root/mk/extract
AgeCommit message (Expand)AuthorFilesLines
2014-03-02Document EXTRACT_ENVobache1-1/+4
2013-11-16Decompress .lz files with lzip.shattered2-3/+9
2013-04-12tabifyobache1-2/+2
2013-02-28Add support for *.sh as jre-bin files.jperkin1-2/+2
2012-10-06Add .tar.7z support.ryoon1-2/+5
2012-10-06Replace whitespace with tab.ryoon1-2/+2
2012-10-01Add 7z archive distfile support.ryoon3-3/+14
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-2/+2
2010-12-22Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former istron3-6/+5
2010-10-15Allow EXTRACT_DIR to be specified independently for each file.joerg1-2/+13
2010-02-07tools definition of bzcat may have option (ex. bzip2 -cd), allow it.obache1-2/+2
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
2009-07-08Uncompress .xz using xzcat.minskim3-4/+10
2008-11-15Decompress .lzma files with lzcat.minskim3-4/+10
2008-05-26Document bsdtar value. From OKANO Takayoshi.joerg1-3/+3
2008-05-25Add support to extract using bsdtar.joerg2-4/+8
2008-03-12Invent new variable EXTRACTOR that has the environment and path to thejlam1-6/+8
2008-03-12Fix whitespacejlam1-2/+2
2008-01-23Got rid of _PKG_SILENT. Why use __file__ when a simple f does the same?rillig1-9/+7
2007-12-30EXTRACT_USING is always set, even when the necessary tools are notjoerg2-6/+12
2007-12-29Fix EXTRACT_USING=gtar and simplify the other cases. TOOLS_GTAR was neverjoerg1-4/+4
2007-12-01Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needsrillig1-3/+2
2007-11-07Simpler include line.rillig1-2/+2
2007-11-07Made "bmake show-all-extract" work.rillig1-1/+5
2007-07-31Teach the extract module to extract RPMs with rpm2pkg.jlam3-3/+16
2007-01-09Added a typical command for the post-extract target.rillig1-1/+4
2007-01-09Fixed the documentation.rillig1-2/+2
2006-12-29s,//,/,joerg1-2/+2
2006-11-20Added better documentation for pre-extract, do-extract and post-extract.rillig1-2/+20
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
2006-10-15Teach how to unpack .gem files.minskim2-2/+11
2006-10-09Forgot to provide the default value for EXTRACT_DIR.rillig1-2/+4
2006-10-09Added the EXTRACT_DIR variable, which can be used if the distfiles shouldrillig1-2/+13
2006-09-13Add support for cpio archives.joerg2-2/+20
2006-09-03use gzip -cd instead of gzcat, the latter not being available on all systems,schwarz1-2/+2
2006-08-19it is not necessary to have a variable _EXTRACT_PATTERNS that containsschwarz1-34/+29
2006-08-19only depend on the extract tools if there are actually any files to extractschwarz1-30/+34
2006-07-27After auditing all the packages the ensure that they never invoke thejlam1-2/+2
2006-07-26add a missing PHONYdrochner1-1/+2
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam1-2/+2
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam1-6/+5
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-10/+10
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam1-4/+9
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-7/+8
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-1/+2
2006-06-09No need to synthesis the package directory from components when ${.CURDIR}jlam1-2/+2
2006-06-08Introduce "makedirs" as a helper target to create directories withjlam1-2/+2