Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6833

Modified Files:
        hoe-rb.info libgems-rb.info libgems-rb.patch libxml2-rb.info 
        piston-rb.info postgres-rb.info rake-rb.info rubycocoa-rb.info 
        rubycocoa-rb.patch rubyforge-rb.info sqlite3-rb.info 
        zentest-rb.info 
Added Files:
        daemons-rb.info fastthread-rb.info gem-plugin-rb.info 
        libxml2-rb.patch mongrel-rb.info 
Log Message:
lots of ruby updates, also add mongrel

Index: libxml2-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/libxml2-rb.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libxml2-rb.info     11 Dec 2007 03:58:16 -0000      1.8
+++ libxml2-rb.info     21 May 2008 21:06:19 -0000      1.9
@@ -1,7 +1,7 @@
 Info2: <<
 Package: libxml2-rb%type_pkg[ruby]
-Version: 0.3.8.4
-Revision: 2
+Version: 0.5.4
+Revision: 1
 Description: Ruby bindings for libxml2
 Type: ruby (1.8)
 License: BSD
@@ -9,7 +9,6 @@
 
 Depends: <<
        libxml2-shlibs,
-       libgems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]
 <<
 BuildDepends: <<
@@ -18,21 +17,21 @@
        readline5 (>= 5.0-1004),
        libncurses5 (>= 5.4-20041023-1006),
        libxml2,
-       rubygems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]-dev
 <<
 
-Source: http://rubyforge.org/frs/download.php/15237/libxml-ruby-%v.tar.gz
-Source-MD5: 2190715f1a4779a10d2610c39514ba49
-
-CompileScript: %p/bin/rake compile doc
+Source: http://rubyforge.org/frs/download.php/34483/libxml-ruby-%v.tgz
+Source-MD5: e93b79bfafefc83892bf4dcfaa8df7b6
+PatchFile: %{Ni}.patch
+PatchFile-MD5: c2fa106412b172a7aa89e3f5e45f3b28
 
-InstallScript: <<
-       rake install DESTDIR=%d
-       install -d -m 755 %i/share/doc/%N
-       mv html %i/share/doc/%N/docs
+CompileScript: <<
+       %p/bin/ruby%type_raw[ruby] setup.rb config --prefix="%p"
+       %p/bin/ruby%type_raw[ruby] setup.rb setup
 <<
-DocFiles: CHANGELOG LICENSE README TODO
+
+InstallScript: %p/bin/ruby%type_raw[ruby] setup.rb install --prefix="%i"
+DocFiles: CHANGES LICENSE NOTES README TODO VERSION
 
 Homepage: http://libxml.rubyforge.org/
 DescDetail: <<

--- NEW FILE: fastthread-rb.info ---
Info2: <<
Package: fastthread-rb%type_pkg[ruby]
Version: 1.0.1
Revision: 1
Type: ruby (1.8)
Description: Optimized threading for Ruby
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: <<
        libgems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]
<<
BuildDepends: <<
        rubygems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/27042/fastthread-%v.gem
Source-MD5: 699b7198aa1093ada0225a0d491574ef
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
        install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
        %p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc fastthread-%v.gem
        rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
Optimized replacement for thread.rb primitives
<<
Homepage: http://rubyforge.org/projects/mongrel/
<<

Index: rubycocoa-rb.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/rubycocoa-rb.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rubycocoa-rb.patch  4 Sep 2007 14:25:25 -0000       1.3
+++ rubycocoa-rb.patch  21 May 2008 21:06:20 -0000      1.4
@@ -1,6 +1,6 @@
-diff -uNr RubyCocoa-0.12.0/framework/src/ruby/osx/objc/oc_import.rb 
RubyCocoa-0.12.0-new/framework/src/ruby/osx/objc/oc_import.rb
---- RubyCocoa-0.12.0/framework/src/ruby/osx/objc/oc_import.rb  2007-08-14 
11:32:00.000000000 -0400
-+++ RubyCocoa-0.12.0-new/framework/src/ruby/osx/objc/oc_import.rb      
2007-09-04 09:13:23.000000000 -0400
+diff -Nurd RubyCocoa-0.13.2/framework/src/ruby/osx/objc/oc_import.rb 
RubyCocoa-0.13.2-new/framework/src/ruby/osx/objc/oc_import.rb
+--- RubyCocoa-0.13.2/framework/src/ruby/osx/objc/oc_import.rb  2008-02-14 
03:38:14.000000000 -0500
++++ RubyCocoa-0.13.2-new/framework/src/ruby/osx/objc/oc_import.rb      
2008-05-21 16:32:19.000000000 -0400
 @@ -10,11 +10,13 @@
  module OSX
  
@@ -15,27 +15,15 @@
      '/System/Library/BridgeSupport', 
      '/Library/BridgeSupport'
    ]
-diff -uNr RubyCocoa-0.12.0/misc/libffi/Makefile.rubycocoa 
RubyCocoa-0.12.0-new/misc/libffi/Makefile.rubycocoa
---- RubyCocoa-0.12.0/misc/libffi/Makefile.rubycocoa    2007-08-14 
11:31:55.000000000 -0400
-+++ RubyCocoa-0.12.0-new/misc/libffi/Makefile.rubycocoa        2007-09-04 
09:13:23.000000000 -0400
-@@ -2,7 +2,7 @@
- 
+diff -Nurd RubyCocoa-0.13.2/misc/libffi/Makefile.rubycocoa 
RubyCocoa-0.13.2-new/misc/libffi/Makefile.rubycocoa
+--- RubyCocoa-0.13.2/misc/libffi/Makefile.rubycocoa    2008-02-14 
03:38:13.000000000 -0500
++++ RubyCocoa-0.13.2-new/misc/libffi/Makefile.rubycocoa        2008-05-21 
16:32:42.000000000 -0400
+@@ -3,7 +3,7 @@
  LIB = libffi.a
  
+ SYSROOT = 
 -CFLAGS = -O3 -I./include -DMACOSX -arch ppc -arch i386
 +CFLAGS = -O3 -I./include -DMACOSX
  
  all: $(LIB)
  
-diff -uNr RubyCocoa-0.12.0/pre-config.rb RubyCocoa-0.12.0-new/pre-config.rb
---- RubyCocoa-0.12.0/pre-config.rb     2007-08-14 11:32:26.000000000 -0400
-+++ RubyCocoa-0.12.0-new/pre-config.rb 2007-09-04 09:13:52.000000000 -0400
-@@ -32,7 +32,7 @@
- 
- # build options
- cflags = '-fno-common -g -fobjc-exceptions'
--ldflags = '-undefined suppress -flat_namespace'
-+ldflags = '-undefined dynamic_lookup'
- sdkroot = ''
- 
- if @config['build-universal'] == 'yes'

Index: libgems-rb.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/libgems-rb.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libgems-rb.patch    27 Dec 2007 16:17:39 -0000      1.4
+++ libgems-rb.patch    21 May 2008 21:06:19 -0000      1.5
@@ -1,8 +1,8 @@
-diff -uNbwr rubygems-1.0.1/lib/rubygems/defaults.rb 
rubygems-1.0.1-new/lib/rubygems/defaults.rb
---- rubygems-1.0.1/lib/rubygems/defaults.rb    2007-12-17 15:09:42.000000000 
-0500
-+++ rubygems-1.0.1-new/lib/rubygems/defaults.rb        2007-12-27 
10:58:55.000000000 -0500
-@@ -12,7 +12,8 @@
-       File.join File.dirname(ConfigMap[:sitedir]), 'Gems',
+diff -Nurd rubygems-1.1.1/lib/rubygems/defaults.rb 
rubygems-1.1.1-new/lib/rubygems/defaults.rb
+--- rubygems-1.1.1/lib/rubygems/defaults.rb    2008-03-08 22:42:07.000000000 
-0500
++++ rubygems-1.1.1-new/lib/rubygems/defaults.rb        2008-05-21 
15:02:02.000000000 -0400
+@@ -15,7 +15,8 @@
+       File.join ConfigMap[:libdir], RUBY_ENGINE, 'gems',
                  ConfigMap[:ruby_version]
      else
 -      File.join ConfigMap[:libdir], 'ruby', 'gems', ConfigMap[:ruby_version]
