State Changed From-To: open->closed see ports/177439.
State Changed From-To: closed->open er, it turns out that this PR has the shar, not the other one.
Responsible Changed From-To: freebsd-ports-bugs->swills I'll take it.
Author: swills Date: Thu Jul 11 19:55:46 2013 New Revision: 322792 URL: http://svnweb.freebsd.org/changeset/ports/322792 Log: 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> Added: head/textproc/rubygem-zmq/ head/textproc/rubygem-zmq/Makefile (contents, props changed) head/textproc/rubygem-zmq/distinfo (contents, props changed) head/textproc/rubygem-zmq/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Jul 11 19:20:35 2013 (r322791) +++ head/textproc/Makefile Thu Jul 11 19:55:46 2013 (r322792) @@ -1342,6 +1342,7 @@ SUBDIR += rubygem-xml-simple SUBDIR += rubygem-xslt SUBDIR += rubygem-yard + SUBDIR += rubygem-zmq SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += s5 Added: head/textproc/rubygem-zmq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-zmq/Makefile Thu Jul 11 19:55:46 2013 (r322792) @@ -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> Added: head/textproc/rubygem-zmq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-zmq/distinfo Thu Jul 11 19:55:46 2013 (r322792) @@ -0,0 +1,2 @@ +SHA256 (rubygem/zmq-2.1.4.gem) = 5a9d93a569d732eaec1dc637e308c827ad64a32663b460420478be4a6e5ba2e3 +SIZE (rubygem/zmq-2.1.4.gem) = 19456 Added: head/textproc/rubygem-zmq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-zmq/pkg-descr Thu Jul 11 19:55:46 2013 (r322792) @@ -0,0 +1,3 @@ +The Ruby binding (C extension) to the ZeroMQ library. + +WWW: http://www.zeromq.org/bindings:ruby _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!