From 831ef47e53a1d63bb03f6ae2aaa27feb37f1e2a0 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 16 Dec 2011 12:28:37 +0000 Subject: Importing www/ruby-activeresource31 package version 3.1.3. ## Rails 3.1.1 (October 7, 2011) ## * No changes ## Rails 3.1.0 (August 30, 2011) ## * The default format has been changed to JSON for all requests. If you want to continue to use XML you will need to set `self.format = :xml` in the class. eg. class User < ActiveResource::Base self.format = :xml end --- www/ruby-activeresource31/DESCR | 7 +++++++ www/ruby-activeresource31/Makefile | 17 +++++++++++++++++ www/ruby-activeresource31/PLIST | 22 ++++++++++++++++++++++ www/ruby-activeresource31/distinfo | 5 +++++ 4 files changed, 51 insertions(+) create mode 100644 www/ruby-activeresource31/DESCR create mode 100644 www/ruby-activeresource31/Makefile create mode 100644 www/ruby-activeresource31/PLIST create mode 100644 www/ruby-activeresource31/distinfo (limited to 'www') diff --git a/www/ruby-activeresource31/DESCR b/www/ruby-activeresource31/DESCR new file mode 100644 index 00000000000..91afb8b88cd --- /dev/null +++ b/www/ruby-activeresource31/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-activeresource31/Makefile b/www/ruby-activeresource31/Makefile new file mode 100644 index 00000000000..3d3d4a9ca41 --- /dev/null +++ b/www/ruby-activeresource31/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:28:37 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) +LICENSE= mit + +DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} +DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS} + +RUBY_RAILS_SUPPORTED= 31 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-activeresource31/PLIST b/www/ruby-activeresource31/PLIST new file mode 100644 index 00000000000..b2910efea6f --- /dev/null +++ b/www/ruby-activeresource31/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/16 12:28:37 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-activeresource31/distinfo b/www/ruby-activeresource31/distinfo new file mode 100644 index 00000000000..faf046090af --- /dev/null +++ b/www/ruby-activeresource31/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/16 12:28:37 taca Exp $ + +SHA1 (activeresource-3.1.3.gem) = 5bfbdab9081f7551975d63a02beff09a0c80ace0 +RMD160 (activeresource-3.1.3.gem) = 2af64fd881c6ae9775d0ee71dc52e37b935a6b09 +Size (activeresource-3.1.3.gem) = 36352 bytes -- cgit v1.2.3