diff options
author | taca <taca@pkgsrc.org> | 2012-03-18 06:50:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-18 06:50:07 +0000 |
commit | b3274960f7e2d2e96fee5e66b00ef113443b8b71 (patch) | |
tree | d5d19d360df85f96a5d3ddf5e3dcbb67edaf60fd /www | |
parent | 833ca0b0be75a890fa5968018c7a4ebb1d24789f (diff) | |
download | pkgsrc-b3274960f7e2d2e96fee5e66b00ef113443b8b71.tar.gz |
Importing ruby-activeresource32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##
* Documentation fixes.
## Rails 3.2.0 (January 20, 2012) ##
* Redirect responses: 303 See Other and 307 Temporary Redirect now behave like
301 Moved Permanently and 302 Found. GH #3302.
*Jim Herz*
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-activeresource32/DESCR | 7 | ||||
-rw-r--r-- | www/ruby-activeresource32/Makefile | 17 | ||||
-rw-r--r-- | www/ruby-activeresource32/PLIST | 22 | ||||
-rw-r--r-- | www/ruby-activeresource32/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/www/ruby-activeresource32/DESCR b/www/ruby-activeresource32/DESCR new file mode 100644 index 00000000000..91afb8b88cd --- /dev/null +++ b/www/ruby-activeresource32/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-activeresource32/Makefile b/www/ruby-activeresource32/Makefile new file mode 100644 index 00000000000..e2d25fde8f9 --- /dev/null +++ b/www/ruby-activeresource32/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/18 06:50:07 taca Exp $ + +DISTNAME= activeresource-${RUBY_RAILS_VERSION} +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.rubyonrails.org/ +COMMENT= REST modeling framework (part of Rails 3.2) +LICENSE= mit + +DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} +DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS} + +RUBY_RAILS_SUPPORTED= 32 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-activeresource32/PLIST b/www/ruby-activeresource32/PLIST new file mode 100644 index 00000000000..d6cd93ca0c2 --- /dev/null +++ b/www/ruby-activeresource32/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/18 06:50:07 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/MIT-LICENSE +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/examples/performance.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-activeresource32/distinfo b/www/ruby-activeresource32/distinfo new file mode 100644 index 00000000000..bcd4b24317d --- /dev/null +++ b/www/ruby-activeresource32/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/18 06:50:07 taca Exp $ + +SHA1 (activeresource-3.2.2.gem) = 962f2c445780c032489379a6abfd8b66eeef1f4d +RMD160 (activeresource-3.2.2.gem) = 5a5241b63bdab9c336ed19487fd4b94338eaec52 +Size (activeresource-3.2.2.gem) = 36864 bytes |