mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Add rubygem-activemodel61 6.1.0 (copied from rubygem-activemodel60)
This commit is contained in:
parent
a6e755d84a
commit
3dcd77a847
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561026
@ -863,6 +863,7 @@
|
||||
SUBDIR += rubygem-activemodel50
|
||||
SUBDIR += rubygem-activemodel52
|
||||
SUBDIR += rubygem-activemodel60
|
||||
SUBDIR += rubygem-activemodel61
|
||||
SUBDIR += rubygem-activerecord-explain-analyze
|
||||
SUBDIR += rubygem-activerecord-import
|
||||
SUBDIR += rubygem-activerecord-jdbc-adapter
|
||||
|
25
databases/rubygem-activemodel61/Makefile
Normal file
25
databases/rubygem-activemodel61/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Johannes Meixner <johannes@perceivon.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= activemodel
|
||||
PORTVERSION= 6.1.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 61
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Toolkit for building modeling frameworks
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^6\.1\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-activemodel61/distinfo
Normal file
3
databases/rubygem-activemodel61/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609179770
|
||||
SHA256 (rubygem/activemodel-6.1.0.gem) = 28b5bcd8b52a40988c15902a2e3b2e9f242ebdc7e71926ecc88ec4b972e72f05
|
||||
SIZE (rubygem/activemodel-6.1.0.gem) = 61952
|
10
databases/rubygem-activemodel61/pkg-descr
Normal file
10
databases/rubygem-activemodel61/pkg-descr
Normal file
@ -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::Model.
|
||||
|
||||
WWW: https://rubyonrails.org/
|
||||
WWW: https://github.com/rails/rails/tree/master/activemodel
|
Loading…
Reference in New Issue
Block a user