svn commit: r359334 - in head/devel: . rubygem-inflecto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 26 11:57:11 UTC 2014


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	inflecto
+PORTVERSION=	0.0.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Inflector for strings
+
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

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


More information about the svn-ports-head mailing list