Add rubygem-activerecord52 5.2.3 (copied from rubygem-activerecord5)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-25 18:17:04 +00:00
parent 057923c10b
commit 11a797c67f
4 changed files with 39 additions and 0 deletions

View file

@ -907,6 +907,7 @@
SUBDIR += rubygem-activerecord4
SUBDIR += rubygem-activerecord5
SUBDIR += rubygem-activerecord50
SUBDIR += rubygem-activerecord52
SUBDIR += rubygem-after_commit_queue
SUBDIR += rubygem-amalgalite
SUBDIR += rubygem-arel

View file

@ -0,0 +1,27 @@
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 5.2.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 52
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel52>=${PORTVERSION}:databases/rubygem-activemodel52 \
rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \
rubygem-arel>=9.0:databases/rubygem-arel
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^5\.2\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1566756751
SHA256 (rubygem/activerecord-5.2.3.gem) = fc6ef79f341d32b5690a7cb5a26245c33c3d2e4a7c99bb7d1c0089549c19c034
SIZE (rubygem/activerecord-5.2.3.gem) = 357376

View file

@ -0,0 +1,8 @@
Action Record
In Rails, the model is handled by what's called a object-relational
mapping layer entitled Active Record. This layer allows you to present
the data from database rows as objects and embellish these data objects
with business logic methods.
WWW: https://rubyonrails.org/