1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/rubygem-case_transform61: New port

This gem implements a simple extraction of the key_transform abilities
of ActiveModelSerializers. For example, it will transform the key to
camel case, dash, or underscore.

Sponsored by:	Nepustil
This commit is contained in:
Muhammad Moinur Rahman 2022-11-18 22:41:09 -06:00
parent 5b26fa6fa8
commit f436c5a361
4 changed files with 27 additions and 0 deletions

View File

@ -1663,6 +1663,7 @@
SUBDIR += rubygem-babel-transpiler
SUBDIR += rubygem-babosa
SUBDIR += rubygem-case_transform
SUBDIR += rubygem-case_transform61
SUBDIR += rubygem-character_set
SUBDIR += rubygem-charlock_holmes
SUBDIR += rubygem-chewy

View File

@ -0,0 +1,20 @@
PORTNAME= case_transform
PORTVERSION= 0.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
MAINTAINER= bofh@FreeBSD.org
COMMENT= Extraction of the key_transform abilities of ActiveModelSerializers
WWW= https://github.com/NullVoxPopuli/case_transform
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport61>0:devel/rubygem-activesupport61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1501013878
SHA256 (rubygem/case_transform-0.2.gem) = e2ad4418dceeb227cf474cc332cd5004c95c136c04186c1cceaad8ab8de6fe3b
SIZE (rubygem/case_transform-0.2.gem) = 6144

View File

@ -0,0 +1,3 @@
This gem implements a simple extraction of the key_transform abilities of
ActiveModelSerializers. For example, it will transform the key to camel case,
dash, or underscore.