Nagy Karoly Gabriel
16 years ago
3 changed files with 78 additions and 0 deletions
@ -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 |
@ -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" |
@ -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 <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 800.000 |
||||||
|
|
||||||
|
[D] 1319779429 activesupport-2.3.2.tgz http://rubyforge.org/frs/download.php/53257/ |
Loading…
Reference in new issue