summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam2-6/+6
2001-06-30Add and enable ruby-zlib.taca1-1/+2
2001-06-30Importing ruby-zlib 0.4.0, zlib library for Ruby.taca4-0/+47
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-5/+6
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-21Install the headers and libraries for bzip2, and add a buildlink.mk filejlam5-12/+114
for use by other package Makefiles.
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-14Oops, forgot to remove this file on update.wiz1-50/+0
2001-06-11Add checksum for zcrypt10.zip. Noted by recent bulk build by John Darrow.wiz1-1/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-10Update to 1.0.1.wiz3-39/+19
2001-06-09add & enable stuffitpooka1-1/+2
2001-06-09StuffIt Expander and Creatorpooka4-0/+71
Command-line utilities to: * create StuffIt (.sit) and Zip (.zip) archives * encode files into uuencode, BinHex, and MacBinary formats * expand StuffIt and Zip archives * expand encrypted StuffIt archives * decode or expand: Compact Pro, zip, arc, arj, lha (lzh), rar, gzip, UNIX compress, uuencode, BinHex, btoa, MIME, tar, MacBinary, segmented StuffIt, PrivateFile, bzip2, and AppleSingle. From Ben Collver in pkg/13147
2001-06-04LICENSE=zoo-license.jtb1-1/+3
2001-06-04Add necessary restrictions.jtb1-1/+5
Excerpt from the README file in the source code distribution: Permission is granted to any individual or institution to use, copy, or redistribute this software so long as all of the original files are included unmodified, that it is not sold for profit, and that this copyright notice is retained.
2001-06-04The `xbinunix.c' file states:jtb1-1/+5
* (c) 1984 Brown University * may be used but not sold without permission Add the appropriate restrictions.