aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-12-01 08:37:20 +0800
committerRene Ladan <rene@FreeBSD.org>2013-12-01 08:37:20 +0800
commit39edf56f0933f7c5f614aad7fca76ecb6470fe23 (patch)
tree1f76ce335d709053111226d0016b68e447fbd0ab /audio
parentaafa744d0fba9c50a8846ab406390c74cd0e9937 (diff)
downloadfreebsd-ports-gnome-39edf56f0933f7c5f614aad7fca76ecb6470fe23.tar.gz
freebsd-ports-gnome-39edf56f0933f7c5f614aad7fca76ecb6470fe23.tar.zst
freebsd-ports-gnome-39edf56f0933f7c5f614aad7fca76ecb6470fe23.zip
Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/liteamp/Makefile40
-rw-r--r--audio/liteamp/distinfo2
-rw-r--r--audio/liteamp/files/patch-src_playback.c10
-rw-r--r--audio/liteamp/pkg-descr3
-rw-r--r--audio/liteamp/pkg-plist24
6 files changed, 0 insertions, 80 deletions
diff --git a/audio/Makefile b/audio/Makefile
index b4956c8c63a9..987acdbdf981 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -439,7 +439,6 @@
SUBDIR += linuxsampler
SUBDIR += liquidsoap
SUBDIR += listener
- SUBDIR += liteamp
SUBDIR += lmms
SUBDIR += lpac
SUBDIR += lua51-mpd
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile
deleted file mode 100644
index 7a54b0eaa8b8..000000000000
--- a/audio/liteamp/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Hye-Shik Chang <perky@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= liteamp
-PORTVERSION= 0.2.4.2
-PORTREVISION= 2
-CATEGORIES= audio gnome
-MASTER_SITES= http://kldp.net/frs/download.php/1153/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Light-weight Music Player for GNOME2
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Dead upstream since 2004, does not build with clang
-EXPIRATION_DATE= 2013-12-01
-
-LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \
- ao.4:${PORTSDIR}/audio/libao \
- mad.2:${PORTSDIR}/audio/libmad \
- vorbisfile.6:${PORTSDIR}/audio/libvorbis
-
-USES= gmake pathfix gettext pkgconfig
-NO_STAGE= yes
-USE_GNOME= libgnomeui
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}"
-
-MAN1= liteamp.1
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-post-patch:
- @${REINPLACE_CMD} -e \
- '/-DGLADE_DIR/s|\\$$|| ; \
- /-DG.*_DISABLE_DEPRECATED/d' ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/audio/liteamp/distinfo b/audio/liteamp/distinfo
deleted file mode 100644
index 5b1afe7195cc..000000000000
--- a/audio/liteamp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (liteamp-0.2.4.2.tar.gz) = da629af3caa28dab56d74c91a0633e617d197945315a71a99da190efe77ff3f4
-SIZE (liteamp-0.2.4.2.tar.gz) = 496190
diff --git a/audio/liteamp/files/patch-src_playback.c b/audio/liteamp/files/patch-src_playback.c
deleted file mode 100644
index 17e83dfc69f8..000000000000
--- a/audio/liteamp/files/patch-src_playback.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/playback.c.orig 2010-06-05 23:11:54.000000000 +0200
-+++ src/playback.c 2010-06-05 23:12:22.000000000 +0200
-@@ -275,6 +275,7 @@ void playback_open_playdevice(int srate,
- and restore it afterwards */
- signal(SIGINT, SIG_DFL);
-
-+ memset(&format, 0, sizeof(format));
- format.bits = bitrate;
- format.rate = srate;
- format.channels = nch;
diff --git a/audio/liteamp/pkg-descr b/audio/liteamp/pkg-descr
deleted file mode 100644
index 97b105561bb0..000000000000
--- a/audio/liteamp/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A light-weight music player for GNOME
-
-WWW: http://kldp.net/projects/liteamp
diff --git a/audio/liteamp/pkg-plist b/audio/liteamp/pkg-plist
deleted file mode 100644
index bd248b8a05ee..000000000000
--- a/audio/liteamp/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/liteamp
-share/application-registry/liteamp.applications
-share/applications/liteamp.desktop
-%%DATADIR%%/pixmaps/adddir.png
-%%DATADIR%%/pixmaps/addfile.png
-%%DATADIR%%/pixmaps/liteamp-logo.png
-%%DATADIR%%/pixmaps/liteamp.png
-%%DATADIR%%/pixmaps/loop.png
-%%DATADIR%%/pixmaps/next.png
-%%DATADIR%%/pixmaps/pause.png
-%%DATADIR%%/pixmaps/playlist.png
-%%DATADIR%%/pixmaps/prev.png
-%%DATADIR%%/pixmaps/shuffle.png
-%%DATADIR%%/pixmaps/start.png
-%%DATADIR%%/pixmaps/stop.png
-%%DATADIR%%/pixmaps/vol.png
-%%DATADIR%%/pixmaps/vol_down.png
-%%DATADIR%%/pixmaps/vol_mute.png
-%%DATADIR%%/pixmaps/vol_up.png
-share/locale/ko/LC_MESSAGES/liteamp.mo
-share/pixmaps/liteamp.png
-@dirrm %%DATADIR%%/pixmaps
-@dirrmtry share/liteamp
-@dirrmtry share/application-registry