summaryrefslogtreecommitdiff
path: root/mk/extract
AgeCommit message (Expand)AuthorFilesLines
2022-01-06Remove leftover debug statement, spotted by wiz@.schmonz1-2/+1
2022-01-06Extract .zst distfiles using archivers/zstd.schmonz3-4/+18
2021-03-30mk: Introduce GITHUB_SUBMODULES to get and place Git submodules for GitHubryoon1-1/+2
2020-03-20mk/extract/bsd.extract-vars.mk: make documentation more user-friendlyrillig1-13/+20
2020-03-20mk/extract/extract.mk: enclose extract_file in quotesrillig1-2/+2
2020-03-14mk/extract: move EXTRACT_USING earliergdt2-10/+11
2020-03-12extract.mk: Fix comment about nbtargdt1-2/+4
2019-08-02teach extract about .txz, a weird alias for .tar.xz.nia2-5/+6
2019-05-07mk: allow "bmake clean depends" as shortcutrillig1-3/+3
2018-11-30mk/misc: make configuration for show-all targets more configurablerillig1-1/+2
2018-10-23lang/rust: Extract .cargo without making a copy in ${WRKDIR}minskim1-3/+3
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya1-8/+1
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