From owner-svn-ports-all@FreeBSD.ORG Sun Jun 23 13:30:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 23A16838; Sun, 23 Jun 2013 13:30:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F02FA1CF2; Sun, 23 Jun 2013 13:30:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5NDUT0U049760; Sun, 23 Jun 2013 13:30:29 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5NDUTHs049756; Sun, 23 Jun 2013 13:30:29 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306231330.r5NDUTHs049756@svn.freebsd.org> From: Steve Wills Date: Sun, 23 Jun 2013 13:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321637 - in head/devel: . rubygem-docile 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.14 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: Sun, 23 Jun 2013 13:30:30 -0000 Author: swills Date: Sun Jun 23 13:30:28 2013 New Revision: 321637 URL: http://svnweb.freebsd.org/changeset/ports/321637 Log: Docile turns any Ruby object into a DSL. Especially useful with the Builder pattern. WWW: http://ms-ati.github.com/docile/ Added: head/devel/rubygem-docile/ head/devel/rubygem-docile/Makefile (contents, props changed) head/devel/rubygem-docile/distinfo (contents, props changed) head/devel/rubygem-docile/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 23 13:26:38 2013 (r321636) +++ head/devel/Makefile Sun Jun 23 13:30:28 2013 (r321637) @@ -4039,6 +4039,7 @@ SUBDIR += rubygem-devise SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz + SUBDIR += rubygem-docile SUBDIR += rubygem-drydock SUBDIR += rubygem-echoe SUBDIR += rubygem-edavis10-object_daddy Added: head/devel/rubygem-docile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-docile/Makefile Sun Jun 23 13:30:28 2013 (r321637) @@ -0,0 +1,16 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= docile +PORTVERSION= 1.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Docile turns any Ruby object into a DSL + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-docile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-docile/distinfo Sun Jun 23 13:30:28 2013 (r321637) @@ -0,0 +1,2 @@ +SHA256 (rubygem/docile-1.0.2.gem) = e0fa766d619256b27eac3391c43d7b577488f99323bf7e8341f0fb1013618061 +SIZE (rubygem/docile-1.0.2.gem) = 10240 Added: head/devel/rubygem-docile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-docile/pkg-descr Sun Jun 23 13:30:28 2013 (r321637) @@ -0,0 +1,4 @@ +Docile turns any Ruby object into a DSL. Especially useful with the Builder +pattern. + +WWW: http://ms-ati.github.com/docile/