Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 17:36:01 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449911 - in head/www: . rubygem-rdf-normalize
Message-ID:  <201709151736.v8FHa18b082598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Fri Sep 15 17:36:01 2017
New Revision: 449911
URL: https://svnweb.freebsd.org/changeset/ports/449911

Log:
  New port, www/rubygem-rdf-normalize: RDF Graph normalizer for Ruby.  Adding
  this because it is a new net-im/mastodon dependency.
  
  WWW: http://github.com/gkellogg/rdf-normalize

Added:
  head/www/rubygem-rdf-normalize/
  head/www/rubygem-rdf-normalize/Makefile   (contents, props changed)
  head/www/rubygem-rdf-normalize/distinfo   (contents, props changed)
  head/www/rubygem-rdf-normalize/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Sep 15 17:32:31 2017	(r449910)
+++ head/www/Makefile	Fri Sep 15 17:36:01 2017	(r449911)
@@ -2106,6 +2106,7 @@
     SUBDIR += rubygem-ramaze
     SUBDIR += rubygem-raphael-rails
     SUBDIR += rubygem-rdf
+    SUBDIR += rubygem-rdf-normalize
     SUBDIR += rubygem-redcloth
     SUBDIR += rubygem-redis-rack
     SUBDIR += rubygem-redis-rack1

Added: head/www/rubygem-rdf-normalize/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rdf-normalize/Makefile	Fri Sep 15 17:36:01 2017	(r449911)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	rdf-normalize
+DISTVERSION=	0.3.2
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	RDF Graph normalizer for Ruby
+
+LICENSE=	UNLICENSE
+
+RUN_DEPENDS=	rubygem-rdf>=2.0:www/rubygem-rdf
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-rdf-normalize/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rdf-normalize/distinfo	Fri Sep 15 17:36:01 2017	(r449911)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504483408
+SHA256 (rubygem/rdf-normalize-0.3.2.gem) = f35d8ae13531fe8e582725fd95a3b44ca66a8bfb33995591659f90a5cbb3c688
+SIZE (rubygem/rdf-normalize-0.3.2.gem) = 12800

Added: head/www/rubygem-rdf-normalize/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rdf-normalize/pkg-descr	Fri Sep 15 17:36:01 2017	(r449911)
@@ -0,0 +1,6 @@
+This is a Ruby implementation of a RDF Normalize for RDF.rb.  It is a Graph
+normalizer for the RDF.rb library suite.  It generates normalized output for an
+RDF Dataset using the algorithm defined in RDF Normalize.  It also implements an
+RDF Writer interface, which can be used to serialize normalized statements.
+
+WWW: http://github.com/gkellogg/rdf-normalize



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709151736.v8FHa18b082598>