@@ -11,15 +11,75 @@
      end
    end
  
-diff -uNbwr rubygems-1.0.1/lib/rubygems/source_index.rb 
rubygems-1.0.1-new/lib/rubygems/source_index.rb
---- rubygems-1.0.1/lib/rubygems/source_index.rb        2007-12-17 
22:36:44.000000000 -0500
-+++ rubygems-1.0.1-new/lib/rubygems/source_index.rb    2007-12-27 
10:46:55.000000000 -0500
-@@ -217,7 +217,7 @@
-                       end
-       else
-         version_requirement = platform_only || Gem::Requirement.default
--        gem_pattern = /#{gem_pattern}/i
-+        gem_pattern = /^#{gem_pattern}/i
-       end
+diff -Nurd rubygems-1.1.1/lib/rubygems/source_index.rb 
rubygems-1.1.1-new/lib/rubygems/source_index.rb
+--- rubygems-1.1.1/lib/rubygems/source_index.rb        2008-04-04 
19:06:49.000000000 -0400
++++ rubygems-1.1.1-new/lib/rubygems/source_index.rb    2008-05-21 
15:02:38.000000000 -0400
+@@ -248,7 +248,7 @@
+                     end
+     else
+       version_requirement = platform_only || Gem::Requirement.default
+-      gem_pattern = /#{gem_pattern}/i
++      gem_pattern = /^#{gem_pattern}/i
+     end
+ 
+     unless Gem::Requirement === version_requirement then
+diff -Nurd rubygems-1.1.1/setup.rb rubygems-1.1.1-new/setup.rb
+--- rubygems-1.1.1/setup.rb    2008-04-01 19:22:20.000000000 -0400
++++ rubygems-1.1.1-new/setup.rb        2008-05-21 15:41:11.000000000 -0400
+@@ -37,6 +37,9 @@
+   puts "  --prefix=DIR           Prefix path for installing RubyGems"
+   puts "                         Will not affect gem repository location"
+   puts
++  puts "  --destdir=DIR          Destination prefix path for installing 
RubyGems"
++  puts "                         (Will be prepended to prefix during 
installation)"
++  puts
+   puts "  --no-format-executable Force installation as `gem`"
+   puts
+   puts "  --no-rdoc              Don't build RDoc for RubyGems"
+@@ -65,6 +68,19 @@
+ 
+ lib_dir = nil
+ bin_dir = nil
++install_dest_dir = ""
++
++if !ARGV.grep(/^--destdir/).empty? then
++  dest_arg = ARGV.grep(/^--destdir=/).first
++  if dest_arg =~ /^--destdir=(.*)/ then
++    install_dest_dir = $1
++  else
++    path_index = ARGV.index '--destdir'
++    install_dest_dir = ARGV[path_index + 1]
++  end
++
++  install_dest_dir = File.expand_path install_dest_dir
++end
+ 
+ if ARGV.grep(/^--prefix/).empty? then
+   lib_dir = Gem::ConfigMap[:sitelibdir]
+@@ -80,7 +96,7 @@
+     prefix = ARGV[path_index + 1]
+   end
+ 
+-  prefix = File.expand_path prefix
++  prefix = File.expand_path install_dest_dir + prefix
+ 
+   raise "invalid --prefix #{prefix.inspect}" if prefix.nil?
+ 
+@@ -213,7 +229,7 @@
+ 
+ # install RDoc
+ 
+-gem_doc_dir = File.join Gem.dir, 'doc'
++gem_doc_dir = File.join install_dest_dir, Gem.dir, '/doc'
+ rubygems_name = "rubygems-#{Gem::RubyGemsVersion}"
+ rubygems_doc_dir = File.join gem_doc_dir, rubygems_name
+ 
+@@ -221,7 +237,7 @@
+    (not File.exist? rubygems_doc_dir or
+     File.writable? rubygems_doc_dir) then
+   puts "Removing old RubyGems RDoc and ri"
+-  Dir[File.join(Gem.dir, 'doc', 'rubygems-[0-9]*')].each do |dir|
++  Dir[File.join(gem_doc_dir, 'rubygems-[0-9]*')].each do |dir|
+     rm_rf dir
+   end
  
