mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
64a0e63517
commit
5d4492fa8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16036
5 changed files with 44 additions and 0 deletions
22
sysutils/bchunk/Makefile
Normal file
22
sysutils/bchunk/Makefile
Normal file
|
@ -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>
|
1
sysutils/bchunk/distinfo
Normal file
1
sysutils/bchunk/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (bchunk-1.0.0.tar.gz) = 09ee48d87a4643dcaefe471f7ca4becb
|
1
sysutils/bchunk/pkg-comment
Normal file
1
sysutils/bchunk/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
converts .bin/.cue files to .iso/audio.
|
19
sysutils/bchunk/pkg-descr
Normal file
19
sysutils/bchunk/pkg-descr
Normal file
|
@ -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
|
1
sysutils/bchunk/pkg-plist
Normal file
1
sysutils/bchunk/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/bchunk
|
Loading…
Add table
Reference in a new issue