freebsd-ports/textproc/idnits/Makefile
Bill Fenner 330e05aeb4 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.
2005-11-14 22:38:01 +00:00

21 lines
439 B
Makefile

# New ports collection makefile for: idnits
# Date Created: 9 July 2004
# Whom: fenner@FreeBSD.Org
#
# $FreeBSD$
PORTNAME= idnits
PORTVERSION= 1.82
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/idnits/
EXTRACT_SUFX= .tgz
MAINTAINER= fenner@FreeBSD.Org
COMMENT= Looks for problems in internet draft formatting
NO_BUILD= YES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>