From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 15:14:53 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0027E16A4CE for ; Sun, 22 Aug 2004 15:14:52 +0000 (GMT) Received: from host3.beine-computer.de (host3.beine-computer.de [80.243.45.234]) by mx1.FreeBSD.org (Postfix) with SMTP id BF9C543D3F for ; Sun, 22 Aug 2004 15:14:51 +0000 (GMT) (envelope-from tux@pinguru.net) Received: (qmail 27147 invoked by uid 0); 22 Aug 2004 15:14:49 -0000 Received: from unknown (HELO ?192.168.0.242?) (80.136.168.177) by host3.beine-computer.de with SMTP; 22 Aug 2004 15:14:49 -0000 Message-ID: <4128B864.9000500@pinguru.net> Date: Sun, 22 Aug 2004 17:14:44 +0200 From: Gerrit Beine User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040811 X-Accept-Language: en-us, en MIME-Version: 1.0 To: paul@nerdlabs.com Content-Type: multipart/mixed; boundary="------------000205000109000705080606" cc: ports@FreeBSD.org Subject: FreeBSD Port: nrpe-1.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 15:14:53 -0000 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 --- 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--