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

Added Files:
      Tag: pangocairo-branch
        rrd-rb.info 
Log Message:
missing stuff from HEAD

--- NEW FILE: rrd-rb.info ---
Info2: <<
Package: rrd-rb%type_pkg[ruby]
Version: 1.2.23
Revision: 1
Type: ruby (1.8)
Description: RRDTool Ruby bindings module
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: ruby%type_pkg[ruby]
BuildDepends: ruby%type_pkg[ruby]-dev

Source: http://oss.oetiker.ch/rrdtool/pub/rrdtool-%v.tar.gz
Source-MD5: dafa161bc9c61e57636a6085c87c1fe8

CompileScript: <<
#!/bin/sh -ev

        pushd bindings/ruby
                %p/bin/ruby%type_raw[ruby] extconf.rb
                make
        popd
<<
InstallScript: cd bindings/ruby; make -j1 install DESTDIR="%d"

DocFiles: CHANGES CONTRIBUTORS COPYING COPYRIGHT NEWS README THREADS TODO
DescDetail: <<
RRD is a system to store and display time-series data (i.e. network bandwidth,
machine-room temperature, server load average).  It stores the data in a very
compact way that will not expand over time, and it presents useful graphs by
processing the data to enforce a certain data density.  It can be used either
via simple wrapper scripts (from shell or Perl) or via frontends that poll
network devices and put a friendly user interface on it.
<<
Homepage: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
<<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to