Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/database
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv12564

Added Files:
        iplike-pg.info iplike-pg.patch rrdtool-java.info rrdtool.info 
        rrdtool.patch 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: iplike-pg.info ---
Info3: <<
Package: iplike-pg%type_pkg[postgresql]
Version: 1.0.8
Revision: 1
Type: postgresql(7.4 8.0 8.1 8.2 8.3)

Conflicts: opennms-pgsql74, opennms-pgsql80, opennms-pgsql81, opennms-pgsql82
Replaces: opennms-pgsql74, opennms-pgsql80, opennms-pgsql81, opennms-pgsql82
Provides: opennms-pgsql
Source: mirror:sourceforge:opennms/iplike-%v.tar.gz
Source-MD5: 85bcafd5e96a79e7d0ab6eee0b4b0b75
Patch: %{Ni}.patch

BuildDepends: <<
        autoconf (>= 2.60-1),
        automake1.10,
        libtool2,
        (%type_raw[postgresql] <= 8.0) 
postgresql%type_pkg[postgresql]-unified-dev,
        (%type_raw[postgresql] >= 8.1) postgresql%type_pkg[postgresql]-dev,
<<
Depends: <<
        (%type_raw[postgresql] <= 7.4) 
postgresql%type_pkg[postgresql]-unified-shlibs,
        (%type_raw[postgresql] >= 8.1) postgresql%type_pkg[postgresql]-shlibs,
<<

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

        IPLIKE_VERSION=`echo %type_raw[postgresql] | sed -e 's,\.,_,g'`
        perl -pi -e "s,iplike_la,iplike_${IPLIKE_VERSION}_la,g" Makefile.am
        perl -pi -e 's,iplike[^_]la,iplike-%type_raw[postgresql].la,g' 
Makefile.am install_iplike.sh.in
        perl -pi -e 's,/psql,/psql-%type_raw[postgresql],' install_iplike.sh.in
        perl -pi -e 's,AM_RPM_INIT,,' configure.ac

        %p/bin/aclocal -I m4
        %p/bin/glibtoolize --automake --copy
        %p/bin/autoheader
        %p/bin/autoconf
        %p/bin/automake --add-missing --copy
<<

InstallScript: <<
        make install DESTDIR="%d"
        mv %i/sbin/install_iplike.sh 
%i/sbin/install_iplike_%type_pkg[postgresql].sh
<<

PostInstScript: <<
        cat <<END
*** NOTE ***

WARNING: this package will not work until you run
%p/sbin/install_iplike_%type_pkg[postgresql].sh with the appropriate options.

