summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2001-11-06Remove post-build target designed to make the build fail for reasonsjlam1-4/+1
unknown.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum107-78/+78
2001-10-31Clean out my pkgsrc diffs:tv5-24/+65
Update unace to 1.2b, and make this compile and (mostly) run on LP64.
2001-10-25Update to 5.2.0.611, since the older distfile doesn't exist anymore.wiz3-8/+8
Changes unknown. Addresses pkg/14354.
2001-10-23Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}veego2-4/+4
This fix a fetch error.
2001-10-22Added the newly imported packages p5-Archive-Tar, p5-Archive-Zip,martti1-1/+3
p5-Convert-TNEF, p5-Convert-UUlib and p5-Unix-Syslog
2001-10-22The Archive::Zip module allows a Perl program to create, manipulate,martti4-0/+27
read, and write Zip archive files.
2001-10-22Perl module for creation and manipulation of tar files.martti4-0/+34
This module uses no C-coded parts in itself, but it will try to use the Compress::Zlib module to read and write gzipped tarfiles. Archive::Tar will still work without Zlib, it will just complain a little bit (and, of course, not be able to use compression). The complaining will be removed when the module leaves the alpha stage, and can be trivially removed by commenting out the offending print near the top of Tar.pm.
2001-10-22Update to 1.0.7, no major changes, but the old version is no longermjl2-6/+7
available.
2001-10-19Touch some files in ${WRKSRC}, which is needed because the timestampsveego1-2/+4
are out of order and so autoconf would regnerate these files. This change is only needed in the ${OPSYS} != "NetBSD" case.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego4-4/+8
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Add and enable cabextractagc1-1/+2
2001-10-18Initial import of cabextract-0.5 into the NetBSD Packages Collection.agc4-0/+34
cabextract is a program that un-archives files in the Microsoft cabinet file format (.cab) or any binary file which contains an embedded cabinet file (frequently found in .exe files). cabextract will extract all files from all cabinet files specified on the command line To extract a multi-part cabinet consisting of several files, only give the first file as an argument to cabextract as it will automatically look for the remaining files. Provided in PR 14259 by Ben Collver (collver@linuxfreemail.com), the description fleshed out slightly by myself, taken from the man page.
2001-10-16Note additions of php4-{bz2,zlib}.jlam1-1/+3
2001-10-16archivers/php4-zlib: PHP4 extension for zlib compressionjlam3-0/+23
This version is from the php-4.0.6 distribution.
2001-10-16archivers/php4-bz2: PHP4 extension for bzip2 compressionjlam4-0/+32
This version is from the php-4.0.6 distribution.
2001-10-01Remove duplicate p5-Compress-Zlib package, standardise on the one inagc1-2/+1
the devel category.
2001-10-01This package was a duplicate of devel/p5-Compress-Zlib, albeit a lateragc6-63/+0
version. I've updated devel/p5-Compress-Zlib to 1.14, which was the level of this version, and removed this package accordingly. Done this way because there are two other packages which depend upon p5-Compress-Zlib being in the devel category.
2001-10-01Note addition of archivers/p5-Compress-Zlib.jlam1-1/+2
2001-10-01archivers/p5-Compress-Zlib:jlam6-0/+63
The Compress::Zlib module provides a Perl interface to the zlib compression library. Most of the functionality provided by zlib is available in Compress::Zlib.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam2-4/+4
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-25Remove szdd package, in favour of mscompress, per PR 13983 from Ben Collver.agc6-70/+1
2001-09-16Add & enable mscompresszuntum1-1/+2
2001-09-16Initial import of mscompress-0.3zuntum4-0/+42
mscompress, Microsoft "compress.exe/expand.exe" compatible (de)compressor Copyright (c) 2000 Martin Hinner <mhi@penguin.cz> Algorithm & data structures by M. Winterhoff <100326.2776@compuserve.com> ftp://ftp.penguin.cz/pub/users/mhi/mscompress/ This package contains two programs: msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files) mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1). Package provided by collver@linuxfreemail.com in pkg/13767, imported without *any* modifications (an example of excellent pkgsrc work)
2001-09-15Correct #ifdef usage, as reported in pkg/13958 by Don Yuniskis, slightlywiz2-1/+24
differently than in the patch there.
2001-09-14Fix the config file location references in the man pages, noted injlam4-2/+42
pkg/13900 by Don Yuniskis <auryn@gci-net.com>. The changes were based on the suggested fix in the PR, but modified to correctly deal with LOCALBASE =/= "/usr/pkg" case.
2001-09-14Replace gets(3) by fgets(3). Patches by Don Yuniskis in pkg/13896.wiz3-5/+28
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc13-26/+26
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Add and enable dactrh1-1/+2
2001-09-09Initial import of dact-0.8.3, the dynamic adaptive compression tool.rh5-0/+40
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-08-13add and enable bicomwiz1-1/+2
2001-08-13Add bicom-1.01. PR 13688 by Ben Collver.nra4-0/+40
Bicom is a data compressor in the PPM family. It is freely available and open source. Compression with bicom is completely bijective -- any file is a possible bicom output that can be decompressed, and then recompressed back to its original form. Of course, any file is also a possible bicom input that can be compressed, and then decompressed back to its original form.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam2-2/+4
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam2-4/+4
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-16Mark as USE_BUILDLINK_ONLY.jlam11-16/+34
2001-07-16Don't explicitly set CC=gcc, and mark as USE_BUILDLINK_ONLY.jlam3-10/+21
2001-07-16Invoke make as ${MAKE_PROGRAM}, honor CFLAGS passed in from environment,jlam3-9/+12
and mark as USE_BUILDLINK_ONLY.
2001-07-16Remove references to ${LOCALBASE} directories and mark asjlam3-7/+26
USE_BUILDLINK_ONLY.
2001-07-16Honor CFLAGS passed in from environment during build and mark asjlam3-5/+7
USE_BUILDLINK_ONLY.
2001-07-16Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-5/+4
2001-07-16This buildlink.mk file was committed before its time. Correct thejlam1-8/+19
file list so this actually works.
2001-07-16Avoid spurious detection of zlib as it's not needed by the liblzo libraryjlam1-1/+5
and mark as USE_BUILDLINK_ONLY.
2001-07-15Mark as USE_BUILDLINK_ONLY.jlam2-4/+6
2001-07-15Explode one big patch into several unidiff patches, honor CFLAGS passedjlam5-25/+37
in from enviroment during build, and mark as USE_BUILDLINK_ONLY.
2001-07-15Install locale files under ${PKGLOCALEDIR}, and mark as USE_BUILDLINK_ONLY.jlam7-74/+26
2001-07-15Pass -lgnumalloc through to build in LIBS, not LDFLAGS, and mark asjlam3-16/+9
USE_BUILDLINK_ONLY.
2001-07-15Honor CFLAGS passed in from environment during build and mark asjlam3-4/+19
USE_BUILDLINK_ONLY.
2001-07-15Add missing dependency on zlib and mark as USE_BUILDLINK_ONLY.jlam3-3/+25
2001-07-14Honor CFLAGS passed in from environment during build.jlam2-6/+9