Date: Wed, 27 Apr 2011 14:17:08 GMT From: Eric Freeman <freebsdports@chillibear.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/156679: [NEW PORT] finance/rubygem-money (Library for handling currencies) Message-ID: <201104271417.p3REH8xo050633@red.freebsd.org> Resent-Message-ID: <201104271420.p3REKCe9047463@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156679 >Category: ports >Synopsis: [NEW PORT] finance/rubygem-money (Library for handling currencies) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 27 14:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 8.0 >Organization: >Environment: >Description: Simple port of the money gem. It's a library for handling money in various currencies. >How-To-Repeat: n/a >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-money # rubygem-money/Makefile # rubygem-money/distinfo # rubygem-money/pkg-descr # echo c - rubygem-money mkdir -p rubygem-money > /dev/null 2>&1 echo x - rubygem-money/Makefile sed 's/^X//' >rubygem-money/Makefile << '66ddcc90db174ca11d9848c57529cd21' X# Ports collection makefile for: rubygem-money X# Date created: 27 April 2011 X# Whom: Eric Freeman <freebsdports@chillibear.com> X# X# $FreeBSD$ X# X XPORTNAME= money XPORTVERSION= 3.6.1 XCATEGORIES= finance rubygems XMASTER_SITES= RG X XMAINTAINER= freebsdports@chillibear.com XCOMMENT= Library for handling money and different currencies X XRUN_DEPENDS= rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.mk> 66ddcc90db174ca11d9848c57529cd21 echo x - rubygem-money/distinfo sed 's/^X//' >rubygem-money/distinfo << '19c36cd303d50458c956569b233c61ff' XSHA256 (rubygem/money-3.6.1.gem) = 633e3b4ac89a5e22b48c3b670b2b6bc41387725582a253fd873937ef9defffa5 XSIZE (rubygem/money-3.6.1.gem) = 94720 19c36cd303d50458c956569b233c61ff echo x - rubygem-money/pkg-descr sed 's/^X//' >rubygem-money/pkg-descr << '28c614769be76e2d7f3c7368f620d09e' XA library assists in handling money and different currencies. XIt features a Money class which encapsulates all information Xabout an certain amount of money, such as its value and its currency. X XWWW: http://money.rubyforge.org/ 28c614769be76e2d7f3c7368f620d09e exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104271417.p3REH8xo050633>