1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Add rubygem-activeresource5 5.0.0 (copied from rubygem-activeresource4)

Changes:	https://github.com/rails/activeresource/blob/master/CHANGELOG.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-13 12:11:14 +00:00
parent 04464388b7
commit 134b0fd012
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440791
4 changed files with 40 additions and 0 deletions

View File

@ -1904,6 +1904,7 @@
SUBDIR += rubygem-actionpack5
SUBDIR += rubygem-actionpack50
SUBDIR += rubygem-activeresource4
SUBDIR += rubygem-activeresource5
SUBDIR += rubygem-acts-as-taggable-on
SUBDIR += rubygem-acts-as-taggable-on3
SUBDIR += rubygem-acts_as_taggable

View File

@ -0,0 +1,23 @@
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= activeresource
PORTVERSION= 5.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Coherent wrapper object-relational mapping for REST web services
LICENSE= MIT
RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
rubygem-activemodel-serializers-xml>=1.0:databases/rubygem-activemodel-serializers-xml \
rubygem-activesupport5>=5.0:devel/rubygem-activesupport5
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1494665507
SHA256 (rubygem/activeresource-5.0.0.gem) = e8c73eca93836e9efc3045b49aaaa0a822e28b43f1ba89465bd163e0fcec2817
SIZE (rubygem/activeresource-5.0.0.gem) = 39936

View File

@ -0,0 +1,13 @@
Active Resource
Active Resource attempts to provide a coherent wrapper object-relational
mapping for REST web services. It follows the same philosophy as
Active Record, in that one of its prime aims is to reduce the amount of
code needed to map to these resources. This is made possible by relying
on a number of code- and protocol-based conventions that make it easy for
Active Resource to infer complex relations and structures.
These conventions are outlined in detail in the documentation
for ActiveResource::Base.
WWW: http://rubyonrails.org/