diff options
author | fenner <fenner@FreeBSD.org> | 2005-11-15 06:38:01 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-11-15 06:38:01 +0800 |
commit | ef1f11eceffa9bd32a618a3f86be4bf7fd7a0303 (patch) | |
tree | c507b0bf2cbfb37e9d118474ae172770f42dc67f /textproc | |
parent | aea748283f8193284178abe2a2f16d8d4da2706f (diff) | |
download | freebsd-ports-gnome-ef1f11eceffa9bd32a618a3f86be4bf7fd7a0303.tar.gz freebsd-ports-gnome-ef1f11eceffa9bd32a618a3f86be4bf7fd7a0303.tar.zst freebsd-ports-gnome-ef1f11eceffa9bd32a618a3f86be4bf7fd7a0303.zip |
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 <FF><EOL> is valid.
- Count <FF> 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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/idnits/Makefile | 13 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 5 |
2 files changed, 7 insertions, 11 deletions
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 <bsd.port.mk> 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 |