databases/rubygem-activemodel72: Add rubygem-activemodel72 7.2.1

Active Model provides a known set of interfaces for usage in model classes. They
allow for Action Pack helpers to interact with non-Active Record models, for
example. Active Model also helps with building custom ORMs for use outside of
the Rails framework.

Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::API.
This commit is contained in:
Po-Chuan Hsieh 2024-09-18 13:50:58 +08:00
parent c44590703c
commit 8a46b53034
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 34 additions and 0 deletions

View file

@ -914,6 +914,7 @@
SUBDIR += rubygem-activemodel61
SUBDIR += rubygem-activemodel70
SUBDIR += rubygem-activemodel71
SUBDIR += rubygem-activemodel72
SUBDIR += rubygem-activerecord-explain-analyze
SUBDIR += rubygem-activerecord-import
SUBDIR += rubygem-activerecord-jdbc-adapter

View file

@ -0,0 +1,23 @@
PORTNAME= activemodel
PORTVERSION= 7.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 72
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks like Active Record
WWW= https://github.com/rails/rails/tree/main/activemodel \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport72
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^7\.2\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1726487280
SHA256 (rubygem/activemodel-7.2.1.gem) = 7b24e3927122b99c4623f07607a1d0f1cfd598f9dc5077e70178536dd6663348
SIZE (rubygem/activemodel-7.2.1.gem) = 67584

View file

@ -0,0 +1,7 @@
Active Model provides a known set of interfaces for usage in model classes. They
allow for Action Pack helpers to interact with non-Active Record models, for
example. Active Model also helps with building custom ORMs for use outside of
the Rails framework.
Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::API.