fritzkink
2023-02-19 728b399c48d276fb013fd84c226ed22ab19ac7f7
rrdtool - rebuild for standard perl (5.36)

4 files modified
1 files renamed
457 ■■■■ changed files
components/image/rrdtool/Makefile 14 ●●●●● patch | view | raw | blame | history
components/image/rrdtool/manifests/sample-manifest.p5m 218 ●●●● patch | view | raw | blame | history
components/image/rrdtool/pkg5 1 ●●●● patch | view | raw | blame | history
components/image/rrdtool/rrdtool.p5m 224 ●●●● patch | view | raw | blame | history
components/image/rrdtool/test/results-all.master patch | view | raw | blame | history
components/image/rrdtool/Makefile
@@ -11,7 +11,7 @@
#
# Copyright 2013 Alexander Pyhalov.  All rights reserved.
# Copyright 2022 Friedrich Kink.  All rights reserved.
# Copyright 2023 Friedrich Kink.  All rights reserved.
#
BUILD_BITS=64
@@ -20,6 +20,7 @@
COMPONENT_NAME=        rrdtool
COMPONENT_VERSION=    1.8.0
COMPONENT_REVISION=    1
COMPONENT_FMRI=        image/rrdtool
COMPONENT_CLASSIFICATION=Applications/System Utilities
COMPONENT_SUMMARY=    Data analysis tool generating graphical representations
@@ -34,10 +35,6 @@
COMPONENT_PROJECT_URL=    https://oss.oetiker.ch/rrdtool/
COMPONENT_LICENSE=    GPLv2
COMPONENT_LICENSE_FILE=    LICENSE
PERL_VERSION=        5.34
PYTHON_VERSION=        3.9
RUBY_VER=        2.6
@@ -57,10 +54,6 @@
CONFIGURE_ENV+=        PYTHON=python$(PYTHON_VERSION)
CONFIGURE_ENV+=        PERL=$(PERL)
CONFIGURE_ENV+=        PERLCC=$(CC)
# current gcc builds 32-bit by default which leads to the following error.
# error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
# This setting fixes the issue with headers not found for python
CONFIGURE_OPTIONS+=    CPPFLAGS=-m64
CONFIGURE_OPTIONS+=    --with-ruby-options="sitedir=/usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION) libdir=/usr/ruby/$(RUBY_VER)/lib/$(MACH64)"
CONFIGURE_OPTIONS+=    --with-perl-options="CC=$(CC) LD=$(CC) LIB=/usr/perl5/$(PERL_VERSION)/lib"
CONFIGURE_OPTIONS+=     --enable-ruby
@@ -85,6 +78,9 @@
#RRDs.so is installed with perm 555 which breaks RUNPATH stripping
install: $(INSTALL_64) ; $(shell /bin/chmod -R u+w $(@D) )
# manually added dependencies
REQUIRED_PACKAGES += runtime/perl
# Auto-generated dependencies
REQUIRED_PACKAGES += image/library/libpng16
REQUIRED_PACKAGES += library/desktop/cairo
components/image/rrdtool/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -41,124 +41,122 @@
file path=usr/lib/$(MACH64)/pkgconfig/librrd.pc
file path=usr/lib/$(MACH64)/rrdtool/ifOctets.tcl
file path=usr/lib/$(MACH64)/rrdtool/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tclrrd$(COMPONENT_VERSION).so
file path=usr/lib/$(MACH64)/tclrrd$(HUMAN_VERSION).so
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/PKG-INFO
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/SOURCES.txt
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/dependency_links.txt
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/top_level.txt
file path=usr/lib/python3.9/site-packages/rrdtool.cpython-39.so
file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/RRDs.pm
file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/auto/RRDp/.packlist
file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/auto/RRDs/.packlist
file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/auto/RRDs/RRDs.so
file path=usr/perl5/$(PERLVER)/lib/RRDp.pm
file path=usr/perl5/$(PERLVER)/man/man3/RRDp.3
file path=usr/perl5/$(PERLVER)/man/man3/RRDs.3
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/RRDp.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/RRDs.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/bin_dec_hex.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/cdeftutorial.html
link path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/index.html \
file path=usr/perl5/$(PERLVER)/man/man3perl/RRDp.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/RRDs.3perl
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/RRDp.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/RRDs.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/bin_dec_hex.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/cdeftutorial.html
link path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/index.html \
    target=rrdtool.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/librrd.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rpntutorial.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrd-beginners.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrd_pdpcalc.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdbuild.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdcached.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdcgi.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdcreate.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrddump.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdfetch.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdfirst.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdflushcached.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_data.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_examples.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_graph.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_rpn.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdinfo.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlast.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlastupdate.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlist.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlua.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdpython.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdresize.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdrestore.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdruby.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdthreads.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdtool.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdtune.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdtutorial.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdupdate.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdxport.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/bin_dec_hex.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/bin_dec_hex.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/cdeftutorial.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/cdeftutorial.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/librrd.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rpntutorial.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rpntutorial.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd-beginners.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd-beginners.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd_pdpcalc.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd_pdpcalc.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdbuild.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdbuild.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcached.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcached.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcgi.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcgi.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcreate.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcreate.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrddump.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrddump.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfetch.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfetch.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfirst.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfirst.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdflushcached.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdflushcached.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_data.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_data.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_examples.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_examples.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_graph.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_graph.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_rpn.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_rpn.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdinfo.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdinfo.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlast.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlast.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlastupdate.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlastupdate.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlist.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlist.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlua.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlua.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdpython.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdpython.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdresize.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdresize.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdrestore.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdrestore.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdruby.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdruby.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdthreads.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdthreads.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtool.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtool.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtune.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtune.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtutorial.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtutorial.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdupdate.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdupdate.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdxport.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdxport.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/librrd.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rpntutorial.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrd-beginners.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrd_pdpcalc.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdbuild.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdcached.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdcgi.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdcreate.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrddump.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdfetch.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdfirst.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdflushcached.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_data.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_examples.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_graph.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_rpn.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdinfo.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlast.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlastupdate.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlist.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlua.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdpython.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdresize.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdrestore.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdruby.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdthreads.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdtool.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdtune.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdtutorial.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdupdate.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdxport.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/bin_dec_hex.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/bin_dec_hex.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/cdeftutorial.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/cdeftutorial.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/librrd.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rpntutorial.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rpntutorial.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd-beginners.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd-beginners.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd_pdpcalc.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd_pdpcalc.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdbuild.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdbuild.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcached.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcached.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcgi.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcgi.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcreate.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcreate.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrddump.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrddump.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfetch.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfetch.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfirst.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfirst.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdflushcached.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdflushcached.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_data.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_data.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_examples.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_examples.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_graph.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_graph.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_rpn.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_rpn.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdinfo.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdinfo.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlast.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlast.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlastupdate.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlastupdate.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlist.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlist.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlua.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlua.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdpython.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdpython.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdresize.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdresize.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdrestore.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdrestore.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdruby.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdruby.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdthreads.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdthreads.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtool.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtool.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtune.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtune.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtutorial.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtutorial.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdupdate.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdupdate.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdxport.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdxport.txt
