summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03Really fix inline mess.joerg2-5/+37
2012-07-02Changes 5.0.4:adam3-9/+14
* liblzma: - Fix lzma_index_init(). It could crash if memory allocation failed. - Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ filter is used and the application only provides exactly as much output space as is the uncompressed size of the file. - Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't check if the last call to lzma_code() really returned LZMA_STREAM_END, which made the program think that truncated files are valid. - New example programs in doc/examples (old programs are now in doc/examples_old). These have more comments and more detailed error handling. * Fix "xz -lvv foo.xz". It could crash on some corrupted files. * Fix output of "xz --robot -lv" and "xz --robot -lvv" which incorrectly printed the filename also in the "foo (x/x)" format. * Fix exit status of "xzdiff foo.xz bar.xz". * Fix exit status of "xzgrep foo binary_file". * Fix portability to EBCDIC systems. * Fix a configure issue on AIX with the XL C compiler. See INSTALL for details. * Update French, German, Italian, and Polish translations.
2012-06-28Set the type for get_crc_table() based on zlib version.sbd2-5/+8
2012-06-28fix typodholland1-1/+1
2012-06-27The correct type for get_crc_table with zlib 1.2.7 is z_crc_t*sbd2-4/+16
2012-06-23Fix broken Solaris build by not using sys_errlist.dholland5-19/+238
Clean up other problems revealed by gcc -Wall: - pass (char *)NULL, not 0, as the last arg of execlp, to avoid crashes on LP64 platforms; - use signal.h, not sys/signal.h; - use utime(3) correctly; - use W* macros and sys/wait.h instead of hardcoding bit patterns. Note in the DESCR that the package has been patched, as the license might be construed to require this. PKGREVISION -> 2.
2012-06-17Setting NBPAX_PROGRAM_PREFIX?=nb by default requires archivers/pax to besbd1-2/+2
given a PKGREVISON bump so that the new setting will take effect.
2012-06-16Update to KDE SC 4.8.4markd2-6/+5
Bug fixes.
2012-06-16Change "5" as value of PKG_PHP_VERSION.taca1-3/+3
And restrict the case PHP_BASE_VERS in PKGNAME for PHP 5.2.17.
2012-06-14Fix wrong MAINTAINER.dholland1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-3/+4
2012-06-13Explicitly disable optreset on Solaris. devel/libgetopt defines it evenjperkin1-1/+2
though Solaris does not include it in libc, and the xz feature test only tests the definition, not functionality.
2012-06-11Explicitly disable symbol visibility on Solaris, causes problems on a numberjperkin1-1/+5
of setups, and is recommended as part of the xz INSTALL file. Fixes Solaris9/x86/gcc at least, tested on SmartOS which is otherwise fine.
2012-06-03Update to 0.0.7:wiz3-7/+12
v0.0.7 (2012-06-02): * Extraction and listing of Unix symbolic links is now supported. * Decompression code for the "old" PMarc archive algorithm (-pm1-) has been added. * Support has been added for Unix LHA level 0 header extended areas (so level 0 archives with Unix metadata are now listed and extracted correctly). * The Unix permissions field in the list output for directory entries has been fixed. * The library header files have been fixed so that they can be included in C++ code. * The LHADecoder interface, for extracting raw compressed data, has been added to the public header files. * The Unix LHA test archives have been regenerated and improved. * A "ghost testing" tool has been added for testing ghost compression algorithms such as -pm1-. * The list output tests have been fixed to be repeatable regardless of the current date. * Build of the fuzzer tool has been fixed. v0.0.6 (2012-05-17): * When the -w option is used during extraction, the path specified is now first created if it does not already exist. * The command line tool now exits with a failure return code if an error occurs during extraction. * A "catch-all" header file (lhasa.h) has been added. * The public header files installed with the library can now be included and used externally. * A pkgconfig file is now installed as part of the library (thanks Jan Engelhardt). * Make targets have been added for building Doxygen documentation and including them as part of the distribution.
2012-06-02Add symlinks in gnu/man/man1/cheusov2-6/+9
++pkgrevision
2012-06-02Add symlinks in gnu/man/man1/cheusov2-7/+10
++pkgrevision
2012-06-01Add gnu/man/man1/tar.1cheusov2-8/+12
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-14/+2
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-31/+15
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-13/+17
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-17/+15
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin.
2012-05-23archivers/sapcar: Mark NOT-FOR-DRAGONFLYmarino1-1/+3
This consolidates 9 lines of error messages down to one.
2012-05-23Apply const to fix build with recent gcc.dholland2-6/+16
2012-05-23Add another case symlinking configuration templates; should fix ppc build.dholland1-2/+2
2012-05-08Update to 0.0.5:wiz2-7/+6
v0.0.5 (2012-05-08): * Architecture-specific functions for running on Windows have now been fully implemented, and the command line tool passes all tests in the test suite on Windows (thanks roytam1 for bug reports). * Bug fixed where the command line tool would enter an infinite loop when extracting a truncated archive (thanks Jon Dowland). * Support added for archives with level 0 headers and Unix path separators (thanks roytam1). * The test suite now runs correctly outside of the Europe/London time zone (thanks Thomas Klausner). * A .spec file is now included for building rpm packages.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-02+ lhasa.wiz1-1/+2
2012-05-02Initial import of lhasa-0.0.4, an ISC licensed lha uncompressor.wiz4-0/+46
Lhasa is a library for parsing LHA (.lzh) archives and a free replacement for the Unix LHA tool. Currently it is only possible to read from (i.e., decompress) archives; generating (compressing) LHA archives may be an enhancement for future versions. The aim is to be compatible with as many different variants of the LHA file format as possible, including LArc (.lzs) and PMarc (.pma). The command line tool aims to be interface-compatible with the non-free Unix LHA tool (command line syntax and output), for backwards compatibility with tools that expect particular output.
2012-05-02Also enable ZLIB supportadam2-1/+16
2012-05-02Changes 3.08:adam7-96/+64
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64). * Compress shared library on ELF i386 only [ld.so threatens even this case]. * Attempt to suport ELF on QNX 6.3.0 for armel (experimental). * Better diangostic when ELF -fPIC is needed. * PT_NOTE improvements for *BSD. * Preserve more ELF .e_flags on ARM. * Minor code improvements for ELF stubs * Defend against another flavor of corrupt PE header. * bug fixes
2012-04-28Update ruby-zip package to 0.9.8.taca3-11/+9
pkgsrc change: Update HOMEPAGE. = Version 0.9.8 Fixed: "Unitialized constant NullInputStream" error
2012-04-27Do not enable largefile support on SunOS.wiz1-2/+5
PR 46383 by Uwe Klaus.
2012-04-25Reduce pkglint warnings by commenting patches.wiz3-5/+9
2012-04-25Enable large-file support. Bump PKGREVISION.wiz1-3/+4
2012-04-20Rewrite the description, mention 7zip and lzma, drop references to windowsmartin1-2/+3
exe names (which probably nobody knows anyway).
2012-04-15Update KDE SC to 4.8.2markd1-4/+4
bugfixes.
2012-04-07On reflection, bump PKGREVISION. It stopped building on -currentdholland1-1/+2
because quota-related FFS header reorganization caused the definition of the FFS struct direct to no longer be visible; however, on older NetBSD since struct direct and struct dirent diverged (which was some time back) it would have built successfully unless given -Wall, but not worked.
2012-04-07Always set -DDIRENT_FIXUP, which means opendir() returns POSIX structdholland1-2/+3
dirent rather than the FFS struct direct. As this has been POSIX for at least twenty years I very, very much doubt there are any exceptions left in the wild. Fixes build on NetBSD-current.
2012-04-04Fix PR pkg/39247ryoon9-223/+40
Update to 4.1.1 * Convert to use Linux binary on compat_linux, instead of old BSD binary. Changelog: * Add some new options (ch etc.) * Change option's behavior (-o etc.) * Bugfixes
2012-03-25Explicitly dont use qjson if cmake happens to find it.markd1-1/+3
2012-03-23Requires libarchive>=2.6.0markd1-1/+2
2012-03-22Added archivers/p5-Archive-Peek version 0.35sno1-1/+2
2012-03-22Importing package for Perl5 module Archive::Peek 0.35 intosno3-0/+29
archivers/p5-Archive-Peek to fulfil requirements of scheduled devel/p5-Parse-CPAN-Packages update. This module lets you peek into archives without extracting them.
2012-03-20If gcc is used, set CCOM=gcc in MAKE_ENV to let the schily makefileshans1-1/+8
know. Fixes build with gcc on SunOS and possibly other platforms.
2012-03-20Update to 0.10.1.wiz2-6/+7
0.10.1 [2012/03/20] * Fixed CVE-2012-1162 * Fixed CVE-2012-1163
2012-03-20Oops, forgot to update distinfo.taca1-2/+2
2012-03-20Update ruby-xz package to 0.1.1.taca5-25/+31
== 0.1.0 * <b>Add XZ::StreamReader and XZ::StreamWriter for io-like behaviour.</b> * New dependency on the +io-like+ gem. * <b>Add Ruby 1.8 compatibility.</b> Thanks to Christoph Plank. * We now have proper unit tests.
2012-03-20Add arkmarkd1-1/+2
2012-03-20Import ark. Part of KDE SC 4.8.0markd4-0/+69
Ark is a program for managing various archive formats within the KDE environment. Archives can be viewed, extracted, created and modified from within Ark. The program can handle various formats such as tar, gzip, bzip2, zip, rar and lha (if appropriate command-line programs are installed).
2012-03-18Update ruby-zip package to 0.9.6.1.taca6-58/+8
Exact changes are unknown.