Port details |
- rubygem-arel Relational Algebra for Ruby
- 9.0.0,1 databases
=4 9.0.0,1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2010-09-02 02:43:51
- Last Update: 2023-01-14 23:08:33
- Commit Hash: 18c6e18
- People watching this port, also watch:: php81-pear, libXdamage, php81-pear-XML_DTD, autoconf, xorg-fonts-truetype
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/arel
- Description:
- A toolkit for building modeling frameworks like Active Record and
Active Resource. Rich support for attributes, callbacks,
validations, observers, serialization, internationalization,
and testing.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-arel>0:databases/rubygem-arel
- To install the port:
- cd /usr/ports/databases/rubygem-arel/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-arel
- pkg install rubygem-arel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-arel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1513513189
SHA256 (rubygem/arel-9.0.0.gem) = 60da926cea65e70817cc5a3b292c37af556b88d542276ec6332e983c2be567ca
SIZE (rubygem/arel-9.0.0.gem) = 32768
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:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- databases/rubygem-activerecord52
Configuration Options:
- No options to configure
- Options name:
- databases_rubygem-arel
- 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 |
9.0.0,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) |
9.0.0,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 ) |
9.0.0,1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
9.0.0,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
9.0.0,1 03 Sep 2019 19:10:17
  |
sunpoet  |
Take maintainership |
9.0.0,1 24 Aug 2019 00:11:12
  |
sunpoet  |
Cosmetic change |
9.0.0,1 17 Dec 2017 15:54:42
  |
sunpoet  |
Update to 9.0.0
Changes: https://github.com/rails/arel/blob/master/History.txt |
8.0.0,1 26 Feb 2017 13:57:26
  |
sunpoet  |
Update to 8.0.0
Changes: https://github.com/rails/arel/blob/master/History.txt |
7.1.4,1 25 Feb 2017 09:55:52
  |
sunpoet  |
Add LICENSE_FILE |
7.1.4,1 28 Dec 2016 13:48:41
  |
swills  |
databases/rubygem-arel: update to 7.1.4 |
7.0.0,1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
7.0.0,1 27 Apr 2016 21:57:32
  |
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
7.0.0,1 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 |
7.0.0,1 21 Dec 2015 18:35:18
  |
sunpoet  |
- Update to 7.0.0
Changes: https://github.com/rails/arel/blob/master/History.txt |
5.0.1.20140414130214,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 |
5.0.1.20140414130214,1 06 Sep 2014 21:04:38
  |
swills  |
databases/rubygem-arel: update to 5.0.1.20140414130214 |
5.0.0,1 31 Dec 2013 06:58:25
  |
sunpoet  |
- Update to 5.0.0
- Add LICENSE
Changes: https://github.com/rails/arel/blob/master/History.txt |
3.0.2,1 30 Oct 2013 02:20:20
  |
swills  |
- Add stage support |
3.0.2,1 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
3.0.2,1 02 Aug 2012 09:02:45
 |
cs  |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
3.0.2,1 09 Jun 2012 06:12:29
 |
miwi  |
- Update to 3.0.2
- Cleanup
PR: 168874
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
3.0.0,1 08 Feb 2012 02:05:02
 |
pgollucci  |
- Update to 3.0.0
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
2.2.1,1 27 Oct 2011 03:02:52
 |
swills  |
- Update Rails to 3.1.1 and associated changes
With hat: ruby@ |
2.0.10,1 23 Jun 2011 19:34:14
 |
pgollucci  |
- guess thats enough for the 1st day back
- add files supposed to have been in previous commit for rails update to 3.0.9 |
2.0.10,1 23 Jun 2011 19:32:59
 |
pgollucci  |
- Update rails to 3.0.9 (current)
bump required dependencie
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
2.0.2,1 23 Jun 2011 17:28:46
 |
pgollucci  |
- Downgraded to 2.0.2 so that rails can be updated to 3.0.6
you've just gotta love this stuff
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
2.0.9 02 Mar 2011 07:42:15
 |
clsung  |
- Update to 2.0.9 |
2.0.8 21 Feb 2011 15:44:34
 |
clsung  |
- Update to 2.0.8 |
2.0.6 08 Dec 2010 23:13:56
 |
pgollucci  |
- Update to 2.0.6
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
2.0.5 08 Dec 2010 20:06:52
 |
pgollucci  |
- remove stale comment |
2.0.5 08 Dec 2010 20:05:55
 |
pgollucci  |
- Update to 2.0.5
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
2.0.4 27 Nov 2010 02:22:55
 |
pgollucci  |
- Update to 2.0.4
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
2.0.3 23 Nov 2010 07:29:40
 |
pgollucci  |
- update stale comment |
2.0.3 23 Nov 2010 07:19:02
 |
pgollucci  |
- Update to 2.0.3
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
2.0.2 16 Nov 2010 06:53:40
 |
pgollucci  |
- Update to 2.0.2
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.0.1 11 Nov 2010 03:22:25
 |
pgollucci  |
- github is redirecting all these to https now |
1.0.1 20 Oct 2010 01:35:47
 |
pgollucci  |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.0.1 19 Oct 2010 07:00:30
 |
pgollucci  |
- note about breaking things if upgrading |
1.0.1 02 Sep 2010 02:43:28
 |
pgollucci  |
Presenting Rails 3.0
http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done
N.B.:
lang/ruby19 does not work with rails3 until the upgrade to 1.9.2
by stas@ happens.
- Update www/rubygem-rails to 3.0.0
Sponsored by: RideCharge Inc. / Taximagic |