2010-06-01 21:26:57 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup ruby 1.0
|
|
|
|
|
|
2011-03-20 14:28:59 +00:00
|
|
|
ruby.setup activeresource 3.0.5 gem {} rubygems ruby19
|
|
|
|
|
description REST on Rails
|
2010-06-01 21:26:57 +00:00
|
|
|
long_description \
|
2011-03-20 14:28:59 +00:00
|
|
|
Active Resource (ARes) connects business objects and Representational \
|
|
|
|
|
State Transfer (REST) web services. It implements object-relational \
|
|
|
|
|
mapping for REST web services to provide transparent proxying \
|
|
|
|
|
capabilities between a client (ActiveResource) and a RESTful service \
|
|
|
|
|
(which is provided by Simply RESTful routing in \
|
|
|
|
|
ActionController::Resources).
|
2010-06-01 21:26:57 +00:00
|
|
|
license MIT
|
2023-12-15 03:52:16 +11:00
|
|
|
platforms any
|
|
|
|
|
supported_archs noarch
|
2012-11-13 04:26:02 +00:00
|
|
|
maintainers nomaintainer
|
2010-06-01 21:26:57 +00:00
|
|
|
homepage http://rubyonrails.org/
|
2011-03-20 14:28:59 +00:00
|
|
|
checksums md5 d5f45c368f9d2011426fd3bd96bc9f08 \
|
|
|
|
|
sha1 758f893cbb7ef945c857bf4ca044b94017bdc437 \
|
|
|
|
|
rmd160 56c8f500c65fec0bf03136eae0fb436a383449c5
|
2010-06-01 21:26:57 +00:00
|
|
|
|
|
|
|
|
depends_run-append port:rb19-activesupport
|