summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2005-10-16Remove MASTER_SITES, it does not contain the file.wiz1-2/+2
2005-10-16Update MASTER_SITES. PR 31829 by Zafer Aydogan.wiz1-2/+2
2005-10-16Update to 2.12.1:jmmv4-25/+67
version 2.12.1 --------------- * Updated translations: it, bn, sv, ku, vi, eu. version 2.12.0 --------------- * New and updated translations. version 2.11.92 --------------- * Do not allow Drag and Drop on the same window. version 2.11.91 --------------- * Fixed bug #311437: [breezy] can't extract a filename from a directory with a space in it from ISO. * Ported the help documents to gnome-doc-utils. * Fixed bug #312243: wrong zoo and 7-zip extensions. * Fixed bug #312240: escape sequences in rar output. * Fixed bug #312246: FR does not read all pending output. version 2.11.90 --------------- * Fixed bug #105521: single click: list view should have mouse-over. * Fixed bug #310015: crash when listing 7-zip archive with 7za 4.x * Updated translations: de bg zh_TW gl sr sr@Latn gu ja fi version 2.11.2 -------------- * Removed copy/move/rename/delete archive commands. * The recent files items are in the Archive menu instead of a submenu. * Changes in the properties dialog: align labels to left, allow window resizing, ellipsize filename and path labels. * Fixed bug #142860: File-roller displays files larger than 2GB as 2GB. version 2.11.1 -------------- * Do not create a _FILES folder anymore (#167261). * Allow to extract more archives at once. Added an --extract-here command line option. * Use g_filename_display_name and g_filename_display_basename when appropriate. * Prevent renaming of files to silently overwrite other existing files (#168287). * Header cleanup (#171618). * Allow stock labels to show through, be nice to translators (#172867).
2005-10-15Updated to version 1.26.heinz2-8/+9
Pkgsrc changes: - Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests. - New prerequisite p5-Text-Diff, due to new program 'ptardiff' Changes since version 1.22: =========================== * important changes in version 1.26 22/8/2005: - the 'ptardiff' was not included in the exe_files section of the makefile.pl, meaning it didn't get installed by default. * important changes in version 1.25 20/8/2005: - Move the changes into it's own file - Add patch from abeltje to make tests pass on VMS. This is *just* the tests -- code may need some extra work to be reliable (#12678) - Add faq about accessing 'tar.Z' files, as provided by Paul Marquess - Add a warning if the read() call from new() fails to return data - Address #13636, where heuristics were 'upgrading' a file to a directory if the file had an @LongLink entry, and the shortened filename ended in a '/'. - Add ptardiff program as suggested by KWILLIAMS (#13658) * important changes in version 1.24 3/5/2005: - Fix a bug where alternate absolute extract paths would add an extra directory upon extract (bug #11342) - Added support for 'perlio' (available for perl5.8 and up). See the Archive::Tar documentation for details * important changes in version 1.23 3/12/2004: - 03_file.t wasn't present in the MANIFEST
2005-10-15Added appropriate TEST_TARGET.heinz1-1/+3
2005-10-14Changed the MASTER_SITES to sourceforge, as the old one has only onerillig1-2/+2
version available. Fixes PR #31588.
2005-10-13Update to 1.02.036.xtraeme4-15/+16
Changes: * Use GNU libtool to build shared libraries on many systems.
2005-10-12Update to 3.5.4.wiz2-6/+6
No changelog available, but probably includes: o fixed two vulnerabilities, which could be exploited with specially crafted ACE and UUE/XXE archives;
2005-10-10Adjusted the filenames in the distinfo file to the new DIST_SUBDIR.rillig1-4/+4
2005-10-09Update MASTER_SITES and HOMEPAGE.ben1-3/+3
2005-10-09Don't create a new DIST_SUBDIR for every PKGREVISION.rillig1-2/+2
2005-10-08Changes 4.29:adam2-9/+9
* Bug fixes
2005-10-07Explicitly cast third argument of open_net to int and use int instead ofjoerg5-3/+81
mode_t. This unbreaks use with the GCC 3.4+ builtin va_arg. Fix the use of ctype macros. Bump revision for that.
2005-10-07Add DragonFly support.joerg4-5/+42
patch-af includes the va_arg handling of short -> int promotion from Linux as discussed on tech-pkg@.
2005-10-06Security fix for CAN-2005-2945 and CAN-2005-2992:salo3-3/+34
"arc 5.21j and earlier create temporary files with world-readable permissions, which allows local users to read sensitive information from files created by arc or marc." http://www.zataz.net/adviso/arc-09052005.txt http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2945 Patch from Debian.
2005-10-04Fix an inconsistent prototype.joerg2-1/+15
2005-10-04This does not need INSTALLATION_DIRS. The install already runsreed1-3/+1
its "./mkinstalldirs" to create the directories.
2005-10-04PECL modules have a real homepage. Set the default for PECL modules totv1-1/+2
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-03Don't define errno locally. Thread DragonFly like Linux and Darwin forjoerg4-12/+36
defines.
2005-10-03On DragonFly at least, -lm is needed for brust_szip. It doesn't hurt onjoerg2-1/+15
other platforms, so just add it.
2005-10-03Depend on errno.h to provide errno.joerg2-1/+16
2005-10-03Define BSD and link with -lcompat on DragonFly, too. Use NAME_MAX, whenjoerg3-3/+25
available and fallback to filesystem constants otherwise.
2005-10-03Use FreeBSD rules on DragonFly as well.joerg1-1/+3
2005-10-03Depend on errno.h to provide errno.joerg2-1/+14
2005-10-03Add DragonFly to the conditions.joerg2-5/+5
2005-10-03Depend on errno.h to provide errno.joerg2-1/+11
2005-10-03Use NAME_MAX (POSIX) by default and only fallback to the BSD or SysVjoerg2-6/+25
constants, when it doesn't exist. The latter isn't defined on DragonFly by default anymore, since it is inherently filesystem specific.
2005-10-03Update unalz to 0.52.minskim3-9/+9
Changes since 0.50: - added -p (pipe mode) and -pwd (password) options - improve locale support - bug fixes
2005-10-01Update unalz to 0.50.minskim4-33/+32
New features: - "-l" option to show the list of files. - "-d" option to specify output folder. - decompressing individual files. - setting time attribute of decompressed files.
2005-09-28Use "# empty" instead of "# defined" for EXTRACT_SUFX.rillig1-2/+2
2005-09-26Slightly adjust patch to deal with thread linking.joerg2-5/+7
2005-09-23Update to 4.27, from Jason White in PR 31374.wiz4-13/+14
Version 4.27 ============ - From Windows version of 7-zip 4.27 : - new plugin for 7z : 7-Zip can unpack CHM/HXS (MS HTML HELP) archives - cab plugin for 7z : 7-Zip can unpack multivolume CAB archives - Some bugs were fixed - better support for 64bits (PPMD coder/decoder) Version 4.26 ============ - From Windows version of 7-zip 4.26 : - new plugin for 7z : LZH format support (extracting only) - fix (courtesy from Robert Millan) to make p7zip compile on GNU/kFreeBSD. - fix "Bug item #1273057", now "7z -so -t7z a dummy.7z file >output.7z" does not finish with a "Segmentation fault (core dumped)". - fix "Bug item #1221056", now, makefile for p7zip use the flag "-O" to support compilers that build invalid programs with the flag "-O2". Version 4.25 ============ - From Windows version of 7-zip 4.25 : - Some bugs were fixed - DOCS/MANUAL/exit_codes.htm added - new plugin for 7z : RAR format support (extracting only) - better dependencies in makefile Version 4.23 ============ - From Windows version of 7-zip 4.23 : - Some bugs were fixed - manpages for 7za and 7z updated by Mohammed Adnene Trojette. - little fix for the help message of 7za or 7z. - bug #1224304 : Files and directories with \ in name not handled properly. - fix for tar archives that have pax header.
2005-09-23Correct dependences to accept package revisions of "gtar-base" andtron1-3/+3
"gtar-info".
2005-09-22Fix problem where this installed a tarball that was included inreed1-6/+5
the extracted tarball. Use INSTALLATION_DIRS to create ${INFODIR}. Don't install tar-info-1 and tar-info-2. Just install tar.info which has it all. Bump PKGREVISION.
2005-09-21Set USE_LIBTOOL, since it does.wiz1-1/+3
Add zlib/buildlink3.mk, since the package uses zlib.
2005-09-17Fix compilation on Solaris/i386. From Gilles Dauphin in PR 30902.wiz2-1/+29
2005-09-09Added CVS Id tag to patch-ac.rillig2-2/+4
2005-09-08Catch some NetBSD statvfs() checks phrased alternatively as > 200030000abs2-4/+4
rather than >= 200040000 and one enterprisingly hidden as > 200050000
2005-09-07Add patch to check the gettext implementation correctly --reed3-2/+16
so it doesn't build with its own libintl. The error was: error: too many arguments to function `const char* _nl_expand_alias()' Include devel/gettext-lib/buildlink3.mk. Bump PKGREVISION. This is for PR 30993.
2005-09-05Update to 0.9.4:wiz3-12/+14
Changes in 0.9.4 (Aug 30, 2005) - Fixed major bug that prevented pbzip2 from uncompressing files created with a BWT block size other than default 900k (oops!) - Fixed some bugs in the command line parser - Code cleanup - Updated RPM spec to match Fedora Extras policy Changes in 0.9.3 (Aug 22, 2005) - Added sanity check to ensure integers are the size we expect - Ported code to compile under MinGW in Windows - Small code cleanup - Added ChangeLog - Added man page - Added AUTHORS file - Renamed LICENCE.txt to COPYING - Renamed README.txt to README - Updated RPM spec file in preparation for inclusion into Fedora Extras - Moved ChangeLog info from pbzip2.cpp into this file - Removed extra spaces/tabs in pbzip2.cpp
2005-09-05Update to 3.5.3.wiz2-6/+6
Diff to previous version is only 215 lines, no change log available.
2005-09-02Sorted the PLIST to make pkglint happy.rillig4-16/+16
2005-09-02Replaced $(...) with ${...} to make pkglint happy.rillig1-2/+2
2005-09-02Reordered PKGREVISION and SVR4_PKGNAME to make pkglint happy.rillig2-4/+4
2005-09-02Reordered PKGREVISION and PKGNAME.rillig1-2/+2
2005-08-28Replaced files/Makefile with an explicit do-build target, which does notrillig2-13/+9
rely on PROG_CXX being known to <bsd.prog.mk>. This has been a problem on some non-NetBSD platforms. Noted by minskim. Tested on NetBSD-1.6.2 and Solaris/SunPro.
2005-08-27Update to 1.02.030, changes were bugfixes and documentationxtraeme3-13/+13
improvements.
2005-08-26Update to 0.4.tv2-6/+6
Notable changes: * new command line options (-c, -q, -v) * 64-bit file (via 64-bit stdio API) support
2005-08-26Instead of depending on mktemp for non-BSD, use USE_TOOLS for run-timereed1-7/+3
dependency of mktemp. (This makes it so it doesn't depend on mktemp on DragonFly, for example.) Also while I am here, use sh:run instead of sh for the other USE_TOOLS. This is because script installed uses SH. Bump PKGREVISION.
2005-08-26Add CVS ID to top of patch which I accidently removed in last commit.reed2-2/+4