1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Update to 1.0.10

PR:		15999
Submitted by:	maintainer
This commit is contained in:
Ade Lovett 2000-01-11 00:30:27 +00:00
parent cf0e3a4294
commit a60974a52a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24631
12 changed files with 328 additions and 184 deletions

View File

@ -1,47 +1,31 @@
# New ports collection makefile for: rrdtool
# Version required: 1.0.8
# Version required: 1.0.10
# Date created: 20 July 1999
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= rrdtool-1.0.8
DISTNAME= rrdtool-1.0.10
CATEGORIES= net
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
MAINTAINER= dima@Chg.RU
USE_PERL5= YES
USE_PERL5= yes
MAKE_ENV+= PERL=${PERL}
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
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 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \
rpntutorial.1
MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin
${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool
${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool
.endif
for dir in piped shared; do \
cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \
done
post-install:
.if !defined(BATCH)
@${ECHO} ""

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
MD5 (rrdtool-1.0.10.tar.gz) = 8aebe66d23b15c13dd1e7e521abbebad

View File

@ -1,35 +1,87 @@
bin/rrdtool
bin/rrdcgi
bin/log2rrd.pl
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
lib/librrd.a
lib/librrd.so.0
lib/librrd.so
@exec /sbin/ldconfig -m %D/lib
@unexec /sbin/ldconfig -R
share/examples/rrdtool/cgi-demo.cgi
share/examples/rrdtool/piped-demo.pl
share/examples/rrdtool/shared-demo.pl
share/examples/rrdtool/stripes.pl
share/examples/rrdtool/cgi-demo.cgi
share/doc/rrdtool/README.log2rrd
share/doc/rrdtool/RRDp.html
share/doc/rrdtool/RRDs.html
share/doc/rrdtool/bin_dec_hex.html
share/doc/rrdtool/cdeftutorial.html
share/doc/rrdtool/rpntutorial.html
share/doc/rrdtool/rrdcgi.html
share/doc/rrdtool/rrdcreate.html
share/doc/rrdtool/rrddump.html
share/doc/rrdtool/rrdfetch.html
share/doc/rrdtool/rrdgraph.html
share/doc/rrdtool/rrdlast.html
share/doc/rrdtool/rrdresize.html
share/doc/rrdtool/rrdrestore.html
share/doc/rrdtool/rrdtool.html
share/doc/rrdtool/rrdtune.html
share/doc/rrdtool/rrdtutorial.html
share/doc/rrdtool/rrdupdate.html
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
share/examples/rrdtool/log2rrd/log2rrd.pl
share/examples/rrdtool/log2rrd/README
share/examples/rrdtool/rrd-file-icon/rrd.png
share/examples/rrdtool/rrd-file-icon/README
share/examples/rrdtool/trytime/trytime.c
share/examples/rrdtool/trytime/README
share/examples/rrdtool/rrdproc/rrdproc.c
share/examples/rrdtool/rrdproc/README
share/examples/rrdtool/README
share/doc/rrdtool/rrdtool.pod
share/doc/rrdtool/rrdlast.pod
share/doc/rrdtool/rrdcreate.pod
share/doc/rrdtool/rrdupdate.pod
share/doc/rrdtool/cdeftutorial.pod
share/doc/rrdtool/rpntutorial.pod
share/doc/rrdtool/rrdgraph.pod
share/doc/rrdtool/bin_dec_hex.pod
share/doc/rrdtool/rrdfetch.pod
share/doc/rrdtool/rrdrestore.pod
share/doc/rrdtool/rrddump.pod
share/doc/rrdtool/rrdtune.pod
share/doc/rrdtool/rrdresize.pod
share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdlast.txt
share/doc/rrdtool/rrdcreate.txt
share/doc/rrdtool/rrdupdate.txt
share/doc/rrdtool/cdeftutorial.txt
share/doc/rrdtool/rpntutorial.txt
share/doc/rrdtool/rrdgraph.txt
share/doc/rrdtool/bin_dec_hex.txt
share/doc/rrdtool/rrdfetch.txt
share/doc/rrdtool/rrdrestore.txt
share/doc/rrdtool/rrddump.txt
share/doc/rrdtool/rrdtune.txt
share/doc/rrdtool/rrdresize.txt
share/doc/rrdtool/rrdcgi.txt
share/doc/rrdtool/rrdtutorial.txt
share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdlast.html
share/doc/rrdtool/html/rrdcreate.html
share/doc/rrdtool/html/rrdupdate.html
share/doc/rrdtool/html/cdeftutorial.html
share/doc/rrdtool/html/rpntutorial.html
share/doc/rrdtool/html/rrdgraph.html
share/doc/rrdtool/html/bin_dec_hex.html
share/doc/rrdtool/html/rrdfetch.html
share/doc/rrdtool/html/rrdrestore.html
share/doc/rrdtool/html/rrddump.html
share/doc/rrdtool/html/rrdtune.html
share/doc/rrdtool/html/rrdresize.html
share/doc/rrdtool/html/rrdcgi.html
share/doc/rrdtool/html/rrdtutorial.html
share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html
lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/ntmake.pl
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist
@dirrm share/examples/rrdtool/log2rrd
@dirrm share/examples/rrdtool/trytime
@dirrm share/examples/rrdtool/rrdproc
@dirrm share/examples/rrdtool/rrd-file-icon
@dirrm share/examples/rrdtool
@dirrm share/doc/rrdtool/html
@dirrm share/doc/rrdtool
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs

View File

@ -1,47 +1,31 @@
# New ports collection makefile for: rrdtool
# Version required: 1.0.8
# Version required: 1.0.10
# Date created: 20 July 1999
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= rrdtool-1.0.8
DISTNAME= rrdtool-1.0.10
CATEGORIES= net
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
MAINTAINER= dima@Chg.RU
USE_PERL5= YES
USE_PERL5= yes
MAKE_ENV+= PERL=${PERL}
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
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 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \
rpntutorial.1
MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin
${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool
${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool
.endif
for dir in piped shared; do \
cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \
done
post-install:
.if !defined(BATCH)
@${ECHO} ""

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
MD5 (rrdtool-1.0.10.tar.gz) = 8aebe66d23b15c13dd1e7e521abbebad

View File

@ -1,35 +1,87 @@
bin/rrdtool
bin/rrdcgi
bin/log2rrd.pl
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
lib/librrd.a
lib/librrd.so.0
lib/librrd.so
@exec /sbin/ldconfig -m %D/lib
@unexec /sbin/ldconfig -R
share/examples/rrdtool/cgi-demo.cgi
share/examples/rrdtool/piped-demo.pl
share/examples/rrdtool/shared-demo.pl
share/examples/rrdtool/stripes.pl
share/examples/rrdtool/cgi-demo.cgi
share/doc/rrdtool/README.log2rrd
share/doc/rrdtool/RRDp.html
share/doc/rrdtool/RRDs.html
share/doc/rrdtool/bin_dec_hex.html
share/doc/rrdtool/cdeftutorial.html
share/doc/rrdtool/rpntutorial.html
share/doc/rrdtool/rrdcgi.html
share/doc/rrdtool/rrdcreate.html
share/doc/rrdtool/rrddump.html
share/doc/rrdtool/rrdfetch.html
share/doc/rrdtool/rrdgraph.html
share/doc/rrdtool/rrdlast.html
share/doc/rrdtool/rrdresize.html
share/doc/rrdtool/rrdrestore.html
share/doc/rrdtool/rrdtool.html
share/doc/rrdtool/rrdtune.html
share/doc/rrdtool/rrdtutorial.html
share/doc/rrdtool/rrdupdate.html
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
share/examples/rrdtool/log2rrd/log2rrd.pl
share/examples/rrdtool/log2rrd/README
share/examples/rrdtool/rrd-file-icon/rrd.png
share/examples/rrdtool/rrd-file-icon/README
share/examples/rrdtool/trytime/trytime.c
share/examples/rrdtool/trytime/README
share/examples/rrdtool/rrdproc/rrdproc.c
share/examples/rrdtool/rrdproc/README
share/examples/rrdtool/README
share/doc/rrdtool/rrdtool.pod
share/doc/rrdtool/rrdlast.pod
share/doc/rrdtool/rrdcreate.pod
share/doc/rrdtool/rrdupdate.pod
share/doc/rrdtool/cdeftutorial.pod
share/doc/rrdtool/rpntutorial.pod
share/doc/rrdtool/rrdgraph.pod
share/doc/rrdtool/bin_dec_hex.pod
share/doc/rrdtool/rrdfetch.pod
share/doc/rrdtool/rrdrestore.pod
share/doc/rrdtool/rrddump.pod
share/doc/rrdtool/rrdtune.pod
share/doc/rrdtool/rrdresize.pod
share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdlast.txt
share/doc/rrdtool/rrdcreate.txt
share/doc/rrdtool/rrdupdate.txt
share/doc/rrdtool/cdeftutorial.txt
share/doc/rrdtool/rpntutorial.txt
share/doc/rrdtool/rrdgraph.txt
share/doc/rrdtool/bin_dec_hex.txt
share/doc/rrdtool/rrdfetch.txt
share/doc/rrdtool/rrdrestore.txt
share/doc/rrdtool/rrddump.txt
share/doc/rrdtool/rrdtune.txt
share/doc/rrdtool/rrdresize.txt
share/doc/rrdtool/rrdcgi.txt
share/doc/rrdtool/rrdtutorial.txt
share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdlast.html
share/doc/rrdtool/html/rrdcreate.html
share/doc/rrdtool/html/rrdupdate.html
share/doc/rrdtool/html/cdeftutorial.html
share/doc/rrdtool/html/rpntutorial.html
share/doc/rrdtool/html/rrdgraph.html
share/doc/rrdtool/html/bin_dec_hex.html
share/doc/rrdtool/html/rrdfetch.html
share/doc/rrdtool/html/rrdrestore.html
share/doc/rrdtool/html/rrddump.html
share/doc/rrdtool/html/rrdtune.html
share/doc/rrdtool/html/rrdresize.html
share/doc/rrdtool/html/rrdcgi.html
share/doc/rrdtool/html/rrdtutorial.html
share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html
lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/ntmake.pl
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist
@dirrm share/examples/rrdtool/log2rrd
@dirrm share/examples/rrdtool/trytime
@dirrm share/examples/rrdtool/rrdproc
@dirrm share/examples/rrdtool/rrd-file-icon
@dirrm share/examples/rrdtool
@dirrm share/doc/rrdtool/html
@dirrm share/doc/rrdtool
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs

View File

@ -1,47 +1,31 @@
# New ports collection makefile for: rrdtool
# Version required: 1.0.8
# Version required: 1.0.10
# Date created: 20 July 1999
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= rrdtool-1.0.8
DISTNAME= rrdtool-1.0.10
CATEGORIES= net
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
MAINTAINER= dima@Chg.RU
USE_PERL5= YES
USE_PERL5= yes
MAKE_ENV+= PERL=${PERL}
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
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 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \
rpntutorial.1
MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin
${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool
${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool
.endif
for dir in piped shared; do \
cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \
done
post-install:
.if !defined(BATCH)
@${ECHO} ""

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
MD5 (rrdtool-1.0.10.tar.gz) = 8aebe66d23b15c13dd1e7e521abbebad

View File

@ -1,35 +1,87 @@
bin/rrdtool
bin/rrdcgi
bin/log2rrd.pl
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
lib/librrd.a
lib/librrd.so.0
lib/librrd.so
@exec /sbin/ldconfig -m %D/lib
@unexec /sbin/ldconfig -R
share/examples/rrdtool/cgi-demo.cgi
share/examples/rrdtool/piped-demo.pl
share/examples/rrdtool/shared-demo.pl
share/examples/rrdtool/stripes.pl
share/examples/rrdtool/cgi-demo.cgi
share/doc/rrdtool/README.log2rrd
share/doc/rrdtool/RRDp.html
share/doc/rrdtool/RRDs.html
share/doc/rrdtool/bin_dec_hex.html
share/doc/rrdtool/cdeftutorial.html
share/doc/rrdtool/rpntutorial.html
share/doc/rrdtool/rrdcgi.html
share/doc/rrdtool/rrdcreate.html
share/doc/rrdtool/rrddump.html
share/doc/rrdtool/rrdfetch.html
share/doc/rrdtool/rrdgraph.html
share/doc/rrdtool/rrdlast.html
share/doc/rrdtool/rrdresize.html
share/doc/rrdtool/rrdrestore.html
share/doc/rrdtool/rrdtool.html
share/doc/rrdtool/rrdtune.html
share/doc/rrdtool/rrdtutorial.html
share/doc/rrdtool/rrdupdate.html
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
share/examples/rrdtool/log2rrd/log2rrd.pl
share/examples/rrdtool/log2rrd/README
share/examples/rrdtool/rrd-file-icon/rrd.png
share/examples/rrdtool/rrd-file-icon/README
share/examples/rrdtool/trytime/trytime.c
share/examples/rrdtool/trytime/README
share/examples/rrdtool/rrdproc/rrdproc.c
share/examples/rrdtool/rrdproc/README
share/examples/rrdtool/README
share/doc/rrdtool/rrdtool.pod
share/doc/rrdtool/rrdlast.pod
share/doc/rrdtool/rrdcreate.pod
share/doc/rrdtool/rrdupdate.pod
share/doc/rrdtool/cdeftutorial.pod
share/doc/rrdtool/rpntutorial.pod
share/doc/rrdtool/rrdgraph.pod
share/doc/rrdtool/bin_dec_hex.pod
share/doc/rrdtool/rrdfetch.pod
share/doc/rrdtool/rrdrestore.pod
share/doc/rrdtool/rrddump.pod
share/doc/rrdtool/rrdtune.pod
share/doc/rrdtool/rrdresize.pod
share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdlast.txt
share/doc/rrdtool/rrdcreate.txt
share/doc/rrdtool/rrdupdate.txt
share/doc/rrdtool/cdeftutorial.txt
share/doc/rrdtool/rpntutorial.txt
share/doc/rrdtool/rrdgraph.txt
share/doc/rrdtool/bin_dec_hex.txt
share/doc/rrdtool/rrdfetch.txt
share/doc/rrdtool/rrdrestore.txt
share/doc/rrdtool/rrddump.txt
share/doc/rrdtool/rrdtune.txt
share/doc/rrdtool/rrdresize.txt
share/doc/rrdtool/rrdcgi.txt
share/doc/rrdtool/rrdtutorial.txt
share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdlast.html
share/doc/rrdtool/html/rrdcreate.html
share/doc/rrdtool/html/rrdupdate.html
share/doc/rrdtool/html/cdeftutorial.html
share/doc/rrdtool/html/rpntutorial.html
share/doc/rrdtool/html/rrdgraph.html
share/doc/rrdtool/html/bin_dec_hex.html
share/doc/rrdtool/html/rrdfetch.html
share/doc/rrdtool/html/rrdrestore.html
share/doc/rrdtool/html/rrddump.html
share/doc/rrdtool/html/rrdtune.html
share/doc/rrdtool/html/rrdresize.html
share/doc/rrdtool/html/rrdcgi.html
share/doc/rrdtool/html/rrdtutorial.html
share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html
lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/ntmake.pl
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist
@dirrm share/examples/rrdtool/log2rrd
@dirrm share/examples/rrdtool/trytime
@dirrm share/examples/rrdtool/rrdproc
@dirrm share/examples/rrdtool/rrd-file-icon
@dirrm share/examples/rrdtool
@dirrm share/doc/rrdtool/html
@dirrm share/doc/rrdtool
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs

View File

@ -1,47 +1,31 @@
# New ports collection makefile for: rrdtool
# Version required: 1.0.8
# Version required: 1.0.10
# Date created: 20 July 1999
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= rrdtool-1.0.8
DISTNAME= rrdtool-1.0.10
CATEGORIES= net
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
MAINTAINER= dima@Chg.RU
USE_PERL5= YES
USE_PERL5= yes
MAKE_ENV+= PERL=${PERL}
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
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 \
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \
rpntutorial.1
MAN3= RRDp.3 RRDs.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin
${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool
${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool
.endif
for dir in piped shared; do \
cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \
done
post-install:
.if !defined(BATCH)
@${ECHO} ""

View File

@ -1 +1 @@
MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
MD5 (rrdtool-1.0.10.tar.gz) = 8aebe66d23b15c13dd1e7e521abbebad

View File

@ -1,35 +1,87 @@
bin/rrdtool
bin/rrdcgi
bin/log2rrd.pl
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
lib/librrd.a
lib/librrd.so.0
lib/librrd.so
@exec /sbin/ldconfig -m %D/lib
@unexec /sbin/ldconfig -R
share/examples/rrdtool/cgi-demo.cgi
share/examples/rrdtool/piped-demo.pl
share/examples/rrdtool/shared-demo.pl
share/examples/rrdtool/stripes.pl
share/examples/rrdtool/cgi-demo.cgi
share/doc/rrdtool/README.log2rrd
share/doc/rrdtool/RRDp.html
share/doc/rrdtool/RRDs.html
share/doc/rrdtool/bin_dec_hex.html
share/doc/rrdtool/cdeftutorial.html
share/doc/rrdtool/rpntutorial.html
share/doc/rrdtool/rrdcgi.html
share/doc/rrdtool/rrdcreate.html
share/doc/rrdtool/rrddump.html
share/doc/rrdtool/rrdfetch.html
share/doc/rrdtool/rrdgraph.html
share/doc/rrdtool/rrdlast.html
share/doc/rrdtool/rrdresize.html
share/doc/rrdtool/rrdrestore.html
share/doc/rrdtool/rrdtool.html
share/doc/rrdtool/rrdtune.html
share/doc/rrdtool/rrdtutorial.html
share/doc/rrdtool/rrdupdate.html
share/examples/rrdtool/bigtops.pl
share/examples/rrdtool/minmax.pl
share/examples/rrdtool/log2rrd/log2rrd.pl
share/examples/rrdtool/log2rrd/README
share/examples/rrdtool/rrd-file-icon/rrd.png
share/examples/rrdtool/rrd-file-icon/README
share/examples/rrdtool/trytime/trytime.c
share/examples/rrdtool/trytime/README
share/examples/rrdtool/rrdproc/rrdproc.c
share/examples/rrdtool/rrdproc/README
share/examples/rrdtool/README
share/doc/rrdtool/rrdtool.pod
share/doc/rrdtool/rrdlast.pod
share/doc/rrdtool/rrdcreate.pod
share/doc/rrdtool/rrdupdate.pod
share/doc/rrdtool/cdeftutorial.pod
share/doc/rrdtool/rpntutorial.pod
share/doc/rrdtool/rrdgraph.pod
share/doc/rrdtool/bin_dec_hex.pod
share/doc/rrdtool/rrdfetch.pod
share/doc/rrdtool/rrdrestore.pod
share/doc/rrdtool/rrddump.pod
share/doc/rrdtool/rrdtune.pod
share/doc/rrdtool/rrdresize.pod
share/doc/rrdtool/rrdcgi.pod
share/doc/rrdtool/rrdtutorial.pod
share/doc/rrdtool/rrdtool.txt
share/doc/rrdtool/rrdlast.txt
share/doc/rrdtool/rrdcreate.txt
share/doc/rrdtool/rrdupdate.txt
share/doc/rrdtool/cdeftutorial.txt
share/doc/rrdtool/rpntutorial.txt
share/doc/rrdtool/rrdgraph.txt
share/doc/rrdtool/bin_dec_hex.txt
share/doc/rrdtool/rrdfetch.txt
share/doc/rrdtool/rrdrestore.txt
share/doc/rrdtool/rrddump.txt
share/doc/rrdtool/rrdtune.txt
share/doc/rrdtool/rrdresize.txt
share/doc/rrdtool/rrdcgi.txt
share/doc/rrdtool/rrdtutorial.txt
share/doc/rrdtool/RRDs.txt
share/doc/rrdtool/RRDp.txt
share/doc/rrdtool/html/rrdtool.html
share/doc/rrdtool/html/rrdlast.html
share/doc/rrdtool/html/rrdcreate.html
share/doc/rrdtool/html/rrdupdate.html
share/doc/rrdtool/html/cdeftutorial.html
share/doc/rrdtool/html/rpntutorial.html
share/doc/rrdtool/html/rrdgraph.html
share/doc/rrdtool/html/bin_dec_hex.html
share/doc/rrdtool/html/rrdfetch.html
share/doc/rrdtool/html/rrdrestore.html
share/doc/rrdtool/html/rrddump.html
share/doc/rrdtool/html/rrdtune.html
share/doc/rrdtool/html/rrdresize.html
share/doc/rrdtool/html/rrdcgi.html
share/doc/rrdtool/html/rrdtutorial.html
share/doc/rrdtool/html/RRDs.html
share/doc/rrdtool/html/RRDp.html
lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/ntmake.pl
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist
@dirrm share/examples/rrdtool/log2rrd
@dirrm share/examples/rrdtool/trytime
@dirrm share/examples/rrdtool/rrdproc
@dirrm share/examples/rrdtool/rrd-file-icon
@dirrm share/examples/rrdtool
@dirrm share/doc/rrdtool/html
@dirrm share/doc/rrdtool
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs