From ehaupt@mx.critical.ch  Fri Sep  9 09:26:17 2005
Return-Path: <ehaupt@mx.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3A70516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Sep 2005 09:26:17 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: from mx.critical.ch (admin.critical.ch [67.18.86.178])
	by mx1.FreeBSD.org (Postfix) with SMTP id B13BF43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Sep 2005 09:26:16 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: (qmail 84920 invoked by uid 1000); 9 Sep 2005 09:26:15 -0000
Message-Id: <20050909092615.84919.qmail@mx.critical.ch>
Date: 9 Sep 2005 09:26:15 -0000
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: audio/wav2cdr - Converts WAV files into CDR audio file format 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85901
>Category:       ports
>Synopsis:       new port: audio/wav2cdr - Converts WAV files into CDR audio file format
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 09 09:30:10 GMT 2005
>Closed-Date:    Fri Sep 09 15:22:37 GMT 2005
>Last-Modified:  Fri Sep 09 15:22:37 GMT 2005
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: audio/wav2cdr - Converts WAV files into CDR audio file format

This program converts wav sound files into a format suitable for CD-ROMs, and
can perform some editing functions like cutting or volume change.

It is rather rudimentary, the wav file must have the same sampling parameters
as CD audio. Runs on big and little endian machines.


>How-To-Repeat:
	
>Fix:

	



--- wav2cdr.shar begins here ---
# 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:
#
#	wav2cdr
#	wav2cdr/Makefile
#	wav2cdr/pkg-descr
#	wav2cdr/distinfo
#
echo c - wav2cdr
mkdir -p wav2cdr > /dev/null 2>&1
echo x - wav2cdr/Makefile
sed 's/^X//' >wav2cdr/Makefile << 'END-of-wav2cdr/Makefile'
X# New ports collection makefile for:	wav2cdr
X# Date created:				9 Sep 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wav2cdr
XPORTVERSION=	2.3.3
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	apps/sound/convert
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	Converts WAV files into CDR audio file format
X
XUSE_GETOPT_LONG=yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XSRC=		wav2cdr cmdarg data fileio process
X
XPLIST_FILES=	bin/wav2cdr
XMAN1=		wav2cdr.1
X
Xdo-build:
X.for f in ${SRC}
X	${CC} ${CFLAGS} -c -o ${WRKSRC}/${f}.o ${WRKSRC}/${f}.c
X.endfor
X	${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} \
X		${SRC:C/(.*)/${WRKSRC}\/\1.o/}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-wav2cdr/Makefile
echo x - wav2cdr/pkg-descr
sed 's/^X//' >wav2cdr/pkg-descr << 'END-of-wav2cdr/pkg-descr'
XThis program converts wav sound files into a format suitable for CD-ROMs, and
Xcan perform some editing functions like cutting or volume change.
X
XIt is rather rudimentary, the wav file must have the same sampling parameters
Xas CD audio. Runs on big and little endian machines.
X
XWWW: http://www.ibiblio.org/pub/Linux/apps/sound/convert/
X
X- ehaupt
Xehaupt@critical.ch
END-of-wav2cdr/pkg-descr
echo x - wav2cdr/distinfo
sed 's/^X//' >wav2cdr/distinfo << 'END-of-wav2cdr/distinfo'
XMD5 (wav2cdr-2.3.3.tar.gz) = eddbe9baf073d18323bfd6e9d60ff516
XSIZE (wav2cdr-2.3.3.tar.gz) = 60449
END-of-wav2cdr/distinfo
exit
--- wav2cdr.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Fri Sep 9 15:15:06 GMT 2005 
Responsible-Changed-Why:  
Grabbed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85901 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Fri Sep 9 15:22:30 GMT 2005 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85901 
>Unformatted:
