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

(-)Makefile (+2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ntpa
4
PORTNAME=	ntpa
5
PORTVERSION=	0.6.2
5
PORTVERSION=	0.6.2
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=	http://suyai.innolan.net/
8
MASTER_SITES=	http://suyai.innolan.net/
8
9
Lines 20-25 Link Here
20
GRAPH_DESC=	Graph generation (requires Cairo)
21
GRAPH_DESC=	Graph generation (requires Cairo)
21
PGSQL_DESC=	PostgreSQL Connector
22
PGSQL_DESC=	PostgreSQL Connector
22
MYSQL_DESC=	MySQL Connector (GPL)
23
MYSQL_DESC=	MySQL Connector (GPL)
24
DATABASE_DESC=	Database provider
23
25
24
GRAPH_LIB_DEPENDS=	libgdiplus.so:x11-toolkits/libgdiplus \
26
GRAPH_LIB_DEPENDS=	libgdiplus.so:x11-toolkits/libgdiplus \
25
			libcairo.so:graphics/cairo \
27
			libcairo.so:graphics/cairo \
(-)pkg-descr (-3 / +3 lines)
Lines 1-8 Link Here
1
NTP Analyzer is a tool dedicated to analyze the operation of time
1
NTP Analyzer is a tool dedicated to analyze the operation of time
2
servers.
2
servers.
3
3
4
NTP Analyzer works by collecting data from the ntp daemon. Graphs
4
NTP Analyzer collects data from ntp daemons and can be configured
5
and web pages can then be generated to visualize the activities of
5
to generate graphs and web pages to visualize the activities of
6
hosts and peers.
6
supervised hosts and peers.
7
7
8
WWW: https://bitbucket.org/anguist/ntpa
8
WWW: https://bitbucket.org/anguist/ntpa
(-)pkg-message (-1 / +1 lines)
Lines 1-6 Link Here
1
************************************************************************
1
************************************************************************
2
2
3
NTP Analyzer has been installed. If this is the first time remember to
3
NTP Analyzer has been installed. If this is the first time remember to
4
create a MySQL or PostgreeSQL user and database first.
4
create a MySQL or PostgreSQL user and database first.
5
5
6
************************************************************************
6
************************************************************************

Return to bug 211162