Age | Commit message (Expand) | Author | Files | Lines |
2010-12-22 | Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former is | tron | 3 | -6/+5 |
2010-10-15 | Allow EXTRACT_DIR to be specified independently for each file. | joerg | 1 | -2/+13 |
2010-02-07 | tools definition of bzcat may have option (ex. bzip2 -cd), allow it. | obache | 1 | -2/+2 |
2010-01-16 | Allow a minimum of 64MB when extract lz files. | wiz | 1 | -2/+2 |
2009-08-25 | Change default for zip extraction to leave files as they are. | wiz | 1 | -2/+2 |
2009-07-08 | Uncompress .xz using xzcat. | minskim | 3 | -4/+10 |
2008-11-15 | Decompress .lzma files with lzcat. | minskim | 3 | -4/+10 |
2008-05-26 | Document bsdtar value. From OKANO Takayoshi. | joerg | 1 | -3/+3 |
2008-05-25 | Add support to extract using bsdtar. | joerg | 2 | -4/+8 |
2008-03-12 | Invent new variable EXTRACTOR that has the environment and path to the | jlam | 1 | -6/+8 |
2008-03-12 | Fix whitespace | jlam | 1 | -2/+2 |
2008-01-23 | Got rid of _PKG_SILENT. Why use __file__ when a simple f does the same? | rillig | 1 | -9/+7 |
2007-12-30 | EXTRACT_USING is always set, even when the necessary tools are not | joerg | 2 | -6/+12 |
2007-12-29 | Fix EXTRACT_USING=gtar and simplify the other cases. TOOLS_GTAR was never | joerg | 1 | -4/+4 |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 1 | -3/+2 |
2007-11-07 | Simpler include line. | rillig | 1 | -2/+2 |
2007-11-07 | Made "bmake show-all-extract" work. | rillig | 1 | -1/+5 |
2007-07-31 | Teach the extract module to extract RPMs with rpm2pkg. | jlam | 3 | -3/+16 |
2007-01-09 | Added a typical command for the post-extract target. | rillig | 1 | -1/+4 |
2007-01-09 | Fixed the documentation. | rillig | 1 | -2/+2 |
2006-12-29 | s,//,/, | joerg | 1 | -2/+2 |
2006-11-20 | Added better documentation for pre-extract, do-extract and post-extract. | rillig | 1 | -2/+20 |
2006-10-18 | Add cformat= to avoid an error and exit on the undefined variable. | ben | 1 | -1/+2 |
2006-10-18 | Change from jlam that adds the ability to override the decompressor used | ben | 1 | -7/+23 |
2006-10-15 | Teach how to unpack .gem files. | minskim | 2 | -2/+11 |
2006-10-09 | Forgot to provide the default value for EXTRACT_DIR. | rillig | 1 | -2/+4 |
2006-10-09 | Added the EXTRACT_DIR variable, which can be used if the distfiles should | rillig | 1 | -2/+13 |
2006-09-13 | Add support for cpio archives. | joerg | 2 | -2/+20 |
2006-09-03 | use gzip -cd instead of gzcat, the latter not being available on all systems, | schwarz | 1 | -2/+2 |
2006-08-19 | it is not necessary to have a variable _EXTRACT_PATTERNS that contains | schwarz | 1 | -34/+29 |
2006-08-19 | only depend on the extract tools if there are actually any files to extract | schwarz | 1 | -30/+34 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 1 | -2/+2 |
2006-07-26 | add a missing PHONY | drochner | 1 | -1/+2 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 1 | -2/+2 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -6/+5 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -10/+10 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+2 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -4/+9 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 1 | -7/+8 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -1/+2 |
2006-06-09 | No need to synthesis the package directory from components when ${.CURDIR} | jlam | 1 | -2/+2 |
2006-06-08 | Introduce "makedirs" as a helper target to create directories with | jlam | 1 | -2/+2 |
2006-06-08 | Fix the comment. | jlam | 1 | -2/+2 |
2006-06-06 | EXTRACT_CMD_DEFAULT should not be set by the package; it may only be used. | rillig | 1 | -5/+5 |
2006-06-06 | Move some variable definitions out of bsd.prefs.mk and back into | jlam | 1 | -4/+4 |
2006-06-06 | Separate out the part of bsd.tools.mk that actually created the tools | jlam | 1 | -1/+2 |
2006-06-06 | Refactor "fetch" and "extract" code into correspondingly named | jlam | 4 | -0/+573 |