summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04Fix "work-directory references" problem another way.taca3-5/+15
2016-01-03Update ruby-xz to 0.2.3.taca3-9/+11
== 0.2.3 (2015-12-29) * *Fix* documentation of XZ module (a :nodoc: was causing havoc in the XZ module so it appeared to have no methods). * No other changes this release. == 0.2.2 (2015-12-27) * *Add* XZ.disable_deprecation_notices * *Deprecate* use of XZ::StreamReader.open with an IO argument * *Deprecate* use of XZ::StreamReader.new with a filename argument * *Deprecate* use of XZ::StreamWriter.open with an IO argument * *Deprecate* use of XZ::StreamWriter.new with a filename argument * *Deprecate* nonautomatic IO close in XZ::StreamReader#close * *Deprecate* nonautomatic IO close in XZ::StreamWriter#close * *Fix* incompatibility with Resolv.getaddress() in Ruby 2.2 (Ticket #13 by Ken Simon) * Goal of these deprecations is to sync the API with Ruby’s own Zlib::GzipWriter and Zlib::GzipReader mostly. * Add required versions to gemspec. * Comment format cleanup, results in better docs. * Internal code cleanup * Add more tests.
2015-12-29What's new after p7zip 9.38.1 :adam5-20/+23
- 7-Zip now can extract ext2 and multivolume VMDK images. - 7-Zip now can extract ext3 and ext4 (Linux file system) images. - support of cygwin 64 bits - support of cygwin 64 bits with asm - cygwin : fix in GetRamSize() - cross building added : makefile.linux_cross_aarch64 makefile.linux_cross_arm makefile.linux_cross_ppc makefile.linux_cross_ppc64 makefile.linux_cross_ppc64le makefile.linux_cross_s390x (7za and 7zr pass tests, 7z does not pass tests) - 7-Zip now can extract GPT images and single file QCOW2, VMDK, VDI images. - 7-Zip now can extract solid WIM archives with LZMS compression. - 7-Zip now can extract RAR5 archives. - 7-Zip now doesn't sort files by type while adding to solid 7z archive. new -mqs switch to sort files by type while adding to solid 7z archive. - 7-Zip now can create 7z, xz and zip archives with 1536 MB dictionary for LZMA/LZMA2. - 7-Zip now can extract .zipx (WinZip) archives that use xz compression.
2015-12-29Whitespace.dholland2-4/+4
2015-12-27Update p5-Archive-Zip to 1.56:wiz2-7/+8
1.56 Thu 17 Dec 2015 - fix $Archive::Zip::UNICODE issues [github/xlat] - on MSWin32 in methods addFile, addDirectory, addTree: the externalFileName was used in place of newName - make sure that file names are utf8 in memberNames - use Encode on all platform
2015-12-08Use $as_echo to support escape sequences correctly. Cleanup some patchjperkin4-11/+93
headers while here.
2015-12-07Fix permissions of meta files. Bump PKGREVISION.wiz1-1/+6
2015-12-06Update p5-Archive-Zip to 1.55:wiz2-7/+8
1.55 Fri 04 Dec 2015 - rt.cpan.org #110064 - fix empty archive issue with OS X gnu tar 1.54 Wed 02 Dec 2015 - Ensure filehandles created by Archive::Zip::tempFile are closed [github/antoniomonty]
2015-12-02+ py-libarchive-cwiz1-1/+2
2015-12-02Import py-libarchive-c-2.2 as archivers/py-libarchive-c.wiz4-0/+56
A Python interface to libarchive. It uses the standard ctypes module to dynamically load and access the C library.
2015-11-26Fix path to pkgconfig file to get rpath inside again.wiz1-2/+3
Bump PKGREVISION.
2015-11-25Remove mk/find-prefix.mk usage from the archivers category.jperkin2-7/+4
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-13Bump PKGREVISION for NO_LCHMOD change on Linux.wiz1-2/+2
2015-11-13Add -DNO_LCHMOD for Linux as well.wiz1-1/+2
Matthias Ferdinand reported on pkgsrc-users: building archivers/unzip on Linux (Ubuntu 14.04 64bit) succeeds, but produces the following warning: ... gcc -o unzip -Lbzip2 unzip.o crc32.o crypt.o envargs.o explode.o extract.o fileio.o globals.o inflate.o list.o match.o process.o ttyio.o ubz2err.o u +nreduce.o unshrink.o zipinfo.o unix.o -s -L/opt/pkgsrc/lib -Wl,--enable-new-dtags,-R/opt/pkgsrc/lib -lz unix.o: In function `set_symlnk_attribs': => unix.c:(.text+0x1840): warning: lchmod is not implemented and will always fail ...
2015-11-13+ zopfli.wiz1-1/+2
2015-11-13Import zopfli-1.0.1 as archivers/zopfli.wiz4-0/+38
Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression.
2015-11-11Add patches to fix CVE-2015-7696, CVE-2015-7697, and an integer underflow.wiz4-9/+72
From Debian. Bump PKGREVISION.
2015-11-07Remove unused #include of <sys/timeb.h>, which is an old legacy headerdholland2-1/+16
that doesn't exist on many platforms.
2015-11-07Add build for openbsd amd64.dholland1-2/+3
2015-11-07charset.alias is not supposed to be in PLISTs. PKGREVISION -> 1dholland2-3/+3
2015-11-07Add workaround for install failure on case-insensitive fs; seen in thedholland1-1/+5
last MacOS PPC build.
2015-11-07Add workaround for install failure on case-insensitive fs; seen in thedholland1-1/+5
last MacOS PPC build.
2015-11-07Changes 5.3.7:adam2-7/+7
A mystery.
2015-11-04Added archivers/py-lhafile version 0.2.1adam1-1/+2
2015-11-04Extract LHA(.lzh) archive files.adam4-0/+36
The interface is like zipfile extension included in regular python distribution.
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc93-93/+190
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-12Changes 5.3.6:adam2-6/+6
Unknown
2015-10-03revert previous, should probably be handled in gettext-tools liketnn1-10/+2
joerg suggested.
2015-10-03Try to resolve circular dependency between xz and gettext; don't suggesttnn1-2/+10
to enable the nls option by default if gettext is not builtin. Also, the nls option needs the msg* tools.
2015-10-01Changes 5.2.2:adam2-6/+6
* Fixed bugs in QNX-specific code. * Omitted the use of pipe2() even if it is available to avoid portability issues with some old Linux and glibc combinations. * Updated German translation. * Added project files to build static and shared liblzma (not the whole XZ Utils) with Visual Studio 2013 update 2 or later. * Documented that threaded decompression hasn't been implemented yet. A 5.2.0 NEWS entry describing multi-threading support had incorrectly said "decompression" when it should have said "compression".
2015-09-30Update to 1.5:wiz4-50/+6
innoextract 1.5 (2015-09-24) - Added support for Inno Setup 5.5.6 installers - Added support for a modified Inno Setup 5.5.0 variant - Added support for building without iconv (Windows-1252 and UTF-16LE only) - Added warnings for .bin files that are not part of the installer - Added a simple --include (-I) option to filter files thanks to Alexandre Detiste - Added a --list-languages option to list available languages - Added a --exclude-temp (-m) option to not extract temporary files - Added a --language-only option to skip language-independent files - Added a --collisions option to abort or rename files on collision - Added a --default-language option to prefer a language in case of file collisions - Added a --gog-game-id option to print the GOG.com game ID for Galaxy-ready installers - Added a --gog (-g) option to extract additional .bin files using unrar or unar - Fixed handling of spaces in the --data-dir option - Fixed an infinite loop with truncated LZMA streams - Fixed handling of forward slashes in stored file paths - Fixed size display for powers of 1024 - Fixed loading headers if there are encrypted chunks - Fixed file collisions not being handled case-insensitively - Files will now be extracted into the same directory even if the stored case differs - Empty directories are now created correctly when extracting - Skipped files in encrypted chunks are now listed individually - Temporary files are now marked in file listings - Error summary is now written to stderr when using --quiet - Colors are now only enabled automatically if $TERM is set to something other than "dumb" - Improved error and warning messages - Build system improvements - Debug output can now be enabled separately from debug builds - Windows: Added support for using the Win32 API for string encoding conversion - Windows: Fixed unicode console output innoextract 1.4-windows-r2 (2014-04-17) - This is a Windows-specific hotfix release, no other platforms are affected - Fixed running innoextract under Windows XP innoextract 1.4-windows-r1 (2013-05-14) - This is a Windows-specific hotfix release, no other platforms are affected - Fixed a crash on startup under Windows - Reduced progress bar flickering under Windows - Fixed original console text color not being restored under Windows
2015-09-30Update to 1.53:wiz2-6/+6
1.53 Wed 22 Sep 2015 - rt.cpan.org #107268 - Archive-Zip-1.52.tar.gz is (nearly) empty Thanks to SREZIC for the spot on my dad brain sleep schedule error Creating the dist on OS X caused 'Numeric user ID too largeNumeric group ID too large' 1.52 Tue 22 Sep 2015 - rt.cpan.org #105902, thanks HMBRAND 1.51 Tue 22 Sep 2015 - Compare vs filename checksum in crc32 script [github/talisein]
2015-09-25Update HOEPAGE.taca1-2/+2
Avoid using rubyforge.org since it stopped most of services.
2015-09-25Avoid using rubyforge.org since it stopped most of services.taca1-3/+3
2015-09-25Comment out URL of HOMEPAGE since rubyforge.org stopped most of services.taca1-2/+2
2015-09-24this package is broken on 64-bit platforms as evidenced by instant SEGVtnn1-1/+3
2015-09-03It has been a few years since I used Sarab, reset MAINTAINER.dsainty1-2/+2
2015-08-28patch to let SunOS, other than sunpro compilers, use assembler.richard3-6/+25
The problem is more the ilk of the cpp installed.. bump PKGREVISION
2015-08-26Update to 0.3.0. Changes:shattered2-6/+6
* PMarc -pm1- archives that contain truncated compressed data (the decompressed length is longer than what can be read from the compressed data) now decompress as intended. Certain archives in the wild make the assumption that this can be done. * LArc -lz5- archives that make use of the initial history buffer now decompress correctly.
2015-08-26Update to 1.50:wiz2-6/+6
1.50 Tue 25 Aug 2015 - Fix t/08_readmember_record_sep.t for Win32 [github/pauloscustodio]
2015-08-24Update archivers/lz4 to 131.fhajny3-9/+9
- New : Dos/DJGPP target, thanks to Louis Santillan - Added : Example using lz4frame library, by Zbigniew Jedrzejewski-Szmek - Changed: liblz4 : xxhash symbols are dynamically changed (namespace emulation) to avoid symbol conflict - Changed: liblz4.a (static library) no longer compiled with -fPIC by default
2015-08-20Add following lines for make testmef1-1/+4
BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip BUILD_DEPENDS+= p5-Test-UseAllModules-[0-9]*:../../devel/p5-Test-UseAllModules
2015-08-16Update to 0.23mef2-7/+11
-------------- 0.23 (2015/05/28) (ms) Mark Gardner added separate skips in the test suite to deal with the absense of GNU tar: https://github.com/mschilli/archive-tar-wrapper-perl/pull/7
2015-08-15Update 0.74 to 0.76mef2-7/+6
------------------- 0.76 Sat Jul 4 18:44:42 2015 * Resolve RT#105425, putting refs in $/ has been fatal since v5.20.0
2015-08-13Changes 5.3.2:adam2-6/+6
Unknown
2015-08-13Update to 1.49:wiz2-7/+9
1.49 Fri 31 Jul 2015 - Fails on unseekable file handle after desiredCompressionLevel(), RT #54827 - Upgrade build tools to avoid tar warnings, RT #105547 1.48 Thu 18 Jun 2015 - Wrap skip in a SKIP: block [github/plicease] 1.47 Wed 17 Jun 2015 - zip file with a deflated directory cannot be written out again [github/ntyni] - add missing test data to MANIFEST
2015-08-11Improve local patch so this builds with PKGSRC_USE_FORT.wiz2-17/+15
2015-08-07Recursive revbump associated with lang/ocaml update.jaapb2-4/+4
2015-07-26Update 1.16 to 1.17mef2-6/+6
------------------- 2015-05-28 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.17 released. * New block selection algorithm makes merge up to 100 times faster. * repair.cc: Repair time has been reduced by 15%. * Added new option '-y, --debug-delay'. * Added new option '-z, --debug-repair'. * Makefile.in: Added new targets 'install*-compress'. * testsuite/unzcrash.cc: Moved to top directory. * lziprecover.texi: Added chapter 'File names'.
2015-07-26Update 1.16 to 1.17mef2-6/+6
------------------- 2015-07-12 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.17 released. * Reorganization of the compression code. * lzip.texi: Added chapter 'Quality assurance'. * Makefile.in: Added new targets 'install*-compress'.