1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-06-26 11:57:10 +00:00
parent f65eec1d1e
commit 5dab72b590
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359334
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,18 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/inflecto-0.0.2.gem) = e4ea51d7b1bae9580e50059084273b26bf518722853c59784d85e35dbb2ab420
SIZE (rubygem/inflecto-0.0.2.gem) = 16384

View File

@ -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