summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-02-03No inttypes.h on SFU. From Hiroyuki Bessho in PR 40451.joerg1-2/+2
2009-01-28Supports DESTDIR.joerg1-1/+3
2009-01-2064-bit time_t fallout:tnn3-1/+37
gtar cowardly refuses to build if time_t doesn't fit in "long int", as happens to be the case now on 32-bit NetBSD hosts. Supress the error and turn it into a warning instead. "make test" still OK
2009-01-17- updated to 1.42rhaen2-6/+6
Changelog: -no changelog for 1.41- * important changes in version 1.42 13/12/2008: - Address #40426: Archive Tar to support direct Archive::Tar::File adds It is now possible to add Archive::Tar::File objects via $tar->add_files - Address #40016 (Archive::Tar assumes $> won't change): CAN_CHOWN is now a dynamic check upon extraction. This allows scripts to drop privileges when desired - Address take 2 of #39933: [PATCH] handle ../ directory name on VMS John M. sent in a better way to do directory name translation.
2009-01-16It seems that DISTFILE was replaced with same name, no information.obache2-5/+7
Bump PKGREVISION for safe.
2009-01-13Update to 2.24.3:wiz2-6/+6
version 2.24.3 -------------- Bugs fixed: * #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. * #560468: Remove single GTK+ includes. Patch by Maxim Ermilov. New or updated manual translations: * Catalan (Joan Duran)
2009-01-12Update to 1.0.5:wiz2-7/+6
Changes in 1.0.5 (Jan 08, 2009) - Now properly complains about trying to read or write compressed data to terminal, and exits - Further fixed CPU detection crash - Updated Makefile to force deletion when cleaning
2009-01-03Update to 1.0.4:wiz2-7/+7
Changes in 1.0.4 (Dec 21, 2008) - Added support to use pbzip2 with tar (--use-compress-prog=pbzip2). - Added support for all remaining bzip2 command line options so pbzip2 can be used as a drop-in replacement for bzip2. - Fixed bug that would cause pbzip2 to crash if detection of the number of processors failed. - Now prevents uclibc from being exposed to its lack of a getloadavg function. Changes in 1.0.3 (Oct 31, 2008) - Added support for compression using stdin and pipes! Thanks to Ivan Voras for supplying the patch to enable this feature. - Added support for decompression using stdin and pipes but currently limited to only a single thread - Added support for testing bzip2 files using stdin and pipes - Added support to directly decompress files without using threads when files are small or the system only has 1 CPU. This mode is also used if the .bz2 file contains only 1 bzip2 stream. - Added support to compress 0 byte files like bzip2 - Added support for pbzcat symlink to automatically specify decompression mode to stdout, just like bzcat - Increased max supported path and filename from 255 to 2048 characters - Updated RPM spec to support SUSE Linux - Updated help display to show how many CPUs autodetect has found - Code cleanup
2008-12-17Improve linux compat. From christos@.joerg3-9/+27
2008-12-02Update to 2.24.2:wiz2-6/+6
version 2.24.2 -------------- New or updated application translations: * Estonian (Ivar Smolin)
2008-12-01Changes 4.61:adam2-7/+7
- From Windows version of 7-zip 4.61 : - 7-Zip now supports LZMA compression for .ZIP archives. - Some bugs were fixed. - Fix: Ask for password twice when creating encrypted archive - 7zG added (read GUI/readme.txt) Changes 4.60: - From Windows version of 7-zip 4.60 : - Some bugs were fixed - p7zip didn't use the BCJ /BCJ2 filters for executables (: - makefile.linux_amd64_asm_icc added Changes 4.59: - From Windows version of 7-zip 4.59 : - 7-Zip now can unpack UDF, XAR and DMG/HFS archives. - It's allowed to use -t switch for "list" and "extract" commands. - Some bugs were fixed.
2008-11-18Removed unnecessary :Q operators.rillig1-11/+11
2008-11-05Update to 1.40.wiz3-7/+13
XXX: Automatic handling and plain entries don't work for symlinks for ptar and ptardiff, no idea why. Added PLIST entries like the following for this reason: @unexec ${RM} -f %D/bin/ptar 2>/dev/null || ${TRUE} * important changes in version 1.40 13/10/2008: - Add $class->has_zlib_support and $class->has_bzip2_support to discern which A::T can support - Address: #39933: [PATCH] handle ../ directory name on VMS (core patch) * important changes in version 1.39_04 08/09/2008: - Address: #38932: pax_global_header extracted as file Don't extract these special files, which are added by, among others, git-generated tarballs. It holds a comment and is not meant for extraction. This follows gnu tar 1.14 and later behaviour - Address: #19577: extract_file() drops volume part of extraction path Windows users can now extract files to a different volume * important changes in verison 1.39_03 26/08/2008: - Because all the IO::Compress modules are interlinked, they must be the same version when installed, or breakage will occur like shown at this tester report: http://www.nntp.perl.org/group/perl.cpan.testers/2008/08/msg2083310.html Mailed the author to find a less fragile solution, but for now we require all the individual modules, and all at the same version. * important changes in version 1.39_02 25/08/2008: - Address #31806: Please add support for bzipped tar files. Archive::Tar now supports reading/writing tar.bz2 files. - Since IO::Zlib is now core, it is now a default dependency. - Added Package::Constants as a dependency to ease the use of A::T::Constants - Dependency on IO::Compress::Bzip2 and IO::Uncompress::Bunzip2 is on by default, but can be negated with the -n switch when building: 'perl Makefile.PL -n' - Improve documentation on the new ->iter function * important changes in version 1.39_01 22/08/2008: - Address the second part mentioned in this report: #30380: directory traversal vulnerability in Archive-Tar Archives are no longer allowed to extract into symlinked directories, unless Insecure Extract Mode is enabled (which is off by default). - Add regression tests for this behaviour - Address #33669 (Could not update timestamp warning on symlinks) Don't update timestamps on symlinks, they'll modify the original - Apply core patch: [patch@33971] Archive::Tar was building corrupt archives on VMS as supplied by John Malmberg - Address #37375: ptar should allow '-' as an archive_file name Patch provided by glenn jackman - Add convenience method ->extract() to A::T::File - improve docs of A::T::File by adding rv & object in the header - Address #38580: [PATCH] Archive::Tar-&gt;iter This adds an iterator to Archive::Tar, thanks to Gisle Aas
2008-10-30Added p5-Archive-Any.he1-1/+2
2008-10-30Import p5-Archive-Any version 0.0932.he3-0/+34
This module is a single interface for manipulating different archive formats. Tarballs, zip files, etc.
2008-10-26Don't depend on presence of u_int32_t, just use uint32_t.joerg3-8/+8
2008-10-25Update to 2.24.1:wiz2-6/+6
version 2.24.1 -------------- Bugs fixed: * #556623: correct spacings in glade dialogues. Patch by Christian Persch. * #556619: format not a string literal and no format arguments. Patch by Christian Persch. * #556571: non secret password typing. * #555282: opening archive on remote directory fails with "Operation not supported". New or updated application translations: * Arabic (Anas Afif Emad) * Brazilian Portuguese (Fábio Nogueira) * Czech (Adrian Guniš) New or updated manual translations: * Finnish (Valto Wirkola)
2008-10-20Update from version 1.24nb1 to 1.26.he2-7/+6
Upstream changes: 1.26 Mon 13 Oct 2008 - Adam Kennedy - Fixed the dreaded but #24036: WinXP Explorer Exposes Problems. This caused directories to appear as files in Windows Explorer and was caused by Windows always reading the msdos directory bit even when the file attributes are types as unix. Resolved by emulating the behaviour of Info-Zip and setting the 5th bit in the externalFileAttributes field. 1.25 Sat 11 Oct 2008 - Adam Kennedy - Removing "use warnings" instances that somehow slipped in - Skip test if Digest::MD5 is not available
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he4-4/+8
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-16update to 2.24.0drochner3-12/+41
This switches to the gnome-2.24 release branch.
2008-10-09Update to 3.8.3, changes unknown.wiz4-50/+14
patch-aa was included upstream.
2008-10-08Add CONFLICT with lzma-utils (bin/lzma).wiz1-1/+3
2008-10-08+ lzma-utils.wiz1-1/+2
2008-10-08Initial import of lzma-utils-4.32.7, packaged for pkgsrc-wip by Jukka Salmi:wiz4-0/+54
LZMA Utils is a set of utilities for LZMA compression and decompression. They aim to have an interface very similar to the well known gzip and bzip2 utilities.
2008-09-29Common/String.h confounds with case insensitive filesystem.obache3-1/+42
Remove "Common" from include path.
2008-09-24On Linux systems, don't use ext2_fs.h features if we don't have the header.dsainty1-4/+4
Fixes build of pkgsrc/archivers/bsdtar on some systems, no functional change intended on systems that already successfully built. Ok'd during freeze by joerg@ and agc@
2008-09-22Explicitly disable building the shared libarchive. This fails to linkjoerg1-2/+2
on HP-UX against the static libz.a used if the system doesn't have a native version. It also reduces build time in other cases.
2008-09-21Remove workaround patch for old compiler problem, snj (who added it)wiz3-103/+3
thinks it's not necessary any longer. Bump PKGREVISION.
2008-09-18Fix MASTER_SITE.obache1-2/+2
2008-09-16Drop NO_BIN_ON_FTP per private correspondence with upstream author,gdt2-9/+17
and include permission grant. Simplify DESCR and add note about the prohibition on using unrar to develop an rar-compatible archiver. PKGREVISION++ due to DESCR change.
2008-09-11Update from version 1.23 to 1.24.he2-6/+6
Upstream changes: 1.24 Sun 23 Aug 2008 - Adam Kennedy - Blatantly pander to CPANTS by adding use strict to a deprecated module - Add an explicit load of FileHandle since in some circumstances, calling GLOB->print() failed. - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25925 : - Archive-Zip wrote faulty .zip files when $\ was set (such as when running using perl -l). - Incorporated a heavily modified version of ECARROLL's test file. - Thanks for ECARROLL for reporting it, and helping with the investigation. - The fix was to convert all $fh->print(@data) to $self->_print($fh, @data) where the _print() method localizes $\ to undef. - Fixed http://rt.cpan.org/Ticket/Display.html?id=14132 : - Incorrect file permissions after extraction. - Archive-Zip did not set the file permissions correctly in extractToFileNamed(). - Added t/10_chmod.t and t/data/chmod.zip. Changed lib/Archive/Zip/Member.pm. - Reported by ak2 and jlv (Thanks!) - SHLOMIF wrote the test script. - (SHLOMIF) - Removed a double "required module" from the Archive::Zip POD. - Fixed http://rt.cpan.org/Ticket/Display.html?id=24557 ("documentation improvement"): - mentioned Archive::Zip::MemberRead in a few places. - TODO: - 1. Add a method to Archive::Zip to get a ::MemberRead from an archive member using -> notation. (?) - 2. In the POD of ::MemberRead - replace the indirect object call. - Changed the POD of ::MemberRead: - replaced the indirect object construction with $PKG->new(). - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=34103 : - changed the example to read unless ( .. == AZ_OK) instead of unless ( != AZ_OK), which was incorrect.
2008-09-10Set NO_BIN_ON_FTP; not clear if our patches qualify as 'modified'.gdt1-1/+2
2008-09-08Changes 2.1:adam3-15/+15
Bug fixes: - On some platforms configure didn't add -lm flag; fixed. New features: -- Configure was updated to use GNU autotools version 1.5.14.