summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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
2005-08-26Use the autoconf-defined @infodir@ and @mandir@.reed2-8/+15
2005-08-21Update to 2.10.4:jmmv5-92/+9
version 2.10.4 -------------- * New translations: gl, te * Updated translations: bg, hu, sl, vi, zh_TW version 2.10.3 -------------- * Fixed bug #162729: File Roller doesn't exit cleanly on invalid archive extension. * Fixed bug #164894: crash on zip with incorrect filenames * Fixed bug #300895: Invalid read reported by valgrind. * Allow to open rar archives if rar OR unrar is available. * Display non valid utf8 filenames corretly. * Fixed creation of backups reselecting the original folder after loading the backup options.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam2-5/+4
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-08Changes 0.3.3:adam4-29/+66
* Added basic archive writing support. * Added a cpio archive module. * Added a zip archive module. * Added the beginnings of a cab archive module. * Added new API functions, which include: cxMkDir(), cxGets(), cxExtractFile(), cxExtractArchive(), cxMakePhysDirs(), cxApplyFsNodeInfo(), cxMakeFile(), cxGetArchiveFileCount() * Added functions for extracting individual files and full archives. * Added extraction notification callbacks. * Added pkg-config support. * Added gettext v0.11.3+ support. * Added an Italian translation. Thanks Domenico Andreoli! * Added a Dutch translation. Thanks Bert De Meyer! * Added support for some non-ustar tar formats. * Added a test program to display the file/directory tree inside of an archive. * Removed comprex.h. Applications should now include libcomprex/comprex.h. * Fixed the extraction code so permissions, timestamps, and ownerships are set on files and directories. * Fixed cxEof(). * Fixed the file and directory iterator. It should provide the correct results now. * Fixed a bug in the ar module where filenames weren't always read in correctly. * Fixed a bug in the tar module where filenames that start with '.' weren't processed correctly. * Fixed library linking problems with libbz2 and libz. * Fixed compiling errors when --prefix wasn't specified, and linking errors with libltdl.
2005-08-07Added an appropriate TEST_TARGET.heinz1-1/+3
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam3-6/+6
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-04Add patch to fix the security problem described in SA16309.tron3-6/+71
2005-08-03Update to 2.31:wiz11-156/+20
New things in Zip 2.31 - Crypt now part of source distribution (see Readme.cr) - Bug fixes: - Debian patch 001 - Converted quoted strings - Debian patch 002 - Makefile changes - Debian patch 003 - Build changes - Debian patch 004 - Changes to unix/configure - Debian patch 005 - Fix for FNMAX path bug - Split VMS -V into -V and -VV (see Manual) - New VC6 project files thanks to Cosmin - AtheOS port (thanks to Ruslan Nickolaev) - Add api.c kluge for zip32.dll to support Visual Basic - Binary detection changed from 20% binary to new algorithm that should better detect word processing files as binary and should accept UTF-8 files as text. This flags the file in the archive as TEXT or BINARY for use by UnZip for line end conversion (see proginfo/txtvsbin.txt) - License update - DJGPP fixes - Many Makefile updates - Fixes to ZipSplit, ZipNotes, and ZipCloak
2005-08-01enable unshieldmartin1-1/+2
2005-08-01Import of unshield-0.5, a tool to extract .CAB archives in InstallShieldmartin6-0/+77
format.
2005-07-31Update archangel to 20050730agc2-6/+6
+ include <stdint.h> if we have it, so that we can use uintXX_t types on OSes that don't have them in <sys/types.h> (thanks, Mac OS X) + clean up some uninitialised warnings on NetBSD-current + rein in on the compilation flags, since older versions of gcc seem to barf on -std=c99 (thanks to David Maxwell for pointing this one out).
2005-07-27Sync with pkgsrc-wip-kr.junyoung2-8/+8
2005-07-24Update archangel to 20050724 version.agc2-6/+6
Differences from previous version: + properly recognise __attribute__() - pointed out very eloquently by Joerg Sonnenberger + add -V switch to aatar to print the version + fix more fallout from autoconf, showed up by bulk builds on 3.0
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz12-144/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-20Update archangel to 20050720 sources.agc2-6/+6
Changes since previous version: + lint fixes, highlighted by amd64 bulk build results - cast 64bit entities to the correct type when printing the values.
2005-07-19Make this package build on NetBSD-1.6.2 by correcting header file paths.minskim3-8/+28
2005-07-16Update archangel to sources from 20050716:agc2-6/+6
+ updated options parsing in aatar + fixed a bug whereby zero-length files would not be added to the archive correctly
2005-07-14Fix HOMEPAGE.schmonz1-2/+2
2005-07-14Add and enable archangelagc1-1/+2
2005-07-14Initial import of archangel-20050714 into the Packages Collection.agc4-0/+41
Archangel is an archiver for 2005 and beyond. Some features are: + cross-platform + individually {compressed,bzip2ed,gzipped} entries + individually {signed,encrypted,signed+encrypted} entries + entries can be padded to arbitrary lengths All in all, a combination of zip, tar, and gpg on steroids You can now backup files, and not be worried about people reading them, either in transit or at their destination. Entries have a maximum size of 1 MB (by default) internally, so that media problems mean that you can recover the parts that aren't affected.
2005-07-14Remove unneeded comment.wiz1-2/+1
2005-07-14Update COMMENT and DESCR to denote this is the olderwiz2-7/+10
version of archivers/lzo.
2005-07-14Add and enable lzo.wiz1-1/+2
2005-07-14Initial import of lzo-2.01, the new major version of archivers/liblzo.wiz5-0/+69
LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. The LZO algorithms and implementations are copyrighted OpenSource distributed under the GNU General Public License.
2005-07-14Update to 0.6.1:wiz2-6/+6
Various minor bugfixes.
2005-07-14Reset maintainer, mail bounced.wiz1-2/+2
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam3-6/+6
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-12Update ulalz to 0.40.minskim3-11/+12
Changes: - Verify CRC after decompressions. - Fix a bug in crypto code. - Error handling for non-ALZ files. - Fix a buffer overflow in UTF-8 filesystem. - Fix a bug in GetFileList().
2005-06-30USE_PKGLOCALEDIR=yesminskim1-1/+2
2005-06-29Remove HOMEPAGE from DESCR.wiz1-2/+0
2005-06-29Updated dar to 2.2.2martti14-178/+30
* lots of new options * lots of bug fixes * translation updates * documentation updates
2005-06-27Darwin>=8.0 has a dynamic library of bzip2. Exclude it fromminskim1-2/+2
_INCOMPAT_BZIP2.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Update to 4.20:wiz5-19/+19
Version 4.20 ============ - From Windows version of 7-zip 4.19 and 4.20 : - BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and Ultra. In Normal mode it compresses almost as original BZip2 compressor. Compression ratio in Maximum and Ultra modes is 1-3% better for some files, but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times slower than Normal mode. - Console version now prints all messages to stdout by default, and if -so switch is specified, 7-Zip prints messages to stderr. - Some bugs were fixed - Updating "contrib/VirtualFileSystemForMidnightCommander/" with u7z-4.16beta.tar.bz2 - bug #1204993 (does not find broken filenames) - bug #1201244 (Missing files in p7zip_4.18_x86_linux_bin.tar.bz2) - makefile.linux_x86_ppc_alpha : flag "-fPIC" added - flag "-l" added. without : p7zip stores symlinks (like p7zip 4.18) with "-l" : p7zip stores the files/directories pointed by symlinks (like before p7zip 4.18) CAUTION : the scanning stage can never end because of symlinks like ".." (ex: ln -s .. ldir)
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-2/+4
Bump PKGREVISION.
2005-06-22add and enable libzipdillo1-1/+2
2005-06-22Import libzip-0.6, a C library to manipulate zip archives.dillo5-0/+89
2005-06-16Create directories before installing files into them.jlam6-6/+18