From f35522a168a6e6721bd8fd3fc1ffde65ac6a9034 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Mon, 30 Mar 2009 16:28:29 +0300 Subject: [PATCH] activesupport: Added activesupport 2.3.2 - A collection of Ruby util classes --- ruby/activesupport/activesupport.cache | 21 +++++++++++++++++ ruby/activesupport/activesupport.conf | 26 +++++++++++++++++++++ ruby/activesupport/activesupport.desc | 31 ++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 ruby/activesupport/activesupport.cache create mode 100644 ruby/activesupport/activesupport.conf create mode 100644 ruby/activesupport/activesupport.desc diff --git a/ruby/activesupport/activesupport.cache b/ruby/activesupport/activesupport.cache new file mode 100644 index 000000000..84f9f8d10 --- /dev/null +++ b/ruby/activesupport/activesupport.cache @@ -0,0 +1,21 @@ + +[TIMESTAMP] 1238419488 Mon Mar 30 16:24:48 2009 +[BUILDTIME] 0 (5) +[SIZE] 2.13 MB, 397 files + +[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/activesupport/activesupport.conf b/ruby/activesupport/activesupport.conf new file mode 100644 index 000000000..7812c0a12 --- /dev/null +++ b/ruby/activesupport/activesupport.conf @@ -0,0 +1,26 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../activesupport/activesupport.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= + +activesupport_install(){ + SITEDIR=$root/$(ruby -r rbconfig -e 'print Config::CONFIG["sitedir"]') + cp -pr lib/* $SITEDIR/ + echo_status "Removing garbage" + find $SITEDIR -type f -name '._*' | xargs -r rm + } + +hook_add postmake 5 "activesupport_install" diff --git a/ruby/activesupport/activesupport.desc b/ruby/activesupport/activesupport.desc new file mode 100644 index 000000000..de67ba0c6 --- /dev/null +++ b/ruby/activesupport/activesupport.desc @@ -0,0 +1,31 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../activesupport/activesupport.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 collection of Ruby util classes + +[T] Utility Classes and Extension to the Standard Library + +[U] http://rubyforge.org/projects/activesupport + +[A] David Heinemeier Hansson +[M] Nagy Karoly Gabriel + +[C] extra/tool + +[L] MIT +[S] Stable +[V] 2.3.2 +[P] X -----5---9 800.000 + +[D] 1319779429 activesupport-2.3.2.tgz http://rubyforge.org/frs/download.php/53257/