summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2006-02-19Fixed pkglint warnings.rillig1-10/+9
2006-02-17Fixed pkglint warnings. If no kernel image can be found, try to build therillig1-27/+30
package without.
2006-02-15Use INSTALLATION_DIRS instead of INSTALL_MAN_DIR.reed1-3/+3
Use PKGMANDIR instead of hardcoded "man". (No changes to defaults.)
2006-02-15update to 2.12.3drochner3-8/+9
changes: translation updates
2006-02-15+ucldrochner1-1/+2
2006-02-15import ucl-1.03, another data compression librarydrochner5-0/+59
(optionally used by pytables)
2006-02-14Changes 2.1:adam4-31/+23
* Added -L compression level option * minor portability fixes * fixed a bug that could cause some files to not be able to be uncompressed
2006-02-13Changes 4.33:adam3-19/+17
- From Windows version of 7-zip 4.33: - Compressing speed and Memory requirements were increased. Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB, Normal: 4 MB, Max: 16 MB, Ultra: 64 MB. - 64-bit version now supports 1 GB dictionary - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4 - Compression ratio in Zip/GZip/Deflate in Ultra mode was increased - Some bugs were fixed - fix "Bugs item 1407358" : Passwords entered are not visible on command line if the target has the system function "getpass". - fix "BCJ2" : now p7zip uses the "BCJ2" filter when the file has execute permission (7-zip uses the "BCJ2" filter when the filename ends with ".dll", ".exe", ".ocx", ".sfx" or ".sys") - patch 1390722: no new line at end of file - patch 1390716: allow compiling with gcc-4.1 - patch 1425862: allow other make programs than GNU make - Testing framework added ("make test" and "make test_7z") - fix 'lstat': p7zip can compile if 'lstat' is not available
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme1-2/+2
insterested.
2006-02-12Removed CRLF line endings from *.c and *.h in the zlib/ and bzip2/rillig1-2/+7
directories to allow building with gcc-2.95.
2006-02-12Security fix for http://secunia.com/advisories/18251/ (CVE-2005-4268)seb4-6/+567
adapted from patch attached in redhat bugzilla https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172669 While here add test target support. Bump PKGREVISION to 2.
2006-02-11Fixed pkglint warnings.rillig1-7/+7
2006-02-09Fixed pkglint warnings.rillig1-5/+3
2006-02-09Fixed pkglint warnings.rillig3-26/+26
2006-02-09Fixed pkglint -Wall warnings, as noted in PR 32773.rillig1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg28-38/+56
2006-02-05Fix building on Darwin/MacOSXadam2-4/+4
2006-02-02Update p5-Archive-Tar to 1.28abs2-6/+6
Changes since 1.26: * important changes in version 1.28 19/1/2006: - add pod to ptar and ptardiff so they have manpages generated - integrate change 25333 by rgs@oregon on 2005/08/27 16:28:27 which fixes a failure in Archive::Tar tests when perl is built with -Dmksymlinks - integrate Change 26870 by craigb@craigb-brianor on 2006/01/17 04:03:01 holding vms specific patches - mention 'full_name' as property type to list_archive - address #14922 -- unable to reproduce, but add a test case to make sure the issue doesn't occur - apply the docpatch provided by: #15935: File type constants are not documented - document our lack of support for stringified archives and compressed archives opened to a non-io-zlib fh - 1.27 was skipped due to PAUSE issues
2006-02-02bump versionchristos1-2/+2
2006-02-02hack for solaris automounter.christos1-2/+4
2006-01-29Add & enable rox-archive.rxg1-1/+2
2006-01-29Intial import rox-archive-2.0.rxg4-0/+72
Simple archiver for ROX.
2006-01-28Added a patch to support MIPSpro.rillig2-1/+23
2006-01-26Fix typo: INFODIR should be INFO_DIR for INSTALLATION_DIRS.reed1-2/+2
I made this typo in September. Noticed from Jonathan Perkin's bulk build. INFODIR is defined in bsd.own.mk and I didn't even know about bsd.info.mk. (Is that used? If so, maybe INFODIR=${PREFIX}/${INFO_DIR}.)
2006-01-24This needs msgfmt plurals.jmmv1-1/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-2/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Update to 2.12.2:jmmv3-21/+6
* Fixed bug #319343: file-roller won't let me delete files from an archive which contain a dollar sign ($) * Added 7zip mime type to the desktop file.
2006-01-12Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-11Has broken gettext detection.joerg1-1/+2
2006-01-04Update to 0.9.5.wiz2-8/+8
Honor PKGMANDIR. Changes in 0.9.5 (Dec 31, 2005) - Changed default output to silent like bzip2 and added -v switch to make verbose - Added support to autodetect number of CPUs on OSX - Added support to compile on Borland and other Windows compilers using pthreads-win32 open source library - Added decompression throttling in case too much backlog in filewriter - Fixed bug from patch in 0.9.4 that limited file block size to 900k - Fixed bug that caused file output to fail with some large files - Fixed pthreads race condition that could cause random segfaults - Fixed pthreads resource issue that prevented pbzip2 from compressing a large number of files at once
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Update patch-aa for Makefile.in to install man pages to PKGMANDIR.reed2-5/+10
The configure script doesn't know --mandir (but doesn't fail either).
2005-12-27Install man pages to PKGMANDIR instead of "man".reed1-6/+6
2005-12-27Honor PKGMANDIR.reed1-3/+3
2005-12-27Add "archiver" to the COMMENT.reed1-2/+2
2005-12-27Install man pages to PKGMANDIR (instead of "man").reed1-7/+7
2005-12-12First step at reworking Linux binary packages.joerg3-16/+12
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-06Update to 7.30:wiz3-8/+10
- From Windows version of 7-zip 4.30 : - Speed optimizations in LZMA maximum/ultra compressing. - LZMA now supports word size up to 273 - 7-Zip now reduces dictionary size for LZMA, if you compress files smaller than specified dictionary size. - Some bugs were fixed - fix minor build trouble with MacOS X - fix "Bugs item #1349229" : 7-zip now displays "e: Extract files from archive (without using directory names)"
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig5-10/+10
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-8/+8
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05SunPro on Solaris needs -D__EXTENSIONS__ for getopt().rillig1-1/+4
2005-12-03Update PHP5 to version 5.1.1. Some of the key features include:jdolecek1-1/+3
* A complete rewrite of date handling code, with improved timezone support. * Significant performance improvements compared to PHP 5.0.X. * PDO extension is now enabled by default (separate pkg for pkgsrc) * Over 30 new functions in various extensions and built-in functionality. * Bundled libraries, PCRE and SQLite upgraded to latest versions. * Over 400 various bug fixes. * PEAR upgraded to version 1.4.5 This release also fixes various security problems discovered in 5.0.X.
2005-12-03Security update to version 0.53.salo3-32/+12
Changes: - fix buffer overflow (CVE-2005-3862)
2005-12-01Fixed pkglint warnings:rillig2-4/+4
- Removed partial RCS tag from patch-ad.
2005-12-01Fixed some pkglint warnings of the form:rillig12-27/+27
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-12-01Update pax to 20051108. The previous version failed to handle the -Xminskim24-297/+607
option, which is used in print/teTeX3-texmf. The only difference from the pax in src is that tar does not support the --chroot option if fchroot(2) is not available. Major changes and bug fixes since 20040802: PR/18759: FUKAUMI Naoki: pax/tar dot-dot handling broken PR/18840: Frederick Bruckman: Fix for PR/18663 incomplete pax symlink handling This patch makes ``--insecure'' do something. Now if ``--insecure'' is not set (the default) we do a realpath(3) in all the pathnames that we are trying to create and if either realpath fails, or the path is outside our working directory, we print a warning and die. This maybe too strict and might fail on valid archives that create symlinks and directories in the wrong order. PR/31923: Sergey Svishchev: pax-as-tar ignores -k, overwrites existing files Fix from Onno van der Linden PR/30132: Juan RP: tar --chroot refuses to extract files. fchroot() changes the effective path, so we need to call updatepath(). Apply user supplied patterns first before applying actions for -A. This way pax behavior WRT to patterns lines up with the example in the documentation and how other implementations do it as well since -A is a non-standard option/behavior. Fixes items noted in PR#23776 Add an option --chroot to tar. Causes it to chroot(".") before doing an extract. With -h this will cause existing absolute symlinks to be treated as relative to the current directory. Helps sysinst handle existing symlinks in the target system. Remove 'L' from the usage (got spilt into 'h' and 'H' many moons ago) Add 'S' to usage, and put into correct place in options list. PR/27213: Greg A. Woods: pax doesn't honour SIGPIPE when listing But always exit, not just on SIGPIPE. Properly handle "cpio" archives where the last hardlink includes the data of a file. This fixes PR bin/26514. PR/20228: Simon Burge: pax has problems reading a particular cpio archive The problem here is that the archive is too short (< 512 bytes). The buffer routines, try to read at least 512 bytes, even when we try to determine what format file we have, which is wrong. Don't leave arcn->org_name pointing to ftent->fts_path, if we being cpio then ftent is freed just below. Take a copy of the name and point org_name at the copy. Should fix PR/30627 (the fix in the PR will break pax and tar!) PR/30167: J.T. Conklin: NetBSD tar does not support GNU tar --no-recursion flag Fix from PR#29290. Properly terminate the cpio_longopts struct so an unknown option doesn't run off the end and core dump Fix broken cpio(1) option handling: - "cpio -i -t" should list the contents of a file, not extract it. - Don't extract a file when only option "-d" is given. Patch supplied by Paul Ripke in PR bin/26513. PR/27212: Greg A. Woods: Accept "-C <dirname>" inside filelists in addition to "-C\n<dirname>". But we are not making it the default output option as the patch suggests. PR/19490: Julio Merino: Teach tar about --sparse, -S option. Do it for cpio too. PR/27208: Greg A. Woods: pax must call options() before using syswarn() or tty_warn() PR/20071: Perry Metzger: --extract handling is broken. This patch fixes Perry's example.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-1/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-07Use sys/endian.h on DragonFly as well.joerg2-5/+5