Browse Source

actionmailer: Added actionmailer 2.3.2 - A framework for designing email-service layers

cross
Nagy Karoly Gabriel 16 years ago
parent
commit
71754bd5e4
  1. 24
      ruby/actionmailer/actionmailer.cache
  2. 28
      ruby/actionmailer/actionmailer.conf
  3. 37
      ruby/actionmailer/actionmailer.desc

24
ruby/actionmailer/actionmailer.cache

@ -0,0 +1,24 @@
[TIMESTAMP] 1238423442 Mon Mar 30 17:30:42 2009
[BUILDTIME] 0 (5)
[SIZE] 0.34 MB, 54 files
[DEP] actionpack
[DEP] activerecord
[DEP] activesupport
[DEP] bash
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] fhs
[DEP] findutils
[DEP] gawk
[DEP] glibc
[DEP] grep
[DEP] rake
[DEP] ruby
[DEP] rubygems
[DEP] runit
[DEP] sed
[DEP] sysfiles
[DEP] tar

28
ruby/actionmailer/actionmailer.conf

@ -0,0 +1,28 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../actionmailer/actionmailer.conf
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
configscript=
makeopt=
makeinstopt=
actionpack_install(){
ruby install.rb
SITEDIR=$root/$(ruby -r rbconfig -e 'print Config::CONFIG["sitedir"]')
echo_status "Removing garbage"
find $SITEDIR -type f -name '._*' | xargs -r rm
}
hook_add postmake 5 "actionpack_install"

37
ruby/actionmailer/actionmailer.desc

@ -0,0 +1,37 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../actionmailer/actionmailer.desc
[COPY] Copyright (C) 2009 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] A framework for designing email-service layers
[T] Action Mailer is a framework for designing email-service layers.
[T] These layers are used to consolidate code for sending out forgotten passwords,
[T] welcome wishes on signup, invoices for billing, and any other use case that
[T] requires a written notification to either a person or another system.
[T] Additionally, an Action Mailer class can be used to process incoming email,
[T] such as allowing a weblog to accept new posts from an email (which
[T] could even have been sent from a phone).
[U] http://am.rubyonrails.org
[A] David Heinemeier Hansson <david@loudthinking.com>
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org>
[C] extra/tool
[L] MIT
[S] Stable
[V] 2.3.2
[P] X -----5---9 130.000
[D] 2884003949 actionmailer-2.3.2.tgz http://rubyforge.org/frs/download.php/53266/
Loading…
Cancel
Save