summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-03-18Update file-roller to 2.26.0.jmcneill3-18/+38
version 2.26.0 -------------- New or updated application translations: * Assamese (Amitakhya Phukan) * Bengali INDIA (Runa Bhattacharjee) * Español (Jorge González) * Estonian (Ivar Smolin) * Galego (Suso Baleato) * Greek (Jennie Petoumenou) * Gujarati (Ankit Patel) * Hebrew (Gil Osher) * Hindi (Rajesh Ranjan) * Lithuanian (Vytautas Rekus) * Maithili (Sangeeta Kumari) * marathi (Sandeep Shedmake) * Oriya (Manoj Kumar Giri) * Russian (Anton Shestakov) * Swathanthra Malayalam Computing|സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് (Ani Peter) * Tamil (I. Felix) * Telugu (Krishna Babu K) New or updated manual translations: * British English (Philip Withnall) version 2.25.92 --------------- New or updated application translations: * English (British) (David Lodge) * Bulgarian (Alexander Shopov) * Czech (Adrian Guniš) * Hungarian (Gabor Kelemen) * Italian (Milo Casagrande) * Japanese (Takeshi AIHANA) * Swedish (Daniel Nylander) * Turkish (Baris Cicek) New or updated manual translations: * Swedish (Daniel Nylander) version 2.25.91 --------------- Bugs fixed: * #571273: crash in Archive Manager: Opening an archive (ISO) Patch by Tom Parker. * #560429: GNOME Goal: Remove deprecated GLib symbols * #570505: file-roller crashed with signal 5 in IA__g_malloc() New or updated application translations: * Asturian (Astur) * Aviary.pl (Tomasz Dominikowski) * Basque (Iñaki Larrañaga Murgoitio) * Belarusian Latin (Ihar Hrachyshka) * Brazilian Portuguese (Fabrício Godoy) * Bulgarian (Alexander Shopov) * Chinese (Hong Kong) (Chao-Hsiung Liao) * Chinese/Traditional (Chao-Hsiung Liao) * Danish (Kenneth Nielsen) * Dutch (Wouter Bolsterlee) * Español (Jorge González) * French (Claude Paroz) * Kannada (Shankar Prasad) * Macedonian (Arangel Angov) * Portuguese (Duarte Loreto) * Romanian (Adi Roiban) * Serbian (sr) (Горан Ракић) * Serbian (sr) (Goran Rakić) * Thai (Theppitak Karoonboonyanan) * Ukrainian (Maxim Dziumanenko) * Vietnamese (Clytie Siddall) * zh_CN (甘露(Gan Lu)) version 2.25.90 --------------- New features and user visible changes: * Use gtkbuilder instead of libglade. Bugs fixed: * #568881: don't rely on gtk implementation details * #569825: file-roller should use TMPDIR or XDG_CACHE_HOME for temporary files. New or updated application translations: * Brazilian Portuguese (Fabrício Godoy) * Catalan (Jordi Mallach) * Deutsch (Christian Kirbach) * Finnish (Ilkka Tuohela) * Hungarian (Gabor Kelemen) * Korea (Changwoo Ryu) * Swedish (Daniel Nylander) version 2.25.2 -------------- Bugs fixed: * #567554: An error occurred while adding files to the archive after encrypt the zip archive. * #566591: File roller cannot create splitted archives with pieces smaller than 1 Mb * #560647: file-roller wakes up the CPU 2 times per second. * #563208: file-roller can't extract to an ftp mounted directory. Patch by Gerard Lommerse. * #564029: Unziping an archive from nautilus fails with certain characters. * #565879: isoinfo.sh has shebang but is installed -x Patch by Loïc Minier. * #567901: renaming directory in tarball creates duplicate files * #568260: file-roller installs static libraries by default (for nautilus extension) * #566683: remove redundant figures New or updated application translations: * Español (Jorge González) * Norwegian Bokmål (Kjartan Maraas) * zh_CN (甘露(Gan Lu)) version 2.25.1 -------------- Bugs fixed: * #564805: Drop libgnome/ui dependency. Patch by Saleem Abdulrasool. * #561535: Unable to create archive with OpenOffice document using nautilus integration. Patch by Gerard Lommerse. * #559481: Can't open/view file directly from File Roller if there is a bracket in the directory/file name. Patch by Gerard Lommerse. New or updated manual translations: * Catalan (Joan Duran)
2009-03-10pkgsrc changes:sno2-7/+7
- Updating to 1.46 Upstream changes: * important changes in version 1.46 05/03/2009: - Address: bug #43513: [PATCH] Accept wrong checksums from SunOS and HP-UX tar like GNU tar does. See here for details: http://www.gnu.org/software/tar/manual/tar.html#SEC139 - make COMPRESS_BZIP and COMPRESS_GZIP constants actually work and fix their documentation Oked by rhaen@
2009-03-09Added archivers/sapcar version 7.00sno1-1/+2
2009-03-09pkgsrc changes:sno4-0/+129
Import of new archivers/sapcar to extract *.SAR archives provided by SAP AG for their packages. SAPCAR (older version was called CAR) is a compress utility (similar to winzip, tar, zip, gz, etc.) , that is used by SAP to compress and decompress nearly all delivered files and executables. On 09/15/08 05:46 UTC, OBATA Akio <obache@netbsd.org> wrote: > Personally, I think that those packages may exist. On 09/15/08 09:41 UTC, Jonathan Groll <lists@groll.co.za> wrote: > I for one would be most grateful if you could get this to work. Oked by joerg@
2009-03-05Play the CHECK_PERMS=no game here as well to avoid cyclic dependencies.joerg1-1/+2
2009-02-18Changes 4.65:adam3-11/+18
* From Windows version of 7-zip 4.62 to 4.65 * The bug in 7-Zip 4.63 was fixed: 7-Zip could not decrypt .ZIP archives encrypted with WinZip-AES method. * 7-Zip now can unpack ZIP archives encrypted with PKWARE-AES. * Some bugs were fixed. * Fixed : the RAM size was reported incorrectly on MacOSX 64bits * Fixed : makefile.linux_amd64_asm_icc * DJGPP : makefile.djgpp becomes makefile.djgpp_old makefile.djgpp_watt added (thank to Rugxulo) * you can now compile 7za with a cmake project (see README) the cmake project can build a codeblock project ;) Remark : the kdevelop3 or Eclipse/CDT4 project don't work :(
2009-02-11Sort PYTHON_VERSIONS_ACCEPTED.joerg3-8/+8
2009-02-10no changelog for 1.43rhaen2-6/+6
* important changes in version 1.44 19/01/2009: - Address #41798: Nonempty $\ when writing a Tar file produces a corrupt Tar file - Textual fix to Makefile.PL diagnostics
2009-02-10DESTDIR support.joerg3-12/+28
2009-02-09DESTDIR support.joerg13-39/+112
2009-02-09DESTDIR support.joerg6-27/+35
2009-02-09Simplify.joerg1-3/+2
2009-02-09DESTDIR support.joerg3-9/+10
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.