Port details |
- rubygem-rice C++ interface to Rubys C API
- 4.3.3 devel =2 4.3.1Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2016-05-15 17:11:18
- Last Update: 2024-10-26 23:29:40
- Commit Hash: 3aff07c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD2CLAUSE
- WWW:
- https://ruby-rice.github.io/4.x/
- https://github.com/ruby-rice/rice
- Description:
- Rice is a C++ header-only library that serves dual purposes. First, it makes it
much easier to create Ruby bindings for existing C++ libraries. Second, it
provides an object oriented interface to Ruby's C API that makes it easy to
embed Ruby and write Ruby extensions in C++.
Rice is similar to Boost.Python and pybind11 in that it minimizes boilerplate
code needed to interface with C++. It does this by automatically determining
type information allowing Ruby object to be converted to C++ and vice versa.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-rice>0:devel/rubygem-rice
- To install the port:
- cd /usr/ports/devel/rubygem-rice/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-rice
- pkg install rubygem-rice
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-rice
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729927193
SHA256 (rubygem/rice-4.3.3.gem) = a76afd86885b6fe013fd119cbd86e3952f83359d89e317c257d95abd6705af0f
SIZE (rubygem/rice-4.3.3.gem) = 136192
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-rice
- 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 |
4.3.3 26 Oct 2024 23:29:40 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.3.3
Changes: https://github.com/ruby-rice/rice/blob/master/CHANGELOG.md |
4.3.2 25 Oct 2024 15:58:43 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.3.2
Changes: https://github.com/ruby-rice/rice/blob/master/CHANGELOG.md |
4.3.1 31 Mar 2024 03:10:04 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.3.1
- Update WWW
Changes: https://github.com/ruby-rice/rice/blob/master/CHANGELOG.md |
4.3.0 09 Mar 2024 14:07:17 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.3.0
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md |
4.2.1 21 Feb 2024 15:11:19 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.2.1
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md |
4.1.0 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
4.1.0 27 Apr 2023 15:49:05 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.1.0
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md |
4.0.4 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) |
4.0.4 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 ) |
4.0.4 03 Jun 2022 09:01:03 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.0.4
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
https://github.com/jasonroelofs/rice/commits/master |
4.0.3 30 Mar 2022 22:21:43 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.0.3
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
https://github.com/jasonroelofs/rice/commits/master |
4.0.2 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
4.0.2 06 Jul 2021 14:59:45 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rice: Update to 4.0.2
- Add NO_ARCH
- Update pkg-descr
- Update WWW
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
https://github.com/jasonroelofs/rice/commits/master |
2.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 24 Nov 2020 16:00:11 |
mfechner |
Update to 2.2.0 which fixes compiliation errors with ruby 2.7.
PR: 244787 |
2.1.2_1 18 Jan 2020 14:24:41 |
pkubaj |
devel/rubygem-rice: unbreak on powerpc64 elfv2
Builds fine. |
2.1.2_1 27 Dec 2017 19:53:23 |
sunpoet |
Strip binary executable
- Bump PORTREVISION for package change |
2.1.2 25 Dec 2017 13:54:24 |
sunpoet |
Remove no-op GNU_CONFIGURE |
2.1.2 24 Dec 2017 11:15:16 |
sunpoet |
Remove outdated STAGEDIR fix |
2.1.2 23 Dec 2017 19:27:41 |
tijl |
Add build dependency on autotools.
Reported by: sunpoet |
2.1.2 23 Dec 2017 16:30:26 |
tijl |
Drop unneeded USE_AUTOTOOLS. |
2.1.2 08 Dec 2017 01:46:01 |
linimon |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket) |
2.1.2 22 Nov 2017 23:35:51 |
sunpoet |
Update to 2.1.2
Changes: https://github.com/jasonroelofs/rice/commits/master |
2.1.1 27 May 2017 20:33:22 |
linimon |
Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.1.1 22 May 2017 13:17:39 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
2.1.1 08 Jan 2017 20:43:16 |
sunpoet |
Update to 2.1.1
- Add LICENSE
- Remove leading indefinite article from COMMENT
Changes: https://github.com/jasonroelofs/rice/commits/master |
2.1.0 11 Dec 2016 19:27:01 |
sunpoet |
- Update WWW: rubygems.org uses https://
With hat: ruby |
2.1.0 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.1.0 15 May 2016 17:11:10 |
brd |
Add devel/rubygem-rice.
Rice is a C++ interface to Ruby's C API. It provides a type-safe and
exception-safe interface in order to make embedding Ruby and writing Ruby
extensions with C++ easier. It is similar to Boost.Python in many ways, but
also attempts to provide an object-oriented interface to all of the Ruby C API.
Approved by: swills (mentor) |