summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06Over 1200 files touched but no revisions bumped :)reed11-27/+27
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-03Changes 4.37:adam5-22/+24
- From Windows version of 7-zip 4.37 : - Some bugs were fixed. - fix build for Solaris sparc with CC instead of g++. - fix build for Solaris 9 x86 - fix build for Solaris 10 x86 - fix build for OpenBSD - p7zip can now be build with djgpp. - new target : 7zr (lite version of 7za) - new machine : IBM AIX Changes 4.36: - From Windows version of 7-zip 4.36 : - 7-zip now can unpack ISO archives - GCC 4.X : add C++ visibility support to reduce the size of the *.so (see makefile.linux_x86_ppc_alpha__gcc_4.X) - cygwin now supports '-o/tmp' Changes 4.35: - From Windows version of 7-zip 4.35 : - New switch : -slt ("l" (list) command with -slt shows technical information for archive). - Some bugs were fixed. - From Windows version of 7-zip 4.34 : - BZip2 compressing / decompressing now can work in multi-threading mode - Multi-threading mode now is default for multi-processor systems
2006-03-30Update to 2.14.0:jmmv3-18/+20
version 2.14.0 -------------- * Added license button to the about dialog. * New translations: Georgian (ka) and Breton (br). * Updated translations: Ukrainian (uk), Welsh (cy), Hindi (hi), Swedish (sv), et, Czech (cs), Italian (it), Romanian (ro). version 2.13.92 --------------- * Fixed bug #331601 – Nautilus doesn't display the "Extract here" menu option for files which have a ".ps.gz" version 2.13.91 --------------- * Fixed bug #330315 - ps.gz files not associated * Fixed bug #328942 - Don't translate empty strings version 2.13.90 --------------- * Fixed bug #328473 – should not distribute pre-gnome-2.8 mime files * Fixed bug #328331 - Crashes on extraction * Fixed bug #328036 - Add GTK category to the .desktop file version 2.13.4 --------------- * Fixed bug #139912 - file roller is not a "system tool". * Fixed bug #168388 - file roller shouldn't create an ARCHIVE_FILES folder if the archive only have one root folder * Fixed bug #326810 - file-roller escaping issue with '#' by example. * Removed obsolete .applications file. version 2.13.3 --------------- * Updated translations: ca, zh_HK, zh_TW, vi, fi, ja, be, hy. version 2.13.2 --------------- * Fixed bug #323713: "Save as" should default to current archive filename * Fixed bug #315069: file-roller: drag 'n drop doesn't work for more than 1 file. * Fixed bug #323534: Passwords improperly escaped for zip files * Do not open a progress dialog when dragging files, use a progressbar in the statusbar instead. * Fixed bug #316364: Nautilus dependency should be optional * Fixed bug #311821: ascending and descending indicators are opposite from expected. * Fixed bug #317423: Conflicting mnemonic in "Extract" dialog. * Fixed bug #323068: file-roller fails in chosing extract-to directory * Fixed bug #322197: Improve Naming Filename when create new Archive file * Fixed bug #316564: needs unzip AND zip. * Simplified the add dialog populating the file type combobox with the extensions instead of the descriptions. * Set progress dialog display delay to 1 second. * More HIG compliant progress dialog. * Use a single command execution to add many files and folders to an archive to speed up the operation. * Allow to stop creation of a new archive. * Correctly associate fr to 7zip files. version 2.13.1 --------------- * Fixed bug #319600: compilation under AIX 5.1 aborts with ".atoll not found". * Fixed bug #319343: file-roller won't let me delete files from an archive which contain a dollar sign ($). * Removed the bonobo component.
2006-03-30Avoid extra stat() calls by not repeatedly checking whether a filejlam1-2/+2
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not.
2006-03-30* Honor PKGINFODIR.jlam2-3/+5
* List the info files directly in the PLIST.
2006-03-30Add ruby-zip.minskim1-1/+2
2006-03-30Import ruby-zip.minskim4-0/+31
rubyzip is a ruby module for reading and writing zip files.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv2-4/+4
PR-responsible person (such as I am ;) a little easier.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam4-12/+12
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-20Add CONFLICT with gcpio (libexec/rmt). Bump PKGREVISION to 2.jlam1-2/+4
2006-03-20* Add a CONFLICT with gtar-base (libexec/rmt).jlam2-8/+8
* LIBS is an "OPSYS" variable, so avoid the unnecessary conditional. * List the info files in the PLIST. Bump the PKGREVISION to 3.
2006-03-14Normalise path names as relative under cwd as if they would have beenjoerg3-7/+55
extracted under chroot. Don't attempt to deal with existing symlinks to directories. This prevents directory traversal and therefore the creation of arbitrary files. Bump revision.
2006-03-11Remove phrase:reed1-3/+3
originally shipped as NetBSD's "cpio" up to version 1.3 as this is confusing as it seems to imply that either GNU CPIO originated in NetBSD or NetBSD shipped with this cpio up to NetBSD 1.3 or NetBSD shipped with old GNU CPIO 1.3. Either way this unclear NetBSD-related comment is not useful for this description.
2006-03-10Updated to version 1.29.heinz2-7/+6
Pkgsrc changes: none Changes since version 1.28: =========================== - integrate bleadperl patches to generate the source files for testing, rather than bundling them - make extract* methods accept a::t::file objects too - address #17624: Unnecessary calls to cwd() -- cwd() is only called when needed - address #17935: Archive::Tar::write('file_name') should close or return file handle. -- filehandles are now closed - address #17395: [PATCH] allow extract() to select files by regexes or substrings; patch did not get integrated, but a FAQ on how to achieve this was added to the FAQ section - address #17310 (Archive-Tar 1.26_01 not tolerant to Archives with Garbage) -- Garbage protection should be much improved now
2006-03-08Make this package going on NetBSD/sparc64hubertf1-9/+3
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-1/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05Changes 3.10.22:adam3-19/+21
* Redesigned the year 2038 workarond to fix wrong date/time in ARJ headers under OS/2 and Win32. * Fixed TAB character handling in display routines. * Compiler/portability-related fixes.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam2-5/+4
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam48-96/+96
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Rename rar-linux to rar-bin, for consistency with other -bin packages.wiz5-79/+0
Last part: remove old rar-linux.
2006-03-03rar-linuxwiz1-2/+2
2006-03-03Rename rar-linux to rar-bin, for consistency with other -bin packages.wiz5-0/+78
First part: reimport under new directory.
2006-03-03Complete move of unace22 to unace-bin.wiz5-55/+2
2006-03-03Re-import unace22 as unace-bin, and update it to 2.50.wiz4-0/+53
Changes unknown.
2006-02-26uses both C and C++schwarz1-1/+2
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}.)