Index: head/converters/Makefile =================================================================== --- head/converters/Makefile (revision 449908) +++ head/converters/Makefile (revision 449909) @@ -1,183 +1,185 @@ # $FreeBSD$ # COMMENT = Character code converters SUBDIR += R-cran-RJSONIO SUBDIR += R-cran-base64enc SUBDIR += R-cran-jsonlite SUBDIR += R-cran-rjson SUBDIR += aish SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 SUBDIR += bibtexconv SUBDIR += bsdconv SUBDIR += btoa SUBDIR += chmview SUBDIR += cl-babel SUBDIR += cl-babel-sbcl SUBDIR += cmios9 SUBDIR += cocot SUBDIR += convmv SUBDIR += dosunix SUBDIR += drg2sbg SUBDIR += dumpasn1 SUBDIR += enca SUBDIR += erlang-base64url SUBDIR += fconv SUBDIR += fix-mime-charset SUBDIR += fondu SUBDIR += fpc-iconvenc SUBDIR += fribidi SUBDIR += gbase SUBDIR += gbsdconv SUBDIR += hs-aeson SUBDIR += hs-aeson-compat SUBDIR += hs-aeson-pretty SUBDIR += hs-dataenc SUBDIR += hs-json SUBDIR += hs-sandi SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html SUBDIR += iconv SUBDIR += iconv-extra SUBDIR += iconv-rfc1345 SUBDIR += ish SUBDIR += libb64 SUBDIR += libiconv SUBDIR += libticonv SUBDIR += libutf-8 SUBDIR += lua-iconv SUBDIR += lua-json SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack SUBDIR += nomyso SUBDIR += o3read SUBDIR += ocaml-base64 SUBDIR += ocaml-jsonm SUBDIR += osm2mp SUBDIR += osm2pgsql SUBDIR += p5-Bencode SUBDIR += p5-Boulder SUBDIR += p5-Convert-ASCII-Armour SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Base32 SUBDIR += p5-Convert-Bencode SUBDIR += p5-Convert-Bencode_XS SUBDIR += p5-Convert-BinHex SUBDIR += p5-Convert-Binary-C SUBDIR += p5-Convert-IBM390 SUBDIR += p5-Convert-Moji SUBDIR += p5-Convert-Morse SUBDIR += p5-Convert-NLS_DATE_FORMAT SUBDIR += p5-Convert-PEM SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-TNEF SUBDIR += p5-Convert-UU SUBDIR += p5-Convert-UUlib SUBDIR += p5-Cpanel-JSON-XS SUBDIR += p5-Cstools SUBDIR += p5-Data-AMF SUBDIR += p5-Encode SUBDIR += p5-Encode-Detect SUBDIR += p5-Encode-Detect-CJK SUBDIR += p5-Encode-DoubleEncodedUTF8 SUBDIR += p5-Encode-IMAPUTF7 SUBDIR += p5-Encode-JIS2K SUBDIR += p5-Encode-Locale SUBDIR += p5-Encode-Punycode SUBDIR += p5-Encode-compat SUBDIR += p5-Encoding-BER SUBDIR += p5-Encoding-FixLatin SUBDIR += p5-Format-Human-Bytes SUBDIR += p5-JSON SUBDIR += p5-JSON-Any SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-MaybeXS SUBDIR += p5-JSON-PP SUBDIR += p5-JSON-Tiny SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-JSON1 SUBDIR += p5-LaTeXML SUBDIR += p5-MIME-Base32 SUBDIR += p5-MIME-Base64 SUBDIR += p5-MIME-Base64-URLSafe SUBDIR += p5-Net-IDN-Nameprep SUBDIR += p5-Number-Nary SUBDIR += p5-Number-RecordLocator SUBDIR += p5-PerlIO-via-Unidecode SUBDIR += p5-Sereal SUBDIR += p5-Sereal-Decoder SUBDIR += p5-Sereal-Encoder SUBDIR += p5-Storable-AMF SUBDIR += p5-String-Multibyte SUBDIR += p5-Text-Bidi SUBDIR += p5-Text-Iconv SUBDIR += p5-Text-Unidecode SUBDIR += p5-URI-UTF8-Punycode SUBDIR += p5-Unicode-IMAPUtf7 SUBDIR += p5-Unicode-Map SUBDIR += p5-Unicode-Map8 SUBDIR += p5-Unicode-MapUTF8 SUBDIR += p5-Unicode-RecursiveDowngrade SUBDIR += p5-Unicode-String SUBDIR += p5-Unicode-Stringprep SUBDIR += p5-Unicode-UTF8simple SUBDIR += p5-WAP-wbxml SUBDIR += p5-XML-WBXML SUBDIR += p5-bsdconv SUBDIR += p5-plutil SUBDIR += pdf2djvu SUBDIR += pear-Services_JSON SUBDIR += pecl-fribidi SUBDIR += pecl-igbinary SUBDIR += php5-bsdconv SUBDIR += php56-iconv SUBDIR += php56-mbstring SUBDIR += php56-recode SUBDIR += php70-iconv SUBDIR += php70-mbstring SUBDIR += php70-recode SUBDIR += php71-iconv SUBDIR += php71-mbstring SUBDIR += php71-recode SUBDIR += psiconv SUBDIR += py-bcode SUBDIR += py-bencode SUBDIR += py-bencoder SUBDIR += py-better-bencode SUBDIR += py-bsdconv SUBDIR += py-iconv SUBDIR += py-rencode SUBDIR += py-unidecode SUBDIR += py-zfec SUBDIR += rcctools 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 SUBDIR += shftool SUBDIR += showkey SUBDIR += ta2as SUBDIR += tnef SUBDIR += trans SUBDIR += tuc SUBDIR += unix2dos SUBDIR += uudeview SUBDIR += uudx SUBDIR += uulib SUBDIR += vda2fbd SUBDIR += wkhtmltopdf SUBDIR += xdeview SUBDIR += xml2c SUBDIR += ytnef SUBDIR += zbase32 .include Index: head/converters/rubygem-json-ld/Makefile =================================================================== --- head/converters/rubygem-json-ld/Makefile (nonexistent) +++ head/converters/rubygem-json-ld/Makefile (revision 449909) @@ -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 Property changes on: head/converters/rubygem-json-ld/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/rubygem-json-ld/distinfo =================================================================== --- head/converters/rubygem-json-ld/distinfo (nonexistent) +++ head/converters/rubygem-json-ld/distinfo (revision 449909) @@ -0,0 +1,3 @@ +TIMESTAMP = 1504481916 +SHA256 (rubygem/json-ld-2.1.5.gem) = 8b4c859671b1b4d342d0312441117ae8ab3731c28866cf0909b2e257ba643116 +SIZE (rubygem/json-ld-2.1.5.gem) = 109056 Property changes on: head/converters/rubygem-json-ld/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/rubygem-json-ld/pkg-descr =================================================================== --- head/converters/rubygem-json-ld/pkg-descr (nonexistent) +++ head/converters/rubygem-json-ld/pkg-descr (revision 449909) @@ -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 Property changes on: head/converters/rubygem-json-ld/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/rubygem-json-ld-preloaded/Makefile =================================================================== --- head/converters/rubygem-json-ld-preloaded/Makefile (nonexistent) +++ head/converters/rubygem-json-ld-preloaded/Makefile (revision 449909) @@ -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 Property changes on: head/converters/rubygem-json-ld-preloaded/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/rubygem-json-ld-preloaded/distinfo =================================================================== --- head/converters/rubygem-json-ld-preloaded/distinfo (nonexistent) +++ head/converters/rubygem-json-ld-preloaded/distinfo (revision 449909) @@ -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 Property changes on: head/converters/rubygem-json-ld-preloaded/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/rubygem-json-ld-preloaded/pkg-descr =================================================================== --- head/converters/rubygem-json-ld-preloaded/pkg-descr (nonexistent) +++ head/converters/rubygem-json-ld-preloaded/pkg-descr (revision 449909) @@ -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 Property changes on: head/converters/rubygem-json-ld-preloaded/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property