Date: Thu, 28 Mar 2013 11:18:21 GMT From: Dermot Tynan <dtynan@kalopa.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/177438: New port to install zmq rubygem Message-ID: <201303281118.r2SBILl7007736@freddie.kalopa.com> Resent-Message-ID: <201303281120.r2SBK1hA050215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177438 >Category: ports >Synopsis: New port to install zmq rubygem >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 28 11:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dermot Tynan >Release: FreeBSD 8.3-RELEASE i386 >Organization: Kalopa Research Limited >Environment: System: FreeBSD freddie.kalopa.com 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:47:23 UTC 2012 root@almeida.cse.buffalo.edu:/usr /obj/usr/src/sys/GENERIC i386 Description: New port: devel/rubygem-zmq This is a simple gem wrapper around the ZeroMQ Ruby gem so that the gem is installed as part of the ports system (and picks up the dependency on the main zmq library. Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-zmq # rubygem-zmq/pkg-descr # rubygem-zmq/distinfo # rubygem-zmq/Makefile # echo c - rubygem-zmq mkdir -p rubygem-zmq > /dev/null 2>&1 echo x - rubygem-zmq/pkg-descr sed 's/^X//' >rubygem-zmq/pkg-descr << '177cab0474e4520a89349d80d34666a2' XThe Ruby binding (C extension) to the ZeroMQ library. X XWWW: http://www.zeromq.org/bindings:ruby 177cab0474e4520a89349d80d34666a2 echo x - rubygem-zmq/distinfo sed 's/^X//' >rubygem-zmq/distinfo << '4beec8b256fe01fbe8829bc79c7fa4db' XSHA256 (rubygem/zmq-2.1.4.gem) = 5a9d93a569d732eaec1dc637e308c827ad64a32663b460420478be4a6e5ba2e3 XSIZE (rubygem/zmq-2.1.4.gem) = 19456 4beec8b256fe01fbe8829bc79c7fa4db echo x - rubygem-zmq/Makefile sed 's/^X//' >rubygem-zmq/Makefile << '515ea32ce162f269df8c616c69198e2e' X# $FreeBSD$ X XPORTNAME= zmq XPORTVERSION= 2.1.4 XCATEGORIES= textproc rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Ruby ZeroMQ gem X XLIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.mk> 515ea32ce162f269df8c616c69198e2e exit >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303281118.r2SBILl7007736>