summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-08-11 11:07:12 +0000
committerRene Ladan <rene@FreeBSD.org>2013-08-11 11:07:12 +0000
commit782e875bd2ca0383af89dd5835d80aa0179dcaff (patch)
treed88db46930a3b2c9a4e71f894653370918d05512 /audio
parent- update to 2.32.0 (diff)
Remove expired ports:
2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead
Notes
Notes: svn path=/head/; revision=324582
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/q-audio/Makefile37
-rw-r--r--audio/q-audio/distinfo2
-rw-r--r--audio/q-audio/files/patch-ltmain.sh15
-rw-r--r--audio/q-audio/pkg-descr14
-rw-r--r--audio/q-audio/pkg-plist17
6 files changed, 0 insertions, 86 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 1edbba97bc24..b784a1a3657e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -643,7 +643,6 @@
SUBDIR += py-xmms2
SUBDIR += pysol-sound-server
SUBDIR += pytone
- SUBDIR += q-audio
SUBDIR += qjackctl
SUBDIR += qmpdclient
SUBDIR += qsampler
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile
deleted file mode 100644
index 3ef9a739b07a..000000000000
--- a/audio/q-audio/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef
-# $FreeBSD$
-
-PORTNAME= audio
-PORTVERSION= 2.7
-PORTREVISION= 6
-CATEGORIES= audio
-MASTER_SITES= SF/q-lang/q-${PORTNAME}/${PORTVERSION}
-PKGNAMEPREFIX= q-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= Q-Audio -- digital audio interface for the Q language
-
-DEPRECATED= Q-Lang is no longer supported. See lang/pure instead
-EXPIRATION_DATE=2013-08-10
-
-LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \
- jack.0:${PORTSDIR}/audio/jack \
- samplerate.1:${PORTSDIR}/audio/libsamplerate \
- fftw3:${PORTSDIR}/math/fftw3
-BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= pkgconfig
-
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
-
-DATADIR= ${PREFIX}/share/q
-
-CFLAGS+= -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/audio/q-audio/distinfo b/audio/q-audio/distinfo
deleted file mode 100644
index 5516668d6c16..000000000000
--- a/audio/q-audio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (q-audio-2.7.tar.gz) = 2286d6fee4fddc867af4699072f9991eae4b056cf7650a4546459c9c532fd685
-SIZE (q-audio-2.7.tar.gz) = 376283
diff --git a/audio/q-audio/files/patch-ltmain.sh b/audio/q-audio/files/patch-ltmain.sh
deleted file mode 100644
index 73941991ad87..000000000000
--- a/audio/q-audio/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Thu Jan 8 15:57:49 2004
-+++ ltmain.sh Thu Jan 8 15:58:00 2004
-@@ -4210,10 +4210,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/q-audio/pkg-descr b/audio/q-audio/pkg-descr
deleted file mode 100644
index dfb7d9eb29c1..000000000000
--- a/audio/q-audio/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This package contains two modules to write digital audio applications in the Q
-programming language:
-
-- The audio module implements a (near-)realtime audio interface on top of Phil
- Burk's PortAudio library V1.8 (http://www.portaudio.com/).
-
-- The sndfile module allows you to access sound files in various formats using
- Erik de Castro Lopo's libsndfile library V1.0 or later
- (http://www.zip.com.au/~erikd/libsndfile/).
-
-Also included is a GGI-based wave renderer (draw_wave.q) and a simple
-graphical audio player application (audio_player.q).
-
-WWW: http://q-lang.sourceforge.net/
diff --git a/audio/q-audio/pkg-plist b/audio/q-audio/pkg-plist
deleted file mode 100644
index e16b10c57b7c..000000000000
--- a/audio/q-audio/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/audio_player
-lib/q/audio.so
-lib/q/audio.a
-lib/q/sndfile.so
-lib/q/sndfile.a
-lib/q/wave.so
-lib/q/wave.a
-%%DATADIR%%/examples/audio/audio_examp.q
-%%DATADIR%%/apps/audio_player/audio_player.q
-%%DATADIR%%/apps/audio_player/audio_player.tcl
-%%DATADIR%%/lib/audio.q
-%%DATADIR%%/lib/sndfile.q
-%%DATADIR%%/lib/wave.q
-%%DATADIR%%/etc/README-Audio
-@dirrm %%DATADIR%%/apps/audio_player
-@dirrmtry %%DATADIR%%/apps
-@dirrm %%DATADIR%%/examples/audio