summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2014-01-09Avoid existing ERR macros. Fixes SunOS.jperkin2-3/+12
2014-01-09Add cfmakeraw compatability for SunOS.jperkin2-1/+24
2014-01-09Needs bzip2 and zlib.jperkin1-1/+3
2014-01-09Needs zlib.jperkin1-1/+2
2014-01-09Needs bzip2.jperkin1-1/+2
2014-01-02Fix pkgsrc patch to only include dirent.h once.dholland2-5/+5
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-1/+2
2013-12-31Update to 0.11.2:wiz3-7/+9
0.11.2 [2013/12/19] * Support querying/setting operating system and external attributes. * For newly added files, set operating system to UNIX, permissions to 0666 (0777 for directories). * Fix bug when writing zip archives containing files bigger than 4GB.
2013-12-23Reset maintainer for resigned developers.wiz2-6/+4
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache4-12/+14
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-02Changes 0.2.0:adam2-14/+12
* Decompression of archives using the -lhx- file format supported by unlha32.dll is now supported (thanks Multi for the patch). * The -p (print to stdout) command line option is now supported. * The test suite should now run correctly on Windows. Bugs fixed: * Bug where archives read from pipes (eg. stdin) were not extracted beyond the first file in the archive. * Output when using the -w (extract directory) option now correctly matches the output of Unix lha.
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache3-13/+10
2013-11-14Substitute Bash properly. Bump PKGREVISION.fhajny1-1/+4
2013-11-13Let ruby-xz use a full filename in loading a library.minskim3-5/+6
2013-11-08Needs pod2man. Fix missing ffsll on NetBSD.joerg3-3/+17
2013-11-07Update to KDE SC 4.11.3markd2-6/+5
bugfixes, many new features, improved stability and performance.
2013-11-04Make guard variable used by the integrity check non-static, so that itjoerg3-5/+18
won't get dropped as unused.
2013-11-01Only create the rmt symlink if rmt is built.jperkin1-4/+7
2013-10-29Change to use uncompressed archive for distfile (put on our ftp server)obache2-7/+9
to avoid circular dependency of archive tool.
2013-10-27Don't play with -fno-schedule-insns2 or -fno-strength-reduce.joerg2-4/+22
2013-10-23Changes 0.6:adam3-17/+17
fix use of -L (lowercase) option with -d
2013-10-21Add lrzipfhajny1-1/+2
2013-10-21Import lrzip-0.616 as archivers/lrzip.fhajny6-0/+95
Compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2).
2013-10-12Use "if empty()" instead of comparing with an empty string.tron1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-10-10Pass custom CXX, CPPFLAGS, CXXFLAGS, LDFLAGSadam1-1/+4
2013-10-09Update to 1.15:wiz2-6/+6
Changes in version 1.15: Lziprecover can now repair multi-member files with up to one byte error per member, without having to split them first. Lziprecover can now merge multi-member files without having to split them first even if some copies have the header and the trailer damaged. The chapters "Repairing files", "Merging files" and "Unzcrash" have been added to the manual.
2013-10-09Update to 1.15:wiz2-7/+6
Changes in version 1.15: Lzip now shows the progress of compression at verbosity level 2 (-vv). Decompressing and testing no more show file version. Option "-n, --threads" is now accepted and ignored for compatibility with plzip. The configure script now accepts options with a separate argument. The chapter "Stream format" and the appendix "Reference source code" have been added to the manual.
2013-10-05Use INSTALL_LIB with 7z.so; fixes 'symbols referenced by indirect symbol ↵adam1-2/+2
table entries that can't be stripped' on Darwin
2013-10-05Fix previous: add missing trailing slash.wiz1-3/+3
From Nat Sloss in PR 48261. Bump PKGREVISION.
2013-10-04Add support for WIM archives.wiz2-3/+12
Based on PR 48261 by Nat Sloss. Bump PKGREVISION.
2013-10-02Update to 2.17:wiz2-8/+7
2.16 2013-06-18 rurban - pod typo fixed by GH dsteinbrunner. 2.17 2013-08-28 rurban - Fixed license in README (thanks to John Peacock)
2013-09-20Require library to have no undefined symbols. Fixes DLL build on Cygwin.joerg2-3/+4
Bump revision.
2013-09-18Fix segmentation fault due to time_t being longer than long.asau7-11/+77
While here, allow building it with standard make.
2013-09-16Rename filename of PLIST for Cygwin, PLIST.cygwin to PLIST.Cygwin.ryoon2-2/+2
Thank you, joerg@ and obache@.
2013-09-12Use CATMAN_SECTION_SUFFIX in packages which perform their own catmanjperkin2-2/+9
page installation.
2013-09-02Revbump after cairo updateadam1-2/+2
2013-09-01+ libunrar.wiz1-1/+2
2013-09-01Import libunrar-5.0.7 as archivers/libunrar.wiz3-0/+31
This package contains the unrar library. unRAR is a utility to extract, test and view the contents of archives created with the RAR archiver, version 1.50 and above. The unRAR utility is a minor part of the RAR archiver and contains RAR uncompression algorithm. UnRAR requires very small volume of memory to operate. The license for this software states that "the code may not be used to develop a RAR (WinRAR) compatible archiver."
2013-09-01Stop installing library again.wiz5-55/+42
Split parts of Makefile into Makefile.common for upcoming libunrar. Remove unnecessary patch (as discussed with upstream).
2013-08-30Install unrar library and header file.wiz4-4/+27
Bump PKGREVISION.
2013-08-25Add p5-Archive-Any-Litewen1-1/+2
2013-08-25Import Archive::Any::Lite-0.07 as archivers/p5-Archive-Any-Lite.wen3-0/+36
Archive::Any::Lite is a fork of Archive::Any. The main difference is this works properly even when you fork(), and may require less memory to extract a tarball. On the other hand, this isn't pluggable (this only supports file formats used in the CPAN toolchains), and this doesn't check mime types (at least as of this writing).
2013-07-30Fix packaging on Cygwin.ryoon1-0/+2
* On Microsoft Windows platform, liblzma.def is created to import librares for non-GNU toochains.
2013-07-26Fix build on Cygwin.ryoon2-31/+26
__dev32_t is removed since 1.7.19 of cygwin. Like http://mail-index.netbsd.org/source-changes/2013/06/14/msg044776.html .
2013-07-26Fix build under GNU/kFreeBSD.ryoon2-1/+16
2013-07-21Don't install lib/charset.aliasshattered2-6/+3
2013-07-21Update to 4.13.4. Changes:shattered3-12/+11
* POSIX-ism: they have determined that uudecode is not expected to exit failure when the output file mode cannot be changed. Either POSIXLY_CORRECT or --ignore-chmod will cause uudecode to behave this way. * 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.
2013-07-15Update to 0.92wen2-7/+6
Upstream changes: * important changes in version 1.92 18/09/2013 (David Steinbrunner) - typo fixes
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon1-2/+2