Add Henrik Levkowetz's idnits tool, for syntax checking Internet
Drafts to be submitted to the IETF.
This commit is contained in:
parent
97a132e0ec
commit
4607f9d456
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113313
5 changed files with 34 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
|||
SUBDIR += htmltolatex
|
||||
SUBDIR += ia-aspell
|
||||
SUBDIR += id-aspell
|
||||
SUBDIR += idnits
|
||||
SUBDIR += iiimf-client-lib
|
||||
SUBDIR += iiimf-csconv
|
||||
SUBDIR += iiimf-gtk
|
||||
|
|
26
textproc/idnits/Makefile
Normal file
26
textproc/idnits/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: idnits
|
||||
# Date Created: 9 July 2004
|
||||
# Whom: fenner@FreeBSD.Org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= idnits
|
||||
PORTVERSION= 1.33
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://ietf.levkowetz.com/tools/idnits/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= fenner@research.att.com
|
||||
COMMENT= Looks for problems in internet draft formatting
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
||||
NO_WRKSUBDIR= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/idnits
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/idnits/distinfo
Normal file
2
textproc/idnits/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (idnits-v1.33) = 2bdff4a27dcb1cbfefae5943a7243576
|
||||
SIZE (idnits-v1.33) = 42136
|
4
textproc/idnits/pkg-descr
Normal file
4
textproc/idnits/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
'idnits' looks for violations of Section 2.1 and 2.2 of the
|
||||
requirements listed on http://www.ietf.org/ID-Checklist.html
|
||||
|
||||
WWW: http://www.mip4.org/tools/idnits/
|
1
textproc/idnits/pkg-plist
Normal file
1
textproc/idnits/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/idnits
|
Loading…
Reference in a new issue