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/Makefile | 22 ++++++++++++++++++++++ sysutils/bchunk/distinfo | 1 + sysutils/bchunk/pkg-comment | 1 + sysutils/bchunk/pkg-descr | 19 +++++++++++++++++++ sysutils/bchunk/pkg-plist | 1 + 5 files changed, 44 insertions(+) create mode 100644 sysutils/bchunk/Makefile create mode 100644 sysutils/bchunk/distinfo create mode 100644 sysutils/bchunk/pkg-comment create mode 100644 sysutils/bchunk/pkg-descr create mode 100644 sysutils/bchunk/pkg-plist (limited to 'sysutils/bchunk') diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile new file mode 100644 index 000000000000..1576fb54003f --- /dev/null +++ b/sysutils/bchunk/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: bchunk +# Version required: 1.0.0 +# Date created: 9 Jan 1999 +# Whom: bsdx +# +# $Id:$ +# + +DISTNAME= bchunk-1.0.0 +CATEGORIES= sysutils +MASTER_SITES= http://hes.iki.fi/bchunk/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/disk-management/ + +MAINTAINER= ports@FreeBSD.ORG + +ALL_TARGET= + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin + +.include diff --git a/sysutils/bchunk/distinfo b/sysutils/bchunk/distinfo new file mode 100644 index 000000000000..49c87e0afd0a --- /dev/null +++ b/sysutils/bchunk/distinfo @@ -0,0 +1 @@ +MD5 (bchunk-1.0.0.tar.gz) = 09ee48d87a4643dcaefe471f7ca4becb 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. diff --git a/sysutils/bchunk/pkg-descr b/sysutils/bchunk/pkg-descr new file mode 100644 index 000000000000..cb3d0f1c4011 --- /dev/null +++ b/sysutils/bchunk/pkg-descr @@ -0,0 +1,19 @@ +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. + +http://hes.iki.fi/bchunk/ + +- Adam McDougall +bsdx@spawnet.com diff --git a/sysutils/bchunk/pkg-plist b/sysutils/bchunk/pkg-plist new file mode 100644 index 000000000000..a0b368a32517 --- /dev/null +++ b/sysutils/bchunk/pkg-plist @@ -0,0 +1 @@ +bin/bchunk -- cgit v1.2.3