Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2004 17:14:44 +0200
From:      Gerrit Beine <tux@pinguru.net>
To:        paul@nerdlabs.com
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: nrpe-1.9
Message-ID:  <4128B864.9000500@pinguru.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000205000109000705080606
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Update to version 2.0.
It supports SSL now.

Maybe, because it is incompatible with nrpe 1.x,
it would be better to fork a port from nrpe.

What do you mean about?

So long...

Gerrit
-- 
Wer *BSD nachmacht oder fälscht, oder nachgemachtes oder gefälschtes in
Umlauf bringt oder vertreibt wird mit Windows nicht unter XP bestraft.

mail tux@pinguru.net
icq  123851585
web  http://arme-und-beine.de

--------------000205000109000705080606
Content-Type: text/plain;
 name="nrpe2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="nrpe2.diff"

--- Makefile	Sun May 30 11:11:35 2004
+++ Makefile	Sun Aug 22 17:10:30 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nrpe
-PORTVERSION=	1.9
+PORTVERSION=	2.0
 PORTREVISION=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -19,14 +19,25 @@
 
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes
+USE_OPENSSL=	yes
 
 CONFIGURE_ARGS=	--libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc \
 		--sbindir=${PREFIX}/sbin --bindir=${PREFIX}/sbin
 
+.if !defined(NOPORTDOCS)
+PORTDOCS=README README.SSL SECURITY
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
 	${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${PREFIX}/libexec/nagios/check_nrpe
 	${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
 	${INSTALL_SCRIPT} ${WRKSRC}/init-script.freebsd ${PREFIX}/etc/rc.d/nrpe.sh
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	@for file in ${PORTDOCS}; do \
+	    ${CP} ${WRKSRC}/$${file} ${DOCSDIR}; \
+	done
+.endif
 
 .include <bsd.port.mk>
--- distinfo	Wed Mar 31 05:10:30 2004
+++ distinfo	Sun Aug 22 16:58:46 2004
@@ -1,2 +1,2 @@
-MD5 (nrpe-1.9.tar.gz) = b4a5e00963f1aaa754ae877b9f921565
-SIZE (nrpe-1.9.tar.gz) = 41513
+MD5 (nrpe-2.0.tar.gz) = 70ef9502a3b7e49fa520dbceabfa04d0
+SIZE (nrpe-2.0.tar.gz) = 52157

--------------000205000109000705080606--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4128B864.9000500>