From owner-freebsd-ports Thu Jul 27 14:10:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF09437C1CE for ; Thu, 27 Jul 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA26009; Thu, 27 Jul 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9BEAA37C105; Thu, 27 Jul 2000 14:07:46 -0700 (PDT) Message-Id: <20000727210746.9BEAA37C105@hub.freebsd.org> Date: Thu, 27 Jul 2000 14:07:46 -0700 (PDT) From: dyfet@gnu.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/20230: "Ports" of ccaudio; C++ audio processing framework Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20230 >Category: ports >Synopsis: "Ports" of ccaudio; C++ audio processing framework >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 27 14:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: David Sugar >Release: 4.0-stable >Organization: OST >Environment: >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: # # ccaudio # ccaudio/files # ccaudio/files/md5 # ccaudio/pkg # ccaudio/pkg/COMMENT # ccaudio/pkg/DESCR # ccaudio/pkg/PLIST # ccaudio/Makefile # echo c - ccaudio mkdir -p ccaudio > /dev/null 2>&1 echo c - ccaudio/files mkdir -p ccaudio/files > /dev/null 2>&1 echo x - ccaudio/files/md5 sed 's/^X//' >ccaudio/files/md5 << 'END-of-ccaudio/files/md5' XMD5 (ccaudio-0.2.3.tar.gz) = d612d857400d2e58ac5f12449e4b85e9 END-of-ccaudio/files/md5 echo c - ccaudio/pkg mkdir -p ccaudio/pkg > /dev/null 2>&1 echo x - ccaudio/pkg/COMMENT sed 's/^X//' >ccaudio/pkg/COMMENT << 'END-of-ccaudio/pkg/COMMENT' XGeneric C++ class library for audio files and devices. END-of-ccaudio/pkg/COMMENT echo x - ccaudio/pkg/DESCR sed 's/^X//' >ccaudio/pkg/DESCR << 'END-of-ccaudio/pkg/DESCR' XThis library is primary used to access audio files on disk. It differs from Xother audio processing libraries in that ccaudio will automatically frame Xalign, merge, and fill audio frames for direct delivery to a DSP audio Xresource. X X- David Sugar Xdyfet@gnu.org END-of-ccaudio/pkg/DESCR echo x - ccaudio/pkg/PLIST sed 's/^X//' >ccaudio/pkg/PLIST << 'END-of-ccaudio/pkg/PLIST' Xinclude/cc++/audio.h Xlib/libccaudio-0.2.so Xlib/libccaudio.so Xlib/libccaudio.a X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R X X END-of-ccaudio/pkg/PLIST echo x - ccaudio/Makefile sed 's/^X//' >ccaudio/Makefile << 'END-of-ccaudio/Makefile' X# New ports collection makefile for: ccaudio X# Version Required: 0.2.3 X# Date created: 26 July 2000 X# Whom: David Sugar X# X# $FreeBSD$ X# X XDISTNAME= ccaudio-0.2.3 XCATEGORIES= audio XMASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ X XMAINTAINER= dyfet@gnu.org X XUSE_GMAKE= yes X Xdo-configure: X (cd ${WRKSRC} ; CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include" ./configure --prefix=${PREFIX}) X Xpost-install: X ${LDCONFIG} -m ${PREFIX}/lib X strip ${PREFIX}/lib/libccaudio.so X X.include END-of-ccaudio/Makefile 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