summaryrefslogtreecommitdiff
path: root/mk/extract
AgeCommit message (Expand)AuthorFilesLines
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
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-06Move some variable definitions out of bsd.prefs.mk and back intojlam1-4/+4
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 namedjlam4-0/+573