1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- required by rubygem-rails 2.2

- need rubygem-activesupport 2.2
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://www.rubyonrails.org/
WWW: http://rubyforge.org/projects/activeresource/

PR:		ports/131280
Submitted by:	clsung
This commit is contained in:
Cheng-Lung Sung 2009-02-19 06:41:43 +00:00
parent 5ea916e03c
commit fefadb0555
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228633
4 changed files with 40 additions and 0 deletions

View File

@ -1321,6 +1321,7 @@
SUBDIR += ruby-tmpl
SUBDIR += rubygem-actionpack
SUBDIR += rubygem-actionwebservice
SUBDIR += rubygem-activeresource
SUBDIR += rubygem-amazon-ecs
SUBDIR += rubygem-bluecloth
SUBDIR += rubygem-erubis

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-activeresource
# Date created: 30 Jan 2009
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= activeresource
PORTVERSION= 2.2.2
CATEGORIES= www rubygems
MASTER_SITES= RF
MAINTAINER= clsung@FreeBSD.org
COMMENT= A coherent wrapper object-relational mapping for REST web services
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-2.2.2.gemspec:${PORTSDIR}/devel/rubygem-activesupport
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/activeresource-2.2.2.gem) = c81f4bc9f3fcb5e7480b69e5c9a4f2ee
SHA256 (rubygem/activeresource-2.2.2.gem) = fd9f468f8a40d03826fc8bc0e598e34dfab88185e84a30b1982745d2780b32b3
SIZE (rubygem/activeresource-2.2.2.gem) = 41472

View File

@ -0,0 +1,14 @@
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://www.rubyonrails.org/
WWW: http://rubyforge.org/projects/activeresource/