View | Details | Raw Unified | Return to bug 55048
Collapse All | Expand All

(-)Makefile (-6 / +8 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	smokeping
8
PORTNAME=	smokeping
9
PORTVERSION=	1.21
9
PORTVERSION=	1.23
10
CATEGORIES=	net www
10
CATEGORIES=	net www
11
MASTER_SITES=	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
11
MASTER_SITES=	http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
12
12
Lines 31-37 Link Here
31
		smokeping.cgi.1 smokeping_config.1 smokeping_install.1 telnetIOSPing.pm.1
31
		smokeping.cgi.1 smokeping_config.1 smokeping_install.1 telnetIOSPing.pm.1
32
32
33
PKGMESSAGE=	${WRKDIR}/pkg-message
33
PKGMESSAGE=	${WRKDIR}/pkg-message
34
DOCDIR=		${PREFIX}/share/doc/smokeping
34
35
DOC1=		CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
35
DOC1=		CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO
36
DOC2=		Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \
36
DOC2=		Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \
37
		EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \
37
		EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \
Lines 71-87 Link Here
71
71
72
do-install:
72
do-install:
73
	@${INSTALL_SCRIPT} ${WRKSRC}/bin/smokeping ${PREFIX}/bin
73
	@${INSTALL_SCRIPT} ${WRKSRC}/bin/smokeping ${PREFIX}/bin
74
.if !defined(NOPORTDOCS)
74
.for file in ${MAN1}
75
.for file in ${MAN1}
75
	@${INSTALL_MAN} ${WRKSRC}/doc/${file} ${PREFIX}/man/man1
76
	@${INSTALL_MAN} ${WRKSRC}/doc/${file} ${PREFIX}/man/man1
76
.endfor
77
.endfor
77
	@${MKDIR} ${DOCDIR}
78
	@${MKDIR} ${DOCSDIR}
78
.for file in ${DOC1}
79
.for file in ${DOC1}
79
	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCDIR}
80
	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
80
.endfor
81
.endfor
81
.for file in ${DOC2}
82
.for file in ${DOC2}
82
	@${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCDIR}
83
	@${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCSDIR}
83
	@${INSTALL_DATA} ${WRKSRC}/doc/${file}.txt  ${DOCDIR}
84
	@${INSTALL_DATA} ${WRKSRC}/doc/${file}.txt  ${DOCSDIR}
84
.endfor
85
.endfor
86
.endif
85
	@${MKDIR} ${PREFIX}/etc/smokeping
87
	@${MKDIR} ${PREFIX}/etc/smokeping
86
.for file in ${ETC1}
88
.for file in ${ETC1}
87
	@${INSTALL_DATA} ${WRKSRC}/etc/${file}.dist ${PREFIX}/etc/smokeping
