Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2008-06-20 | Add DESTDIR support. | joerg | 1 | -3/+5 | |
2007-11-16 | Update to 1.2.0 and fix two bugs: | dillo | 4 | -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-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -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-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-23 | Removed trailing @ from line 1. | rillig | 1 | -1/+1 | |
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2003-09-01 | Add NetBSD RCS tags | cjep | 2 | -0/+2 | |
2003-08-25 | add a "-r" flag that enables a "raw" mode - copy the data out in 2352 | mrg | 3 | -1/+74 | |
sector chunks. this flag has already been included by the upstream and will be in the next release of bchunk. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2001-11-04 | Fix patch (no longer needed), and install new manpage. | tv | 4 | -35/+7 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-10-31 | Clean out my pkgsrc diffs: | tv | 2 | -5/+5 | |
Update bchunk to 1.1.1. Adds WAV support, fixes MODE2/2352 reading, and several minor fixes. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | nuke typo | pooka | 1 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -1/+2 | |
2000-02-21 | Remove blank line | hubertf | 1 | -2/+1 | |
2000-02-21 | Import bchunk 1.0.0, a utility to convert CD images in ".bin / .cue" format | pooka | 8 | -0/+74 | |
to a ISO filesystem or VCD |