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

Added Files:
        libxml2-rb.info rubyosa-rb.info 
Log Message:
rubyosa

--- NEW FILE: rubyosa-rb.info ---
Info2: <<
Package: rubyosa-rb%type_pkg[ruby]
Version: 0.1.0
Revision: 1
Type: ruby (1.8)
Description: Apple Event Manager infrastructure bridge
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: libxml2-rb%type_pkg[ruby], rubygems-rb%type_pkg[ruby], 
ruby%type_pkg[ruby]
BuildDepends: libxml2-rb%type_pkg[ruby], rubygems-rb%type_pkg[ruby], 
ruby%type_pkg[ruby]-dev
BuildConflicts: distcc-default

Source: http://rubyforge.org/frs/download.php/14169/rubyosa-%v.tar.gz
Source-MD5: aa4522b8c8a97f3ae1f052b3bf0125e9

CompileScript: %p/bin/ruby1.8 extconf.rb; make
InstallScript: <<
        make install DESTDIR=%d
        install -d -m 755 %i/share/doc/%N
        mv sample %i/share/doc/%N/
        install -d -m 755 %i/bin
        install -c -m 755 bin/rdoc-osa %i/bin/
        perl -pi -e 's,/usr/bin/env ruby,%p/bin/ruby%type_raw[ruby],' 
%i/bin/rdoc-osa
<<

DescDetail: <<
RubyOSA is a bridge that connects Ruby to the Apple Event Manager
infrastructure.  In big words, it allows you to do in Ruby what
you could do in AppleScript.

It works by retrieving the scriptable definition of a given
application and populating a new namespace with classes, methods,
constants, enumerations, and all other elements described by the
terminology.  More specifically, most Mac OS X applications are
scriptable, and they define their scriptable interface in an XML
format.  RubyOSA parses this file and creates the Ruby API on
the fly.  This API will do the necessary AppleEvent work
transparently for you (building and sending events).
<<
Homepage: http://rubyosa.rubyforge.org/
<<

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

Depends: libxml2-shlibs, rubygems-rb%type_pkg[ruby], ruby%type_pkg[ruby]
BuildDepends: libiconv-dev, rake-rb%type_pkg[ruby], 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/10118/libxml-ruby-%v.tar.gz
Source-MD5: 0f01496523ccdcaf0210004dfa860213

CompileScript: %p/bin/rake compile doc
InstallScript: <<
        rake install DESTDIR=%d
        install -d -m 755 %i/share/doc/%N
        mv html %i/share/doc/%N/docs
<<

DocFiles: CHANGELOG LICENSE README TODO
DescDetail: <<
The Libxml-Ruby project provides Ruby language bindings
for the GNOME Libxml2 XML toolkit.
<<
Homepage: http://libxml.rubyforge.org/
<<


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to