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
This commit is contained in:
parent
8f0700fa2f
commit
11297de09a
4 changed files with 56 additions and 0 deletions
12
mail/ruby-actionmailer31/DESCR
Normal file
12
mail/ruby-actionmailer31/DESCR
Normal file
|
@ -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).
|
17
mail/ruby-actionmailer31/Makefile
Normal file
17
mail/ruby-actionmailer31/Makefile
Normal file
|
@ -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
|
||||
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"
|
22
mail/ruby-actionmailer31/PLIST
Normal file
22
mail/ruby-actionmailer31/PLIST
Normal file
|
@ -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
|
5
mail/ruby-actionmailer31/distinfo
Normal file
5
mail/ruby-actionmailer31/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue