mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
New ports, converters/rubygem-json-ld-preloaded and
converters/rubygem-json-ld: New net-im/mastodon dependencies. WWW: http://github.com/ruby-rdf/json-ld-preloaded WWW: https://github.com/ruby-rdf/json-ld
This commit is contained in:
parent
56e98a4856
commit
5368634595
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449909
@ -160,6 +160,8 @@
|
||||
SUBDIR += recode
|
||||
SUBDIR += rubygem-base32
|
||||
SUBDIR += rubygem-bsdconv
|
||||
SUBDIR += rubygem-json-ld
|
||||
SUBDIR += rubygem-json-ld-preloaded
|
||||
SUBDIR += rubygem-po_to_json
|
||||
SUBDIR += rubygem-url_safe_base64
|
||||
SUBDIR += rubygem-xdr
|
||||
|
21
converters/rubygem-json-ld-preloaded/Makefile
Normal file
21
converters/rubygem-json-ld-preloaded/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= json-ld-preloaded
|
||||
PORTVERSION= 2.2.2
|
||||
CATEGORIES= converters rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= JSON-LD with preloaded contexts
|
||||
|
||||
LICENSE= UNLICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-json-ld>=2.1.5:converters/rubygem-json-ld \
|
||||
rubygem-multi_json>=1.12:devel/rubygem-multi_json \
|
||||
rubygem-rdf>=2.2:www/rubygem-rdf
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
converters/rubygem-json-ld-preloaded/distinfo
Normal file
3
converters/rubygem-json-ld-preloaded/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1504482864
|
||||
SHA256 (rubygem/json-ld-preloaded-2.2.2.gem) = e70de25c81b49742a182b1c8b547d0fc4670bb411ac0651b66dcc9f6a9cf7887
|
||||
SIZE (rubygem/json-ld-preloaded-2.2.2.gem) = 99328
|
7
converters/rubygem-json-ld-preloaded/pkg-descr
Normal file
7
converters/rubygem-json-ld-preloaded/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This gem uses the preloading capabilities in JSON::LD::Context to create ruby
|
||||
context definitions for common JSON-LD contexts to dramatically reduce
|
||||
processing time when any preloaded context is used in a JSON-LD document. As a
|
||||
consequence, changes made to these contexts after the gem release will not be
|
||||
loaded.
|
||||
|
||||
WWW: http://github.com/ruby-rdf/json-ld-preloaded
|
22
converters/rubygem-json-ld/Makefile
Normal file
22
converters/rubygem-json-ld/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= json-ld
|
||||
DISTVERSION= 2.1.5
|
||||
CATEGORIES= converters rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= JSON-LD reader/writer for Ruby
|
||||
|
||||
LICENSE= UNLICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-multi_json>=1.12:devel/rubygem-multi_json \
|
||||
rubygem-rdf>=2.2:www/rubygem-rdf
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
PLIST_FILES= bin/jsonld
|
||||
|
||||
.include <bsd.port.mk>
|
3
converters/rubygem-json-ld/distinfo
Normal file
3
converters/rubygem-json-ld/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1504481916
|
||||
SHA256 (rubygem/json-ld-2.1.5.gem) = 8b4c859671b1b4d342d0312441117ae8ab3731c28866cf0909b2e257ba643116
|
||||
SIZE (rubygem/json-ld-2.1.5.gem) = 109056
|
6
converters/rubygem-json-ld/pkg-descr
Normal file
6
converters/rubygem-json-ld/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This gem parses and serializes JSON-LD into RDF and implements expansion,
|
||||
compaction and framing API interfaces. It can now be used to create a context
|
||||
from an RDFS/OWL definition, and optionally include a JSON-LD representation of
|
||||
the ontology itself.
|
||||
|
||||
WWW: http://github.com/ruby-rdf/json-ld
|
Loading…
Reference in New Issue
Block a user