summaryrefslogtreecommitdiff
path: root/sysutils/bchunk
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20Add DESTDIR support.joerg1-3/+5
2007-11-16Update to 1.2.0 and fix two bugs:dillo4-82/+29
- Only use index 1 as track boundary. Previously, the first index was taken as the end of the previous track and the last index as the start of this track. All sectors in between were silently dropped. - Stop output of a track *before* the first sector of the next track. Previously, the first sector was output twice, once as the last sector of the previous track, once as the first sector of the current track. Patches will be sent upstream shortly. Take maintainership, ok pooka.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-23Removed trailing @ from line 1.rillig1-1/+1
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2003-09-01Add NetBSD RCS tagscjep2-0/+2
2003-08-25add a "-r" flag that enables a "raw" mode - copy the data out in 2352mrg3-1/+74
sector chunks. this flag has already been included by the upstream and will be in the next release of bchunk.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2001-11-04Fix patch (no longer needed), and install new manpage.tv4-35/+7
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-10-31Clean out my pkgsrc diffs:tv2-5/+5
Update bchunk to 1.1.1. Adds WAV support, fixes MODE2/2352 reading, and several minor fixes.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14nuke typopooka1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+2
2000-02-21Remove blank linehubertf1-2/+1
2000-02-21Import bchunk 1.0.0, a utility to convert CD images in ".bin / .cue" formatpooka8-0/+74
to a ISO filesystem or VCD