diff options
author | taca <taca> | 2013-02-24 14:19:03 +0000 |
---|---|---|
committer | taca <taca> | 2013-02-24 14:19:03 +0000 |
commit | bb622b66c61d12f23576d71a9135f5d020a8fd11 (patch) | |
tree | cc9b476059d718edd313605464ba75ff62da2df9 /mail | |
parent | 07f5714da8b613ab79208819fa1622edc048138d (diff) | |
download | pkgsrc-bb622b66c61d12f23576d71a9135f5d020a8fd11.tar.gz |
Remove ruby-actionmailer31 package which is part of Ruby on Rails 3.1.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-actionmailer31/DESCR | 12 | ||||
-rw-r--r-- | mail/ruby-actionmailer31/Makefile | 18 | ||||
-rw-r--r-- | mail/ruby-actionmailer31/PLIST | 22 | ||||
-rw-r--r-- | mail/ruby-actionmailer31/distinfo | 5 |
4 files changed, 0 insertions, 57 deletions
diff --git a/mail/ruby-actionmailer31/DESCR b/mail/ruby-actionmailer31/DESCR deleted file mode 100644 index 9facfd924fe..00000000000 --- a/mail/ruby-actionmailer31/DESCR +++ /dev/null @@ -1,12 +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). diff --git a/mail/ruby-actionmailer31/Makefile b/mail/ruby-actionmailer31/Makefile deleted file mode 100644 index a8bcd073d6e..00000000000 --- a/mail/ruby-actionmailer31/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2012/06/14 14:56:50 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.1) -LICENSE= mit - -DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} -DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.3.3<2.4:../../mail/ruby-mail23 - -RUBY_RAILS_SUPPORTED= 31 -RUBY_RAILS_STRICT_DEP= yes - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/mail/ruby-actionmailer31/PLIST b/mail/ruby-actionmailer31/PLIST deleted file mode 100644 index f54c45665a8..00000000000 --- a/mail/ruby-actionmailer31/PLIST +++ /dev/null @@ -1,22 +0,0 @@ -@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 --git a/mail/ruby-actionmailer31/distinfo b/mail/ruby-actionmailer31/distinfo deleted file mode 100644 index 3e38dc90339..00000000000 --- a/mail/ruby-actionmailer31/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.9 2013/02/12 14:22:43 taca Exp $ - -SHA1 (actionmailer-3.1.11.gem) = d80816e69614c1f0d96cb7d0f4a38bfdc8d84ff5 -RMD160 (actionmailer-3.1.11.gem) = ed9cce59ede4a7ac981069a741a7d9a68f4a49d3 -Size (actionmailer-3.1.11.gem) = 24576 bytes |