summaryrefslogtreecommitdiff
path: root/mail/ruby-actionmailer3
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-12 04:20:55 +0000
committertaca <taca@pkgsrc.org>2010-09-12 04:20:55 +0000
commitd97bffb1b0a6c6f54b6dfc444bb5bc1f34f9eada (patch)
tree1e79c9692dc6e373ddaf96a3d2996ae0a7de62b6 /mail/ruby-actionmailer3
parent6609291004f5e506089c49e61bd19f665e211288 (diff)
downloadpkgsrc-d97bffb1b0a6c6f54b6dfc444bb5bc1f34f9eada.tar.gz
Importing mail/ruby-actionmailer3 3.0.0.
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). (This is part of Ruby on Rails 3.)
Diffstat (limited to 'mail/ruby-actionmailer3')
-rw-r--r--mail/ruby-actionmailer3/DESCR12
-rw-r--r--mail/ruby-actionmailer3/Makefile14
-rw-r--r--mail/ruby-actionmailer3/PLIST23
-rw-r--r--mail/ruby-actionmailer3/distinfo5
4 files changed, 54 insertions, 0 deletions
diff --git a/mail/ruby-actionmailer3/DESCR b/mail/ruby-actionmailer3/DESCR
new file mode 100644
index 00000000000..9facfd924fe
--- /dev/null
+++ b/mail/ruby-actionmailer3/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-actionmailer3/Makefile b/mail/ruby-actionmailer3/Makefile
new file mode 100644
index 00000000000..22503de3128
--- /dev/null
+++ b/mail/ruby-actionmailer3/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 04:20:55 taca Exp $
+
+DISTNAME= actionmailer-3.0.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.rubyonrails.org/
+COMMENT= Email composition, delivery, and receiving framework
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=3.0.0:../../www/ruby-actionpack3
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/ruby-actionmailer3/PLIST b/mail/ruby-actionmailer3/PLIST
new file mode 100644
index 00000000000..7ec65c9d079
--- /dev/null
+++ b/mail/ruby-actionmailer3/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 04:20:55 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/lib/action_mailer.rb
+${GEM_LIBDIR}/lib/action_mailer/adv_attr_accessor.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/deprecated_api.rb
+${GEM_LIBDIR}/lib/action_mailer/log_subscriber.rb
+${GEM_LIBDIR}/lib/action_mailer/mail_helper.rb
+${GEM_LIBDIR}/lib/action_mailer/old_api.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/tmail_compat.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-actionmailer3/distinfo b/mail/ruby-actionmailer3/distinfo
new file mode 100644
index 00000000000..5815afec03f
--- /dev/null
+++ b/mail/ruby-actionmailer3/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/09/12 04:20:55 taca Exp $
+
+SHA1 (actionmailer-3.0.0.gem) = 9b813a28c744580ab42b3b3d8eaed2053014203c
+RMD160 (actionmailer-3.0.0.gem) = aef731abe5612d7cd41a49fdba84192cda88bba3
+Size (actionmailer-3.0.0.gem) = 30208 bytes