aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-07-12 03:55:46 +0800
committerswills <swills@FreeBSD.org>2013-07-12 03:55:46 +0800
commitd3188451554ff9eb5a2f75372b2a1c0b999da5f5 (patch)
treea7fb7eb40425209cd6704251b623bb798a201f03 /textproc
parent368a16bdae4e13eb4613c847b85e6a80717168b6 (diff)
downloadfreebsd-ports-gnome-d3188451554ff9eb5a2f75372b2a1c0b999da5f5.tar.gz
freebsd-ports-gnome-d3188451554ff9eb5a2f75372b2a1c0b999da5f5.tar.zst
freebsd-ports-gnome-d3188451554ff9eb5a2f75372b2a1c0b999da5f5.zip
The Ruby binding (C extension) to the ZeroMQ library.
WWW: http://www.zeromq.org/bindings:ruby PR: ports/177438 Submitted by: Dermot Tynan <dtynan@kalopa.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-zmq/Makefile17
-rw-r--r--textproc/rubygem-zmq/distinfo2
-rw-r--r--textproc/rubygem-zmq/pkg-descr3
4 files changed, 23 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e4c9f2995293..f8d7c90fff57 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1342,6 +1342,7 @@
SUBDIR += rubygem-xml-simple
SUBDIR += rubygem-xslt
SUBDIR += rubygem-yard
+ SUBDIR += rubygem-zmq
SUBDIR += rw-aspell
SUBDIR += rxp
SUBDIR += s5
diff --git a/textproc/rubygem-zmq/Makefile b/textproc/rubygem-zmq/Makefile
new file mode 100644
index 000000000000..8fa0695cba47
--- /dev/null
+++ b/textproc/rubygem-zmq/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= zmq
+PORTVERSION= 2.1.4
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby ZeroMQ gem
+
+LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-zmq/distinfo b/textproc/rubygem-zmq/distinfo
new file mode 100644
index 000000000000..76bf2fd95d4d
--- /dev/null
+++ b/textproc/rubygem-zmq/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/zmq-2.1.4.gem) = 5a9d93a569d732eaec1dc637e308c827ad64a32663b460420478be4a6e5ba2e3
+SIZE (rubygem/zmq-2.1.4.gem) = 19456
diff --git a/textproc/rubygem-zmq/pkg-descr b/textproc/rubygem-zmq/pkg-descr
new file mode 100644
index 000000000000..0e85fe8d5bfb
--- /dev/null
+++ b/textproc/rubygem-zmq/pkg-descr
@@ -0,0 +1,3 @@
+The Ruby binding (C extension) to the ZeroMQ library.
+
+WWW: http://www.zeromq.org/bindings:ruby