From owner-freebsd-ports Sat Jan 9 22:30:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07035 for freebsd-ports-outgoing; Sat, 9 Jan 1999 22:30:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07024 for ; Sat, 9 Jan 1999 22:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA26006; Sat, 9 Jan 1999 22:30:00 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06659; Sat, 9 Jan 1999 22:26:52 -0800 (PST) (envelope-from nobody) Message-Id: <199901100626.WAA06659@hub.freebsd.org> Date: Sat, 9 Jan 1999 22:26:52 -0800 (PST) From: bsdx@spawnet.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9420: new port, bchunk, this one has files :) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9420 >Category: ports >Synopsis: new port, bchunk, this one has files :) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 9 22:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Adam McDougall >Release: 3.0-current >Organization: >Environment: FreeBSD bsdx.bsdx.net 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Mon Jan 4 01:26:05 EST 1999 user1@bsdx.bsdx.net:/usr/src/sys/compile/BSDXKRNL i386 >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bchunk # bchunk/files # bchunk/files/md5 # bchunk/pkg # bchunk/pkg/COMMENT # bchunk/pkg/DESCR # bchunk/pkg/PLIST # bchunk/Makefile # bchunk/patches # bchunk/patches/patch-aa # echo c - bchunk mkdir -p bchunk > /dev/null 2>&1 echo c - bchunk/files mkdir -p bchunk/files > /dev/null 2>&1 echo x - bchunk/files/md5 sed 's/^X//' >bchunk/files/md5 << 'END-of-bchunk/files/md5' XMD5 (bchunk-1.0.0.tar.gz) = 09ee48d87a4643dcaefe471f7ca4becb END-of-bchunk/files/md5 echo c - bchunk/pkg mkdir -p bchunk/pkg > /dev/null 2>&1 echo x - bchunk/pkg/COMMENT sed 's/^X//' >bchunk/pkg/COMMENT << 'END-of-bchunk/pkg/COMMENT' XA program to convert .bin/.cue files to .iso/audio. END-of-bchunk/pkg/COMMENT echo x - bchunk/pkg/DESCR sed 's/^X//' >bchunk/pkg/DESCR << 'END-of-bchunk/pkg/DESCR' Xbchunk is a Unix/C rewrite of the fine BinChunker software for some Xnon-Unix systems. X Xbinchunker converts a CD image in a ".bin / .cue" format X(sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The Xbin/cue format is used by some non-Unix cd-writing software, but Xis not supported on most other cd-writing programs. X XThe .iso track contains an ISO file system, which can be mounted Xthrough a vn device on FreeBSD systems, or written on a CD-R Xusing cdrecord. The .cdr tracks are in the native CD audio format. (pcm) XThey can be either written on a CD-R using cdrecord -audio, or Xconverted to WAV (or any other sound format for that matter) Xusing sox. X Xhttp://hes.iki.fi/bchunk/ X X- Adam McDougall Xbsdx@spawnet.com END-of-bchunk/pkg/DESCR echo x - bchunk/pkg/PLIST sed 's/^X//' >bchunk/pkg/PLIST << 'END-of-bchunk/pkg/PLIST' Xbin/bchunk X END-of-bchunk/pkg/PLIST echo x - bchunk/Makefile sed 's/^X//' >bchunk/Makefile << 'END-of-bchunk/Makefile' X# ex:ts=8 X# New ports collection makefile for: bchunk X# Version required: 1.0.0 X# Date created: 9 Jan 1999 X# Whom: bsdx X# X# $Id: Makefile,v 1.0 1998/08/17 07:25:18 blah Exp $ X# X XDISTNAME= bchunk-1.0.0 XCATEGORIES= sysutils XMASTER_SITES= http://hes.iki.fi/bchunk/ X XMAINTAINER= ports@FreeBSD.ORG X XALL_TARGET= X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin X X.include END-of-bchunk/Makefile echo c - bchunk/patches mkdir -p bchunk/patches > /dev/null 2>&1 echo x - bchunk/patches/patch-aa sed 's/^X//' >bchunk/patches/patch-aa << 'END-of-bchunk/patches/patch-aa' X--- Makefile Sun Jan 10 00:13:16 1999 X+++ Makefile Sun Jan 10 00:19:40 1999 X@@ -3,7 +3,7 @@ X # For systems with GCC (Linux, and others with GCC installed): X CC = gcc X LD = gcc X-CFLAGS = -Wall -Wstrict-prototypes -O2 X+CFLAGS ?= -Wall -Wstrict-prototypes -O X X # For systems with a legacy CC: X #CC = cc END-of-bchunk/patches/patch-aa exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message