From 71754bd5e46b08bd40d868f27a9182423e755775 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Mon, 30 Mar 2009 17:31:28 +0300 Subject: [PATCH] actionmailer: Added actionmailer 2.3.2 - A framework for designing email-service layers --- ruby/actionmailer/actionmailer.cache | 24 ++++++++++++++++++ ruby/actionmailer/actionmailer.conf | 28 +++++++++++++++++++++ ruby/actionmailer/actionmailer.desc | 37 ++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+) create mode 100644 ruby/actionmailer/actionmailer.cache create mode 100644 ruby/actionmailer/actionmailer.conf create mode 100644 ruby/actionmailer/actionmailer.desc diff --git a/ruby/actionmailer/actionmailer.cache b/ruby/actionmailer/actionmailer.cache new file mode 100644 index 000000000..12bb2dfdd --- /dev/null +++ b/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 diff --git a/ruby/actionmailer/actionmailer.conf b/ruby/actionmailer/actionmailer.conf new file mode 100644 index 000000000..519b39817 --- /dev/null +++ b/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" diff --git a/ruby/actionmailer/actionmailer.desc b/ruby/actionmailer/actionmailer.desc new file mode 100644 index 000000000..01cc9980a --- /dev/null +++ b/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 +[M] Nagy Karoly Gabriel + +[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/