diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:25:12 +0000 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-08 05:25:12 +0000 |
commit | 922acad8874a47ee8fa9794bfc775f7eaae1d39a (patch) | |
tree | c72260d1663a246e379540bed6f2fe9035d10981 /audio | |
parent | dbc71dddbdc1dc9f26a52df9f49a30cf58aad5ae (diff) | |
download | FreeBSD-ports-922acad8874a47ee8fa9794bfc775f7eaae1d39a.zip FreeBSD-ports-922acad8874a47ee8fa9794bfc775f7eaae1d39a.tar.gz |
audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained
Reported by: FreeBSD unmaintained ports which are currently marked broken
monthly reminder
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/audacious-crossfade/Makefile | 18 | ||||
-rw-r--r-- | audio/ecamegapedal/Makefile | 48 | ||||
-rw-r--r-- | audio/ecamegapedal/distinfo | 3 | ||||
-rw-r--r-- | audio/ecamegapedal/pkg-descr | 10 | ||||
-rw-r--r-- | audio/ecamegapedal/pkg-plist | 9 |
6 files changed, 0 insertions, 90 deletions
diff --git a/audio/Makefile b/audio/Makefile index f2dd901..2cd5a0d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -51,7 +51,6 @@ SUBDIR += atunes SUBDIR += aube SUBDIR += aubio - SUBDIR += audacious-crossfade SUBDIR += audacious-dumb SUBDIR += audacity SUBDIR += audacity-devel @@ -143,7 +142,6 @@ SUBDIR += easytag-devel SUBDIR += eawpats SUBDIR += eawplus - SUBDIR += ecamegapedal SUBDIR += ecasound SUBDIR += ecawave SUBDIR += emms diff --git a/audio/audacious-crossfade/Makefile b/audio/audacious-crossfade/Makefile deleted file mode 100644 index 654b6e4..0000000 --- a/audio/audacious-crossfade/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: audacious-crossfade -# Date created: 16 July 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -APP= audacious -LIB_DEPENDS= audclient.2:${PORTSDIR}/multimedia/audacious -BUILD_DEPENDS= ${LOCALBASE}/lib/audacious/General/alarm.so:${PORTSDIR}/multimedia/audacious-plugins -CPPFLAGS+= -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/include/gtk-2.0 \ - -I${LOCALBASE}/include/cairo -I${LOCALBASE}/include/pango-1.0 \ - -I${LOCALBASE}/include/atk-1.0 -MASTERDIR= ${.CURDIR}/../xmms-crossfade - -BROKEN= Does not compile - -.include "${MASTERDIR}/Makefile" diff --git a/audio/ecamegapedal/Makefile b/audio/ecamegapedal/Makefile deleted file mode 100644 index 993a8eb..0000000 --- a/audio/ecamegapedal/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: ecamegapedal -# Date created: 13 aug 2007 -# Whom: lazyklimm <lazyklimm@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= ecamegapedal -PORTVERSION= 0.4.4 -PORTREVISION= 6 -CATEGORIES= audio -MASTER_SITES= http://ecasound.seul.org/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Realtime audio processor - -DEPRECATED= Abandonned since 2004, please use audio/jack-rack or audio/creox instead. -EXPIRATION_DATE= 2012-10-03 - - -BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound - -BROKEN= does not compile - -JACKDIR= ${LOCALBASE}/include/jack -USE_QT_VER= 3 -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CFLAGS+= ${PTHREAD_CFLAGS:S/"//g} -LDFLAGS+= ${PTHREAD_LIBS:S/"//g} -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \ - CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ - CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}" - -MAN1= ecamegapedal.1 - -.include <bsd.port.pre.mk> - -.if defined(WITH_JACK) -CONFIGURE_ARGS+= --with-jack=${JACK_DIR} -LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack -.else -CONFIGURE_ARGS+= --disable-jack -.endif - -.include <bsd.port.post.mk> diff --git a/audio/ecamegapedal/distinfo b/audio/ecamegapedal/distinfo deleted file mode 100644 index 44e9e05..0000000 --- a/audio/ecamegapedal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ecamegapedal-0.4.4.tar.gz) = 35ae90b8b01e163d4ec0d6c824fbb8c6 -SHA256 (ecamegapedal-0.4.4.tar.gz) = 662ddeb1298870375e3c796a2c344d26e8bbe60ad1c4e8b7c70abc4079a7935b -SIZE (ecamegapedal-0.4.4.tar.gz) = 254928 diff --git a/audio/ecamegapedal/pkg-descr b/audio/ecamegapedal/pkg-descr deleted file mode 100644 index e0bc7dae..0000000 --- a/audio/ecamegapedal/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Ecamegapedal is a real-time effect processor software with a graphical user -interface for controlling the effect parameters. It is meant to be used as -a virtual guitar-fx or studio effect box. In addition to real-time operation, -Ecamegapedal also supports reading from and writing to audio files. -All audio object and effect plugin types provided by the Ecasound libraries -are supported. This includes ALSA, JACK, OSS, aRts, over 20 file formats, -over 30 effect types, LADSPA plugins and multi-operator effect presets. -Ecamegapedal's implementation is based on Ecasound and Qt libraries. - -WWW: http://www.wakkanet.fi/~kaiv/ecamegapedal/ diff --git a/audio/ecamegapedal/pkg-plist b/audio/ecamegapedal/pkg-plist deleted file mode 100644 index e0ddc1e..0000000 --- a/audio/ecamegapedal/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/ecamegapedal -share/ecamegapedal/pixmaps/forward_idx.png -share/ecamegapedal/pixmaps/rewind_idx.png -share/ecamegapedal/pixmaps/quit_idx.png -share/ecamegapedal/pixmaps/begin_idx.png -share/ecamegapedal/pixmaps/start_idx.png -share/ecamegapedal/pixmaps/stop_idx.png -@dirrm share/ecamegapedal/pixmaps -@dirrm share/ecamegapedal |