svn commit: r349523 - in head/devel: . rubygem-configatron

Steve Wills swills at FreeBSD.org
Sat Mar 29 14:41:04 UTC 2014


Author: swills
Date: Sat Mar 29 14:41:02 2014
New Revision: 349523
URL: http://svnweb.freebsd.org/changeset/ports/349523
QAT: https://qat.redports.org/buildarchive/r349523/

Log:
  Configatron is a framework to make configuring Ruby applications and
  scripts easy with simple configuration files.
  
  WWW: https://github.com/markbates/configatron
  
  PR:		ports/187948
  Submitted by:	Michael Moll <kvedulv at kvedulv.de>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 29 14:39:13 2014	(r349522)
+++ head/devel/Makefile	Sat Mar 29 14:41:02 2014	(r349523)
@@ -4164,6 +4164,7 @@
     SUBDIR += rubygem-coffee-script-source
     SUBDIR += rubygem-columnize
     SUBDIR += rubygem-commander
+    SUBDIR += rubygem-configatron
     SUBDIR += rubygem-configuration
     SUBDIR += rubygem-cool.io
     SUBDIR += rubygem-crack

Added: head/devel/rubygem-configatron/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-configatron/Makefile	Sat Mar 29 14:41:02 2014	(r349523)
@@ -0,0 +1,18 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	configatron
+PORTVERSION=	3.0.2
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Configuration system for Ruby applications
+
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-configatron/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-configatron/distinfo	Sat Mar 29 14:41:02 2014	(r349523)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/configatron-3.0.2.gem) = 9e6ee162301828c01034f3e6dea0215ea4dc5fccdc05951b0a011d38b3ea180c
+SIZE (rubygem/configatron-3.0.2.gem) = 14848

Added: head/devel/rubygem-configatron/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-configatron/pkg-descr	Sat Mar 29 14:41:02 2014	(r349523)
@@ -0,0 +1,4 @@
+Configatron is a framework to make configuring Ruby applications and
+scripts easy with simple configuration files.
+
+WWW: https://github.com/markbates/configatron


More information about the svn-ports-head mailing list