summaryrefslogtreecommitdiff
path: root/mk/extract/extract.mk
AgeCommit message (Expand)AuthorFilesLines
2014-03-02Document EXTRACT_ENVobache1-1/+4
2012-10-06Replace whitespace with tab.ryoon1-2/+2
2012-10-01Add 7z archive distfile support.ryoon1-1/+2
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 istron1-2/+1
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
2009-07-08Uncompress .xz using xzcat.minskim1-1/+2
2008-11-15Decompress .lzma files with lzcat.minskim1-1/+2
2008-05-26Document bsdtar value. From OKANO Takayoshi.joerg1-3/+3
2008-05-25Add support to extract using bsdtar.joerg1-2/+4
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 notjoerg1-4/+10
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-07-31Teach the extract module to extract RPMs with rpm2pkg.jlam1-1/+3
2007-01-09Fixed the documentation.rillig1-2/+2
2006-12-29s,//,/,joerg1-2/+2
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-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
2006-06-08Fix the comment.jlam1-2/+2
2006-06-06EXTRACT_CMD_DEFAULT should not be set by the package; it may only be used.rillig1-5/+5
2006-06-06Separate out the part of bsd.tools.mk that actually created the toolsjlam1-1/+2
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam1-0/+189