1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to version 1.0.45.

PR:		58297
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
This commit is contained in:
Dmitry Sivachenko 2003-10-29 08:56:29 +00:00
parent 27469af6ac
commit 0c835b65b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92542
16 changed files with 132 additions and 88 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= rrdtool PORTNAME= rrdtool
PORTVERSION= 1.0.41 PORTVERSION= 1.0.45
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
@ -26,16 +26,27 @@ CFLAGS:= ${CFLAGS:N-ffast-math}
MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \
rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \
cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1
MAN3= RRDp.3 RRDs.3 MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@${ECHO_MSG} "You can enable support for ISO-8859-2 fonts by defining WITH_LATIN2."
@${ECHO_MSG} ""
.endif
post-install: post-install:
.if !defined(BATCH) .if !defined(BATCH)
@${ECHO} "" @${ECHO_MSG} ""
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
@${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #"
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.41.tar.gz) = 3559dafca2a5cd7bb81b1d2b707615df MD5 (rrdtool-1.0.45.tar.gz) = 64086fc7f1ca28c069ee5104f85d7a8c

View File

@ -1,26 +1,23 @@
--- Makefile.in.orig Sun Apr 14 11:47:46 2002 --- Makefile.in.orig Mon Oct 20 22:43:34 2003
+++ Makefile.in Wed May 1 16:04:06 2002 +++ Makefile.in Mon Oct 20 22:43:25 2003
@@ -392,12 +392,17 @@ @@ -393,13 +393,13 @@
# lets schedule the perl stuff for installation # lets schedule the perl stuff for installation
# the special call to install-sh is because the -d switch is not portable # the special call to install-sh is because the -d switch is not portable
# mac os X has its perl module in bundles so it seems
-install-data-local: -install-data-local:
- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ - test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+install-data-local: site-perl-inst +install-data-local: site-perl-inst
+# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+
perl_piped:: $(top_builddir)/perl-piped perl_piped:: $(top_builddir)/perl-piped
test -d perl-piped \ test -d perl-piped \

View File

@ -33,6 +33,7 @@ share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtutorial.es.pod share/doc/rrdtool/rrdtutorial.es.pod
share/doc/rrdtool/rrdxport.pod share/doc/rrdtool/rrdxport.pod
share/doc/rrdtool/rrd-beginners.pod
share/doc/rrdtool/rrdtool.txt share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdinfo.txt share/doc/rrdtool/rrdinfo.txt
share/doc/rrdtool/rrdlast.txt share/doc/rrdtool/rrdlast.txt
@ -53,6 +54,7 @@ share/doc/rrdtool/rrdtutorial.es.txt
share/doc/rrdtool/RRDs.txt share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/rrdxport.txt share/doc/rrdtool/rrdxport.txt
share/doc/rrdtool/rrd-beginners.txt
share/doc/rrdtool/html/rrdtool.html share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdinfo.html share/doc/rrdtool/html/rrdinfo.html
share/doc/rrdtool/html/rrdlast.html share/doc/rrdtool/html/rrdlast.html
@ -73,6 +75,7 @@ share/doc/rrdtool/html/rrdtutorial.es.html
share/doc/rrdtool/html/RRDs.html share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html share/doc/rrdtool/html/RRDp.html
share/doc/rrdtool/html/rrdxport.html share/doc/rrdtool/html/rrdxport.html
share/doc/rrdtool/rrd-beginners.html
%%SITE_PERL%%/RRDp.pm %%SITE_PERL%%/RRDp.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm %%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm

View File

@ -6,7 +6,7 @@
# #
PORTNAME= rrdtool PORTNAME= rrdtool
PORTVERSION= 1.0.41 PORTVERSION= 1.0.45
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
@ -26,16 +26,27 @@ CFLAGS:= ${CFLAGS:N-ffast-math}
MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \
rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \
cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1
MAN3= RRDp.3 RRDs.3 MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@${ECHO_MSG} "You can enable support for ISO-8859-2 fonts by defining WITH_LATIN2."
@${ECHO_MSG} ""
.endif
post-install: post-install:
.if !defined(BATCH) .if !defined(BATCH)
@${ECHO} "" @${ECHO_MSG} ""
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
@${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #"
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.41.tar.gz) = 3559dafca2a5cd7bb81b1d2b707615df MD5 (rrdtool-1.0.45.tar.gz) = 64086fc7f1ca28c069ee5104f85d7a8c

View File