See \`%p/sbin/install_iplike_%type_pkg[postgresql].sh -h\` for more information.

END
<<

PostRmScript: <<
        cat <<END
*** NOTE ***

WARNING: Don't forget to remove the IPLIKE function from your database!

<<

Homepage: http://www.opennms.org/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Description: PostgreSQL IP address query interface
DescDetail: <<
This package contains a PostgreSQL function for doing complex
IP address queries on a text field.
<<
License: GPL
<<

--- NEW FILE: rrdtool-java.info ---
Info3: <<
Package: rrdtool-java
Version: 1.0.2
Revision: 1
Type: java(1.4)

Source: mirror:sourceforge:opennms/jrrd-%v.tar.gz
Source-MD5: 32c031e9e856103559bb2df5fc325548

BuildDepends: <<
        freetype219,
        libart2 (>= 2.3.19-1),
        libpng3,
        rrdtool-dev (>= 1.2-1)
<<
Depends: librrd2-shlibs

InstallScript: make install DESTDIR="%d"

Homepage: http://www.opennms.org/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Description: Java Interface to RRDTool
DescDetail: <<
This package contains a Java interface to RRDTool.
It was previously part of the OpenNMS project and has
since been separated out into it's own package.
<<
License: GPL
<<

--- NEW FILE: rrdtool.patch ---
--- rrdtool-1.2.9/bindings/Makefile.in  2005-05-28 09:03:21.000000000 -0400
+++ rrdtool-1.2.9-new/bindings/Makefile.in      2005-06-04 12:57:25.000000000 
-0400
@@ -200,7 +200,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = tcl python
+SUBDIRS = tcl
 # the following files are not mentioned in any other Makefile
 EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL 
perl-piped/RRDp.pm perl-piped/t/base.t \
        perl-shared/ntmake.pl perl-shared/MANIFEST perl-shared/README 
perl-shared/Makefile.PL perl-shared/RRDs.pm  perl-shared/RRDs.xs 
perl-shared/t/base.t
--- rrdtool-1.2.9/bindings/tcl/Makefile.in      2005-05-28 09:03:22.000000000 
-0400
+++ rrdtool-1.2.9-new/bindings/tcl/Makefile.in  2005-06-04 12:58:19.000000000 
-0400
@@ -361,7 +361,7 @@
 
 
 @[EMAIL PROTECTED](TCL_SHLIB_SUFFIX): tclrrd.o
[EMAIL PROTECTED]@      $(TCL_SHLIB_LD) $(LIBDIRS) $< -o $@ -lrrd
[EMAIL PROTECTED]@      $(TCL_SHLIB_LD) $(LIBDIRS) $< -o $@ -lrrd -ltcl
 
 @[EMAIL PROTECTED]: tclrrd.c
 @BUILD_TCL_TRUE@       $(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) 
$(TCL_SHLIB_CFLAGS) $(INCLUDES) -c $< -DVERSION=\"$(VERSION)\"

--- NEW FILE: rrdtool.info ---
Package: rrdtool
Version: 1.2.23
Revision: 1
Conflicts: %N-bin
Replaces: %N-bin
Depends: librrd2-shlibs (>= %v-%r)
BuildDepends: freetype219, libart2, libpng3, tcltk, tcltk-dev, perl580-core | 
perl581-core | perl584-core | perl586-core
Source: http://oss.oetiker.ch/%n/pub/%n-%v.tar.gz
Source-MD5: dafa161bc9c61e57636a6085c87c1fe8
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
NoSetLDFLAGS: true
SetLDFLAGS: -L%b/src/.libs -L%b/src
SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2
ConfigureParams: --enable-shared --with-tcllib=%p/lib --mandir=%p/share/man 
--enable-local-libpng --enable-local-zlib --disable-perl --disable-python 
--disable-ruby
CompileScript: <<
#!/bin/sh -ex

        export 
PKG_CONFIG_PATH="%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" 
lt_cv_sys_max_cmd_len=65536
        for file in %p/bin/perl5.8* /usr/bin/perl5.8*; do
                [ -z "$PERLBIN" ] && [ -f "$file" ] && PERLBIN="$file"
        done
        [ -z "$PERLBIN" ] && exit 1
        export ac_cv_path_PERL=no

        export LIBS="-L`pwd`/src -L`pwd`/src/.libs -L%p/lib"
        ./configure %c
        perl -pi -e "s,pod2man,$PERLBIN /usr/bin/pod2man,g" doc/Makefile
        make POD2MAN_EXE="$PERLBIN /usr/bin/pod2man"
<<
InstallScript: <<
#!/bin/sh -ex

        make -j1 install DESTDIR="%d" examplesdir="%p/share/doc/%n/examples" 
idocdir="%p/share/doc/%n/doc" ihtmldir="%p/share/doc/%n/html" 
contribdir="%p/share/doc/%n/contrib" pkglibdir='%p/lib/tclrrd$(VERSION)'
        ranlib "%i/lib/librrd.a"
        touch "%i/share/doc/%n/.turd"
        rm -rf %i/lib/perl %i/share/man/man1/RRDp.1 %i/share/man/man1/RRDs.1 
%i/share/doc/%n/examples
        perl -pi -e 's,-L%b/src/.libs,,gs; s,-L%b/src,,gs; 
s,-L%p/lib/freetype219/lib,,gs; s,-L%p/lib,,gs' %i/lib/*.la
        install_name_tool -id %p/lib/tclrrd%v.dylib %i/lib/tclrrd%v.dylib
<<
SplitOff: <<
        Package: librrd2-shlibs
        Suggests: %N
        Description: Fixed-size "round-robin" database storage shared libraries
        Depends: freetype219-shlibs, libart2-shlibs, libpng3-shlibs, 
rrdtool-fonts
        Files: lib/librrd*.*.dylib
        Shlibs: <<
                %p/lib/librrd.2.dylib 3.0.0 librrd2-shlibs (>= 1.2.8-1)
                %p/lib/librrd_th.2.dylib 3.0.0 librrd2-shlibs (>= 1.2.8-1)
        <<
<<
SplitOff2: <<
                Package: %N-fonts
                Description: Fonts for RRDTool PNG rendering
                Files: share/rrdtool/fonts
<<
SplitOff3: <<
        Package: %N-dev
        Description: Utilities for round-robin databases
        BuildDependsOnly: true
        Depends: %N (>= %v-%r)
        Files: include lib/*.a lib/*.la lib/librrd.dylib lib/librrd_th.dylib
<<
SplitOff4: <<
        Package: %N-tcl
        Description: TCL scripting module for round-robin databases
        Depends: librrd2-shlibs (>= %v-%r), tcltk-shlibs
        Enhances: librrd2-shlibs
        Files: lib/tclrrd%v lib/tclrrd%v.dylib
        Shlibs: %p/lib/tclrrd%v.dylib 0.0.0 rrdtool-tcl (>= 1.2.23-1)
<<
DocFiles: CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
Description: Fixed-size "round-robin" database storage
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.
<<
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/

--- NEW FILE: iplike-pg.patch ---
diff -Nurd iplike-1.0.8/Makefile.am iplike-1.0.8-new/Makefile.am
--- iplike-1.0.8/Makefile.am    2008-05-06 11:46:54.000000000 -0400
+++ iplike-1.0.8-new/Makefile.am        2008-06-12 11:42:05.000000000 -0400
@@ -1,4 +1,3 @@
-ACLOCAL_AMFLAGS = -I m4
 AM_CPPFLAGS = $(PGINCLUDES) $(all_includes)
 
 noinst_LTLIBRARIES = libiplike_common.la
diff -Nurd iplike-1.0.8/configure.ac iplike-1.0.8-new/configure.ac
--- iplike-1.0.8/configure.ac   2008-05-06 11:33:59.000000000 -0400
+++ iplike-1.0.8-new/configure.ac       2008-06-12 11:41:42.000000000 -0400
@@ -53,7 +53,7 @@
 CPPFLAGS="${CPPFLAGS} ${PGINCLUDES}"
 
 AC_MSG_CHECKING(for postgres.h)
-AC_CACHE_VAL(onms_postgres_h_good_without_undef,
+AC_CACHE_VAL(onms_cv_postgres_h_good_without_undef,
   [
     AC_TRY_COMPILE([
       /* These are defined in pg_config.h and in confdefs.h, which is bad */
@@ -75,7 +75,7 @@
 AS_IF([test "x$onms_postgres_h_good_without_undef" != "xyes"],
   [
     AC_MSG_CHECKING(for postgres.h with _FILE_OFFSET_BITS undefined)
-    AC_CACHE_VAL(onms_postgres_h_good_with_undef,
+    AC_CACHE_VAL(onms_cv_postgres_h_good_with_undef,
       [
         AC_TRY_COMPILE([
           /* These are defined in pg_config.h and in confdefs.h, which is bad 
*/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to