-       unless Gem::Requirement === version_requirement then

--- NEW FILE: mongrel-rb.info ---
Info2: <<
Package: mongrel-rb%type_pkg[ruby]
Version: 1.1.4
Revision: 1
Type: ruby (1.8)
Description: Fast HTTP server for Ruby
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: <<
        daemons-rb%type_pkg[ruby],
        fastthread-rb%type_pkg[ruby],
        gem-plugin-rb%type_pkg[ruby],
        libgems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]
<<
BuildDepends: <<
        daemons-rb%type_pkg[ruby],
        fastthread-rb%type_pkg[ruby],
        gem-plugin-rb%type_pkg[ruby],
        rubygems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/33184/mongrel-%v.gem
Source-MD5: d9aae49a39e0722f3badb8bd7378aca8
Source2: 
http://rubyforge.org/frs/download.php/27040/cgi_multipart_eof_fix-2.5.0.gem
Source2-MD5: 4f8d588e53755d5c86b0b61187e6d996
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
        install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
        %p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc cgi_multipart_eof_fix-2.5.0.gem
        %p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc mongrel-%v.gem
        rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
A small fast HTTP server for Ruby and JRuby that can be used
to host web frameworks directly with HTTP. 
<<
Homepage: http://rubyforge.org/projects/mongrel/
<<

Index: rubycocoa-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/rubycocoa-rb.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rubycocoa-rb.info   20 Apr 2008 18:26:09 -0000      1.5
+++ rubycocoa-rb.info   21 May 2008 21:06:20 -0000      1.6
@@ -1,18 +1,18 @@
 Info2: <<
 Package: rubycocoa-rb%type_pkg[ruby]
-Version: 0.12.0
-Revision: 2
+Version: 0.13.2
+Revision: 1
 Type: ruby (1.8)
 Description: Ruby interface to Cocoa programming
 Distribution: 10.4, 10.5
 License: LGPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: ruby%type_pkg[ruby], libxml2-shlibs
-BuildDepends: ruby%type_pkg[ruby]-dev, libxml2
+Depends: ruby%type_pkg[ruby]
+BuildDepends: ruby%type_pkg[ruby]-dev
 
 Source: mirror:sourceforge:rubycocoa/RubyCocoa-%v.tgz
-Source-MD5: e37a41cd9aad2129bad644e4c4de4b7d
+Source-MD5: bbafee2a544bc4b8869268af8c187a9a
 PatchScript: <<
        sed -e 's,@FINKPREFIX@,%p,g' %a/rubycocoa-rb.patch | patch -p1
        perl -pi -e 's,xargs -0 rm,xargs -0 rm -f,' pre-install.rb

Index: libgems-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/libgems-rb.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libgems-rb.info     27 Dec 2007 16:17:39 -0000      1.7
+++ libgems-rb.info     21 May 2008 21:06:19 -0000      1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: libgems-rb%type_pkg[ruby]
-Version: 1.0.1
+Version: 1.1.1
 Revision: 1
 Type: ruby (1.6 1.8)
 Description: Package management framework for Ruby
@@ -13,15 +13,15 @@
 BuildDepends: ruby%type_pkg[ruby]-dev
 
 # Unpack Phase.
-Source: http://rubyforge.org/frs/download.php/29548/rubygems-%v.tgz
-Source-MD5: 0d5851084955c327ee1dc9cbd631aa5f
+Source: http://rubyforge.org/frs/download.php/35283/rubygems-%v.tgz
+Source-MD5: 1a77c5b6b293a3ccd5261dc120641ccc
 
 # Patch Phase.
 PatchScript: <<
 #!/bin/sh -ex
        sed \
                -e 's|@PREFIX@|%p|g' \
