Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2563/main/finkinfo/database
Modified Files:
rrdtool-java.info rrdtool.info
Added Files:
rrdtool-1.2.30-1.info
Log Message:
new rrdtool
--- NEW FILE: rrdtool-1.2.30-1.info ---
Package: rrdtool
Version: 1.2.30
Revision: 1
Description: Fixed-size "round-robin" database storage
License: GPL
Maintainer: Benjamin Reed <[email protected]>
Depends: librrd2-shlibs (>= %v-%r)
BuildDepends: <<
freetype219,
libart2,
libpng3,
tcltk,
tcltk-dev,
perl580-core | perl581-core | perl584-core | perl586-core | perl588-core
<<
Conflicts: %N-bin
Replaces: %N-bin
Source: http://oss.oetiker.ch/%n/pub/%n-%v.tar.gz
Source-MD5: 19b24f7184a8dbf7b48c1bbb565ad9fb
SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include
-I%p/lib/freetype219/include/freetype2
SetLDFLAGS: -L%b/src/.libs -L%b/src
SetMAKEFLAGS: -j1
NoSetLDFLAGS: true
NoSetMAKEFLAGS: true
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
<<
DocFiles: CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
SplitOff: <<
Package: librrd2-shlibs
Description: Fixed-size "round-robin" database storage shared libraries
Depends: <<
freetype219-shlibs,
libart2-shlibs,
libpng3-shlibs,
rrdtool-fonts
<<
Suggests: %N
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
Depends: %N (>= %v-%r)
BuildDependsOnly: true
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)
<<
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.
<<
Index: rrdtool-java.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/rrdtool-java.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rrdtool-java.info 16 Dec 2008 18:08:32 -0000 1.5
+++ rrdtool-java.info 8 Apr 2009 21:48:06 -0000 1.6
@@ -1,29 +1,44 @@
Info3: <<
Package: rrdtool-java
Version: 1.0.3
-Revision: 1
+Revision: 2
+Description: Java Interface to RRDTool
Type: java(1.4)
+License: GPL
+Maintainer: Benjamin Reed <[email protected]>
-Source: mirror:sourceforge:opennms/jrrd-%v.tar.gz
-Source-MD5: 60933aa4e6d2ec52b5b76f3212c8753f
-
+Depends: librrd4-shlibs
BuildDepends: <<
freetype219 (>= 2.3.7-7),
libart2 (>= 2.3.19-1),
libpng3,
- rrdtool-dev (>= 1.2-1)
+ rrdtool-dev (>= 1.3-1)
+<<
+
+Source: mirror:sourceforge:opennms/jrrd-%v.tar.gz
+Source-MD5: 60933aa4e6d2ec52b5b76f3212c8753f
+
+CompileScript: <<
+#!/bin/sh -ev
+
+ case `sw_vers -productVersion` in
+ 10.[01234]*)
+ ;;
+ *)
+ export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
+ ;;
+ esac
+ ./configure %c
+ make
<<
-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
<<
+
Index: rrdtool.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/rrdtool.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rrdtool.info 20 Feb 2009 14:22:22 -0000 1.12
+++ rrdtool.info 8 Apr 2009 21:48:06 -0000 1.13
@@ -1,76 +1,117 @@
+Info4: <<
Package: rrdtool
-Version: 1.2.30
+Version: 1.3.7
Revision: 1
+Description: Fixed-size "round-robin" database storage
+License: GPL
+Maintainer: Benjamin Reed <[email protected]>
+
+Depends: librrd4-shlibs (>= %v-%r)
+BuildDepends: <<
+ cairo (>= 1.8.6-1),
+ expat1,
+ fink (>= 0.28.0-1),
+ fontconfig2-dev (>= 2.4.1-1),
+ freetype219 (>= 2.3.7-7),
+ glib2-dev (>= 2.14.0-1),
+ glitz,
+ libgettext3-dev,
+ libiconv-dev,
+ libpng3,
+ pixman (>= 0.12.0-1),
+ pkgconfig (>= 0.22-3),
+ tcltk,
+ tcltk-dev,
+ x11-dev,
+ xft2-dev
+<<
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 | perl588-core
+
Source: http://oss.oetiker.ch/%n/pub/%n-%v.tar.gz
-Source-MD5: 19b24f7184a8dbf7b48c1bbb565ad9fb
-NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1
-NoSetLDFLAGS: true
-SetLDFLAGS: -L%b/src/.libs -L%b/src
+Source-MD5: e2e0da2a83e58ba2fcefba932a3cbb72
+
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
+ConfigureParams: <<
+--disable-dependency-tracking \
+--disable-static \
+--enable-shared \
+--with-tcllib=%p/lib \
+--mandir=%p/share/man \
+--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
PKG_CONFIG_PATH="%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
lt_cv_sys_max_cmd_len=65536 PERLBIN="/usr/bin/perl"
+
+ case `sw_vers -productVersion` in
+ 10.[01234]*)
+ ;;
+ *)
+ export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
+ ;;
+ esac
- 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
+ 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)'
+ find %i -name RRDp\* -o -name RRDs\* -exec rm -rf {} \;
+ rm -rf %i/share/man/man1/RRDp.1 %i/share/man/man1/RRDs.1
install_name_tool -id %p/lib/tclrrd%v.dylib %i/lib/tclrrd%v.dylib
<<
+DocFiles: CHANGES CONTRIBUTORS COPYING COPYRIGHT NEWS README THREADS TODO
SplitOff: <<
- Package: librrd2-shlibs
- Suggests: %N
+ Package: librrd4-shlibs
Description: Fixed-size "round-robin" database storage shared libraries
- Depends: freetype219-shlibs, libart2-shlibs, libpng3-shlibs,
rrdtool-fonts
+ Depends: <<
+ cairo-shlibs (>= 1.8.6-1),
+ glib2-shlibs (>= 2.14.0-1),
+ libpng3-shlibs (>= 1.2.5-4),
+ libxml2-shlibs (>= 2.6.32-1),
+ pango1-xft2-ft219-shlibs (>= 1.20.5-1)
+ <<
+ Suggests: %N
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)
+ %p/lib/librrd.4.dylib 5.0.0 %n (>= 1.3.7-1)
+ %p/lib/librrd_th.4.dylib 5.0.0 %n (>= 1.3.7-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
+ BuildDependsOnly: true
+ Files: include lib/*.la lib/librrd.dylib lib/librrd_th.dylib
lib/pkgconfig
<<
SplitOff4: <<
Package: %N-tcl
Description: TCL scripting module for round-robin databases
- Depends: librrd2-shlibs (>= %v-%r), tcltk-shlibs
- Enhances: librrd2-shlibs
+ Depends: <<
+ librrd4-shlibs (>= %v-%r),
+ tcltk-shlibs
+ <<
+ Enhances: librrd4-shlibs
Files: lib/tclrrd%v lib/tclrrd%v.dylib
- Shlibs: %p/lib/tclrrd%v.dylib 0.0.0 rrdtool-tcl (>= 1.2.23-1)
+ Shlibs: %p/lib/tclrrd%v.dylib 0.0.0 rrdtool-tcl (>= 1.3.7-1)
<<
-DocFiles: CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
-Description: Fixed-size "round-robin" database storage
+
+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
@@ -79,6 +120,5 @@
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/
+<<
+
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs