Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 11:28:49 -0600
From:      John Marino <freebsd.contact@marino.st>
To:        Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r428308 - in head/net-mgmt: . nagnu
Message-ID:  <4e20197f-a291-1824-9293-5bad8da6cdbc@marino.st>
In-Reply-To: <201612101705.uBAH5Ukq054251@repo.freebsd.org>
References:  <201612101705.uBAH5Ukq054251@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/10/2016 11:05, Kurt Jaeger wrote:
> Author: pi
> Date: Sat Dec 10 17:05:29 2016
> New Revision: 428308
> URL: https://svnweb.freebsd.org/changeset/ports/428308
>
> Log:
>   New port: net-mgmt/nagnu
>
>   Nagnu is a curses/terminal based dashboard for nagios showing current
>   status of hosts and services.
>
>   WWW: https://github.com/frlen/nagnu
>
>   PR:		208846
>   Submitted by:	Fredrik Lennmark <fredrik@min-hemsida.net>
>
> Added:
>   head/net-mgmt/nagnu/
>   head/net-mgmt/nagnu/Makefile   (contents, props changed)
>   head/net-mgmt/nagnu/distinfo   (contents, props changed)
>   head/net-mgmt/nagnu/pkg-descr   (contents, props changed)
> Modified:
>   head/net-mgmt/Makefile
>
> Modified: head/net-mgmt/Makefile
> ==============================================================================
> --- head/net-mgmt/Makefile	Sat Dec 10 16:55:23 2016	(r428307)
> +++ head/net-mgmt/Makefile	Sat Dec 10 17:05:29 2016	(r428308)
> @@ -144,6 +144,7 @@
>      SUBDIR += nagiosgraph
>      SUBDIR += nagiosql
>      SUBDIR += nagircbot
> +    SUBDIR += nagnu
>      SUBDIR += nagstamon
>      SUBDIR += nagtail
>      SUBDIR += nagvis
>
> Added: head/net-mgmt/nagnu/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/net-mgmt/nagnu/Makefile	Sat Dec 10 17:05:29 2016	(r428308)
> @@ -0,0 +1,33 @@
> +# $FreeBSD$
> +
> +PORTNAME=	nagnu
> +PORTVERSION=	1.1.2
> +CATEGORIES=	net-mgmt
> +
> +MAINTAINER=	fredrik@min-hemsida.net
> +COMMENT=	Nagios dashboard
> +
> +LICENSE=	BSD2CLAUSE
> +
> +LIB_DEPENDS=	libcurl.so:ftp/curl \
> +		libncurses.so:devel/ncurses
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	frlen
> +PLIST_FILES=	bin/nagnu \
> +		man/man8/nagnu.8.gz \
> +		share/examples/nagnu/nagnu.conf.sample
> +
> +GNU_CONFIGURE=	yes
> +
> +do-install:
> +	${INSTALL_PROGRAM} ${WRKSRC}/nagnu ${STAGEDIR}${PREFIX}/bin
> +
> +	${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/nagnu
> +	${INSTALL_DATA} ${WRKSRC}/nagnu.conf.sample \
> +		${STAGEDIR}${PREFIX}/share/examples/nagnu/nagnu.conf.sample
> +
> +	${INSTALL_MAN} ${WRKSRC}/docs/nagnu.8 \
> +		${STAGEDIR}${MANPREFIX}/man/man8
> +
> +.include <bsd.port.mk>
>

[resend]
shouldn't this be using "USES+=ncurses:port", not LIB_DEPENDS ?



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4e20197f-a291-1824-9293-5bad8da6cdbc>