diff --git a/package/guru/rubygem-actionmailer/rubygem-actionmailer.conf b/package/guru/rubygem-actionmailer/rubygem-actionmailer.conf new file mode 100644 index 000000000..9a9d79eba --- /dev/null +++ b/package/guru/rubygem-actionmailer/rubygem-actionmailer.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-actionmailer/rubygem-actionmailer.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-actionmailer/rubygem-actionmailer.desc b/package/guru/rubygem-actionmailer/rubygem-actionmailer.desc new file mode 100644 index 000000000..8c7e4b3d8 --- /dev/null +++ b/package/guru/rubygem-actionmailer/rubygem-actionmailer.desc @@ -0,0 +1,41 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-actionmailer/rubygem-actionmailer.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby library that simplifies the creation of mail service classes + +[T] Simplifies the creation of mail service classes that uses Action View +[T] (from Action Pack) to render the body templates. + +[U] http://rubyforge.org/projects/actionmailer/ + +[A] David Heinemeier Hansson +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 1.1.5 +[P] X -----5---9 805.000 + +[D] 1915441875 actionmailer-1.1.5.ruby-gem.tar !http://rubyforge.org/frs/download.php/7647/actionmailer-1.1.5.gem diff --git a/package/guru/rubygem-actionpack/rubygem-actionpack.conf b/package/guru/rubygem-actionpack/rubygem-actionpack.conf new file mode 100644 index 000000000..0208ad5b8 --- /dev/null +++ b/package/guru/rubygem-actionpack/rubygem-actionpack.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-actionpack/rubygem-actionpack.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-actionpack/rubygem-actionpack.desc b/package/guru/rubygem-actionpack/rubygem-actionpack.desc new file mode 100644 index 000000000..e1d94c54e --- /dev/null +++ b/package/guru/rubygem-actionpack/rubygem-actionpack.desc @@ -0,0 +1,42 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-actionpack/rubygem-actionpack.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby library for web-request routing, handling, and response + +[T] Eases web-request routing, handling, and response as a half-way front, +[T] half-way page controller. Implemented with specific emphasis on +[T] enabling easy unit/integration testing that doesn't require a browser. + +[U] http://rubyforge.org/projects/actionpack/ + +[A] David Heinemeier Hansson +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 1.11.2 +[P] X -----5---9 804.000 + +[D] 2849462979 actionpack-1.11.2.ruby-gem.tar !http://rubyforge.org/frs/download.php/7644/actionpack-1.11.2.gem diff --git a/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.conf b/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.conf new file mode 100644 index 000000000..777f2414b --- /dev/null +++ b/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.desc b/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.desc new file mode 100644 index 000000000..1d6dc8404 --- /dev/null +++ b/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.desc @@ -0,0 +1,41 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-actionwebservice/rubygem-actionwebservice.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby library that simplifies publishing WebService APIs for Rails + +[T] Simple support for publishing Web Service APIs for Rails applications. +[T] Supports SOAP and XML-RPC, as well as generating WSDL for SOAP bindings. + +[U] http://rubyforge.org/projects/aws/ + +[A] David Heinemeier Hansson +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 1.0.0 +[P] X -----5---9 806.000 + +[D] 3747162151 actionwebservice-1.0.0.ruby-gem.tar !http://rubyforge.org/frs/download.php/7650/actionwebservice-1.0.0.gem diff --git a/package/guru/rubygem-activerecord/rubygem-activerecord.conf b/package/guru/rubygem-activerecord/rubygem-activerecord.conf new file mode 100644 index 000000000..166cc8296 --- /dev/null +++ b/package/guru/rubygem-activerecord/rubygem-activerecord.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-activerecord/rubygem-activerecord.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-activerecord/rubygem-activerecord.desc b/package/guru/rubygem-activerecord/rubygem-activerecord.desc new file mode 100644 index 000000000..a987c27b8 --- /dev/null +++ b/package/guru/rubygem-activerecord/rubygem-activerecord.desc @@ -0,0 +1,43 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-activerecord/rubygem-activerecord.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby ORM library that implements the ActiveRecord pattern + +[T] Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties +[T] database tables and classes together for business objects, like Customer +[T] or Subscription, that can find, save, and destroy themselves without +[T] resorting to manual SQL. + +[U] http://rubyforge.org/projects/activerecord/ + +[A] David Heinemeier Hansson +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 1.13.2 +[P] X -----5---9 803.000 + +[D] 1384527890 activerecord-1.13.2.ruby-gem.tar !http://rubyforge.org/frs/download.php/7641/activerecord-1.13.2.gem diff --git a/package/guru/rubygem-activesupport/rubygem-activesupport.conf b/package/guru/rubygem-activesupport/rubygem-activesupport.conf new file mode 100644 index 000000000..98c569b0d --- /dev/null +++ b/package/guru/rubygem-activesupport/rubygem-activesupport.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-activesupport/rubygem-activesupport.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-activesupport/rubygem-activesupport.desc b/package/guru/rubygem-activesupport/rubygem-activesupport.desc new file mode 100644 index 000000000..cebf13930 --- /dev/null +++ b/package/guru/rubygem-activesupport/rubygem-activesupport.desc @@ -0,0 +1,41 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-activesupport/rubygem-activesupport.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby utility library + +[T] Utility classes and extension to the standard library that were required by +[T] Rails, but found of general use. + +[U] http://rubyforge.org/projects/activesupport/ + +[A] David Heinemeier Hansson +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 1.2.5 +[P] X -----5---9 802.000 + +[D] 1573995401 activesupport-1.2.5.ruby-gem.tar !http://rubyforge.org/frs/download.php/7637/activesupport-1.2.5.gem diff --git a/package/guru/rubygem-rails/rubygem-rails.conf b/package/guru/rubygem-rails/rubygem-rails.conf new file mode 100644 index 000000000..15cdc06e8 --- /dev/null +++ b/package/guru/rubygem-rails/rubygem-rails.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-rails/rubygem-rails.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-rails/rubygem-rails.desc b/package/guru/rubygem-rails/rubygem-rails.desc new file mode 100644 index 000000000..7916a740a --- /dev/null +++ b/package/guru/rubygem-rails/rubygem-rails.desc @@ -0,0 +1,43 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-rails/rubygem-rails.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby a web-application framework for the MVC pattern + +[T] Rails is a web-application framework for the MVC pattern that includes both +[T] a template engine, controller framework, and object-relational mapping +[T] package. Everything needed to develop web-apps that can run on CGI, FastCGI, +[T] and mod_ruby. + +[U] http://rubyforge.org/projects/rails/ + +[A] David Heinemeier Hansson +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 1.0.0 +[P] X -----5---9 807.000 + +[D] 3078292595 rails-1.0.0.ruby-gem.tar !http://rubyforge.org/frs/download.php/7653/rails-1.0.0.gem diff --git a/package/guru/rubygem-rake/rubygem-rake.conf b/package/guru/rubygem-rake/rubygem-rake.conf new file mode 100644 index 000000000..9fbbb59e3 --- /dev/null +++ b/package/guru/rubygem-rake/rubygem-rake.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-rake/rubygem-rake.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-rake/rubygem-rake.desc b/package/guru/rubygem-rake/rubygem-rake.desc new file mode 100644 index 000000000..c4d574055 --- /dev/null +++ b/package/guru/rubygem-rake/rubygem-rake.desc @@ -0,0 +1,41 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-rake/rubygem-rake.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby make-like utility + +[T] Rake is a Ruby make-like utility using standard Ruby syntax for the build +[T] specification file. + +[U] http://rubyforge.org/projects/rake/ + +[A] Jim Weirch +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 0.7.0 +[P] X -----5---9 801.000 + +[D] 3535002278 rake-0.7.0.ruby-gem.tar !http://rubyforge.org/frs/download.php/8128/rake-0.7.0.gem diff --git a/package/guru/rubygem-rubyzip/rubygem-rubyzip.conf b/package/guru/rubygem-rubyzip/rubygem-rubyzip.conf new file mode 100644 index 000000000..81fa50833 --- /dev/null +++ b/package/guru/rubygem-rubyzip/rubygem-rubyzip.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/guru/rubygem-rubyzip/rubygem-rubyzip.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +autoextract=0 + +. package/*/rubygems/rubygems-common.conf + +custmain=rubygem_main + diff --git a/package/guru/rubygem-rubyzip/rubygem-rubyzip.desc b/package/guru/rubygem-rubyzip/rubygem-rubyzip.desc new file mode 100644 index 000000000..28b3807bc --- /dev/null +++ b/package/guru/rubygem-rubyzip/rubygem-rubyzip.desc @@ -0,0 +1,40 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/guru/rubygem-rubyzip/rubygem-rubyzip.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Ruby module for reading and writing zip files + +[T] rubyzip is a ruby module for reading and writing zip files + +[U] http://rubyforge.org/projects/rubyzip/ + +[A] Thomas Sondergaard +[M] Nikolaus "guru" Gradwohl + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 0.5.12 +[P] X -----5---9 808.000 + +[D] 1537253783 rubyzip-0.5.12.ruby-gem.tar !http://rubyforge.org/frs/download.php/5932/rubyzip-0.5.12.gem diff --git a/package/guru/rubygems/rubygems-common.conf b/package/guru/rubygems/rubygems-common.conf new file mode 100644 index 000000000..e62a8cb0a --- /dev/null +++ b/package/guru/rubygems/rubygems-common.conf @@ -0,0 +1,6 @@ + +rubygem_main() { + if gem install -l $archdir/$xsrctar 2>&1 | grep "ERROR" ; then + exit 1; + fi +}