summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2014-12-31(pkgsrc)mef3-8/+24
- (Makefile) Add following lines CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc CONF_FILES= ${EGDIR}/zutilsrc ${PREFIX}/etc/zutilsrc - (PLIST) delete bin/zutils, see 2014-02-01 Changes Below. (upstream) - Update 0.9 to 1.3 ---------- 2014-08-30 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.3 released. * testsuite/check.sh: Fixed two values of expected exit status. * zutils.texi: Documented that '--format' does not verify format. * Added two missing #includes. * License changed to GPL version 2 or later. 2014-02-01 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.2 released. * Added new utility; zupdate. * Removed zutils executable. Utils are now independent executables. * zgrep.cc: Fixed the exit status returned on error. * zutils.texinfo: Renamed to zutils.texi. 2013-08-02 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.1 released. * Added options '--bz2', '--gz', '--lz' and '--xz' to all utilities. * Added runtime configuration file 'zutilsrc'. * New function 'good_status' checks exit status of all children. * Fixed all uses of decompressed/uncompressed in the documentation. 2013-05-31 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.0 released. * Added new option '--format' to all utilities. * main.cc (main): Make 'grep_show_name' tri-state so that file name is no prefixed to output by default when searching one file and '--recursive' has not been selected. * Zgrep: Fixed output of option '-L' (it behaved like '-l'). * zcmp.cc: Fixed deadlock when '-n' option is used. * zdiff.cc (set_data_feeder): Call compressor with option "-q" only if verbosity < 0. * zutils.cc (set_data_feeder): Likewise. * Changed quote characters in messages as advised by GNU Standards. * configure: Options now accept a separate argument. * configure: 'datadir' renamed to 'datarootdir'. * Makefile.in: Added new target 'install-bin'. * Use 'setmode' instead of '_setmode' on Windows and OS/2. * zcat.cc (Line_number): Fixed a portability issue with Solaris 9. * INSTALL: Document installing zutils along with GNU gzip.
2014-12-30add LICENSEplunky1-2/+2
remove obsolete MAINTAINER entry (was my old email)
2014-12-30Changes 5.2.0:adam3-10/+11
* liblzma: - Added support for multi-threaded compression. See the lzma_mt structure, lzma_stream_encoder_mt(), and lzma_stream_encoder_mt_memusage() in <lzma/container.h>, lzma_get_progress() in <lzma/base.h>, and lzma_cputhreads() in <lzma/hardware.h> for details. - Made the uses of lzma_allocator const correct. - Added lzma_block_uncomp_encode() to create uncompressed .xz Blocks using LZMA2 uncompressed chunks. - Added support for LZMA_IGNORE_CHECK. - A few speed optimizations were made. - Added support for symbol versioning. It is enabled by default on GNU/Linux, other GNU-based systems, and FreeBSD. - liblzma (not the whole XZ Utils) should now be buildable with MSVC 2013 update 2 or later using windows/config.h. * xz: - Fixed a race condition in the signal handling. It was possible that e.g. the first SIGINT didn't make xz exit if reading or writing blocked and one had bad luck. The fix is non-trivial, so as of writing it is unknown if it will be backported to the v5.0 branch. - Multi-threaded decompression can be enabled with the --threads (-T) option. - New command line options in xz: --single-stream, --block-size=SIZE, --block-list=SIZES, --flush-timeout=TIMEOUT, and --ignore-check. - xz -lvv now shows the minimum xz version that is required to decompress the file. Currently it is 5.0.0 for all supported .xz files except files with empty LZMA2 streams require 5.0.2. * xzdiff and xzgrep now support .lzo files if lzop is installed. The .tzo suffix is also recognized as a shorthand for .tar.lzo.
2014-12-25Add patches fixing four vulnerabilities.wiz5-3/+233
Bump PKGREVISION. Nudged by tez, thanks!
2014-12-22Update HOMEPAGE, was 404 statusmef2-3/+4
2014-12-16HOMEPAGE was Forbidden(403) Status, stip the last leaf from its URL.mef1-2/+2
2014-12-16MASTER_SITES directory is one level down now.mef1-2/+2
2014-12-15Find the correct zlib.jperkin1-1/+6
2014-12-12Update lz4 to 124.fhajny7-40/+42
- New : LZ4 HC streaming mode - Fixed : LZ4F_compressBound() using null preferencesPtr - Updated : xxHash to r38 - Updated library number, to 1.4.0
2014-12-01Drop maintainership.wiz2-4/+4
2014-12-01Fix build on OS X using a patch from Jonathan Buschmann in PR 49360wiz2-1/+53
2014-11-27Remove unused patch.wiz1-17/+0
2014-11-27Update to 2.3.1. Changes not found.wiz2-8/+7
2014-11-24Update 2.17 to 2.19mef2-7/+6
2.18 2014-08-06 rurban - [cpan #68572] add ccdlflags for show_bzversion missing -R also, similar to the fix in 2.11. Not a EUMM bug. - require constant 1.04 (since 5.8) to accept hashrefs. - add META to MANIFEST 2.19 2014-10-24 rurban - fixed generated SIGNATURE
2014-11-24Update 0.07 to 0.10mef2-15/+9
0.10 2014/08/09 - added LICENSE file per RT#88571 0.09 2014/04/18 - updated version requirements (reported by Paul Howarth). 0.08 2014/04/18 - supported an optional hash reference for finer extraction control
2014-11-24Update 1.38 to 1.39mef2-6/+6
1.39 Tue 21 Oct 2014 - store test data in temp dirs to fix parallelism and shuffling [Graham Knop]
2014-11-23Changes 5.2.2:adam3-8/+7
* unknown, as always.
2014-11-20(Upstream) update 0.5 to 0.8mef2-7/+8
New for release 0.8 (2013-10-03) o Eliminate call to fsync(), resulting in 99% speed improvement o Add ability to read from the standard input stream and write to standard output for pipeline support. o Thanks to Alexey Yurchenko (ayurchen@gmail.com) for the above suggestions. o Fix incorrect errpos tracker (probably caused some of the core dumps people had reported) o Fix verbose logging to fix stream positions being incorrect (had not been updated after the program moved from mmap to a read buffer) o Also, move verbose logging from stdout to stderr o Misc error reporting updates New for release 0.7 (2013-02-02) o Fix =/== confusion in read_internal error check (via Shawn Cokus (cokus@ucla.edu) New for release 0.6 (2012-02-09) o Patches from Paul Wise (pabs@debian.org) for stability and memory leaks New for release 0.5 (2006-08-29)
2014-11-20(upstream) update 1.15. to 1.16mef2-7/+7
Changes in version 1.16: Compression ratio of option -9 has been slightly increased. Compression time has been reduced by 4%. "lzip -0" is now comparable in compression speed and ratio to "gzip -6". Copying of file dates, permissions, and ownership now behaves like "cp -p". (If the user ID or the group ID can't be duplicated, the file permission bits S_ISUID and S_ISGID are cleared). Some minor improvements have been made. "lzip.texinfo" has been renamed to "lzip.texi". The license has been changed to GPL version 2 or later.
2014-11-13Update to KDE SC 4.14.3markd3-7/+7
2014-11-07Revbump after updating boostadam1-2/+2
2014-10-15Don't use ftime.joerg2-1/+30
2014-10-12Add an nls option to xz that can be disabled, but is on by default. If off,bsiegert3-8/+28
gettext is not required.
2014-10-09Revbump for ocaml 4.02.0.jaapb2-4/+5
(Some packages omitted because they will be updated to new versions)
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz59-176/+59
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz6-12/+6
2014-10-02Update lz4 to r123.fhajny6-54/+46
r123: Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings Fix : s390x support, thanks to Nobuhiro Iwamatsu Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen r122: Fix : AIX & AIX64 support (SamG) Fix : mips 64-bits support (lew van) Added : Examples directory, using code examples from Takayuki Matsuoka Updated : Framing specification, to v1.4.1 Updated : xxHash, to r36 r121: Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka
2014-10-01Update to 2.02:wiz2-6/+6
2.02 14/09/2014 - Tests should now be able to be run in parallel
2014-10-01Changes 5.0.7:adam2-6/+6
* Fix regressions introduced in 5.0.6: - Fix building with non-GNU make. - Fix invalid Libs.private value in liblzma.pc which broke static linking against liblzma if the linker flags were taken from pkg-config.
2014-09-24Ensure RUNPATH is empty to avoid bogus rpaths.jperkin1-1/+2
2014-09-24USE_TOOLS+=gsed for -r support.jperkin1-2/+2
2014-09-13Update to 2.2.0 (2007). Changes:shattered8-43/+35
- Fix handling of MS-DOS reserved names. Besides handling names like "con", we also need to handle "con.foo.txt". - Auto-detect and handle "bad Mac" archives. - Added "kNuValIgnoreLZW2Len" flag, which enables NuLib2 to handle archives created by an unknown but badly broken program. - Switched from GPL to BSD license.
2014-09-13Update to 4.13.5 (2013). Changes:shattered2-6/+6
* output file names may be encoded in the uuencoded file. By specifying '--encode' on the command line, the output file name will be base64 encoded in the uuencode file.
2014-09-07Update to 0.6.10: More bugfixes.wiz2-6/+6
2014-09-06Update to 0.6.8 (not yet 0.6.9 due to issues with bup).wiz2-6/+6
Changes: bugfixes, speedups, more tests.
2014-09-06Update to 2.00:wiz2-7/+6
2.00 15/06/2014 (TINITA) - Fix ptargrep for problems on MSWin32 1.98 14/06/2014 (TINITA) - ptardiff and ptargrep should use prefix if defined
2014-09-06Update to 1.38:wiz2-7/+6
1.38 Tue 02 Sep 2014 - Setting unicode flag for each member when using $Archive::Zip::UNICODE [github.com/lackas] https://rt.cpan.org/Ticket/Display.html?id=83367
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz1-2/+2
2014-08-21Fix problems with xattr detection on OS X using upstream patch.wiz6-19/+290
Patch found and adapted for pkgsrc by J. Lewis Muir, with further changes by myself to avoid auto* dependencies.
2014-08-21Remove unused file.wiz1-5/+0
2014-08-17Remove unused patch.wiz1-160/+0
2014-08-17Update gtar to 1.28. Add a Makefile.common and use it.wiz8-685/+34
Use official man page, now that there is one. version 1.28, 2014-07-28 * New checkpoint action: totals The --checkpoint-action=totals option instructs tar to output the total number of bytes transferred at each checkpoint. * Extended checkpoint format specification. New conversion specifiers are implemented. Some of them take optional arguments, supplied in curly braces between the percent sign and the specifier letter. %d - Number of seconds since tar started. %{r,w,d}T - I/O totals; optional arguments supply prefixes to be used before number of bytes read, written and deleted, correspondingly. %{FMT}t - Current local time using FMT as strftime(3) format. If {FMT} is omitted, use %c. %{N}* - Pad output with spaces to the Nth column, or to the current screen width, if {N} is not given. %c - A shortcut for "%{%Y-%m-%d %H:%M:%S}t: %ds, %{read,wrote}T%*\r" * New option --one-top-level The option --one-top-level tells tar to extract all files into a subdirectory named by the base name of the archive (minus standard compression suffixes recognizable by --auto-compress). When used with an argument, as in --one-top-level=DIR, the files are extracted into the supplied DIRectory. This ensures that no archive members are extracted outside of the specified directory, even if the archive is crafted so as to put them elsewhere. * New option --sort The --sort=ORDER option instructs tar to sort directory entries according to ORDER. It takes effect when creating archives. Available ORDERs are: none (the default), name and inode. The latter may be absent, if the underlying system does not provide the necessary information. Using --sort=name ensures the member ordering in the created archive is uniform and reproducible. Using --sort=inode reduces the number of disk seeks made when creating the archive and thus can considerably speed up archivation. * New exclusion options --exclude-ignore=FILE Before dumping a directory check if it contains FILE, and if so read exclude patterns for this directory from FILE. --exclude-ignore-recursive=FILE Same as above, but the exclusion patterns read from FILE remain in effect for any subdirectory, recursively. --exclude-vcs-ignores Read exclude tags from VCS ignore files, where such files exist. Supported VCS's are: CVS, Git, Bazaar, Mercurial. * Tar refuses to read input from and write output to a tty device. * Manpages This release includes official tar(1) and rmt(8) manpages. Distribution maintainers are kindly asked to use these instead of the home-made pages they have been providing so far.
2014-08-12+ hs-zlibszptvlfn1-1/+2
2014-08-12Import zlib-0.5.4.1 as archivers/hs-zlib,szptvlfn5-0/+68
packaged for wip by pho. This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the "zlib", "gzip" and "raw" compression formats. It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.
2014-08-08Add missing bl3.fhajny1-0/+13
2014-08-06Add lz4fhajny1-1/+2
2014-08-06Import lz4 as archivers/lz4.fhajny7-0/+231
LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.
2014-08-04Destroy second $NetBSD$ pattern.joerg1-2/+2
2014-07-20fix missing distinfo entry for tar-1.27.1.tar.bz2mspo1-1/+4