Port details |
- rubygem-rdf Pure-Ruby library for working with RDF data
- 3.3.2 www =2 3.3.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2016-07-10 10:04:59
- Last Update: 2024-07-08 16:22:35
- Commit Hash: 08de989
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: UNLICENSE
- WWW:
- https://ruby-rdf.github.io/rdf/
- https://github.com/ruby-rdf/rdf
- Description:
- RDF.rb is a pure-Ruby library for working with Resource Description Framework
(RDF) data.
Features:
- 100% pure Ruby with minimal dependencies and no bloat.
- Fully compatible with RDF 1.1 specifications.
- 100% free and unencumbered public domain software.
- Provides a clean, well-designed RDF object model and related APIs.
- Supports parsing and serializing N-Triples and N-Quads out of the box, with
more serialization format support available through add-on extensions.
- Includes in-memory graph and repository implementations, with more storage
adapter support available through add-on extensions.
- Implements basic graph pattern (BGP) query evaluation.
- Plays nice with others: entirely contained in the RDF module, and does not
modify any of Ruby's core classes or standard library.
- Based entirely on Ruby's autoloading, meaning that you can generally make use
of any one part of the library without needing to load up the rest.
- Compatible with Ruby Ruby >= 2.4, Rubinius and JRuby 9.0+.
- Performs auto-detection of input to select appropriate Reader class if one
cannot be determined from file characteristics.
- Provisional support for RDF*.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-rdf>0:www/rubygem-rdf
- To install the port:
- cd /usr/ports/www/rubygem-rdf/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-rdf
- pkg install rubygem-rdf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-rdf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720447774
SHA256 (rubygem/rdf-3.3.2.gem) = 960eeb22fb4434ec5b6f4dacf65256725db043dac789a4a0dc7cf22057a58ad6
SIZE (rubygem/rdf-3.3.2.gem) = 159232
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:
-
- rubygem-bcp47_spec>=0.2<1 : devel/rubygem-bcp47_spec
- rubygem-bigdecimal>=3.1.5<4 : math/rubygem-bigdecimal
- rubygem-link_header>=0.0.8<1 : www/rubygem-link_header
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- converters/rubygem-json-ld
- converters/rubygem-json-ld-preloaded
- www/rubygem-rdf-normalize
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-rdf
- 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 |
3.3.2 08 Jul 2024 16:22:35 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.3.2
Changes: https://github.com/ruby-rdf/rdf/releases |
3.3.1 22 Sep 2023 03:21:40 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.3.1
Changes: https://github.com/ruby-rdf/rdf/releases |
3.3.0 04 Sep 2023 21:30:31 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.3.0
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.11 30 Jun 2023 07:07:58 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.11
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.10 18 Apr 2023 21:39:07 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.10
- Update WWW and clean up pkg-descr
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.9 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) |
3.2.9 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 ) |
3.2.9 31 Aug 2022 11:41:41 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.9
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.8 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.2.8 03 Jun 2022 09:00:54 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.8
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.7 26 Apr 2022 15:01:44 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.7
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.6 30 Mar 2022 22:21:35 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.6
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.5 07 Mar 2022 18:13:07 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.5
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.3 25 Jan 2022 19:51:06 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.3
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.2 23 Jan 2022 19:09:36 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.2
Changes: https://github.com/ruby-rdf/rdf/releases |
3.2.1 11 Jan 2022 18:47:01 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.2.1
- Update pkg-descr
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.15 20 Jun 2021 16:16:15 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.1.15
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.14 10 Jun 2021 14:46:20 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.1.14
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.13 18 Apr 2021 05:48:24 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rdf: Update to 3.1.13
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.12 03 Mar 2021 18:16:55 |
sunpoet |
Update to 3.1.12
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.11 17 Feb 2021 18:24:40 |
sunpoet |
Update to 3.1.11
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.10 06 Feb 2021 21:24:34 |
sunpoet |
Update to 3.1.10
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.9 06 Jan 2021 20:34:53 |
sunpoet |
Update to 3.1.9
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.8 03 Jan 2021 20:22:11 |
sunpoet |
Update to 3.1.8
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.7 21 Nov 2020 09:44:44 |
sunpoet |
Update to 3.1.7
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.6 05 Sep 2020 21:35:14 |
sunpoet |
Update to 3.1.6
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.5 15 Aug 2020 17:11:54 |
sunpoet |
Update to 3.1.5
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.4 08 Jul 2020 19:16:04 |
sunpoet |
Update to 3.1.4
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.3 19 Jun 2020 16:07:46 |
sunpoet |
Update to 3.1.3
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.2 31 May 2020 18:47:34 |
sunpoet |
Update to 3.1.2
Changes: https://github.com/ruby-rdf/rdf/releases |
3.1.1 09 Jan 2020 17:54:29 |
sunpoet |
Update to 3.1.1
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
3.1.0 28 Dec 2019 07:38:56 |
sunpoet |
Update to 3.1.0
- Update version requirement of RUN_DEPENDS
- Update WWW
- Take maintainership
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
3.0.7 01 Dec 2018 13:07:52 |
sunpoet |
Update to 3.0.7
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
3.0.6 06 Nov 2018 21:12:06 |
sunpoet |
Update to 3.0.6
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
3.0.5 20 Oct 2018 14:53:48 |
sunpoet |
Update to 3.0.5
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
3.0.4 22 Sep 2018 16:45:34 |
sunpoet |
Update to 3.0.4
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
3.0.3 11 Sep 2018 19:01:21 |
sunpoet |
Update to 3.0.3
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
3.0.2 22 Mar 2018 19:53:42 |
sunpoet |
Update to 2.2.12
Changes: https://github.com/ruby-rdf/rdf/releases |
3.0.1 05 Jan 2018 14:56:47 |
swills |
www/rubygem-rdf: update to 3.0.1 |
2.2.12 08 Nov 2017 23:30:59 |
sunpoet |
Update to 2.2.12
Changes: https://github.com/ruby-rdf/rdf/releases |
2.2.11 09 Oct 2017 10:38:19 |
sunpoet |
Update to 2.2.11
Changes: https://github.com/ruby-rdf/rdf/releases |
2.2.10 28 Sep 2017 10:41:35 |
sunpoet |
Update to 2.2.10
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
2.2.9 28 Aug 2017 19:18:41 |
sunpoet |
Update to 2.2.9
Changes: https://github.com/ruby-rdf/rdf/releases |
2.2.8 25 Aug 2017 18:21:48 |
sunpoet |
Update to 2.2.8
Changes: https://github.com/ruby-rdf/rdf/releases |
2.2.7 29 Jul 2017 19:27:01 |
sunpoet |
Update to 2.2.7
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
2.2.6 05 Jul 2017 14:58:11 |
tobik |
Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D11487 |
2.2.6 17 Apr 2017 16:06:51 |
sunpoet |
Update to 2.2.6
Changes: https://github.com/ruby-rdf/rdf/releases
https://github.com/ruby-rdf/rdf/commits/develop |
2.2.5 03 Apr 2017 12:59:07 |
sunpoet |
Update to 2.2.5
Changes: https://github.com/ruby-rdf/rdf/releases |
2.2.1 09 Jan 2017 18:15:44 |
swills |
www/rubygem-rdf: update to 2.2.1 |
2.2.0 08 Jan 2017 20:43:30 |
sunpoet |
Update to 2.2.0
Changes: https://github.com/ruby-rdf/rdf/releases |
2.1.1 30 Dec 2016 19:22:53 |
sunpoet |
- Update WWW |
2.1.1 30 Dec 2016 13:54:41 |
swills |
www/rubygem-rdf: update to 2.1.1 |
2.0.2_1 11 Dec 2016 19:27:01 |
sunpoet |
- Update WWW: rubygems.org uses https://
With hat: ruby |
2.0.2_1 28 Nov 2016 13:45:05 |
amdmi3 |
- Fix license (unlincense is not equal to public domain)
- Add NO_ARCH
- Add missing file to plist
Approved by: portmgr blanket |
2.0.2 10 Jul 2016 10:04:51 |
tota |
- Add new port: www/rubygem-rdf
RDF.rb is a pure-Ruby library for working with Resource Description
Framework (RDF) data.
Features:
* 100% pure Ruby with minimal dependencies and no bloat.
* Fully compatible with RDF 1.1 specifications.
* 100% free and unencumbered public domain software.
* Provides a clean, well-designed RDF object model and related APIs.
* Supports parsing and serializing N-Triples and N-Quads out of the box, with
more serialization format support available through add-on extensions.
* Includes in-memory graph and repository implementations, with more storage
adapter support available through add-on extensions.
* Implements basic graph pattern (BGP) query evaluation.
* Plays nice with others: entirely contained in the RDF module, and does not
modify any of Ruby's core classes or standard library.
* Based entirely on Ruby's autoloading, meaning that you can generally make
use
of any one part of the library without needing to load up the rest.
* Compatible with Ruby Ruby 2.x, Rubinius and JRuby 1.7+ (in Ruby 2.0 mode).
* Performs auto-detection of input to select appropriate Reader class if one
can
not be determined from file characteristics.
WWW: http://rubygems.org/gems/rdf |