Update of port net/smokeping to version 1.21.

PR:		53775, 53883
Submitted by:	Rob Evers <rob@debank.tv>
		Lars Thegler <lars@thegler.dk>
This commit is contained in:
Yen-Ming Lee 2003-06-29 17:50:07 +00:00
parent 7bc88ffcd4
commit de870f20a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83847
6 changed files with 44 additions and 34 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= smokeping
PORTVERSION= 1.20
PORTVERSION= 1.21
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
@ -24,21 +24,20 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \
USE_PERL5= yes
MAN1= DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \
MAN1= Curl.pm.1 DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \
EchoPingHttp.pm.1 EchoPingHttps.pm.1 EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \
FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \
base.pm.1 basefork.pm.1 basevars.pm.1 \
smokeping.1 smokeping.cgi.1 \
smokeping_config.1 smokeping_install.1
FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 RemoteFPing.pm.1 \
Smokeping.pm.1 base.pm.1 basefork.pm.1 basevars.pm.1 smokeping.1 \
smokeping.cgi.1 smokeping_config.1 smokeping_install.1 telnetIOSPing.pm.1
PKGMESSAGE= ${WRKDIR}/pkg-message
DOCDIR= ${PREFIX}/share/doc/smokeping
DOC1= CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
DOC2= Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \
EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \
FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm Smokeping.pm \
FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm RemoteFPing.pm Smokeping.pm \
base.pm basefork.pm basevars.pm smokeping.cgi \
smokeping smokeping_config smokeping_install
smokeping smokeping_config smokeping_install telnetIOSPing.pm
ETC1= basepage.html config smokemail config-echoping
pre-patch:

View file

@ -1 +1 @@
MD5 (smokeping-1.20.tar.gz) = 6252d186a3e591d11388db54f6940e04
MD5 (smokeping-1.21.tar.gz) = ae33364826cec30610e1e5dc930bd1bf

View file

@ -44,6 +44,8 @@ share/doc/smokeping/IOSPing.pm.html
share/doc/smokeping/IOSPing.pm.txt
share/doc/smokeping/ParseConfig.pm.html
share/doc/smokeping/ParseConfig.pm.txt
share/doc/smokeping/RemoteFPing.pm.html
share/doc/smokeping/RemoteFPing.pm.txt
share/doc/smokeping/Smokeping.pm.html
share/doc/smokeping/Smokeping.pm.txt
share/doc/smokeping/base.pm.html
@ -60,12 +62,14 @@ share/doc/smokeping/smokeping_config.html
share/doc/smokeping/smokeping_config.txt
share/doc/smokeping/smokeping_install.html
share/doc/smokeping/smokeping_install.txt
share/doc/smokeping/telnetIOSPing.pm.html
share/doc/smokeping/telnetIOSPing.pm.txt
smokeping/htdocs/smokeping.cgi
smokeping/lib/ISG/ParseConfig.pm
smokeping/lib/ISG/VppGateway.pm
smokeping/lib/Smokeping.pm
smokeping/lib/probes/FPing.pm
smokeping/lib/probes/FPing6.pm
smokeping/lib/probes/IOSPing.pm
smokeping/lib/probes/base.pm
smokeping/lib/probes/Curl.pm
smokeping/lib/probes/DNS.pm
smokeping/lib/probes/EchoPing.pm
smokeping/lib/probes/EchoPingChargen.pm
smokeping/lib/probes/EchoPingDiscard.pm
@ -73,12 +77,14 @@ smokeping/lib/probes/EchoPingHttp.pm
smokeping/lib/probes/EchoPingHttps.pm
smokeping/lib/probes/EchoPingIcp.pm
smokeping/lib/probes/EchoPingSmtp.pm
smokeping/lib/probes/DNS.pm
smokeping/lib/probes/FPing.pm
smokeping/lib/probes/FPing6.pm
smokeping/lib/probes/IOSPing.pm
smokeping/lib/probes/RemoteFPing.pm
smokeping/lib/probes/base.pm
smokeping/lib/probes/basefork.pm
smokeping/lib/probes/basevars.pm
smokeping/lib/probes/Curl.pm
smokeping/lib/ISG/ParseConfig.pm
smokeping/lib/ISG/VppGateway.pm
smokeping/lib/probes/telnetIOSPing.pm
@unexec rmdir %D/etc/smokeping || true
@exec mkdir -p %D/smokeping/htdocs/img; chown www:www %D/smokeping/htdocs/img
@unexec rm -rf %D/smokeping/htdocs/img

