summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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
2005-06-09- Patches to address CAN-2005-1228 and CAN-2005-0988 based on FreeBSD SAadrianp3-9/+66
and Gentoo/Debian patches.
2005-06-06Add missing entry to PLIST. Bump PKGREVISION.hira2-2/+4
2005-06-06Make this build on Darwin.yyamano1-1/+2
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam2-27/+57
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Changed values of some variables to "yes" instead of #defined.rillig1-7/+7
2005-05-31Change PKGNAME to rar-linux, to match directory name.wiz1-1/+5
Noted by Lars Nordlund.
2005-05-26Security update to version 1.0.3salo4-23/+24
- Further robustification against corrupted compressed data. There are currently no known bitstreams which can cause the decompressor to crash, loop or access memory which does not belong to it. If you are using bzip2 or the library to decompress bitstreams from untrusted sources, an upgrade to 1.0.3 is recommended. http://scary.beasts.org/security/CESA-2005-002.txt - The documentation has been converted to XML, from which html and pdf can be derived. - Various minor bugs in the documentation have been fixed. - Fixes for various compilation warnings with newer versions of gcc, and on 64-bit platforms. - The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2. This has been fixed.
2005-05-25Converted USE_PERL5 to USE_TOOLS.rillig1-3/+2
2005-05-25Replaced #defined with "yes" in NO_CONFIGURE.rillig1-2/+2
2005-05-25Replaced #defined with "yes" in NO_CONFIGURE and NO_BUILD.rillig1-3/+3
2005-05-25Removed trailing white-space.rillig1-2/+2
2005-05-25Replaced USE_PERL5 with USE_TOOLS.rillig1-3/+2
2005-05-24Removed an empty line.rillig3-6/+3
2005-05-24Removed an empty line.rillig3-6/+3
2005-05-23Removed trailing whitespace.rillig5-7/+7
2005-05-23Removed an extra empty line.rillig1-2/+1
2005-05-23Sorted PLIST.rillig1-8/+8
2005-05-23Reformatted to get rid of trailing whitespace.rillig1-4/+4
2005-05-23Removed extra newline.rillig1-2/+1
2005-05-23Sorted PLIST to make pkglint happy.rillig1-5/+5
2005-05-23Removed trailing whitespace.rillig1-1/+1