From 5d4492fa8d48fe71a1331a27682a59caa0c2bc86 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 13 Jan 1999 23:08:52 +0000 Subject: bchunk is a Unix/C rewrite of the fine BinChunker software for some 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 --- sysutils/bchunk/pkg-comment | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysutils/bchunk/pkg-comment (limited to 'sysutils/bchunk/pkg-comment') diff --git a/sysutils/bchunk/pkg-comment b/sysutils/bchunk/pkg-comment new file mode 100644 index 000000000000..8717dacf6f3d --- /dev/null +++ b/sysutils/bchunk/pkg-comment @@ -0,0 +1 @@ +converts .bin/.cue files to .iso/audio. -- cgit v1.2.3