@ -1,26 +1,23 @@
--- Makefile.in.orig Sun Apr 14 11:47:46 2002 --- Makefile.in.orig Mon Oct 20 22:43:34 2003
+++ Makefile.in Wed May 1 16:04:06 2002 +++ Makefile.in Mon Oct 20 22:43:25 2003
@@ -392,12 +392,17 @@ @@ -393,13 +393,13 @@
# lets schedule the perl stuff for installation # lets schedule the perl stuff for installation
# the special call to install-sh is because the -d switch is not portable # the special call to install-sh is because the -d switch is not portable
# mac os X has its perl module in bundles so it seems
-install-data-local: -install-data-local:
- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ - test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+install-data-local: site-perl-inst +install-data-local: site-perl-inst
+# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+
perl_piped:: $(top_builddir)/perl-piped perl_piped:: $(top_builddir)/perl-piped
test -d perl-piped \ test -d perl-piped \

View File

@ -33,6 +33,7 @@ share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtutorial.es.pod share/doc/rrdtool/rrdtutorial.es.pod
share/doc/rrdtool/rrdxport.pod share/doc/rrdtool/rrdxport.pod
share/doc/rrdtool/rrd-beginners.pod
share/doc/rrdtool/rrdtool.txt share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdinfo.txt share/doc/rrdtool/rrdinfo.txt
share/doc/rrdtool/rrdlast.txt share/doc/rrdtool/rrdlast.txt
@ -53,6 +54,7 @@ share/doc/rrdtool/rrdtutorial.es.txt
share/doc/rrdtool/RRDs.txt share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/rrdxport.txt share/doc/rrdtool/rrdxport.txt
share/doc/rrdtool/rrd-beginners.txt
share/doc/rrdtool/html/rrdtool.html share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdinfo.html share/doc/rrdtool/html/rrdinfo.html
share/doc/rrdtool/html/rrdlast.html share/doc/rrdtool/html/rrdlast.html
@ -73,6 +75,7 @@ share/doc/rrdtool/html/rrdtutorial.es.html
share/doc/rrdtool/html/RRDs.html share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html share/doc/rrdtool/html/RRDp.html
share/doc/rrdtool/html/rrdxport.html share/doc/rrdtool/html/rrdxport.html
share/doc/rrdtool/rrd-beginners.html
%%SITE_PERL%%/RRDp.pm %%SITE_PERL%%/RRDp.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm %%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm

View File

@ -6,7 +6,7 @@
# #
PORTNAME= rrdtool PORTNAME= rrdtool
PORTVERSION= 1.0.41 PORTVERSION= 1.0.45
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
@ -26,16 +26,27 @@ CFLAGS:= ${CFLAGS:N-ffast-math}
MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \
rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \
cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1
MAN3= RRDp.3 RRDs.3 MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@${ECHO_MSG} "You can enable support for ISO-8859-2 fonts by defining WITH_LATIN2."
@${ECHO_MSG} ""
.endif
post-install: post-install:
.if !defined(BATCH) .if !defined(BATCH)
@${ECHO} "" @${ECHO_MSG} ""
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
@${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #"
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.41.tar.gz) = 3559dafca2a5cd7bb81b1d2b707615df MD5 (rrdtool-1.0.45.tar.gz) = 64086fc7f1ca28c069ee5104f85d7a8c

View File

@ -1,26 +1,23 @@
--- Makefile.in.orig Sun Apr 14 11:47:46 2002 --- Makefile.in.orig Mon Oct 20 22:43:34 2003
+++ Makefile.in Wed May 1 16:04:06 2002 +++ Makefile.in Mon Oct 20 22:43:25 2003
@@ -392,12 +392,17 @@ @@ -393,13 +393,13 @@
# lets schedule the perl stuff for installation # lets schedule the perl stuff for installation
# the special call to install-sh is because the -d switch is not portable # the special call to install-sh is because the -d switch is not portable
# mac os X has its perl module in bundles so it seems
-install-data-local: -install-data-local:
- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ - test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+install-data-local: site-perl-inst +install-data-local: site-perl-inst
+# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+
perl_piped:: $(top_builddir)/perl-piped perl_piped:: $(top_builddir)/perl-piped
test -d perl-piped \ test -d perl-piped \

View File