-               -e 's|@INSTALL_DIR@|%i|' %a/%{ni}.patch \
+               %a/%{ni}.patch \
                > rubygems.patch
        patch -p1 < rubygems.patch
        rm rubygems.patch
@@ -37,14 +37,11 @@
 InstallScript: <<
 #!/bin/sh -ex
        RUBYLIBDIR=`%p/bin/ruby%type_raw[ruby] -rrbconfig -e "puts 
Config::CONFIG['rubylibdir']"`
-       install -d "%i/var/lib/gems/%type_raw[ruby]"
+       install -d "%i/var/lib/gems/%type_raw[ruby]/doc"
        install -d "%d$RUBYLIBDIR"
-       %p/bin/ruby%type_raw[ruby] -I lib setup.rb install --prefix "%i"
+       %p/bin/ruby%type_raw[ruby] -I lib setup.rb install --prefix "%p" 
--destdir "%d"
        mv %i/lib/rbconfig* %i/lib/rubygems* %I/lib/ubygems* "%d$RUBYLIBDIR"
        rm -f %i/bin/update_rubygems
-
-       mkdir -p %i/share/%n/examples
-       cp -R examples/ %i/share/%n/examples
 <<
 DocFiles: ChangeLog GPL* LICENSE* README TODO
 

Index: piston-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/piston-rb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- piston-rb.info      14 Dec 2007 15:12:28 -0000      1.1
+++ piston-rb.info      21 May 2008 21:06:20 -0000      1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: piston-rb%type_pkg[ruby]
-Version: 1.3.3
+Version: 1.4.0
 Revision: 1
 Type: ruby (1.8)
 Description: Vendor branch management for Rails
@@ -16,8 +16,8 @@
        ruby%type_pkg[ruby]-dev
 <<
 
-Source: http://rubyforge.org/frs/download.php/18758/piston-%v.gem
-Source-MD5: dd344c15b78df4bb298fb4fff0599662
+Source: http://rubyforge.org/frs/download.php/32034/piston-%v.gem
+Source-MD5: 8edc63db4de448fe411394dff0e64f32
 NoSourceDirectory: true
 
 CompileScript: echo ""

Index: zentest-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/zentest-rb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- zentest-rb.info     27 Dec 2007 16:17:39 -0000      1.2
+++ zentest-rb.info     21 May 2008 21:06:21 -0000      1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: zentest-rb%type_pkg[ruby]
-Version: 3.7.1
+Version: 3.9.2
 Revision: 1
 Type: ruby (1.8)
 Description: Continuous integration while you code
@@ -18,8 +18,8 @@
        ruby%type_pkg[ruby]-dev
 <<
 
-Source: http://rubyforge.org/frs/download.php/29799/ZenTest-%v.gem
-Source-MD5: ed9a30f8b94c780a0ceb0c4be5de231d
+Source: http://rubyforge.org/frs/download.php/34175/ZenTest-%v.gem
+Source-MD5: 138d3ad543dff2b32430beb0cce70508
 NoSourceDirectory: true
 
 CompileScript: echo ""

Index: sqlite3-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/sqlite3-rb.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sqlite3-rb.info     19 Jan 2008 17:24:45 -0000      1.11
+++ sqlite3-rb.info     21 May 2008 21:06:21 -0000      1.12
@@ -1,7 +1,7 @@
 Info2: <<
 Package: sqlite3-rb%type_pkg[ruby]
 Version: 1.2.1
-Revision: 1021
+Revision: 1
 Description: SQLite database interface for Ruby
 Type: ruby (1.8)
 License: BSD
@@ -9,12 +9,13 @@
 
 Depends: <<
        ruby%type_pkg[ruby],
-       sqlite3-shlibs
+       sqlite3-shlibs,
+       swig-shlibs (>= 1.3.20-1)
 <<
 BuildDepends: <<
        ruby%type_pkg[ruby]-dev,
        sqlite3-dev,
-       swig (>= 1.3.31-1)
+       swig (>= 1.3.20-1)
 <<
 
 Source: http://rubyforge.org/frs/download.php/17096/sqlite3-ruby-%v.tar.bz2

