Add Henrik Levkowetz's idnits tool, for syntax checking Internet

Drafts to be submitted to the IETF.
This commit is contained in:
Bill Fenner 2004-07-09 23:40:45 +00:00
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

View file

@ -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
View 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
View file

@ -0,0 +1,2 @@
MD5 (idnits-v1.33) = 2bdff4a27dcb1cbfefae5943a7243576
SIZE (idnits-v1.33) = 42136

View 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/

View file

@ -0,0 +1 @@
bin/idnits