@ -33,6 +33,7 @@ share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtutorial.es.pod share/doc/rrdtool/rrdtutorial.es.pod
share/doc/rrdtool/rrdxport.pod share/doc/rrdtool/rrdxport.pod
share/doc/rrdtool/rrd-beginners.pod
share/doc/rrdtool/rrdtool.txt share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdinfo.txt share/doc/rrdtool/rrdinfo.txt
share/doc/rrdtool/rrdlast.txt share/doc/rrdtool/rrdlast.txt
@ -53,6 +54,7 @@ share/doc/rrdtool/rrdtutorial.es.txt
share/doc/rrdtool/RRDs.txt share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/rrdxport.txt share/doc/rrdtool/rrdxport.txt
share/doc/rrdtool/rrd-beginners.txt
share/doc/rrdtool/html/rrdtool.html share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdinfo.html share/doc/rrdtool/html/rrdinfo.html
share/doc/rrdtool/html/rrdlast.html share/doc/rrdtool/html/rrdlast.html
@ -73,6 +75,7 @@ share/doc/rrdtool/html/rrdtutorial.es.html
share/doc/rrdtool/html/RRDs.html share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html share/doc/rrdtool/html/RRDp.html
share/doc/rrdtool/html/rrdxport.html share/doc/rrdtool/html/rrdxport.html
share/doc/rrdtool/rrd-beginners.html
%%SITE_PERL%%/RRDp.pm %%SITE_PERL%%/RRDp.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm %%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm

View File

@ -6,7 +6,7 @@
# #
PORTNAME= rrdtool PORTNAME= rrdtool
PORTVERSION= 1.0.41 PORTVERSION= 1.0.45
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
@ -26,16 +26,27 @@ CFLAGS:= ${CFLAGS:N-ffast-math}
MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \
rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \
cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1
MAN3= RRDp.3 RRDs.3 MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
pre-extract:
.if !defined(WITH_LATIN2)
@${ECHO_MSG} ""
@${ECHO_MSG} "You can enable support for ISO-8859-2 fonts by defining WITH_LATIN2."
@${ECHO_MSG} ""
.endif
post-install: post-install:
.if !defined(BATCH) .if !defined(BATCH)
@${ECHO} "" @${ECHO_MSG} ""
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
@${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #"
@${ECHO} "############################################################################" @${ECHO_MSG} "############################################################################"
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.41.tar.gz) = 3559dafca2a5cd7bb81b1d2b707615df MD5 (rrdtool-1.0.45.tar.gz) = 64086fc7f1ca28c069ee5104f85d7a8c

View File

@ -1,26 +1,23 @@
--- Makefile.in.orig Sun Apr 14 11:47:46 2002 --- Makefile.in.orig Mon Oct 20 22:43:34 2003
+++ Makefile.in Wed May 1 16:04:06 2002 +++ Makefile.in Mon Oct 20 22:43:25 2003
@@ -392,12 +392,17 @@ @@ -393,13 +393,13 @@
# lets schedule the perl stuff for installation # lets schedule the perl stuff for installation
# the special call to install-sh is because the -d switch is not portable # the special call to install-sh is because the -d switch is not portable
# mac os X has its perl module in bundles so it seems
-install-data-local: -install-data-local:
- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
- $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
- $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ - test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+install-data-local: site-perl-inst +install-data-local: site-perl-inst
+# ./config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl +# $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl
+# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs
+# $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+ +# test -f perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true
+
+
perl_piped:: $(top_builddir)/perl-piped perl_piped:: $(top_builddir)/perl-piped
test -d perl-piped \ test -d perl-piped \

View File

@ -33,6 +33,7 @@ share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtutorial.es.pod share/doc/rrdtool/rrdtutorial.es.pod
share/doc/rrdtool/rrdxport.pod share/doc/rrdtool/rrdxport.pod
share/doc/rrdtool/rrd-beginners.pod
share/doc/rrdtool/rrdtool.txt share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdinfo.txt share/doc/rrdtool/rrdinfo.txt
share/doc/rrdtool/rrdlast.txt share/doc/rrdtool/rrdlast.txt
@ -53,6 +54,7 @@ share/doc/rrdtool/rrdtutorial.es.txt
share/doc/rrdtool/RRDs.txt share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/rrdxport.txt share/doc/rrdtool/rrdxport.txt
share/doc/rrdtool/rrd-beginners.txt
share/doc/rrdtool/html/rrdtool.html share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdinfo.html share/doc/rrdtool/html/rrdinfo.html
share/doc/rrdtool/html/rrdlast.html share/doc/rrdtool/html/rrdlast.html
@ -73,6 +75,7 @@ share/doc/rrdtool/html/rrdtutorial.es.html
share/doc/rrdtool/html/RRDs.html share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html share/doc/rrdtool/html/RRDp.html
share/doc/rrdtool/html/rrdxport.html share/doc/rrdtool/html/rrdxport.html
share/doc/rrdtool/rrd-beginners.html
%%SITE_PERL%%/RRDp.pm %%SITE_PERL%%/RRDp.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm %%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm