mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04: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:
parent
5b26fa6fa8
commit
f436c5a361
4 changed files with 27 additions and 0 deletions
|
@ -1663,6 +1663,7 @@
|
||||||
SUBDIR += rubygem-babel-transpiler
|
SUBDIR += rubygem-babel-transpiler
|
||||||
SUBDIR += rubygem-babosa
|
SUBDIR += rubygem-babosa
|
||||||
SUBDIR += rubygem-case_transform
|
SUBDIR += rubygem-case_transform
|
||||||
|
SUBDIR += rubygem-case_transform61
|
||||||
SUBDIR += rubygem-character_set
|
SUBDIR += rubygem-character_set
|
||||||
SUBDIR += rubygem-charlock_holmes
|
SUBDIR += rubygem-charlock_holmes
|
||||||
SUBDIR += rubygem-chewy
|
SUBDIR += rubygem-chewy
|
||||||
|
|
20
textproc/rubygem-case_transform61/Makefile
Normal file
20
textproc/rubygem-case_transform61/Makefile
Normal 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>
|
3
textproc/rubygem-case_transform61/distinfo
Normal file
3
textproc/rubygem-case_transform61/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1501013878
|
||||||
|
SHA256 (rubygem/case_transform-0.2.gem) = e2ad4418dceeb227cf474cc332cd5004c95c136c04186c1cceaad8ab8de6fe3b
|
||||||
|
SIZE (rubygem/case_transform-0.2.gem) = 6144
|
3
textproc/rubygem-case_transform61/pkg-descr
Normal file
3
textproc/rubygem-case_transform61/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue