Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12558

Added Files:
        rrd-pm.info rrd-pm.patch 
Log Message:
clone unstable


--- NEW FILE: rrd-pm.patch ---
diff -Nurd rrdtool-1.3.7/bindings/perl-piped/t/base.t 
rrdtool-1.3.7-new/bindings/perl-piped/t/base.t
--- rrdtool-1.3.7/bindings/perl-piped/t/base.t  2008-03-15 06:39:48.000000000 
-0400
+++ rrdtool-1.3.7-new/bindings/perl-piped/t/base.t      2009-04-08 
17:13:19.000000000 -0400
@@ -23,7 +23,7 @@
 
 print "ok 1 module load\n";
 
-ok("RRDp::start", RRDp::start "../../src/rrdtool" > 0);
+ok("RRDp::start", RRDp::start "rrdtool" > 0);
 
 $now=time();
 RRDp::cmd qw(create demo.rrd --start ), $now, qw(--step 100 ),
diff -Nurd rrdtool-1.3.7/bindings/perl-shared/Makefile.PL 
rrdtool-1.3.7-new/bindings/perl-shared/Makefile.PL
--- rrdtool-1.3.7/bindings/perl-shared/Makefile.PL      2008-12-05 
10:39:55.000000000 -0500
+++ rrdtool-1.3.7-new/bindings/perl-shared/Makefile.PL  2009-04-08 
17:12:39.000000000 -0400
@@ -37,9 +37,9 @@
     'VERSION_FROM' => 'RRDs.pm', # finds $VERSION
     'DEFINE'      => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}",
     'INC'          => '-I../../src',
+    'LIBS'         => '-lrrd',
     # Perl will figure out which one is valid
     #'dynamic_lib'  => {'OTHERLDFLAGS' => "$librrd -lm"},
-    'depend'       => {'RRDs.c' => "../../src/librrd.la"},
     'LDFROM'       => '$(OBJECT) '.$librrd, 
     'realclean'    => {FILES => 't/demo?.rrd t/demo?.png' },
     ($^O eq 'darwin') ? ( 'LDDLFLAGS'    => "-L../../src/.libs/ 
$Config{lddlflags}" ) : ()

--- NEW FILE: rrd-pm.info ---
Info4: <<
Package: rrd-pm%type_pkg[perl]
Version: 1.3.8
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
Description: RRDTool Perl bindings module
Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
License: GPL
Maintainer: Benjamin Reed <rrd...@fink.raccoonfink.com>

Depends: <<
        libpng14-shlibs,
        perl%type_pkg[perl]-core,
        rrdtool (>= %v-1)
<<
BuildDepends: <<
        fink (>= 0.29.7-1),
        libpng14,
        perl%type_pkg[perl]-core,
        rrdtool (>= %v-1),
        rrdtool-dev (>= %v-1)
<<
Provides: rrd-pm, rrdtool-perl-pm%type_pkg[perl]
Conflicts: rrdtool-perl-pm%type_pkg[perl] (<< %v-%r)
Replaces: <<
        rrd-pm560,
        rrd-pm561,
        rrd-pm580,
        rrd-pm581,
        rrd-pm584,
        rrd-pm585,
        rrd-pm586,
        rrd-pm588,
        rrdtool-perl-pm%type_pkg[perl] (<< %v-%r)
<<
Suggests: rrdtool

Source: http://oss.oetiker.ch/rrdtool/pub/rrdtool-%v.tar.gz
Source-MD5: 0de79494ab969cebfbfae3d237de18fe
PatchFile: rrd-pm.patch
PatchFile-MD5: 2042cea1692e4c2fde35f3b31e928167

SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2
UseMaxBuildJobs: true
ConfigureParams: --disable-static --enable-shared --with-tcllib=%p/lib 
--mandir=%p/share/man --enable-perl --disable-python
CompileScript: <<
#!/bin/sh -ex

        export 
PKG_CONFIG_PATH="%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" 
lt_cv_sys_max_cmd_len=65536
        eval "`perl$perlversion -V:archname`"
        ./configure %c

        export PERLMAKEARGS="PREFIX=%p 
INSTALLPRIVLIB=%p/lib/perl5/%type_raw[perl] 
INSTALLARCHLIB=%p/lib/perl5/%type_raw[perl]/$archname 
INSTALLSITELIB=%p/lib/perl5/%type_raw[perl] 
INSTALLSITEARCH=%p/lib/perl5/%type_raw[perl]/$archname 
INSTALLMAN1DIR=%p/lib/perl5/%type_raw[perl] 
INSTALLMAN3DIR=%p/lib/perl5/%type_raw[perl] 
INSTALLSITEMAN1DIR=%p/lib/perl5/%type_raw[perl] 
INSTALLSITEMAN3DIR=%p/lib/perl5/%type_raw[perl] INSTALLBIN=%p/bin 
INSTALLSITEBIN=%p/bin INSTALLSCRIPT=%p/bin"

        pushd bindings/perl-piped
                perl%type_raw[perl] Makefile.PL $PERLMAKEARGS
                make
                make test
        popd
        pushd bindings/perl-shared
                perl%type_raw[perl] Makefile.PL $PERLMAKEARGS
                make INC="-I%p/include -I../../src" OTHERLDFLAGS="-L%p/lib 
-lrrd"
                make test
        popd
<<

UpdatePOD: true
InstallScript: <<
#!/bin/sh -ex

        eval "`perl$perlversion -V:archname`"

        export PERLMAKEARGS="PREFIX=%i 
INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] 
INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname 
INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] 
INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname 
INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] 
INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] 
INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] 
INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] INSTALLBIN=%i/bin 
INSTALLSITEBIN=%i/bin INSTALLSCRIPT=%i/bin"

        pushd bindings/perl-piped
                make -j1 install $PERLMAKEARGS
        popd

        pushd bindings/perl-shared
                make -j1 install $PERLMAKEARGS
        popd
<<
NoPerlTests: true
DocFiles: bindings/perl-piped/README:README.piped 
bindings/perl-shared/README:README.shared

Homepage: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
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.
<<
<<



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to