Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 15:35:15 +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: r401108 - in head/devel: . rubygem-asetus
Message-ID:  <201511091535.tA9FZF2n039575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Mon Nov  9 15:35:14 2015
New Revision: 401108
URL: https://svnweb.freebsd.org/changeset/ports/401108

Log:
  new port: devel/rubygem-asetus
  
  A configuration library for Ruby with YAML/JSON/TOML backends with
  unified object access.
  
  WWW: https://github.com/ytti/asetus
  
  PR:		203367
  Submitted by:	Nick Hilliard <nick@foobar.org>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Nov  9 15:22:23 2015	(r401107)
+++ head/devel/Makefile	Mon Nov  9 15:35:14 2015	(r401108)
@@ -4627,6 +4627,7 @@
     SUBDIR += rubygem-app_config
     SUBDIR += rubygem-arrayfields
     SUBDIR += rubygem-ascii85
+    SUBDIR += rubygem-asetus
     SUBDIR += rubygem-aspectr
     SUBDIR += rubygem-ast
     SUBDIR += rubygem-astrolabe

Added: head/devel/rubygem-asetus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-asetus/Makefile	Mon Nov  9 15:35:14 2015	(r401108)
@@ -0,0 +1,20 @@
+# Created by: Nick Hilliard <nick@foobar.org>
+# $FreeBSD$
+
+PORTNAME=	asetus
+PORTVERSION=	0.3.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	nick@foobar.org
+COMMENT=	Ruby configuration library with YAML/JSON/TOML backends
+
+LICENSE=	APACHE20
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-asetus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-asetus/distinfo	Mon Nov  9 15:35:14 2015	(r401108)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/asetus-0.3.0.gem) = 201d6cffa16438558e1eeba3e475fd0676fa6bacf8fc0f2bb68a4e74174379fe
+SIZE (rubygem/asetus-0.3.0.gem) = 8704

Added: head/devel/rubygem-asetus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-asetus/pkg-descr	Mon Nov  9 15:35:14 2015	(r401108)
@@ -0,0 +1,4 @@
+A configuration library for Ruby with YAML/JSON/TOML backends with
+unified object access.
+
+WWW: https://github.com/ytti/asetus



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