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:
parent
f65eec1d1e
commit
5dab72b590
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359334
@ -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
|
||||
|
18
devel/rubygem-inflecto/Makefile
Normal file
18
devel/rubygem-inflecto/Makefile
Normal 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>
|
2
devel/rubygem-inflecto/distinfo
Normal file
2
devel/rubygem-inflecto/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/inflecto-0.0.2.gem) = e4ea51d7b1bae9580e50059084273b26bf518722853c59784d85e35dbb2ab420
|
||||
SIZE (rubygem/inflecto-0.0.2.gem) = 16384
|
5
devel/rubygem-inflecto/pkg-descr
Normal file
5
devel/rubygem-inflecto/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user