databases/rubygem-activemodel80: Add rubygem-activemodel80 8.0.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 2025-01-03 00:27:58 +08:00
parent 0031bf4089
commit ddbf1a7489
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 34 additions and 0 deletions

View file

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

View file

@ -0,0 +1,23 @@
PORTNAME= activemodel
PORTVERSION= 8.0.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 80
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-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^8\.0\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1735802468
SHA256 (rubygem/activemodel-8.0.1.gem) = f46292fd6dcc128e18d588854298a933fd9eb22544c412b414ec02821062dc78
SIZE (rubygem/activemodel-8.0.1.gem) = 68608

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.