summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-01-13 23:08:52 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-01-13 23:08:52 +0000
commit5d4492fa8d48fe71a1331a27682a59caa0c2bc86 (patch)
tree230499d78755ecf31eaa1557925c0ee9ed2041b9 /sysutils
parentRemove japanese/pkfonts* and dependent ports. They are superseded by (diff)
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 <bsdx@spawnet.com>
Notes
Notes: svn path=/head/; revision=16036
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bchunk/Makefile22
-rw-r--r--sysutils/bchunk/distinfo1
-rw-r--r--sysutils/bchunk/pkg-comment1
-rw-r--r--sysutils/bchunk/pkg-descr19
-rw-r--r--sysutils/bchunk/pkg-plist1
5 files changed, 44 insertions, 0 deletions
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 <bsd.port.mk>
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