89
	@${INSTALL_DATA} ${WRKSRC}/etc/${file}.dist ${PREFIX}/etc/smokeping
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (smokeping-1.21.tar.gz) = ae33364826cec30610e1e5dc930bd1bf
1
MD5 (smokeping-1.23.tar.gz) = 12161de246e5a6aabed3a54c0fb26b2e
(-)pkg-plist (-53 / +53 lines)
Lines 12-69 Link Here
12
@unexec if cmp -s %D/etc/smokeping/config-echoping %D/etc/smokeping/config-echoping.dist; then rm -f %D/etc/smokeping/config-echoping; fi
12
@unexec if cmp -s %D/etc/smokeping/config-echoping %D/etc/smokeping/config-echoping.dist; then rm -f %D/etc/smokeping/config-echoping; fi
13
etc/smokeping/config-echoping.dist
13
etc/smokeping/config-echoping.dist
14
@exec [ -f %B/config-echoping ] || cp %B/%f %B/config-echoping
14
@exec [ -f %B/config-echoping ] || cp %B/%f %B/config-echoping
15
share/doc/smokeping/CHANGES
15
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
16
share/doc/smokeping/CONTRIBUTORS
16
%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS
17
share/doc/smokeping/COPYING
17
%%PORTDOCS%%%%DOCSDIR%%/COPYING
18
share/doc/smokeping/COPYRIGHT
18
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
19
share/doc/smokeping/README
19
%%PORTDOCS%%%%DOCSDIR%%/README
20
share/doc/smokeping/TODO
20
%%PORTDOCS%%%%DOCSDIR%%/TODO
21
share/doc/smokeping/Curl.pm.html
21
%%PORTDOCS%%%%DOCSDIR%%/Curl.pm.html
22
share/doc/smokeping/Curl.pm.txt
22
%%PORTDOCS%%%%DOCSDIR%%/Curl.pm.txt
23
share/doc/smokeping/DNS.pm.html
23
%%PORTDOCS%%%%DOCSDIR%%/DNS.pm.html
24
share/doc/smokeping/DNS.pm.txt
24
%%PORTDOCS%%%%DOCSDIR%%/DNS.pm.txt
25
share/doc/smokeping/EchoPing.pm.html
25
%%PORTDOCS%%%%DOCSDIR%%/EchoPing.pm.html
26
share/doc/smokeping/EchoPing.pm.txt
26
%%PORTDOCS%%%%DOCSDIR%%/EchoPing.pm.txt
27
share/doc/smokeping/EchoPingChargen.pm.html
27
%%PORTDOCS%%%%DOCSDIR%%/EchoPingChargen.pm.html
28
share/doc/smokeping/EchoPingChargen.pm.txt
28
%%PORTDOCS%%%%DOCSDIR%%/EchoPingChargen.pm.txt
29
share/doc/smokeping/EchoPingDiscard.pm.html
29
%%PORTDOCS%%%%DOCSDIR%%/EchoPingDiscard.pm.html
30
share/doc/smokeping/EchoPingDiscard.pm.txt
30
%%PORTDOCS%%%%DOCSDIR%%/EchoPingDiscard.pm.txt
31
share/doc/smokeping/EchoPingHttp.pm.html
31
%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttp.pm.html
32
share/doc/smokeping/EchoPingHttp.pm.txt
32
%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttp.pm.txt
33
share/doc/smokeping/EchoPingHttps.pm.html
33
%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttps.pm.html
34
share/doc/smokeping/EchoPingHttps.pm.txt
34
%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttps.pm.txt
35
share/doc/smokeping/EchoPingIcp.pm.html
35
%%PORTDOCS%%%%DOCSDIR%%/EchoPingIcp.pm.html
36
share/doc/smokeping/EchoPingIcp.pm.txt
36
%%PORTDOCS%%%%DOCSDIR%%/EchoPingIcp.pm.txt
37
share/doc/smokeping/EchoPingSmtp.pm.html
37
%%PORTDOCS%%%%DOCSDIR%%/EchoPingSmtp.pm.html
38
share/doc/smokeping/EchoPingSmtp.pm.txt
38
%%PORTDOCS%%%%DOCSDIR%%/EchoPingSmtp.pm.txt
39
share/doc/smokeping/FPing.pm.html
39
%%PORTDOCS%%%%DOCSDIR%%/FPing.pm.html
40
share/doc/smokeping/FPing.pm.txt
40
%%PORTDOCS%%%%DOCSDIR%%/FPing.pm.txt
41
share/doc/smokeping/FPing6.pm.html
41
%%PORTDOCS%%%%DOCSDIR%%/FPing6.pm.html
42
share/doc/smokeping/FPing6.pm.txt
42
%%PORTDOCS%%%%DOCSDIR%%/FPing6.pm.txt
43
share/doc/smokeping/IOSPing.pm.html
43
%%PORTDOCS%%%%DOCSDIR%%/IOSPing.pm.html
44
share/doc/smokeping/IOSPing.pm.txt
44
%%PORTDOCS%%%%DOCSDIR%%/IOSPing.pm.txt
45
share/doc/smokeping/ParseConfig.pm.html
45
%%PORTDOCS%%%%DOCSDIR%%/ParseConfig.pm.html
46
share/doc/smokeping/ParseConfig.pm.txt
46
%%PORTDOCS%%%%DOCSDIR%%/ParseConfig.pm.txt
47
share/doc/smokeping/RemoteFPing.pm.html
47
%%PORTDOCS%%%%DOCSDIR%%/RemoteFPing.pm.html
48
share/doc/smokeping/RemoteFPing.pm.txt
48
%%PORTDOCS%%%%DOCSDIR%%/RemoteFPing.pm.txt
49
share/doc/smokeping/Smokeping.pm.html
49
%%PORTDOCS%%%%DOCSDIR%%/Smokeping.pm.html
50
share/doc/smokeping/Smokeping.pm.txt
50
%%PORTDOCS%%%%DOCSDIR%%/Smokeping.pm.txt
51
share/doc/smokeping/base.pm.html
51
%%PORTDOCS%%%%DOCSDIR%%/base.pm.html
52
share/doc/smokeping/base.pm.txt
52
%%PORTDOCS%%%%DOCSDIR%%/base.pm.txt
53
share/doc/smokeping/basefork.pm.html
53
%%PORTDOCS%%%%DOCSDIR%%/basefork.pm.html
54
share/doc/smokeping/basefork.pm.txt
54
%%PORTDOCS%%%%DOCSDIR%%/basefork.pm.txt
55
share/doc/smokeping/basevars.pm.html
55
%%PORTDOCS%%%%DOCSDIR%%/basevars.pm.html
56
share/doc/smokeping/basevars.pm.txt
56
%%PORTDOCS%%%%DOCSDIR%%/basevars.pm.txt
57
share/doc/smokeping/smokeping.cgi.html
57
%%PORTDOCS%%%%DOCSDIR%%/smokeping.cgi.html
58
share/doc/smokeping/smokeping.cgi.txt
58
%%PORTDOCS%%%%DOCSDIR%%/smokeping.cgi.txt
59
share/doc/smokeping/smokeping.html
59
%%PORTDOCS%%%%DOCSDIR%%/smokeping.html
60
share/doc/smokeping/smokeping.txt
60
%%PORTDOCS%%%%DOCSDIR%%/smokeping.txt
61
share/doc/smokeping/smokeping_config.html
61
%%PORTDOCS%%%%DOCSDIR%%/smokeping_config.html
62
share/doc/smokeping/smokeping_config.txt
62
%%PORTDOCS%%%%DOCSDIR%%/smokeping_config.txt
63
share/doc/smokeping/smokeping_install.html
63
%%PORTDOCS%%%%DOCSDIR%%/smokeping_install.html
64
share/doc/smokeping/smokeping_install.txt
64
%%PORTDOCS%%%%DOCSDIR%%/smokeping_install.txt
65
share/doc/smokeping/telnetIOSPing.pm.html
65
%%PORTDOCS%%%%DOCSDIR%%/telnetIOSPing.pm.html
66
share/doc/smokeping/telnetIOSPing.pm.txt
66
%%PORTDOCS%%%%DOCSDIR%%/telnetIOSPing.pm.txt
67
smokeping/htdocs/smokeping.cgi
67
smokeping/htdocs/smokeping.cgi
68
smokeping/lib/ISG/ParseConfig.pm
68
smokeping/lib/ISG/ParseConfig.pm
69
smokeping/lib/ISG/VppGateway.pm
69
smokeping/lib/ISG/VppGateway.pm
Lines 95-99 Link Here
95
@dirrm smokeping/lib/probes
95
@dirrm smokeping/lib/probes
96
@dirrm smokeping/lib/ISG
96
@dirrm smokeping/lib/ISG
97
@dirrm smokeping/lib
97
@dirrm smokeping/lib
98
@dirrm share/doc/smokeping
98
%%PORTDOCS%%@dirrm %%DOCSDIR%%
99
@unexec rmdir %D/smokeping 2>/dev/null || true
99
@unexec rmdir %D/smokeping 2>/dev/null || true

Return to bug 55048