From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 11:57:11 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 DA307D17; Thu, 26 Jun 2014 11:57:11 +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 AD1432041; Thu, 26 Jun 2014 11:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QBvBZ0049232; Thu, 26 Jun 2014 11:57:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QBvAmK049228; Thu, 26 Jun 2014 11:57:10 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406261157.s5QBvAmK049228@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Jun 2014 11:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359334 - in head/devel: . rubygem-inflecto 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.18 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: Thu, 26 Jun 2014 11:57:11 -0000 Author: sunpoet Date: Thu Jun 26 11:57:10 2014 New Revision: 359334 URL: http://svnweb.freebsd.org/changeset/ports/359334 QAT: https://qat.redports.org/buildarchive/r359334/ Log: - Add rubygem-inflecto 0.0.2 This is a standalone inflector ripped out from dm-core The dm-core inflector originated from extlib The extlib inflecto originated from active_support. WWW: https://github.com/mbj/inflecto RG: https://rubygems.org/gems/inflecto Added: head/devel/rubygem-inflecto/ head/devel/rubygem-inflecto/Makefile (contents, props changed) head/devel/rubygem-inflecto/distinfo (contents, props changed) head/devel/rubygem-inflecto/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 26 11:57:04 2014 (r359333) +++ head/devel/Makefile Thu Jun 26 11:57:10 2014 (r359334) @@ -4294,6 +4294,7 @@ SUBDIR += rubygem-icalendar SUBDIR += rubygem-ice_nine SUBDIR += rubygem-igraph + SUBDIR += rubygem-inflecto SUBDIR += rubygem-inline SUBDIR += rubygem-interact SUBDIR += rubygem-io-like Added: head/devel/rubygem-inflecto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-inflecto/Makefile Thu Jun 26 11:57:10 2014 (r359334) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= inflecto +PORTVERSION= 0.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Inflector for strings + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-inflecto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-inflecto/distinfo Thu Jun 26 11:57:10 2014 (r359334) @@ -0,0 +1,2 @@ +SHA256 (rubygem/inflecto-0.0.2.gem) = e4ea51d7b1bae9580e50059084273b26bf518722853c59784d85e35dbb2ab420 +SIZE (rubygem/inflecto-0.0.2.gem) = 16384 Added: head/devel/rubygem-inflecto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-inflecto/pkg-descr Thu Jun 26 11:57:10 2014 (r359334) @@ -0,0 +1,5 @@ +This is a standalone inflector ripped out from dm-core The dm-core inflector +originated from extlib The extlib inflecto originated from active_support. + +WWW: https://github.com/mbj/inflecto +RG: https://rubygems.org/gems/inflecto