View file

@ -6,7 +6,7 @@
#
PORTNAME= smokeping
PORTVERSION= 1.20
PORTVERSION= 1.21
CATEGORIES= net www
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
@ -24,21 +24,20 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \
USE_PERL5= yes
MAN1= DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \
MAN1= Curl.pm.1 DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \
EchoPingHttp.pm.1 EchoPingHttps.pm.1 EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \
FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \
base.pm.1 basefork.pm.1 basevars.pm.1 \
smokeping.1 smokeping.cgi.1 \
smokeping_config.1 smokeping_install.1
FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 RemoteFPing.pm.1 \
Smokeping.pm.1 base.pm.1 basefork.pm.1 basevars.pm.1 smokeping.1 \
smokeping.cgi.1 smokeping_config.1 smokeping_install.1 telnetIOSPing.pm.1
PKGMESSAGE= ${WRKDIR}/pkg-message
DOCDIR= ${PREFIX}/share/doc/smokeping
DOC1= CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
DOC2= Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \
EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \
FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm Smokeping.pm \
FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm RemoteFPing.pm Smokeping.pm \
base.pm basefork.pm basevars.pm smokeping.cgi \
smokeping smokeping_config smokeping_install
smokeping smokeping_config smokeping_install telnetIOSPing.pm
ETC1= basepage.html config smokemail config-echoping
pre-patch:

View file

@ -1 +1 @@
MD5 (smokeping-1.20.tar.gz) = 6252d186a3e591d11388db54f6940e04
MD5 (smokeping-1.21.tar.gz) = ae33364826cec30610e1e5dc930bd1bf

View file

@ -44,6 +44,8 @@ share/doc/smokeping/IOSPing.pm.html
share/doc/smokeping/IOSPing.pm.txt
share/doc/smokeping/ParseConfig.pm.html
share/doc/smokeping/ParseConfig.pm.txt
share/doc/smokeping/RemoteFPing.pm.html
share/doc/smokeping/RemoteFPing.pm.txt
share/doc/smokeping/Smokeping.pm.html
share/doc/smokeping/Smokeping.pm.txt
share/doc/smokeping/base.pm.html
@ -60,12 +62,14 @@ share/doc/smokeping/smokeping_config.html
share/doc/smokeping/smokeping_config.txt
share/doc/smokeping/smokeping_install.html
share/doc/smokeping/smokeping_install.txt
share/doc/smokeping/telnetIOSPing.pm.html
share/doc/smokeping/telnetIOSPing.pm.txt
smokeping/htdocs/smokeping.cgi
smokeping/lib/ISG/ParseConfig.pm
smokeping/lib/ISG/VppGateway.pm
smokeping/lib/Smokeping.pm
smokeping/lib/probes/FPing.pm
smokeping/lib/probes/FPing6.pm
smokeping/lib/probes/IOSPing.pm
smokeping/lib/probes/base.pm
smokeping/lib/probes/Curl.pm
smokeping/lib/probes/DNS.pm
smokeping/lib/probes/EchoPing.pm
smokeping/lib/probes/EchoPingChargen.pm
smokeping/lib/probes/EchoPingDiscard.pm
@ -73,12 +77,14 @@ smokeping/lib/probes/EchoPingHttp.pm
smokeping/lib/probes/EchoPingHttps.pm
smokeping/lib/probes/EchoPingIcp.pm
smokeping/lib/probes/EchoPingSmtp.pm
smokeping/lib/probes/DNS.pm
smokeping/lib/probes/FPing.pm
smokeping/lib/probes/FPing6.pm
smokeping/lib/probes/IOSPing.pm
smokeping/lib/probes/RemoteFPing.pm
smokeping/lib/probes/base.pm
smokeping/lib/probes/basefork.pm
smokeping/lib/probes/basevars.pm
smokeping/lib/probes/Curl.pm
smokeping/lib/ISG/ParseConfig.pm
smokeping/lib/ISG/VppGateway.pm
smokeping/lib/probes/telnetIOSPing.pm
@unexec rmdir %D/etc/smokeping || true
@exec mkdir -p %D/smokeping/htdocs/img; chown www:www %D/smokeping/htdocs/img
@unexec rm -rf %D/smokeping/htdocs/img