aboutsummaryrefslogtreecommitdiff
path: root/audio/rubygem-librmpd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-16 09:15:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-16 09:15:38 +0000
commit35a003a955c926d504c56301de210dea85171e93 (patch)
tree329f6026f1a00374cbf3dbede8225d0245ec066d /audio/rubygem-librmpd
parent7fa429da25f31d35fbdf3f893b31df66650c2a84 (diff)
downloadports-35a003a955c926d504c56301de210dea85171e93.tar.gz
ports-35a003a955c926d504c56301de210dea85171e93.zip
Notes
Diffstat (limited to 'audio/rubygem-librmpd')
-rw-r--r--audio/rubygem-librmpd/Makefile20
-rw-r--r--audio/rubygem-librmpd/distinfo3
-rw-r--r--audio/rubygem-librmpd/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/audio/rubygem-librmpd/Makefile b/audio/rubygem-librmpd/Makefile
new file mode 100644
index 000000000000..f13e788bdb3a
--- /dev/null
+++ b/audio/rubygem-librmpd/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-librmpd
+# Date created: 2010-05-06
+# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= librmpd
+PORTVERSION= 0.1.1
+CATEGORIES= audio rubygems
+MASTER_SITES= RF
+
+MAINTAINER= g.veniamin@googlemail.com
+COMMENT= Is a simple yet powerful Music Player Daemon library
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/audio/rubygem-librmpd/distinfo b/audio/rubygem-librmpd/distinfo
new file mode 100644
index 000000000000..1ac271d5d1f0
--- /dev/null
+++ b/audio/rubygem-librmpd/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/librmpd-0.1.1.gem) = 0f8623aac201d10141ad2d3d1c33c162
+SHA256 (rubygem/librmpd-0.1.1.gem) = 3b019ad1aff4a2f0681e77daf47b4623050b40d9f8360ce2d67112b139018d90
+SIZE (rubygem/librmpd-0.1.1.gem) = 41472
diff --git a/audio/rubygem-librmpd/pkg-descr b/audio/rubygem-librmpd/pkg-descr
new file mode 100644
index 000000000000..5e106c99d768
--- /dev/null
+++ b/audio/rubygem-librmpd/pkg-descr
@@ -0,0 +1,5 @@
+librmpd is a simple yet powerful Music Player Daemon library written
+entirely in Ruby. It provides callback functionality to create an
+event/listener type of setup, along with thread safety for threaded apps.
+
+WWW: http://librmpd.rubyforge.org/