summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30Remove explicit set of USE_BUILTIN.bzip2 and .zlib, it breaks the buildjoerg1-4/+1
on amd64.
2007-11-30Update to libarchive-2.4.0:joerg3-5/+7
- portability fixes - run format auction only once, simpler and more reliable - speed up handling of uncompressed archives - fix skipping of archive entries of exactly 4GB size on 32bit platforms - fix reading files > 8 GB from tar archives - many improvements for bsdcpio
2007-11-30Merge changes.joerg1-213/+0
2007-11-30Import libarchive-2.4.0joerg118-850/+16139
2007-11-29update to 2.20.2drochner2-7/+7
changes: translation updates
2007-11-25Update to 3.7.8, changes unknown.wiz2-6/+6
2007-11-13Defining PKGNAME in main Makefile fixes "Cannot extract rarnb1 version"jklos1-2/+3
error for architectures other than i386.
2007-11-11Revert pax large file support as it breaks bootstrap on variousjoerg4-2726/+1891
platforms. Bump revision.
2007-11-08Update of gzip to 1.3.12 and removal of gzip-base and gzip-info.joerg1-3/+1
2007-11-08Update gzip to 1.3.12 and merge base and info back into gzip.joerg18-373/+34
This includes many security fixes, improvements for files over 4GB, portability improves, zless, etc.
2007-11-08DESTDIR support.joerg1-3/+4
2007-11-06Add another mirror. From Zafer in PR #37269.reed1-2/+3
2007-11-06Add another mirror.reed1-2/+3
This closes PR 37268.
2007-11-05update to 2.20.1drochner4-18/+31
This switches to the new gnome-2.20 branch.
2007-11-03Set LICENSE and RESTRICTED.wiz1-1/+6
License does not talk about binaries or modifications.
2007-10-31Add missing LICENSE=.gdt3-3/+6
2007-10-27enable large filefile support, if applicable.grant4-1891/+2726
fixes tar/pax with >2gb files on 32bit Solaris. bump PKGREVISION.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam4-6/+4
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam2-0/+4
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam5-7/+0
can handle packages having no PLIST files.
2007-10-23If OpenSSL is available, Dar will use it for crypto support. Buildlink this ↵dsainty1-1/+2
back under Pkgsrc control.
2007-10-14Update unalz to 0.61.minskim3-28/+11
Changes: - Check endian at run-time. - Avoid using functions that may cause buffer overflow. - Fix a build problem on Linux.
2007-09-29g++4 for i386 doesn't know -mcpu anymore, and I doubt this flag isrillig1-1/+3
necessary in this case at all. Fixes the build on NetBSD 4.99.
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-3/+3
2007-09-25ln -> ${LN}.hira1-3/+3
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-6/+6
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz1-2/+2
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-2/+2
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+4
2007-09-19Changes 4.55:adam2-7/+7
- From Windows version of 7-zip 4.55 : - Some bugs were fixed - fixed 1789154: 7z use default or -m0=LZMA runtime error under HP-UX IA11.23 - support added for HPUX on Itanium. Changes 4.54: - From Windows version of 7-zip 4.54: - Decompression speed was increased
2007-09-16Update dar to version 2.3.5:dsainty4-18/+19
This is a minor release. Changes from 2.3.4 are: - changed displayed message when adding a hard link to an archive while performing a differential backup - added back the possibility to use old blowfish implementation (bfw cipher) - integrated optimization patch from Sonni Norlov - updated Swedish translation by Peter Landgren - updated French translation - fixed broken Native Language Support in 2.3.x (where x<5)
2007-09-15Update libarchive to 2.2.8:joerg1-2/+2
- bsdcpio now supports most of the older SUSv2 specs [not default yet] - mtree reader to specify file arguments (experimental) - handle gtar 1.17 sparse files (instead of the older 1.16) - refined suid/sgid handling: it is optional if the bits can't be reset if owner restore is also not requested - fixes for QNX from Sean Boudreau
2007-09-15Import libarchive-2.2.8joerg24-304/+9839
2007-09-09Drop maintainership.wiz1-2/+2
2007-09-08Convert to use the features framework.jlam2-6/+5
2007-09-08Supports DESTDIR.joerg1-1/+2
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam2-6/+4
2007-09-06Fix build on NetBSD. Add QNX support based on patch from Sean Boudreau.joerg3-11/+16
2007-09-05Changes 4.53:adam4-16/+16
- From Windows version of 7-zip 4.53 : - The bug in 7-Zip 4.48 - 4.52 beta was fixed: 7-Zip could create .ZIP archives with broken files. - Some bugs were fixed. Changes 4.52: - From Windows version of 7-zip 4.52 : - 7z now can unpack Compound files (msi, doc, ...). - Some bugs were fixed (CAB decompressing) - lzma (CPP/7zip/Compress/LZMA_Alone) is now multi-threaded. - fixed 632912: Extracting large directories takes quadratic time (this bug was not fully fixed ...) - fixed: "7za x -odirectory archive.7z" now works even if "directory" is a symbolic link. - makefile.linux_s390x added : support for Linux on IBM z/Series Mainframe with s390x CPU - fixed crashes on BeOs with the flag "@filename" - cleanup in the makefile : defining LITTLE_ENDIAN or BIG_ENDIAN is not needed anymore - ppmd.exe added (CPP/7zip/Compress/PPMD_Alone)
2007-09-02add patch so that this builds on Mac OS X 10.4.10 (missing sys/types.hjdolecek2-1/+14
for ssize_t et.al.)
2007-08-31Fix spelling in comment in revision 1.27, no functional changedsainty1-2/+2
2007-08-30CHECK_INTERPRETER_SKIP expects a filename or pattern. Fix.joerg1-2/+2
2007-08-24bzip2 sources are in ${FILESDIR}, so no need for distinfo or checksums.jlam2-7/+2
2007-08-23Allow a nicer syntax for expressing needing at least a certain versionjlam1-2/+2
of an emulated operating system. Instead of proliferating things like SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a package can say: EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10 all in one, succinct line.
2007-08-23Fix PLIST when using the Linux package and bump revision.joerg2-10/+11
2007-08-22Merge archivers/rar-bin into archivers/rar and convert archivers/rar tojlam14-113/+209
use the emulator framework.
2007-08-20Update dar to version 2.3.4:dsainty2-13/+17
Pkgsrc changes: - Use an option group for dar-int32 Vs dar-int64 Vs neither (infinint) - Default to dar-int64 (the infinint support is excessive, and hugely expensive) - REPLACE_FOO doesn't work if FOO isn't a dependency, and we don't want to pull in Bash and Perl just for a few samples! So, don't replace the interpreters in the samples, just leave them as is. ChangeLog from 2.3.3 to 2.3.4: - fixed behavior when differential backup is interrupted (no more store file that would have been read if no interruption had been done as "deleted" since thearchive of reference) [SF #1669091]. - added official method to access catalogue's statistics through the API (for kdar next version). - Fixed syntax error in dar_par_create.duc and dar_par_test.duc files (Parchive integration with dar). - minor spelling fix in error message (compressor.cpp) - added Wiebe Cazemier's two patches for dar man page - integrated patch from Dwayne C. Litzenberger to fix weakness in dar's implementation of the blowfish encryption. - improved the returned message when an invalid path is given as argument - updated doc/sample/sample1.txt script file
2007-08-19Updated to version 1.34.heinz2-6/+6
Pkgsrc changes: - none Changes since version 1.32: =========================== * important changes in version 1.34 15/8/2007: - Address #28687: Fwd: Unespected reaction of Archive::Tar A::T didn't always handle filenames that evaluated to false (like '0') gracefully. This patch adds a few 'or defined' check to the A::T codebase and a test to ensure filenames like '0' are handeled correctly. - Apply #28407: Unicode and Archive::Tar - documentation patch as FAQ patch
2007-08-15+ bsdtarjoerg1-1/+2