summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08Actually add patch-aa. Www, permission problems.wiz1-0/+31
2009-08-08fcrackzip was changed and does not conflict any longer. Adapt pattern.wiz1-2/+2
2009-08-08Rename zipinfo to fcrackzipinfo. Addresses PR 40113.wiz3-6/+6
(Upstream didn't react.) Bump PKGREVISION.
2009-08-06getline -> get_linejoerg1-10/+10
2009-07-26Bump PKGREVISION because of BUILDLINK_ABI_DEPENDS.zziplib change.minskim1-1/+2
2009-07-26Set BUILDLINK_ABI_DEPENDS.zziplib because of major number change.minskim1-1/+2
2009-07-26disable a makefile rule which creates nonsense symlinks,drochner2-1/+14
as /usr/pkg/lib/libzzip*.so.10 -> libzzip*.so.13
2009-07-26Update zziplib to 0.13.56.minskim6-54/+29
Major change since 0.10.x: There were some problematic zip files out there that can trigger segfaults in 0.10.x. Later zzip file decoders have extra checks and helper routines for that.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-17Fixed some pkglint warnings.rillig3-9/+10
2009-07-15+ lzip.wiz1-1/+2
2009-07-15Initial import of lzip-1.7:wiz4-0/+42
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
2009-07-13+ pigz.wiz1-1/+2
2009-07-13Initial import of pigz-2.1.4:wiz4-0/+35
pigz, which stands for Parallel Implementation of GZip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data.
2009-07-09update to 2.26.3drochner2-6/+6
changes: bugfixes
2009-07-07pkgsrc changes:sno2-7/+7
- Updating package for p5 module Archive::Zip from 1.26 to 1.30 - Setting license according to META.yml to ${PERL5_LICENSE} Upstream changes: 1.30 Tue 30 Jun 2009 - Adam Kennedy - Fixed a bad use of Cwd::getcwd 1.29 Mon 29 Jun 2009 - Adam Kennedy - Changed _asLocalName back to rel2abs, but this time using Cwd::getcwd as the base path instead of Cwd::cwd. This hopefully resolved #47223 (ADAMK) 1.28 Tue 16 Jun 2009 - Adam Kennedy - Changing to production version for release - Reverted to revision 4736 and converted `External File Attribute' values for symbolic links to hexadecimal (HAGGAI) - Fixed: #15026: AddTree does not include files with german umlauts in the filename (HAGGAI) - Switched from Compress::Zlib to Compress::Raw::Zlib (AGRUNDMA) - Moved crc32 from bin to script (ADAMK) 1.27_01 Tue 16 Dec 2008 - Adam Kennedy - Makefile.PL will create a better META.yml - This is a test release for various improvements provided by Alan Haggai. The entire release is credited to his grant work. - Fixed #25726: extractMembers failing across fork on Windows. - Fixed #12493: Can't add new files to archives which contain files named 0,1,2,3,4,5,6,7,8,9 with no extension. (Files named "0" are not archived) - Fixed #22933: Properly extract symbolic links. - Fixed #20246: Ability to assign a compression level to addTree calls. - Corrected regular expression for stripping trailing / - Corrected addFileOrDirectory() behaviour and cleaned up some code - Added symbolic link support to addFileOrDirectory - Fixed #34657: No option, undefined behavior zipping symbolic links (symlinks) - Added storeSymbolicLink() - Fixed bitFlag() to set General Pupose Bit Flags
2009-07-07Replace xz-utils with xz.minskim5-92/+2
2009-07-07Reimport xz-4.999.8beta archivers/xz so that the directory nameminskim4-0/+90
matches PKGNAME. This replaces archivers/xz-utils. OK'ed by wiz@.
2009-07-06fix previous more correctly: just remove the offending file,drochner3-16/+7
it will be rebuilt
2009-07-05Add a patch to changeapb2-1/+15
#include "/home/paolo/workspace/file-roller/src/typedefs.h" to #include "typedefs.h". in src/fr-enum-types.c. Not bumping PKGREVISION because the build failed previously. There are many other references to /home/paolo/workspace, but all the others are inside comments.
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg3-3/+9
MAKE_JOBS=2 and worked without.
2009-06-15pkgsrc changes:sno2-6/+7
- Updating package of p5 module Archive::Tar from 1.48 to 1.52 - Setting LICENSE to ${PERL5_LICENSE} according to module documentation Upstream changes: * important changes in version 1.52 13/06/2009: - Apply documentation patch to describe IBM APAR issue IZ50240; AIX tar does not always end a Tar archive with a 0x00 null block, which can cause warnings from Archive::Tar. This is a documentation patch only, and users of 1.50 need not upgrade. * important changes in version 1.50 12/06/2009: - Apply patch in #46450: Support for --no-same-permissions style behavior This facilitates leaving the +x bit, while still applying your umask on the extracted file.
2009-06-14Don't create documentation diectoryjoerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg29-141/+29
2009-06-08lzma and xz-utils conflict as well.wiz2-4/+4
2009-06-08Conflict with new xz-utils package.wiz1-2/+2
2009-06-08+ xz-utils.wiz1-1/+2
2009-06-08Initial import of xz-utils-4.999.8beta:wiz4-0/+91
LZMA is a general purporse compression algorithm designed by Igor Pavlov as part of 7-Zip. It provides high compression ratio while keeping the decompression speed fast. XZ Utils are an attempt to make LZMA compression easy to use on free (as in freedom) operating systems. This is achieved by providing tools and libraries which are similar to use than the equivalents of the most popular existing compression algorithms. XZ Utils consist of a few relatively separate parts: * liblzma is an encoder/decoder library with support for several filters (algorithm implementations). The primary filter is LZMA. * libzfile (or whatever the name will be) enables reading from and writing to gzip, bzip2 and LZMA compressed and uncompressed files with an API similar to the standard ANSI-C file I/O. [ NOTE: libzfile is not implemented yet. ] * xz command line tool has almost identical syntax than gzip and bzip2. It makes LZMA easy for average users, but also provides advanced options to finetune the compression settings. * A few shell scripts make diffing and grepping LZMA compressed files easy. The scripts were adapted from gzip and bzip2.
2009-06-08Changes 9.04:adam3-11/+11
* 7-Zip now can update solid .7z archives. * 7-Zip now supports LZMA2 compression method. * 7-Zip now supports XZ archives. * 7-Zip now can unpack NTFS, FAT, VHD and MBR archives. * 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin. * New -scrc switch to calculate total CRC-32 during extracting / testing. * Some bugs were fixed.
2009-06-05Update to 4.65jakllsch2-9/+10
Various changes since 4.43, prehaps most noticable to this package is the change of license.
2009-05-22update master sitezafer1-2/+2
2009-05-19Update to 2.26.2, set LICENSE to gnu-gpl-v2.wiz2-8/+9
version 2.26.2 -------------- Bugs fixed: * #503240: File-roller kills the entire session when aborted New or updated application translations: * Estonian * Spanish * Greek New or updated manual translations: * British English * Greek
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz15-57/+54
block). Uncomment some commented out LICENSE lines while here.
2009-05-13Rename strnlen -> _strnlen to avoid conflict in systems having strnlen.hasso2-5/+23
2009-05-02agc's homepage is most of the time offline. disable master site. fetch from ↵zafer1-2/+2
backup.
2009-05-02No ftp service at rarlab. removed.zafer1-3/+2
2009-04-25fix distinfo from previous commitgdt1-16/+16
2009-04-25Apply massive patch from PR pkgsrc/38449 by Olaf 'Rhialto' Seibert.gdt16-53/+109
2009-04-23PkgSrc changes:sno2-7/+6
- Updating package for p5 module Archive::Tar to 1.48 Upstream changes: * important changes in version 1.48 20/04/2009: - Address #44680 (Improve error reporting on short corrupted archives) Archives of less than 512 bytes would not have a clear error string set - Requires at least IO::Compres::* 2.015, to address: #43609: Memory problem with A::T. Turns out 2.012 was leaking memory.
2009-04-17update to 2.26.1drochner3-14/+16
changes: -bugfixes -translation updates
2009-04-13Update to 1.0, provided by Bartosz Kuzma in PR 41193.wiz3-21/+10
Add LICENSE. Changes: version 1.0 Mon Aug 4 08:24:40 CEST 2008 - fix a segfault when the zip cannot be opened, patch by Peter Kortschack. - make use_unzip unstatic. - update to current autoconf/automake.
2009-04-12PkgSrc changes:sno1-2/+3
- Fix dependency to p5-IO-Compress
2009-04-11PkgSrc changes:sno1-2/+3
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg4-11/+4
2009-04-08Use META_PACKAGE.joerg1-9/+3
2009-04-07Fix minitar script: require_gem method is deprecated since RubyGemsseb3-2/+20
0.9.0 and had been removed since RubyGems 1.0.0, use gem method instead. Bump PKGREVISION to 1.
2009-03-28Add a buildlink3.mk file for wip/synce-kde and wip/synce-orange.wiz1-0/+14
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg9-117/+54
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Add the necessary preprocessor magic to build a 64bit version all thejoerg2-2/+6
time. Bump revision. Reminded by Eric Gillespie.
2009-03-18Use pkgsrc-users@NetBSD.org as MAINTAINER for unclaimed packages insteaddarcy1-2/+2
of pkgsrc-users@pkgsrc.org as per the pkgsrc guide.