file path=usr/share/locale/fr/LC_MESSAGES/rrdtool.mo
file path=usr/share/locale/hu/LC_MESSAGES/rrdtool.mo
file path=usr/share/man/man1/bin_dec_hex.1
components/image/rrdtool/pkg5
@@ -7,6 +7,7 @@
        "library/glib2",
        "library/libxml2",
        "runtime/lua",
        "runtime/perl",
        "shell/ksh93",
        "system/library",
        "system/library/math"
components/image/rrdtool/rrdtool.p5m
@@ -25,6 +25,8 @@
<transform path=usr/lib/python3.9/site-packages/.*\.so -> default pkg.linted.userland.action001.2 true>
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/rrdcached
file path=usr/bin/rrdcgi
link path=usr/bin/rrdcreate target=rrdupdate
@@ -43,124 +45,122 @@
file path=usr/lib/$(MACH64)/pkgconfig/librrd.pc
file path=usr/lib/$(MACH64)/rrdtool/ifOctets.tcl
file path=usr/lib/$(MACH64)/rrdtool/pkgIndex.tcl
file path=usr/lib/$(MACH64)/tclrrd$(COMPONENT_VERSION).so
file path=usr/lib/$(MACH64)/tclrrd$(HUMAN_VERSION).so
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/PKG-INFO
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/SOURCES.txt
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/dependency_links.txt
file path=usr/lib/python3.9/site-packages/rrdtool-0.1.10-py3.9.egg-info/top_level.txt
file path=usr/lib/python3.9/site-packages/rrdtool.cpython-39.so
file path=usr/perl5/$(PERL_VERSION)/lib/i86pc-solaris-thread-multi-64/RRDs.pm
file path=usr/perl5/$(PERL_VERSION)/lib/i86pc-solaris-thread-multi-64/auto/RRDp/.packlist
file path=usr/perl5/$(PERL_VERSION)/lib/i86pc-solaris-thread-multi-64/auto/RRDs/.packlist
file path=usr/perl5/$(PERL_VERSION)/lib/i86pc-solaris-thread-multi-64/auto/RRDs/RRDs.so
file path=usr/perl5/$(PERL_VERSION)/lib/RRDp.pm
file path=usr/perl5/$(PERL_VERSION)/man/man3/RRDp.3
file path=usr/perl5/$(PERL_VERSION)/man/man3/RRDs.3
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/RRDp.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/RRDs.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/bin_dec_hex.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/cdeftutorial.html
link path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/index.html \
file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/RRDs.pm
file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/auto/RRDs/RRDs.so
file path=usr/perl5/$(PERLVER)/lib/RRDp.pm
file path=usr/perl5/$(PERLVER)/man/man3perl/RRDp.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/RRDs.3perl
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/RRDp.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/RRDs.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/bin_dec_hex.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/cdeftutorial.html
link path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/index.html \
    target=rrdtool.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/librrd.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rpntutorial.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrd-beginners.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrd_pdpcalc.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdbuild.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdcached.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdcgi.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdcreate.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrddump.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdfetch.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdfirst.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdflushcached.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_data.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_examples.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_graph.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdgraph_rpn.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdinfo.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlast.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlastupdate.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlist.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdlua.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdpython.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdresize.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdrestore.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdruby.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdthreads.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdtool.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdtune.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdtutorial.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdupdate.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/html/rrdxport.html
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/bin_dec_hex.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/bin_dec_hex.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/cdeftutorial.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/cdeftutorial.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/librrd.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rpntutorial.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rpntutorial.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd-beginners.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd-beginners.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd_pdpcalc.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrd_pdpcalc.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdbuild.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdbuild.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcached.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcached.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcgi.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcgi.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcreate.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdcreate.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrddump.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrddump.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfetch.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfetch.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfirst.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdfirst.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdflushcached.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdflushcached.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_data.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_data.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_examples.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_examples.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_graph.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_graph.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_rpn.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdgraph_rpn.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdinfo.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdinfo.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlast.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlast.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlastupdate.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlastupdate.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlist.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlist.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlua.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdlua.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdpython.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdpython.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdresize.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdresize.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdrestore.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdrestore.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdruby.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdruby.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdthreads.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdthreads.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtool.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtool.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtune.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtune.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtutorial.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdtutorial.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdupdate.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdupdate.txt
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdxport.pod
file path=usr/share/doc/rrdtool-$(COMPONENT_VERSION)/txt/rrdxport.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/librrd.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rpntutorial.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrd-beginners.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrd_pdpcalc.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdbuild.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdcached.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdcgi.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdcreate.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrddump.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdfetch.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdfirst.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdflushcached.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_data.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_examples.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_graph.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdgraph_rpn.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdinfo.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlast.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlastupdate.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlist.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdlua.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdpython.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdresize.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdrestore.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdruby.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdthreads.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdtool.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdtune.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdtutorial.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdupdate.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/html/rrdxport.html
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/bin_dec_hex.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/bin_dec_hex.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/cdeftutorial.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/cdeftutorial.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/librrd.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rpntutorial.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rpntutorial.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd-beginners.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd-beginners.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd_pdpcalc.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrd_pdpcalc.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdbuild.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdbuild.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcached.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcached.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcgi.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcgi.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcreate.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdcreate.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrddump.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrddump.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfetch.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfetch.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfirst.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdfirst.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdflushcached.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdflushcached.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_data.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_data.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_examples.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_examples.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_graph.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_graph.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_rpn.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdgraph_rpn.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdinfo.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdinfo.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlast.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlast.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlastupdate.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlastupdate.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlist.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlist.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlua.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdlua.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdpython.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdpython.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdresize.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdresize.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdrestore.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdrestore.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdruby.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdruby.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdthreads.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdthreads.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtool.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtool.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtune.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtune.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtutorial.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdtutorial.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdupdate.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdupdate.txt
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdxport.pod
file path=usr/share/doc/rrdtool-$(HUMAN_VERSION)/txt/rrdxport.txt
file path=usr/share/locale/fr/LC_MESSAGES/rrdtool.mo
file path=usr/share/locale/hu/LC_MESSAGES/rrdtool.mo
file path=usr/share/man/man1/bin_dec_hex.1
components/image/rrdtool/test/results-all.master