Bug 177438 - [New port] textproc/rubygem-zmq: a simple gem wrapper around the ZeroMQ Ruby gem
Summary: [New port] textproc/rubygem-zmq: a simple gem wrapper around the ZeroMQ Ruby gem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 11:20 UTC by Dermot Tynan
Modified: 2013-07-11 21:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dermot Tynan 2013-03-28 11:20:00 UTC

    
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-03-28 15:59:25 UTC
State Changed
From-To: open->closed

see ports/177439.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2013-03-28 16:00:03 UTC
State Changed
From-To: closed->open

er, it turns out that this PR has the shar, not the other one.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-06-23 06:12:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-11 20:55:54 UTC
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"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2013-07-11 20:55:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!