pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/ruby-actionmailer31 Imporrting mail/ruby-actionma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da07f967a786
branches: trunk
changeset: 597037:da07f967a786
user: taca <taca%pkgsrc.org@localhost>
date: Fri Dec 16 12:31:25 2011 +0000
description:
Imporrting mail/ruby-actionmailer31 package version 3.1.3.
## Rails 3.1.1 (October 7, 2011) ##
* No changes
## Rails 3.1.0 (August 30, 2011) ##
* No changes
diffstat:
mail/ruby-actionmailer31/DESCR | 12 ++++++++++++
mail/ruby-actionmailer31/Makefile | 17 +++++++++++++++++
mail/ruby-actionmailer31/PLIST | 22 ++++++++++++++++++++++
mail/ruby-actionmailer31/distinfo | 5 +++++
4 files changed, 56 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r 70444928470d -r da07f967a786 mail/ruby-actionmailer31/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer31/DESCR Fri Dec 16 12:31:25 2011 +0000
@@ -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 -r 70444928470d -r da07f967a786 mail/ruby-actionmailer31/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer31/Makefile Fri Dec 16 12:31:25 2011 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:31:25 taca Exp $
+
+DISTNAME= actionmailer-${RUBY_RAILS_VERSION}
+CATEGORIES= mail devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.rubyonrails.org/
+COMMENT= Email composition, delivery, and receiving framework
+LICENSE= mit
+
+DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
+DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.3.0<2.4:../../mail/ruby-mail
+
+RUBY_RAILS_SUPPORTED= 31
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 70444928470d -r da07f967a786 mail/ruby-actionmailer31/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer31/PLIST Fri Dec 16 12:31:25 2011 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/16 12:31:25 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/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/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 -r 70444928470d -r da07f967a786 mail/ruby-actionmailer31/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer31/distinfo Fri Dec 16 12:31:25 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/16 12:31:25 taca Exp $
+
+SHA1 (actionmailer-3.1.3.gem) = 1663a85190365bdf3e4ca393b59fe977c30694b4
+RMD160 (actionmailer-3.1.3.gem) = 39d0d6278193650247f9848f9720d7c6151db197
+Size (actionmailer-3.1.3.gem) = 30720 bytes
Home |
Main Index |
Thread Index |
Old Index