summaryrefslogtreecommitdiff
path: root/net/rrdtool
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-11 00:30:27 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-11 00:30:27 +0000
commita60974a52a1e088823e8a20494369f16c16e150d (patch)
treee7024b6023151d5e57dffdf9e69f2e45aed367e7 /net/rrdtool
parentallow definition of NO_X11 to compile without xpm/gtk (diff)
Update to 1.0.10
PR: 15999 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=24631
Diffstat (limited to 'net/rrdtool')
-rw-r--r--net/rrdtool/Makefile30
-rw-r--r--net/rrdtool/distinfo2
-rw-r--r--net/rrdtool/pkg-plist96
3 files changed, 82 insertions, 46 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index d480cd9c5e61..a625b763bd54 100644
--- a/net/rrdtool/Makefile
+++ b/net/rrdtool/Makefile
@@ -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} ""
diff --git a/net/rrdtool/distinfo b/net/rrdtool/distinfo
index 61e9cacbef95..96aac30d3101 100644
--- a/net/rrdtool/distinfo
+++ b/net/rrdtool/distinfo
@@ -1 +1 @@
-MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
+MD5 (rrdtool-1.0.10.tar.gz) = 8aebe66d23b15c13dd1e7e521abbebad
diff --git a/net/rrdtool/pkg-plist b/net/rrdtool/pkg-plist
index f0dfb4ea1950..baf4663e0e1f 100644
--- a/net/rrdtool/pkg-plist
+++ b/net/rrdtool/pkg-plist
@@ -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