Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2000 14:07:46 -0700 (PDT)
From:      dyfet@gnu.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20230: "Ports" of ccaudio; C++ audio processing framework
Message-ID:  <20000727210746.9BEAA37C105@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <dyfet@gnu.org>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000727210746.9BEAA37C105>