From owner-freebsd-ports Sat Sep 9 7:30:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DDA437B424 for ; Sat, 9 Sep 2000 07:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA77437; Sat, 9 Sep 2000 07:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 11C0C37B423; Sat, 9 Sep 2000 07:28:02 -0700 (PDT) Message-Id: <20000909142802.11C0C37B423@hub.freebsd.org> Date: Sat, 9 Sep 2000 07:28:02 -0700 (PDT) From: dyfet@ostel.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21149: ccaudio ports entry updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21149 >Category: ports >Synopsis: ccaudio ports entry updated >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: Sat Sep 09 07:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: David Sugar >Release: 4.0 >Organization: >Environment: >Description: #!/bin/sh # This is a shell archive (produced by GNU sharutils 4.2). # To extract the files from this archive, save it to some FILE, remove # everything before the `!/bin/sh' line above, then type `sh FILE'. # # Made on 2000-09-09 10:22 EDT by . # Source directory was `/home/dyfet/src/ccaudio/freebsd'. # # Existing files will *not* be overwritten unless `-c' is specified. # # This shar contains: # length mode name # ------ ---------- ------------------------------------------ # 654 -rw-r--r-- Makefile # 55 -rw-r--r-- files/md5 # 50 -rw-r--r-- pkg/COMMENT # 20 -rw-r--r-- pkg/CVS/Repository # 45 -rw-r--r-- pkg/CVS/Root # 118 -rw-r--r-- pkg/CVS/Entries # 315 -rw-r--r-- pkg/DESCR # 79 -rw-r--r-- pkg/PLIST # save_IFS="${IFS}" IFS="${IFS}:" gettext_dir=FAILED locale_dir=FAILED first_param="$1" for dir in $PATH do if test "$gettext_dir" = FAILED && test -f $dir/gettext \ && ($dir/gettext --version >/dev/null 2>&1) then set `$dir/gettext --version 2>&1` if test "$3" = GNU then gettext_dir=$dir fi fi if test "$locale_dir" = FAILED && test -f $dir/shar \ && ($dir/shar --print-text-domain-dir >/dev/null 2>&1) then locale_dir=`$dir/shar --print-text-domain-dir` fi done IFS="$save_IFS" if test "$locale_dir" = FAILED || test "$gettext_dir" = FAILED then echo=echo else TEXTDOMAINDIR=$locale_dir export TEXTDOMAINDIR TEXTDOMAIN=sharutils export TEXTDOMAIN echo="$gettext_dir/gettext -s" fi touch -am 1231235999 $$.touch >/dev/null 2>&1 if test ! -f 1231235999 && test -f $$.touch; then shar_touch=touch else shar_touch=: echo $echo 'WARNING: not restoring timestamps. Consider getting and' $echo "installing GNU \`touch', distributed in GNU File Utilities..." echo fi rm -f 1231235999 $$.touch # if mkdir _sh22719; then $echo 'x -' 'creating lock directory' else $echo 'failed to create lock directory' exit 1 fi # ============= Makefile ============== if test -f 'Makefile' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'Makefile' '(file already exists)' else $echo 'x -' extracting 'Makefile' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'Makefile' && # Generated automatically from Makefile.in by configure. # New ports collection makefile for: ccaudio # Date created: 08 September 2000 # Whom: David Sugar # # $FreeBSD: ports/lang/ccscript/Makefile,v 1.1 2000/07/28 10:45:43 sobomax Exp $ # X PORTNAME= ccaudio PORTVERSION= 0.2.4 CATEGORIES= audio MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ X MAINTAINER= dyfet@gnu.org X USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes X CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" X post-extract: X @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ X 's|-release \$$\(LT_RELEASE\)||g' X X.include SHAR_EOF $shar_touch -am 09081900100 'Makefile' && chmod 0644 'Makefile' || $echo 'restore of' 'Makefile' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'Makefile:' 'MD5 check failed' f8fbd163aab7c895f271c017d36b8c59 Makefile SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'Makefile'`" test 654 -eq "$shar_count" || $echo 'Makefile:' 'original size' '654,' 'current size' "$shar_count!" fi fi # ============= files/md5 ============== if test ! -d 'files'; then $echo 'x -' 'creating directory' 'files' mkdir 'files' fi if test -f 'files/md5' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'files/md5' '(file already exists)' else $echo 'x -' extracting 'files/md5' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'files/md5' && f326313e78a1952aed90819b7d519350 ccaudio-0.2.4.tar.gz SHAR_EOF $shar_touch -am 09091022100 'files/md5' && chmod 0644 'files/md5' || $echo 'restore of' 'files/md5' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'files/md5:' 'MD5 check failed' c7d5586314e64252613d155bec425ac8 files/md5 SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'files/md5'`" test 55 -eq "$shar_count" || $echo 'files/md5:' 'original size' '55,' 'current size' "$shar_count!" fi fi # ============= pkg/COMMENT ============== if test ! -d 'pkg'; then $echo 'x -' 'creating directory' 'pkg' mkdir 'pkg' fi if test -f 'pkg/COMMENT' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'pkg/COMMENT' '(file already exists)' else $echo 'x -' extracting 'pkg/COMMENT' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'pkg/COMMENT' && C++ class framework for manipulating audio files. SHAR_EOF $shar_touch -am 09081853100 'pkg/COMMENT' && chmod 0644 'pkg/COMMENT' || $echo 'restore of' 'pkg/COMMENT' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'pkg/COMMENT:' 'MD5 check failed' 7d70a64e46d0a87aee1c20af1b98756d pkg/COMMENT SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'pkg/COMMENT'`" test 50 -eq "$shar_count" || $echo 'pkg/COMMENT:' 'original size' '50,' 'current size' "$shar_count!" fi fi # ============= pkg/CVS/Repository ============== if test ! -d 'pkg/CVS'; then $echo 'x -' 'creating directory' 'pkg/CVS' mkdir 'pkg/CVS' fi if test -f 'pkg/CVS/Repository' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'pkg/CVS/Repository' '(file already exists)' else $echo 'x -' extracting 'pkg/CVS/Repository' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'pkg/CVS/Repository' && ccaudio/freebsd/pkg SHAR_EOF $shar_touch -am 09081858100 'pkg/CVS/Repository' && chmod 0644 'pkg/CVS/Repository' || $echo 'restore of' 'pkg/CVS/Repository' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'pkg/CVS/Repository:' 'MD5 check failed' a860056a05e92ee40ac5362cdd39657d pkg/CVS/Repository SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'pkg/CVS/Repository'`" test 20 -eq "$shar_count" || $echo 'pkg/CVS/Repository:' 'original size' '20,' 'current size' "$shar_count!" fi fi # ============= pkg/CVS/Root ============== if test -f 'pkg/CVS/Root' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'pkg/CVS/Root' '(file already exists)' else $echo 'x -' extracting 'pkg/CVS/Root' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'pkg/CVS/Root' && cvs.ccaudio.sourceforge.net:/cvsroot/ccaudio SHAR_EOF $shar_touch -am 09081858100 'pkg/CVS/Root' && chmod 0644 'pkg/CVS/Root' || $echo 'restore of' 'pkg/CVS/Root' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'pkg/CVS/Root:' 'MD5 check failed' 05bd998a29169843e8a8fbc6031d1f94 pkg/CVS/Root SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'pkg/CVS/Root'`" test 45 -eq "$shar_count" || $echo 'pkg/CVS/Root:' 'original size' '45,' 'current size' "$shar_count!" fi fi # ============= pkg/CVS/Entries ============== if test -f 'pkg/CVS/Entries' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'pkg/CVS/Entries' '(file already exists)' else $echo 'x -' extracting 'pkg/CVS/Entries' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'pkg/CVS/Entries' && /COMMENT/1.1/Fri Sep 8 22:53:54 2000// /DESCR/1.1/Fri Sep 8 22:55:10 2000// /PLIST/1.1/Fri Sep 8 22:55:48 2000// D SHAR_EOF $shar_touch -am 09081903100 'pkg/CVS/Entries' && chmod 0644 'pkg/CVS/Entries' || $echo 'restore of' 'pkg/CVS/Entries' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'pkg/CVS/Entries:' 'MD5 check failed' 9e12e2be3b093703b6c312778113853c pkg/CVS/Entries SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'pkg/CVS/Entries'`" test 118 -eq "$shar_count" || $echo 'pkg/CVS/Entries:' 'original size' '118,' 'current size' "$shar_count!" fi fi # ============= pkg/DESCR ============== if test -f 'pkg/DESCR' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'pkg/DESCR' '(file already exists)' else $echo 'x -' extracting 'pkg/DESCR' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'pkg/DESCR' && ccaudio offers a portable framework for developing applications which access audio files. This library is optimized for DSP frame presentation and for merging audio from multiple sources. Support is provided for many common and popular sound file formats such as .au, .wav/RIFF, etc. X - David Sugar dyfet@gnu.org SHAR_EOF $shar_touch -am 09081855100 'pkg/DESCR' && chmod 0644 'pkg/DESCR' || $echo 'restore of' 'pkg/DESCR' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'pkg/DESCR:' 'MD5 check failed' 7a2f6c4c874ed526b0ac22901f375c71 pkg/DESCR SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'pkg/DESCR'`" test 315 -eq "$shar_count" || $echo 'pkg/DESCR:' 'original size' '315,' 'current size' "$shar_count!" fi fi # ============= pkg/PLIST ============== if test -f 'pkg/PLIST' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'pkg/PLIST' '(file already exists)' else $echo 'x -' extracting 'pkg/PLIST' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'pkg/PLIST' && include/cc++/audio.h lib/libccaudio.a lib/libccaudio.so lib/libccaudio-0.2.so X SHAR_EOF $shar_touch -am 09091018100 'pkg/PLIST' && chmod 0644 'pkg/PLIST' || $echo 'restore of' 'pkg/PLIST' 'failed' if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then md5sum -c << SHAR_EOF >/dev/null 2>&1 \ || $echo 'pkg/PLIST:' 'MD5 check failed' 4d3a9d39346baa145a42f25e6a6af6bb pkg/PLIST SHAR_EOF else shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'pkg/PLIST'`" test 79 -eq "$shar_count" || $echo 'pkg/PLIST:' 'original size' '79,' 'current size' "$shar_count!" fi fi rm -fr _sh22719 exit 0 >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