Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 13:14:10 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398911 - in head/devel: . rubygem-apipie-params
Message-ID:  <201510091314.t99DEAZp062993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Fri Oct  9 13:14:10 2015
New Revision: 398911
URL: https://svnweb.freebsd.org/changeset/ports/398911

Log:
  new port: devel/rubygem-apipie-params
  
  DSL for Hash/JSON descriptions. Allows description of hash formats using Ruby
  code, generating a json-schema for it and validating values against it.
  
  It's based on the DSL of apipie-rails.
  
  WWW: https://github.com/iNecas/apipie-params

Added:
  head/devel/rubygem-apipie-params/
  head/devel/rubygem-apipie-params/Makefile   (contents, props changed)
  head/devel/rubygem-apipie-params/distinfo   (contents, props changed)
  head/devel/rubygem-apipie-params/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct  9 13:10:52 2015	(r398910)
+++ head/devel/Makefile	Fri Oct  9 13:14:10 2015	(r398911)
@@ -4596,6 +4596,7 @@
     SUBDIR += rubygem-annoy
     SUBDIR += rubygem-ansi
     SUBDIR += rubygem-apipie-bindings
+    SUBDIR += rubygem-apipie-params
     SUBDIR += rubygem-app_config
     SUBDIR += rubygem-arrayfields
     SUBDIR += rubygem-ascii85

Added: head/devel/rubygem-apipie-params/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-apipie-params/Makefile	Fri Oct  9 13:14:10 2015	(r398911)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	apipie-params
+PORTVERSION=	0.0.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mmoll@FreeBSD.org
+COMMENT=	DSL for describing data structures with json-schema bindings
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+NO_ARCH=	yes
+
+USE_RAKE=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-apipie-params/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-apipie-params/distinfo	Fri Oct  9 13:14:10 2015	(r398911)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/apipie-params-0.0.4.gem) = 2b6235b54f6b5cb8a5ca90fe2ebcc851adf4a346a99c71370839b9ab54d8563f
+SIZE (rubygem/apipie-params-0.0.4.gem) = 10240

Added: head/devel/rubygem-apipie-params/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-apipie-params/pkg-descr	Fri Oct  9 13:14:10 2015	(r398911)
@@ -0,0 +1,6 @@
+DSL for Hash/JSON descriptions. Allows description of hash formats using Ruby
+code, generating a json-schema for it and validating values against it.
+
+It's based on the DSL of apipie-rails.
+
+WWW: https://github.com/iNecas/apipie-params



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