summaryrefslogtreecommitdiff
path: root/sysutils/bchunk (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-05-03Add more WWW: tagsMichael Haro1-1/+1
I must really like taking on sick tasks. First gtk, now this. Notes: svn path=/head/; revision=18407
1999-02-04MASTER_SITE_SUBDIR doesn't get a trailing slash.Bill Fenner1-2/+2
Notes: svn path=/head/; revision=16533
1999-01-13bchunk is a Unix/C rewrite of the fine BinChunker software for someBill Fumerola5-0/+44
non-Unix systems. binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format is used by some non-Unix cd-writing software, but is not supported on most other cd-writing programs. The .iso track contains an ISO file system, which can be mounted through a vn device on FreeBSD systems, or written on a CD-R using cdrecord. The .cdr tracks are in the native CD audio format. (pcm) They can be either written on a CD-R using cdrecord -audio, or converted to WAV (or any other sound format for that matter) using sox. PR: ports/9420 Submitted By: Adam McDougall <bsdx@spawnet.com> Notes: svn path=/head/; revision=16036