diff options
author | taca <taca@pkgsrc.org> | 2012-03-18 06:50:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-18 06:50:59 +0000 |
commit | 4d9ae762abed1c09540b7e60dbde233f6476fb2c (patch) | |
tree | 8f1c278fd6b3bdab1e89f7c5149305b5d2d203a9 /mail | |
parent | b3274960f7e2d2e96fee5e66b00ef113443b8b71 (diff) | |
download | pkgsrc-4d9ae762abed1c09540b7e60dbde233f6476fb2c.tar.gz |
Importing ruby-actionmailer32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##
* No changes.
## Rails 3.2.0 (January 20, 2012) ##
* Upgrade mail version to 2.4.0 *ML*
* Remove Old ActionMailer API *Josh Kalderimis*
## Rails 3.1.0 (August 30, 2011) ##
* No changes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-actionmailer32/DESCR | 12 | ||||
-rw-r--r-- | mail/ruby-actionmailer32/Makefile | 17 | ||||
-rw-r--r-- | mail/ruby-actionmailer32/PLIST | 19 | ||||
-rw-r--r-- | mail/ruby-actionmailer32/distinfo | 5 |
4 files changed, 53 insertions, 0 deletions
diff --git a/mail/ruby-actionmailer32/DESCR b/mail/ruby-actionmailer32/DESCR new file mode 100644 index 00000000000..9facfd924fe --- /dev/null +++ b/mail/ruby-actionmailer32/DESCR @@ -0,0 +1,12 @@ +Action Mailer is a framework for designing email-service layers. These layers +are used to consolidate code for sending out forgotten passwords, welcome +wishes on signup, invoices for billing, and any other use case that requires +a written notification to either a person or another system. + +Action Mailer is in essence a wrapper around Action Controller and the +Mail gem. It provides a way to make emails using templates in the same +way that Action Controller renders views using templates. + +Additionally, an Action Mailer class can be used to process incoming email, +such as allowing a weblog to accept new posts from an email (which could even +have been sent from a phone). diff --git a/mail/ruby-actionmailer32/Makefile b/mail/ruby-actionmailer32/Makefile new file mode 100644 index 00000000000..e96f3145188 --- /dev/null +++ b/mail/ruby-actionmailer32/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/18 06:50:59 taca Exp $ + +DISTNAME= actionmailer-${RUBY_RAILS_VERSION} +CATEGORIES= mail devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.rubyonrails.org/ +COMMENT= Email composition, delivery, and receiving (for Rails 3.2) +LICENSE= mit + +DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} +DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.4.0<2.5:../../mail/ruby-mail + +RUBY_RAILS_SUPPORTED= 32 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/ruby-actionmailer32/PLIST b/mail/ruby-actionmailer32/PLIST new file mode 100644 index 00000000000..867f681c4d7 --- /dev/null +++ b/mail/ruby-actionmailer32/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/18 06:50:59 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/MIT-LICENSE +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/lib/action_mailer.rb +${GEM_LIBDIR}/lib/action_mailer/base.rb +${GEM_LIBDIR}/lib/action_mailer/collector.rb +${GEM_LIBDIR}/lib/action_mailer/delivery_methods.rb +${GEM_LIBDIR}/lib/action_mailer/log_subscriber.rb +${GEM_LIBDIR}/lib/action_mailer/mail_helper.rb +${GEM_LIBDIR}/lib/action_mailer/railtie.rb +${GEM_LIBDIR}/lib/action_mailer/test_case.rb +${GEM_LIBDIR}/lib/action_mailer/test_helper.rb +${GEM_LIBDIR}/lib/action_mailer/version.rb +${GEM_LIBDIR}/lib/rails/generators/mailer/USAGE +${GEM_LIBDIR}/lib/rails/generators/mailer/mailer_generator.rb +${GEM_LIBDIR}/lib/rails/generators/mailer/templates/mailer.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/mail/ruby-actionmailer32/distinfo b/mail/ruby-actionmailer32/distinfo new file mode 100644 index 00000000000..2fbeef89822 --- /dev/null +++ b/mail/ruby-actionmailer32/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/18 06:50:59 taca Exp $ + +SHA1 (actionmailer-3.2.2.gem) = c7677ace3048dc167cc0ba301eb69263d5f8ccea +RMD160 (actionmailer-3.2.2.gem) = c72f0a549860920367c7dda5350d73f2a6ca9eb2 +Size (actionmailer-3.2.2.gem) = 27136 bytes |