diff options
author | taca <taca@pkgsrc.org> | 2010-09-12 04:19:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-12 04:19:38 +0000 |
commit | d21e78ce149a06a34404ce64b466a720d9721fad (patch) | |
tree | a52ff5b4d316c3c77689c5afcd14cd52ebcc61e8 /www | |
parent | ba4abddfd285a45133f93d60dbde42aed786e740 (diff) | |
download | pkgsrc-d21e78ce149a06a34404ce64b466a720d9721fad.tar.gz |
Importing www/ruby-activeresource3 3.0.0.
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).
(This is part of Ruby on Rails 3.)
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-activeresource3/DESCR | 7 | ||||
-rw-r--r-- | www/ruby-activeresource3/Makefile | 15 | ||||
-rw-r--r-- | www/ruby-activeresource3/PLIST | 21 | ||||
-rw-r--r-- | www/ruby-activeresource3/distinfo | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/www/ruby-activeresource3/DESCR b/www/ruby-activeresource3/DESCR new file mode 100644 index 00000000000..91afb8b88cd --- /dev/null +++ b/www/ruby-activeresource3/DESCR @@ -0,0 +1,7 @@ +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). diff --git a/www/ruby-activeresource3/Makefile b/www/ruby-activeresource3/Makefile new file mode 100644 index 00000000000..89cfbfbff67 --- /dev/null +++ b/www/ruby-activeresource3/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 04:19:38 taca Exp $ + +DISTNAME= activeresource-3.0.0 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.rubyonrails.org/ +COMMENT= REST modeling framework (part of Rails) +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.0:../../devel/ruby-activesupport3 +DEPENDS+= ${RUBY_PKGPREFIX}-activemodel>=3.0.0:../../devel/ruby-activemodel + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-activeresource3/PLIST b/www/ruby-activeresource3/PLIST new file mode 100644 index 00000000000..b70f7f96516 --- /dev/null +++ b/www/ruby-activeresource3/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 04:19:38 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/examples/simple.rb +${GEM_LIBDIR}/lib/active_resource.rb +${GEM_LIBDIR}/lib/active_resource/base.rb +${GEM_LIBDIR}/lib/active_resource/connection.rb +${GEM_LIBDIR}/lib/active_resource/custom_methods.rb +${GEM_LIBDIR}/lib/active_resource/exceptions.rb +${GEM_LIBDIR}/lib/active_resource/formats.rb +${GEM_LIBDIR}/lib/active_resource/formats/json_format.rb +${GEM_LIBDIR}/lib/active_resource/formats/xml_format.rb +${GEM_LIBDIR}/lib/active_resource/http_mock.rb +${GEM_LIBDIR}/lib/active_resource/log_subscriber.rb +${GEM_LIBDIR}/lib/active_resource/observing.rb +${GEM_LIBDIR}/lib/active_resource/railtie.rb +${GEM_LIBDIR}/lib/active_resource/schema.rb +${GEM_LIBDIR}/lib/active_resource/validations.rb +${GEM_LIBDIR}/lib/active_resource/version.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-activeresource3/distinfo b/www/ruby-activeresource3/distinfo new file mode 100644 index 00000000000..54bc019b561 --- /dev/null +++ b/www/ruby-activeresource3/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/12 04:19:38 taca Exp $ + +SHA1 (activeresource-3.0.0.gem) = c21c821330f30e1c3dd59231a96c46aa82beadd2 +RMD160 (activeresource-3.0.0.gem) = 88113f7d8fb8b70fa61bdf302d60ea11c12d23cc +Size (activeresource-3.0.0.gem) = 34304 bytes |