diff options
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/Makefile | 32 | ||||
-rw-r--r-- | audio/ccaudio2/distinfo | 2 | ||||
-rw-r--r-- | audio/ccaudio2/files/patch-config:ltmain.sh | 15 | ||||
-rw-r--r-- | audio/ccaudio2/files/patch-src:dtmf.cpp | 13 | ||||
-rw-r--r-- | audio/ccaudio2/pkg-descr | 7 | ||||
-rw-r--r-- | audio/ccaudio2/pkg-plist | 7 |
6 files changed, 0 insertions, 76 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile deleted file mode 100644 index b7167e530637..000000000000 --- a/audio/ccaudio2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: ccaudio -# Date created: 26 July 2000 -# Whom: David Sugar <dyfet@gnu.org> -# -# $FreeBSD$ -# - -PORTNAME= ccaudio -PORTVERSION= 1.1.1 -PORTREVISION= 0 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} -MASTER_SITE_SUBDIR= ccaudio/:gnu \ - bayonne/:sf -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu,sf - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ class framework for manipulating audio files - -LIB_DEPENDS= ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp - -USE_GNOME= gnometarget -GNU_CONFIGURE= yes -INSTALL_TARGET= install man -INSTALLS_SHLIB= yes - -MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \ - AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \ - LinearSample.3cc - -.include <bsd.port.mk> diff --git a/audio/ccaudio2/distinfo b/audio/ccaudio2/distinfo deleted file mode 100644 index 5f87d4edbe3d..000000000000 --- a/audio/ccaudio2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ccaudio-1.1.1.tar.gz) = 946f04524af6050b104bf40895291921 -SIZE (ccaudio-1.1.1.tar.gz) = 340256 diff --git a/audio/ccaudio2/files/patch-config:ltmain.sh b/audio/ccaudio2/files/patch-config:ltmain.sh deleted file mode 100644 index 2aeb7ae8998b..000000000000 --- a/audio/ccaudio2/files/patch-config:ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- config/ltmain.sh.orig Fri Feb 20 17:25:13 2004 -+++ config/ltmain.sh Fri Feb 20 17:25:25 2004 -@@ -5428,10 +5428,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/ccaudio2/files/patch-src:dtmf.cpp b/audio/ccaudio2/files/patch-src:dtmf.cpp deleted file mode 100644 index 48d1c35a3e3e..000000000000 --- a/audio/ccaudio2/files/patch-src:dtmf.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/dtmf.cpp.orig Wed Jul 23 19:52:40 2003 -+++ src/dtmf.cpp Fri Mar 12 09:08:50 2004 -@@ -27,9 +27,9 @@ - // - - #include <math.h> --#include <stdint.h> - #include <string.h> - #include <stdio.h> -+#include <stdlib.h> - #include <time.h> - #include <fcntl.h> - #include "audio.h" diff --git a/audio/ccaudio2/pkg-descr b/audio/ccaudio2/pkg-descr deleted file mode 100644 index 0dab234f6115..000000000000 --- a/audio/ccaudio2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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. - -- David Sugar -dyfet@gnu.org diff --git a/audio/ccaudio2/pkg-plist b/audio/ccaudio2/pkg-plist deleted file mode 100644 index b1365fa20227..000000000000 --- a/audio/ccaudio2/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/cc++2/cc++/audio.h -lib/libccaudio1.a -lib/libccaudio1.so -lib/libccaudio1-1.1.so -lib/libccaudio1-1.1.so.0 -lib/ccaudio1/g.711 -@dirrm lib/ccaudio1 |