From ef1f11eceffa9bd32a618a3f86be4bf7fd7a0303 Mon Sep 17 00:00:00 2001 From: fenner Date: Mon, 14 Nov 2005 22:38:01 +0000 Subject: Upgrade to idnits 1.82: * Added checks for the occurence of both old and new boilerplate. * Improves verbose output for boilerplate problems. * Handle formfeeds better: - 58 lines plus is valid. - Count on the same line as the page number. * Added a variation on Author's Address Section Name * The code to find and adapt to the particular indentation of a draft didn't work as intended. Rewritten with somewhat better results. * Added a "Draft ..." as an acceptable variation on page header. --- textproc/idnits/Makefile | 13 ++++--------- textproc/idnits/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 11 deletions(-) (limited to 'textproc') diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index b18d8ce5516c..43be868f52fa 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -5,22 +5,17 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 1.74 +PORTVERSION= 1.82 CATEGORIES= textproc -MASTER_SITES= http://ietf.levkowetz.com/tools/idnits/ -DISTNAME= ${PORTNAME}-v${PORTVERSION} -EXTRACT_SUFX= +MASTER_SITES= http://tools.ietf.org/tools/idnits/ +EXTRACT_SUFX= .tgz MAINTAINER= fenner@FreeBSD.Org 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 + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .include diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index 522d416a9360..35243d531b50 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -1,2 +1,3 @@ -MD5 (idnits-v1.74) = 464d21b449c70520b15da1361c90144d -SIZE (idnits-v1.74) = 67682 +MD5 (idnits-1.82.tgz) = f6625e7915061c6a10a820ac53acf079 +SHA256 (idnits-1.82.tgz) = 9d84885b3e1c43628e7fad6be4f8a1bdf1825e5b6807f1c49604ef4b1945de23 +SIZE (idnits-1.82.tgz) = 21038 -- cgit