Bug 20230

Summary: "Ports" of ccaudio; C++ audio processing framework
Product: Ports & Packages Reporter: dyfet <dyfet>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description dyfet 2000-07-27 22:10:01 UTC
# 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
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-07-28 12:20:19 UTC
State Changed
From-To: open->closed

New port added, thanks! 

Please see my comments on PR/20229 - it also apply here.