ports/85901: new port: audio/wav2cdr - Converts WAV files into CDR audio file format

Emanuel Haupt ehaupt at critical.ch
Fri Sep 9 09:30:11 UTC 2005


>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 09 09:30:10 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list