From owner-svn-ports-all@FreeBSD.ORG Sat Mar 29 14:41:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65945DD0; Sat, 29 Mar 2014 14:41:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4C0975; Sat, 29 Mar 2014 14:41:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TEf42o019627; Sat, 29 Mar 2014 14:41:04 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TEf3XL019621; Sat, 29 Mar 2014 14:41:03 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201403291441.s2TEf3XL019621@svn.freebsd.org> From: Steve Wills Date: Sat, 29 Mar 2014 14:41:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349523 - in head/devel: . rubygem-configatron X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 14:41:04 -0000 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 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 +# $FreeBSD$ + +PORTNAME= configatron +PORTVERSION= 3.0.2 +CATEGORIES= devel ruby +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Configuration system for Ruby applications + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include 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