aboutsummaryrefslogtreecommitdiffstats
path: root/audio/euphoria
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-10-08 21:48:37 +0800
committerstas <stas@FreeBSD.org>2006-10-08 21:48:37 +0800
commit173755349dc2dd22744f67ee65b533ef3b1c3649 (patch)
treefcddf9b33a006f3b495b40ac5641012787c2a99e /audio/euphoria
parented21c3e01f7d2d837804666f445b9249d985c327 (diff)
downloadfreebsd-ports-graphics-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz
freebsd-ports-graphics-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.zst
freebsd-ports-graphics-173755349dc2dd22744f67ee65b533ef3b1c3649.zip
- Move to LOCALBASE
- Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
Diffstat (limited to 'audio/euphoria')
-rw-r--r--audio/euphoria/Makefile11
-rw-r--r--audio/euphoria/distinfo6
-rw-r--r--audio/euphoria/files/patch-euphoria8
-rw-r--r--audio/euphoria/files/patch-lib_playlist_item.rb19
-rw-r--r--audio/euphoria/pkg-plist4
5 files changed, 13 insertions, 35 deletions
diff --git a/audio/euphoria/Makefile b/audio/euphoria/Makefile
index be5f498a4c2..2652be89a38 100644
--- a/audio/euphoria/Makefile
+++ b/audio/euphoria/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= euphoria
-PORTVERSION= 20062006
-PORTREVISION= 1
+PORTVERSION= 20061008
+PORTREVISION= 0
+PORTEPOCH= 1
CATEGORIES= audio
-MASTER_SITES= http://mbsd.msk.ru/dist/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
+MASTER_SITES= http://sunner.elcomnet.ru/~stas/
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= XMMS2 GUI frontend written with Enlightenment e17 libraries
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
@@ -27,6 +27,7 @@ SADIR= ${RUBY_SITEARCHLIBDIR}
USE_BZIP2= yes
USE_RUBY= yes
+RUBY_SHEBANG_FILES= ${WRKSRC}/bin/euphoria
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
diff --git a/audio/euphoria/distinfo b/audio/euphoria/distinfo
index 1f073b1043f..1eeeb0e0faa 100644
--- a/audio/euphoria/distinfo
+++ b/audio/euphoria/distinfo
@@ -1,3 +1,3 @@
-MD5 (euphoria-20062006.tar.bz2) = 0ee671f7d39dc44f8a6c689d2b17d028
-SHA256 (euphoria-20062006.tar.bz2) = 27a8bf9d725ab91581fefc767cbf1932c1c31cda08b49e9b89160add45704bc6
-SIZE (euphoria-20062006.tar.bz2) = 1610111
+MD5 (euphoria-20061008.tar.bz2) = f147191da3ea4ab28fb64dc1a28a22c5
+SHA256 (euphoria-20061008.tar.bz2) = 22c463c1706e0038e5436495b60a307adde6835f57a863583c86c32f6ddbd089
+SIZE (euphoria-20061008.tar.bz2) = 1607870
diff --git a/audio/euphoria/files/patch-euphoria b/audio/euphoria/files/patch-euphoria
deleted file mode 100644
index e63fa35fa3f..00000000000
--- a/audio/euphoria/files/patch-euphoria
+++ /dev/null
@@ -1,8 +0,0 @@
---- bin/euphoria.orig Thu Jun 22 21:38:08 2006
-+++ bin/euphoria Thu Jun 22 21:38:53 2006
-@@ -1,4 +1,4 @@
--#!/usr/bin/ruby -w
-+#!/usr/local/bin/ruby -w
-
- # $Id: euphoria,v 1.38 2006/05/13 14:59:17 tilman Exp $
-
diff --git a/audio/euphoria/files/patch-lib_playlist_item.rb b/audio/euphoria/files/patch-lib_playlist_item.rb
deleted file mode 100644
index 8ce8eaefc43..00000000000
--- a/audio/euphoria/files/patch-lib_playlist_item.rb
+++ /dev/null
@@ -1,19 +0,0 @@
---- lib/playlist_item.rb.orig Mon Jul 10 11:30:20 2006
-+++ lib/playlist_item.rb Mon Jul 10 11:31:08 2006
-@@ -1,4 +1,4 @@
--# $Id: playlist_item.rb,v 1.17 2005/12/14 20:02:14 tsauerbeck Exp $
-+# $Id: playlist_item.rb,v 1.19 2006/07/08 12:25:31 tilman Exp $
-
- class PlaylistItem
- attr_reader :id, :edje, :position, :selected, :hilighted
-@@ -23,9 +23,7 @@
- end
-
- def method_missing(method)
-- tmp = @props[method]
--
-- tmp || @props[:server][method] || "default"
-+ @props[method] || "default"
- end
-
- def duration
diff --git a/audio/euphoria/pkg-plist b/audio/euphoria/pkg-plist
index 80441c2d16a..120ef004719 100644
--- a/audio/euphoria/pkg-plist
+++ b/audio/euphoria/pkg-plist
@@ -5,8 +5,12 @@ bin/euphoria
%%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%%