summaryrefslogtreecommitdiff
path: root/archivers/bzip2
AgeCommit message (Collapse)AuthorFilesLines
2002-03-24Update bzip2 to 1.0.2mjl3-33/+35
A bug fix release, addressing various minor issues. * Fix an infinite segfault loop in 1.0.1 when a directory is encountered in -f (force) mode. * Avoid double fclose() of output file on certain I/O error paths. * Don't fail with internal error 1007 when fed a long stream (> 48MB) of byte 251. Also print useful message suggesting that 1007s may be caused by bad memory. * Fix uninitialised variable silly bug in demo prog dlltest.c. * Remove 512-MB limitation on recovered file size for bzip2recover on selected platforms which support 64-bit ints. * Copy file access times correctly. * Dereference symlinks when copying file permissions in -f mode. * Majorly simplify implementation of uInt64_qrm10. * Check the input file still exists before deleting the output one, when aborting in cleanUpAndFail(). * Wrapper scripts (with manpages): bzdiff, bzgrep, bzmore. * Spelling changes and minor enhancements in bzip2.1. * Avoid race condition between creating the output file and setting its interim permissions safely, by using fopen_output_safely(). * do not print senseless report with -v when compressing an empty file. * bzcat -f works on non-bzip2 files. * do not try to escape shell meta-characters on unix (the shell takes care of these). * added --fast and --best aliases for -1 -9 for gzip compatibility.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
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-14Honor CFLAGS passed in from environment during build.jlam2-6/+9
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
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-14Oops, forgot to remove this file on update.wiz1-50/+0
2001-06-10Update to 1.0.1.wiz3-39/+19
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-11Use "${OPSYS}" in error message instead of hard coding "NetBSD".tron1-2/+2
2001-01-11Update homepage URL.tron1-2/+2
2000-10-17mention PKGNAME in IGNORE messagewiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+4
1999-04-08Add patch from NetBSD-current:tron1-0/+50
Allow softlinks for "bzip2 -c -d" or "bzcat".
1999-03-10s/ln/${LN}/gagc1-6/+7
Adapt this package to Solaris.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-10-14Update for bzip2 package to version 0.9.0b created by Geoff C. Wing.tron4-11/+47
1998-09-16Remove double dot.tron1-2/+2
1998-09-16Skip packages on systems which already have "bzip2" as part of the NetBSDtron1-1/+5
distribution.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-18Use a symbolic link for the bunzip2.1 manual page.agc2-5/+5
Add a symbolic link to bzip2.1 for the bzip2recover utility. Use automatic manual page handling.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-24Correct MD5 checksum after distribution archive was changed by author,tron1-1/+1
fixes PR pkg/5195.
1998-01-09Add NetBSD RCS Id.agc1-0/+1
1998-01-09Add NetBSD RCS ID.agc1-1/+1
Remove FETCH_BEFORE_ARG, which doesn't work on NetBSD.
1998-01-09Initial import of bzip2, a block-compression archiver, into the NetBSDagc5-0/+43
packages collection, from the FreeBSD port. As pointed out by Charles Hannum, the author of bzip2 thinks it is patent-free, so this should be used in preference to the older bzip package.