databases/rubygem-active_model_serializers61: New port

This gem is an ActiveModel Serializer implementation with Rails hooks.
It provides a means to generate JSON in an object-oriented and
convention-driven manner.
Sponsored by:	Nepustil
This commit is contained in:
Muhammad Moinur Rahman 2022-11-18 22:54:27 -06:00
parent f436c5a361
commit 0caabf6246
4 changed files with 31 additions and 0 deletions

View File

@ -885,6 +885,7 @@
SUBDIR += ruby-tokyocabinet
SUBDIR += ruby-xapian
SUBDIR += rubygem-active_model_serializers
SUBDIR += rubygem-active_model_serializers61
SUBDIR += rubygem-active_record_query_trace
SUBDIR += rubygem-activemodel-serializers-xml
SUBDIR += rubygem-activemodel4

View File

@ -0,0 +1,24 @@
PORTNAME= active_model_serializers
PORTVERSION= 0.10.13
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
MAINTAINER= bofh@FreeBSD.org
COMMENT= Conventions-based JSON generation for Rails
WWW= https://github.com/rails-api/active_model_serializers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel61>=4.1<7.1:databases/rubygem-activemodel61 \
rubygem-actionpack61>=4.1<7.1:www/rubygem-actionpack61 \
rubygem-case_transform61>=0.2:textproc/rubygem-case_transform61 \
rubygem-jsonapi-renderer>=0.1.1<0.3:devel/rubygem-jsonapi-renderer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1643133821
SHA256 (rubygem/active_model_serializers-0.10.13.gem) = fe81ea418e1372707f726c601e62a75bc93f09c1d802b909e543fa212f3bb775
SIZE (rubygem/active_model_serializers-0.10.13.gem) = 61440

View File

@ -0,0 +1,3 @@
This gem is an ActiveModel Serializer implementation with Rails hooks.
It provides a means to generate JSON in an object-oriented and
convention-driven manner.