From fad4f75f37b57a19297f4901b0c933a81838679b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 19 Dec 2008 20:38:34 +0000 Subject: This port has been broken or ignored for past 24 months. It also depends on broken, expired port. With hat: portmgr --- audio/Makefile | 1 - audio/euphoria/Makefile | 48 ---------------------------------------------- audio/euphoria/distinfo | 3 --- audio/euphoria/pkg-descr | 5 ----- audio/euphoria/pkg-message | 19 ------------------ audio/euphoria/pkg-plist | 16 ---------------- 6 files changed, 92 deletions(-) delete mode 100644 audio/euphoria/Makefile delete mode 100644 audio/euphoria/distinfo delete mode 100644 audio/euphoria/pkg-descr delete mode 100644 audio/euphoria/pkg-message delete mode 100644 audio/euphoria/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 297e99758b6d..ecee7883a5de 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -144,7 +144,6 @@ SUBDIR += etktab SUBDIR += etoile-melodie SUBDIR += etoile-volumecontrolmenulet - SUBDIR += euphoria SUBDIR += exaile SUBDIR += extace SUBDIR += ezstream diff --git a/audio/euphoria/Makefile b/audio/euphoria/Makefile deleted file mode 100644 index 4deb38cdcd75..000000000000 --- a/audio/euphoria/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: euphoria -# Date created: 22 June 2006 -# Whom: Stanislav Sedov -# -# $FreeBSD$ -# - -PORTNAME= euphoria -PORTVERSION= 20070223 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ - -MAINTAINER= stas@FreeBSD.org -COMMENT= XMMS2 GUI frontend written with Enlightenment e17 libraries - -BUILD_DEPENDS= edje_cc:${PORTSDIR}/graphics/edje -RUN_DEPENDS= ${SADIR}/edje.so:${PORTSDIR}/graphics/ruby-edje \ - ${SADIR}/esmart.so:${PORTSDIR}/graphics/ruby-esmart \ - ${SADIR}/evas.so:${PORTSDIR}/graphics/ruby-evas \ - ${SADIR}/ecore.so:${PORTSDIR}/devel/ruby-ecore \ - ${SADIR}/xmmsclient_ecore.so:${PORTSDIR}/audio/ruby-xmms2-ecore - -SADIR= ${RUBY_SITEARCHLIBDIR} - -USE_BZIP2= yes -USE_RUBY= yes -USE_RAKE= yes -RUBY_SHEBANG_FILES= ${WRKSRC}/bin/euphoria - -IGNORE= Not updated to the DrJekyll clientlib API - -.include -.if ${ARCH} == "ia64" -BROKEN= edje is broken on ia64 -.endif - -do-build: - @(cd ${WRKSRC}; ${RAKE_BIN}) - -do-install: - @(cd ${WRKSRC}; ${RAKE_BIN} install) - -post-install: - @${CAT} ${PKGMESSAGE} - -.include diff --git a/audio/euphoria/distinfo b/audio/euphoria/distinfo deleted file mode 100644 index 80d927a905a7..000000000000 --- a/audio/euphoria/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (euphoria-20070223.tar.bz2) = 108d3a303bc2f0c222032b04110e17b7 -SHA256 (euphoria-20070223.tar.bz2) = dbe6c2f49b096223e6724b1a9783027c732d1d062d919c3301ffd4f3e32fcdcc -SIZE (euphoria-20070223.tar.bz2) = 1605434 diff --git a/audio/euphoria/pkg-descr b/audio/euphoria/pkg-descr deleted file mode 100644 index 3065fbe90662..000000000000 --- a/audio/euphoria/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Euphoria is an audio player which is based on Ecore, Evas and Edje. -It acts as a frontend to XMMS2. - -Author: Tilman Sauerbeck -WWW: http://www.enlightenment.org/ diff --git a/audio/euphoria/pkg-message b/audio/euphoria/pkg-message deleted file mode 100644 index 96483847acba..000000000000 --- a/audio/euphoria/pkg-message +++ /dev/null @@ -1,19 +0,0 @@ -============================================================================ - -Currently you need to manage your play list using the CLI client. -An example session would be: - -1) Launch xmms2 daemon using xmms2-launcher command. You can analyze - debugging output later in /tmp/xmms2.log. - -2) Use the following commands to control xmms2: - $ xmms2 add /path/to/some/files - $ xmms2 add http://205.188.234.65:8022 - $ xmms2 list - (now the playlist has stuff in it) - -3) Start Euphoria with no options. - -See http://wiki.xmms2.xmms.se and xmms2(1) for further instructions. - -============================================================================ diff --git a/audio/euphoria/pkg-plist b/audio/euphoria/pkg-plist deleted file mode 100644 index 120ef0047191..000000000000 --- a/audio/euphoria/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/euphoria -%%RUBY_SITELIBDIR%%/euphoria/file_dialog.rb -%%RUBY_SITELIBDIR%%/euphoria/playback_status_handler.rb -%%RUBY_SITELIBDIR%%/euphoria/playlist.rb -%%RUBY_SITELIBDIR%%/euphoria/playlist_item.rb -%%RUBY_SITELIBDIR%%/euphoria/playtime_updater.rb -%%RUBY_SITELIBDIR%%/euphoria/slider.rb -%%RUBY_SITELIBDIR%%/euphoria/volume_box.rb -%%DATADIR%%/themes/iio.edj -%%DATADIR%%/themes/winter.edj -@dirrm %%RUBY_SITELIBDIR%%/euphoria -@dirrmtry %%RUBY_SITELIBDIR%% -@dirrmtry lib/ruby/site_ruby -@dirrmtry lib/ruby -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%% -- cgit