Index: rubyforge-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/rubyforge-rb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rubyforge-rb.info   18 Dec 2007 15:52:25 -0000      1.1
+++ rubyforge-rb.info   21 May 2008 21:06:21 -0000      1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: rubyforge-rb%type_pkg[ruby]
-Version: 0.4.4
+Version: 1.0.0
 Revision: 1
 Type: ruby (1.8)
 Description: Rubyforge automation
@@ -16,8 +16,8 @@
        ruby%type_pkg[ruby]-dev
 <<
 
-Source: http://rubyforge.org/frs/download.php/24097/rubyforge-%v.gem
-Source-MD5: c384c7cd656b3e175fb69485bf71e014
+Source: http://rubyforge.org/frs/download.php/37245/rubyforge-%v.gem
+Source-MD5: f62026740e57c513744ec76d6885c56d
 NoSourceDirectory: true
 
 CompileScript: echo ""

--- NEW FILE: daemons-rb.info ---
Info2: <<
Package: daemons-rb%type_pkg[ruby]
Version: 1.0.10
Revision: 1
Type: ruby (1.8)
Description: Wrap a ruby script as a daemon
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: <<
        libgems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]
<<
BuildDepends: <<
        rubygems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/34222/daemons-%v.gem
Source-MD5: 8e2fc7de08405b2d27ac96c82602c9ce
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
        install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
        %p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc daemons-%v.gem
        rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
daemons provides an easy way to wrap existing ruby scripts (for
example a self-written server) to be run as a daemon and to be
controlled by simple start/stop/restart commands.  daemons can
also run and control blocks of Ruby code in a daemon process.
<<
Homepage: http://rubyforge.org/projects/daemons/
<<

Index: hoe-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/hoe-rb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hoe-rb.info 27 Dec 2007 16:17:39 -0000      1.2
+++ hoe-rb.info 21 May 2008 21:06:19 -0000      1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: hoe-rb%type_pkg[ruby]
-Version: 1.4.0
+Version: 1.5.3
 Revision: 1
 Type: ruby (1.8)
 Description: Rakefile helper
@@ -9,17 +9,19 @@
 
 Depends: <<
        libgems-rb%type_pkg[ruby],
+       rake-rb%type_pkg[ruby] (>= 0.8.1-1),
        ruby%type_pkg[ruby],
-       rubyforge-rb%type_pkg[ruby]
+       rubyforge-rb%type_pkg[ruby] (>= 1.0.0-1)
 <<
 BuildDepends: <<
+       rake-rb%type_pkg[ruby] (>= 0.8.1-1),
        rubygems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]-dev,
-       rubyforge-rb%type_pkg[ruby]
+       rubyforge-rb%type_pkg[ruby] (>= 1.0.0-1)
 <<
 
-Source: http://rubyforge.org/frs/download.php/29627/hoe-%v.gem
-Source-MD5: 0a903349975f6484dc5a31943c4ac599
+Source: http://rubyforge.org/frs/download.php/37247/hoe-%v.gem
+Source-MD5: bfb42e0bd9b31a1bd43dddbbe12fcb7f
 NoSourceDirectory: true
 
 CompileScript: echo ""

--- NEW FILE: libxml2-rb.patch ---
diff -Nurd libxml-ruby-0.5.4/setup.rb libxml-ruby-0.5.4-new/setup.rb
--- libxml-ruby-0.5.4/setup.rb  2008-02-21 20:38:24.000000000 -0500
+++ libxml-ruby-0.5.4-new/setup.rb      2008-05-21 14:49:52.000000000 -0400
@@ -431,6 +431,10 @@
       end
     end
 
+    def setup_rb_error(msg)
+      raise SetupError, msg
+    end
+
     # Rake task handlers
     def rake_define
       require 'rake/clean'
@@ -861,7 +865,7 @@
     end
 
     def dllext
-      RBCONFIG['DLEXT']
+      "bundle"
     end
 
     def targetfiles

