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

(-)Makefile (-3 / +2 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	nslint
8
PORTNAME=	nslint
9
PORTVERSION=	2.0.2a2
9
PORTVERSION=	2.0.2
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	ftp://ftp.ee.lbl.gov/
11
MASTER_SITES=	ftp://ftp.ee.lbl.gov/
12
12
13
MAINTAINER=	petef@databits.net
13
MAINTAINER=	petef@databits.net
14
14
15
HAS_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
CONFIGURE_ARGS=	--quiet --mandir=${MANPREFIX}/man --prefix=${PREFIX}
17
ALL_TARGET=	nslint
16
ALL_TARGET=	nslint
18
INSTALL_TARGET=	install install-man
17
INSTALL_TARGET=	install install-man
19
MAN8=		nslint.8
18
MAN8=		nslint.8
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (nslint-2.0.2a2.tar.gz) = 25e3eef43b9c85d1b07266912aa6ba4d
1
MD5 (nslint-2.0.2.tar.gz) = 7485382bfdf23531f80dd05b05913d9a
(-)pkg-comment (-1 / +1 lines)
Line 1 Link Here
1
Perform consistency checks on DNS files
1
Perform consistency checks on DNS zone files
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This is nslint 2.0, a lint program for dns files.  It is produced by the
1
Nslint is a lint program for DNS zone files.  It is produced by the
2
Lawrence Berkeley National Laboratory, Network Research Group.
2
Lawrence Berkeley National Laboratory, Network Research Group.
3
3
4
Please send bugs and comments to nslint@ee.lbl.gov.
4
Please send bugs and comments to nslint@ee.lbl.gov.

Return to bug 26758