Port details |
- rubygem-money Library for handling money and different currencies
- 6.14.1 finance =2 6.14.1Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2011-05-03 03:23:14
- Last Update: 2023-01-14 23:08:33
- Commit Hash: 18c6e18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://rubymoney.github.io/money/
- Description:
- A library assists in handling money and different currencies.
It features a Money class which encapsulates all information
about an certain amount of money, such as its value and its currency.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-money>0:finance/rubygem-money
- To install the port:
- cd /usr/ports/finance/rubygem-money/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/rubygem-money
- pkg install rubygem-money
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-money
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1625323829
SHA256 (rubygem/money-6.14.1.gem) = b3accc05d39044009992a4de6d2bab03e6f01039ff8072f20a4be2c1433cd385
SIZE (rubygem/money-6.14.1.gem) = 51200
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-i18n>=0.6.4,2<2,2 : devel/rubygem-i18n
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_rubygem-money
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.14.1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.14.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.14.1 20 Jul 2022 14:21:51 |
Tobias C. Berner (tcberner) |
finance: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Christopher Boumenot <boumenot@gmail.com>
* David Naylor <naylor.b.david@gmail.com>
* Dermot Tynan <dtynan@kalopa.com>
* Dorit Rottner (<rottner@punkt.de>)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Glenn Johnson <glennpj@charter.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janky Jay <ek@purplehat.org> (Only the first 15 lines of the commit message are shown above ) |
6.14.1 06 Jul 2021 15:00:15 |
Po-Chuan Hsieh (sunpoet) |
finance/rubygem-money: Update to 6.14.1
- Update version requirement of RUN_DEPENDS
- Update WWW
Changes: https://github.com/RubyMoney/money/blob/main/CHANGELOG.md |
6.13.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.13.1 28 Oct 2018 19:58:34 |
sunpoet |
Update to 6.13.1
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.13.0 14 Oct 2018 16:31:15 |
sunpoet |
Update to 6.13.0
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.12.0_1 08 Aug 2018 23:28:55 |
sunpoet |
Fix gemspec for rubygem-i18n 1.1.0 update
- Bump PORTREVISION for package change |
6.12.0 31 Jul 2018 23:50:29 |
sunpoet |
Update to 6.12.0
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.11.3 10 May 2018 23:14:31 |
sunpoet |
Update to 6.11.3
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.11.2 05 May 2018 17:22:31 |
sunpoet |
Update to 6.11.2
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.11.1 01 May 2018 19:51:11 |
sunpoet |
Update to 6.11.1
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.11.0 09 Apr 2018 18:51:30 |
sunpoet |
Update to 6.11.0
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.10.1_1 15 Feb 2018 12:47:27 |
sunpoet |
Fix gemspec for rubygem-i18n 1.0.0 update
- Bump PORTREVISION for package change |
6.10.1 16 Dec 2017 20:56:48 |
sunpoet |
Update to 6.10.1
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.10.0 05 Nov 2017 21:17:14 |
sunpoet |
Update to 6.10.0
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.9.0_1 16 Oct 2017 17:47:16 |
sunpoet |
Fix gemspec for rubygem-i18n 0.9.0 update
- Bump PORTREVISION for package change |
6.9.0 21 Apr 2017 18:24:04 |
sunpoet |
Update to 6.9.0
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.8.4 20 Apr 2017 14:26:09 |
sunpoet |
Update to 6.8.4
Changes: https://github.com/RubyMoney/money/blob/v6_8_4/CHANGELOG.md |
6.8.3 07 Apr 2017 23:17:05 |
sunpoet |
Update to 6.8.3
Changes: https://github.com/RubyMoney/money/blob/v6.8.3/CHANGELOG.md |
6.8.2 11 Mar 2017 16:00:36 |
sunpoet |
Update to 6.8.2
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.8.1_1 01 Feb 2017 19:44:48 |
sunpoet |
Fix gemspec for rubygem-i18n 0.8.0 update
- Bump PORTREVISION for package change |
6.8.1 09 Jan 2017 18:09:22 |
swills |
finance/rubygem-money: update to 6.8.1 |
6.8.0 04 Jan 2017 15:02:48 |
sunpoet |
Update to 6.8.0
- Add missing RUN_DEPENDS
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.7.1 28 Dec 2016 15:46:52 |
swills |
finance/rubygem-money: update to 6.7.1 |
6.7.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
6.7.0 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
6.7.0 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
6.7.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
6.7.0 19 Jan 2016 08:38:00 |
sunpoet |
- Update to 6.7.0
- Add LICENSE_FILE
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.6.1 28 Jul 2015 13:21:48 |
sunpoet |
- Update to 6.6.1
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
https://github.com/RubyMoney/money/commits/master |
6.6.0 17 Jul 2015 12:24:45 |
sunpoet |
- Update to 6.6.0
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
https://github.com/RubyMoney/money/commits/master |
6.5.1 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
6.5.1 25 May 2015 19:54:05 |
sunpoet |
- Update to 6.5.1
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
6.3.0 21 Sep 2014 20:56:12 |
swills |
finance/rubygem-money: update to 6.3.0 |
6.2.0 15 Sep 2014 01:41:22 |
swills |
finance/rubygem-money: update to 6.2.0 |
6.1.1 23 Aug 2014 20:36:49 |
swills |
finance/rubygem-money: update to 6.1.1 |
6.0.0 05 Dec 2013 20:28:38 |
sunpoet |
- Update to 6.0.0
- Add LICENSE
- Update WWW
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md |
5.1.1 30 Oct 2013 02:48:43 |
swills |
- Add stage support |
5.1.1 20 Sep 2013 17:18:39 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance) |
5.1.1 27 Jul 2013 16:06:02 |
swills |
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here
Reviewed by: danfe |
5.1.1 12 Jul 2013 03:26:25 |
swills |
- Update to 5.1.1
PR: ports/179865
Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks) |
5.0.0 27 Aug 2012 22:00:31 |
swills |
- Update to 5.0.0
PR: ports/170609
Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks) |
4.0.1 17 Feb 2012 19:43:34 |
pgollucci |
- Update to 4.0.1
PR: ports/164881
Submitted by: myself (pgollucci)
Approved by: freebsdports@chillibear.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
4.0.0 23 Dec 2011 12:30:01 |
scheidell |
- update to 4.0.0
PR: ports/163383
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: freebsdports@chillibear.com (maintainer), gabor (mentor) |
3.7.1 04 Sep 2011 21:24:14 |
swills |
- Update to 3.7.1
- Works with Ruby 1.9 now
PR: ports/160244
Submitted by: swills (me)
Approved by: Eric <freebsdports@chillibear.com> (maintainer) |
3.7.0 27 Jul 2011 01:13:13 |
swills |
- Mark broken with Ruby 1.9
With hat: ruby@ |
3.7.0 25 Jun 2011 23:44:43 |
pgollucci |
- Update to 3.7.0
PR: ports/158213
Submitted by: myself (pgollucci)
Approved by: freebsdports@chillibear.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
3.6.1 23 Jun 2011 17:51:43 |
pgollucci |
- Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github |
3.6.1 20 Jun 2011 17:25:42 |
pgollucci |
- Fix dependency versions |
3.6.1 03 May 2011 03:22:57 |
swills |
A library assists in handling money and different currencies.
It features a Money class which encapsulates all information
about an certain amount of money, such as its value and its currency.
WWW: http://money.rubyforge.org/
PR: ports/156679
Submitted by: Eric Freeman <freebsdports at chillibear.com> |