Index: postgres-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/postgres-rb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgres-rb.info    18 Dec 2007 15:52:25 -0000      1.1
+++ postgres-rb.info    21 May 2008 21:06:20 -0000      1.2
@@ -1,21 +1,21 @@
 Info2: <<
 Package: postgres-rb%type_pkg[ruby]
 Version: 0.7.9
-Revision: 1
+Revision: 2
 Description: Ruby bindings for PostgreSQL
 Type: ruby (1.8)
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: <<
-       postgresql82-shlibs,
+       postgresql83-shlibs,
        libgems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]
 <<
 BuildDepends: <<
        libxml2,
        libxslt,
-       postgresql82-dev,
+       postgresql83-dev,
        readline5,
        rubygems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]-dev,
@@ -23,8 +23,8 @@
 <<
 
 NoSourceDirectory: true
-Source: http://rubyforge.org/frs/download.php/29157/postgres-%v.2007.12.12.gem
-Source-MD5: 6e4665a2508bec10e618a7984e9c156c
+Source: http://rubyforge.org/frs/download.php/34072/pg-%v.2008.03.18.gem
+Source-MD5: f195f32545d35e6b428ddfa3ff0b2a94
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/include/postgresql
 SetLDFLAGS: -L%p/lib/system-openssl/lib
@@ -35,7 +35,7 @@
        export POSTGRES_INCLUDE=%p/include/postgresql
        install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
        %p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc *.gem
-       rm -rf %i/var/lib/gems/%type_raw[ruby]/cache 
%i/var/lib/gems/%type_raw[ruby]/gems/postgres-%v.2007.12.12/{compat-ruby-postgres,ext}
+       rm -rf %i/var/lib/gems/%type_raw[ruby]/cache 
%i/var/lib/gems/%type_raw[ruby]/gems/postgres-%v.2008.03.18/{compat-ruby-postgres,ext}
 <<
 
 Homepage: http://rubyforge.org/projects/ruby-pg/

--- NEW FILE: gem-plugin-rb.info ---
Info2: <<
Package: gem-plugin-rb%type_pkg[ruby]
Version: 0.2.3
Revision: 1
Type: ruby (1.8)
Description: Gem Based Plugin System for Ruby
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: <<
        libgems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]
<<
BuildDepends: <<
        rubygems-rb%type_pkg[ruby],
        ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/27044/gem_plugin-%v.gem
Source-MD5: 1736ce8ce007058c4703abe2fd209aa5
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
        install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
        %p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc gem_plugin-%v.gem
        rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
GemPlugin is a system that lets your users install gems and lets you load
them as additional features to use in your software.  It originated from the
Mongrel (http://mongrel.rubyforge.org) project but proved useful enough to
break out into a separate project.

GemPlugin works by listing the gems installed, and doing a require_gem on 
any that have the right dependencies.  For example, if a gem depends on
"gem_plugin" and "mongrel" then it'll load as a Mongrel plugin.  This
makes it so that users of the plugins only need to gem install (and maybe
config a bit), and plugin authors only need to make gems.
<<
Homepage: http://rubyforge.org/projects/mongrel/
<<

Index: rake-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/rake-rb.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rake-rb.info        11 Dec 2007 03:58:16 -0000      1.5
+++ rake-rb.info        21 May 2008 21:06:20 -0000      1.6
@@ -1,7 +1,7 @@
 Info2: <<
 Package: rake-rb%type_pkg[ruby]
-Version: 0.7.3
-Revision: 2
+Version: 0.8.1
+Revision: 1
 Type: ruby (1.8)
 Description: Make-like utility for Ruby
 License: BSD
@@ -12,8 +12,8 @@
 BuildDepends: rubygems-rb%type_pkg[ruby], ruby%type_pkg[ruby]-dev
 
 # Unpack Phase:
-Source: http://rubyforge.org/frs/download.php/19878/rake-%v.gem
-Source-MD5: ab28804ee27403c497ce1e1ae76335bc
+Source: http://rubyforge.org/frs/download.php/29751/rake-%v.gem
+Source-MD5: c5b33dd64608023c4c636c6f90af5750
 NoSourceDirectory: true
 
 CompileScript: echo ""


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to