summaryrefslogtreecommitdiff
path: root/audio/ccaudio2
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r--audio/ccaudio2/Makefile26
-rw-r--r--audio/ccaudio2/distinfo1
-rw-r--r--audio/ccaudio2/pkg-comment1
-rw-r--r--audio/ccaudio2/pkg-descr7
-rw-r--r--audio/ccaudio2/pkg-plist5
5 files changed, 0 insertions, 40 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile
deleted file mode 100644
index 663a7f47e56b..000000000000
--- a/audio/ccaudio2/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: ccaudio
-# Date created: 26 July 2000
-# Whom: David Sugar <dyfet@gnu.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ccaudio
-PORTVERSION= 0.2.4
-CATEGORIES= audio
-MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/
-
-MAINTAINER= dyfet@gnu.org
-
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_AUTOCONF= yes
-INSTALLS_SHLIB= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-
-post-extract:
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|-release \@LT_RELEASE\@||g'
-
-.include <bsd.port.mk>
diff --git a/audio/ccaudio2/distinfo b/audio/ccaudio2/distinfo
deleted file mode 100644
index ec047805c3bd..000000000000
--- a/audio/ccaudio2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ccaudio-0.2.4.tar.gz) = f326313e78a1952aed90819b7d519350
diff --git a/audio/ccaudio2/pkg-comment b/audio/ccaudio2/pkg-comment
deleted file mode 100644
index 02542b5dbe8a..000000000000
--- a/audio/ccaudio2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-C++ class framework for manipulating audio files
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 6f732042e802..000000000000
--- a/audio/ccaudio2/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-include/cc++/audio.h
-lib/libccaudio.a
-lib/libccaudio.so
-lib/libccaudio.so.0
-@dirrm include/cc++