summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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
2007-08-15Import bsdtar, a tar-frontend for libarchive. This version is usingjoerg3-0/+80
either system zlib and bz2 or statically including them, making the package standalone. It is supposed to replace pax/tar for bootstrap.
2007-08-13Switch to in-tree libarchive-2.2.6.joerg3-30/+10
2007-08-13Update in-tree libarchive to 2.2.6. This merges the local changesjoerg27-636/+1105
and some bugfixes from FreeBSD.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-05Don't use malloc.h.joerg2-1/+14
2007-08-03Import libarchive-2.2.5 with three modifications sent upstream:joerg164-0/+89433
- optional building of bsdtar - optional dynamic linkage of bsdtar - fixed libtool use for bsdtar linkage - include of pre-built getdate.c
2007-08-03Add builtin detection for libarchive 1.3 and later.joerg1-0/+74
2007-08-02Use in-tree versions. The replacement Makefile can be used for directjoerg3-111/+53
builds in bootstrap tools as well. Add DESTDIR support.
2007-08-02Import stripped down version of bzip2-1.0.4 for use in bootstrap andjoerg17-0/+8918
essential tools. Not included are the manual and the regression tests.
2007-08-01Don't use malloc.h.joerg2-14/+15
2007-07-29Update libarchive to 2.2.5. Biggest changes are:joerg7-311/+28
- massive performance improvements, up to 40% for bsdtar compared to 1.x - support for external (de)compressors, ar-chives and many other goodies.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam3-40/+15
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-29patch-aa has been applied upstream.rillig2-15/+1
2007-07-29Fixed the checksums for the distfile. The author didn't know thatrillig2-5/+6
.tar.gz files are assumed to be immutable once they have been released.
2007-07-27Changes 4.51:adam3-8/+9
- From Windows version of 7-zip 4.50 : - Bug was fixed: 7-Zip 4.50 beta could not open some .7z archives. - fix built of test_emul Changes 4.50: - From Windows version of 7-zip 4.50 : - New switch for command line version: -ssc[-] enables/disables case-sensitive mode for file names. - Speed optimizations for AES encryption. - Some bugs were fixed. - contrib/gzip-like_CLI_wrapper_for_7z/p7zip now supports commands like :
2007-07-26Take maintainership.rillig1-2/+2
2007-07-26Updated pbzip to 1.0.2.rillig3-6/+20
Changes since 1.0: Changes in 1.0.2 (Jul 25, 2007) - Added support to directly compress files without using threads when files are smaller than the specified block size or the system only has 1 CPU. This will speed things up considerably if you are compressing many small files. You can force this behaviour by using -p1 - Added support for pbunzip2 symlink to automatically specify decompression mode - Changed pbzip2 exit code behaviour to match bzip2 for all error states (ie: trying to compress a file that already has a .bz2 extension) Changes in 1.0.1 (Mar 20, 2007) - Added #ifdef PBZIP_NO_LOADAVG to remove load average code for UNIX systems that do not support it such as HP-UX and OSF1
2007-07-25Don't hard-code that malloc.h exists, do the reverse.joerg2-1/+15
*sigh* and we run autoconf because?
2007-07-24Skip example directory for the interpreter check.joerg1-1/+2
2007-07-21Changes 4.49:adam2-7/+7
- From Windows version of 7-zip 4.49 : - 7-Zip (7z) now can unpack WIM archives - fixed : On Sparc Solaris, core dump during "7z a -sfx exe.x dir" with p7zip compiled with makefile.solaris_sparc_CC_32 - some code cleanup - On HPUX, p7zip can get the number of CPU and the size of the memory.
2007-07-19Add DESTDIR support. From Blair Sadewitz by mail.joerg2-6/+8
2007-07-13update to 2.18.4drochner3-8/+8
changes: translation updates
2007-07-13Fix for FreeBSD-SA-07:05.libarchive CVE-2007-3641, CVE-2007-3644 andlkundrak3-2/+234
CVE-2007-3645. PKGREVISION bump.
2007-07-02Changes 4.48:adam4-18/+20
- From Windows version of 7-zip 4.48: - Encryption strength for .7z format was increased. Now it uses random initialization vectors. - Some bugs were fixed. - fixed 1729236: Makefile infrastructure not safe for parallel compilation (if your make command understands -C and -j4, copy makefile.parallel_jobs over makefile) - Now the executables are not built with the PIC (position-independent code) flag. 7z.so are still built with the PIC flag. 7za and 7zr are now faster than 7z with 7z.so. 7za, 7zr and 7r are now smaller. - contrib/gzip-like_CLI_wrapper_for_7z/p7zip now supports spaces in filename and use 7za instead of 7z. - contrib/qnx630sp3 added to support QNX built
2007-06-16Fix MASTER_SITES. From Zafer Aydogan.wiz1-3/+2
2007-06-16Remove MASTER_SITE, it is not reachable. From Zafer Aydogan.wiz1-2/+2
2007-06-09Updated archivers/p5-Archive-Tar 1.30 -> 1.32:abs2-6/+6
* important changes in version 1.32 24/5/2007: - Make Archive::Tar work nicely with perls compiled with -Dmksymlinks. This also fixes an issue introduced in 1.31 where symlinks weren't dereferenced in all cases. - Quell warnings when a gid is not resolvable to a group name * important changes in version 1.31 18/5/2007: - No longer use the t/setup.t and t/cleanup.t files but just bundle the binary files; this was done for core integration, but the new uupacktool.pl script means we dont have to do this anymore _ Apply core perl Change 30997 by rgs@stcosmo on 2007/04/20 15:03:57 - Address: #27124: Unneeded warning sent when checking for file inclusion contains_file() will no longer warn to STDERR when a file is not contained in an archive and $WARN is set to 'true'. - Address #26492: Dangling symlinks not preserved: Archive::Tar used to complain about dangling symlinks, unlike standard gnu tar, which would add them silently. This patch brings A::T's behaviour in line with gnu tar - Minor pod fixes