aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 16:56:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 18:43:50 +0000
commit8dec7dd7c115ddbac3769933207022bcd10f21a9 (patch)
tree1a37b0d83004f68a3a48bd7034df17db26c6dafb /databases
parent26c07ef81bdc25250f5ce5522311ef7312bcfc7a (diff)
downloadports-8dec7dd7c115ddbac3769933207022bcd10f21a9.tar.gz
ports-8dec7dd7c115ddbac3769933207022bcd10f21a9.zip
databases/rubygem-activemodel70: Add rubygem-activemodel70 7.0.0
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. WWW: https://rubyonrails.org/ WWW: https://github.com/rails/rails/tree/main/activemodel
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/rubygem-activemodel70/Makefile22
-rw-r--r--databases/rubygem-activemodel70/distinfo3
-rw-r--r--databases/rubygem-activemodel70/pkg-descr10
4 files changed, 36 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 84c6de025900..d8c84dafdb60 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -902,6 +902,7 @@
SUBDIR += rubygem-activemodel52
SUBDIR += rubygem-activemodel60
SUBDIR += rubygem-activemodel61
+ SUBDIR += rubygem-activemodel70
SUBDIR += rubygem-activerecord-explain-analyze
SUBDIR += rubygem-activerecord-import
SUBDIR += rubygem-activerecord-jdbc-adapter
diff --git a/databases/rubygem-activemodel70/Makefile b/databases/rubygem-activemodel70/Makefile
new file mode 100644
index 000000000000..4a5b8f2f0df1
--- /dev/null
+++ b/databases/rubygem-activemodel70/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= activemodel
+PORTVERSION= 7.0.0
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 70
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Toolkit for building modeling frameworks like Active Record
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^7\.0\.
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-activemodel70/distinfo b/databases/rubygem-activemodel70/distinfo
new file mode 100644
index 000000000000..b70676836fe7
--- /dev/null
+++ b/databases/rubygem-activemodel70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641045754
+SHA256 (rubygem/activemodel-7.0.0.gem) = dce2fcbdbbe791b4b3168a9e46d0fdb1f25d36915b437e5296aa1aa2834120d5
+SIZE (rubygem/activemodel-7.0.0.gem) = 60928
diff --git a/databases/rubygem-activemodel70/pkg-descr b/databases/rubygem-activemodel70/pkg-descr
new file mode 100644
index 000000000000..caabee85c54f
--- /dev/null
+++ b/databases/rubygem-activemodel70/pkg-descr
@@ -0,0 +1,10 @@
+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.
+
+WWW: https://rubyonrails.org/
+WWW: https://github.com/rails/rails/tree/main/activemodel