Date: Tue, 20 Jul 1999 13:19:21 +0400 (MSD) From: "Dmitry S. Sivachenko" <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12717: New port - net/rrdtool Message-ID: <199907200919.NAA17868@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 12717 >Category: ports >Synopsis: New port - net/rrdtool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 02:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: rrdtool X# Version required: 1.0.0 X# Date created: 20 July 1999 X# Whom: Dmitry Sivachenko <dima@Chg.RU> X# X# $Id:$ X# X XDISTNAME= rrdtool-1.0.0 XCATEGORIES= net XMASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ X XMAINTAINER= dima@Chg.RU X XUSE_PERL5= YES XMAKE_ENV+= PERL=${PERL} X XGNU_CONFIGURE= YES X XCONFIGURE_ENV= PERL=${PERL} X XMAN1= bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 rrdfetch.1\ X rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 rrdtool.1\ X rrdtune.1 rrdtutorial.1 rrdupdate.1 XMAN3= RRDp.3 RRDs.3 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin X ${MKDIR} -m 755 ${PREFIX}/share/rrdtool/examples X ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/rrdtool/examples X ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/rrdtool/examples X ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/doc/*.3 ${PREFIX}/man/man3 X.if !defined(NOPORTDOCS) X ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool X ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd X ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool X.endif X for file in piped/RRDp.pm shared/RRDs.pm; do \ X ${INSTALL_DATA} ${WRKSRC}/perl-$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ X done X Xpost-install: X.if !defined(BATCH) X @${ECHO} "" X @${ECHO} "############################################################################" X @${ECHO} "# See ${PREFIX}/share/rrdtool/examples for some demonstration code #" X @${ECHO} "############################################################################" X.endif X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (rrdtool-1.0.0.tar.gz) = 36771d8773cbb45609bc7d0c09708cf8 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/rrdtool Xbin/rrdcgi Xbin/log2rrd.pl Xshare/rrdtool/examples/piped-demo.pl Xshare/rrdtool/examples/shared-demo.pl Xshare/rrdtool/examples/cgi-demo.cgi Xshare/doc/rrdtool/README.log2rrd Xshare/doc/rrdtool/RRDp.html Xshare/doc/rrdtool/RRDs.html Xshare/doc/rrdtool/bin_dec_hex.html Xshare/doc/rrdtool/rrdcgi.html Xshare/doc/rrdtool/rrdcreate.html Xshare/doc/rrdtool/rrddump.html Xshare/doc/rrdtool/rrdfetch.html Xshare/doc/rrdtool/rrdgraph.html Xshare/doc/rrdtool/rrdlast.html Xshare/doc/rrdtool/rrdresize.html Xshare/doc/rrdtool/rrdrestore.html Xshare/doc/rrdtool/rrdtool.html Xshare/doc/rrdtool/rrdtune.html Xshare/doc/rrdtool/rrdtutorial.html Xshare/doc/rrdtool/rrdupdate.html Xlib/perl5/site_perl/%%PERL_VER%%/RRDp.pm Xlib/perl5/site_perl/%%PERL_VER%%/RRDs.pm X@dirrm share/rrdtool/examples X@dirrm share/rrdtool X@dirrm share/doc/rrdtool END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XRound Robin Database Tools END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XIt is pretty easy to gather status information from all sorts of things, Xranging from the temperature in your office to the number of octets which Xhave passed through the FDDI interface of your router. But it is not so Xtrivial to store this data in a efficient and systematic manner. This is Xwhere RRDtool kicks in. It lets you log and analyze the data you gather from Xall kinds of data-sources (DS). The data analysis part of RRDtool is based Xon the ability to quickly generate graphical representations of the data Xvalues collected over a definable time period. X XWWW: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ X X--dima Xdima@Chg.RU END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907200919.NAA17868>