mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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.
This commit is contained in:
parent
8aecf87100
commit
330e05aeb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148287
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user