- Assign each token an input line number and display the line number in error messages. This provides better information to the user about the location of problems in input files. - Print the token stack when an error occurs. This provides some idea of the context of the element that is malformed or has malformed content. The xmlformat-docs package now installs all documentation examples as well.
29 lines
812 B
Makefile
29 lines
812 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/08/23 13:45:53 bubuchka Exp $
|
|
#
|
|
|
|
DISTNAME= xmlformat-${XMLFORMAT_VERSION}
|
|
PKGNAME= xmlformat-perl-${XMLFORMAT_VERSION}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.kitebird.com/software/xmlformat/
|
|
|
|
MAINTAINER= mishka@apk.od.ua
|
|
HOMEPAGE= http://www.kitebird.com/software/xmlformat/
|
|
COMMENT= Configurable XML formatter, Perl version
|
|
|
|
CONFLICTS+= xmlformat-ruby-[0-9]*
|
|
|
|
USE_PERL5= run
|
|
REPLACE_PERL= xmlformat.pl
|
|
|
|
NO_BUILD= yes
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../wip/xmlformat-docs/distinfo
|
|
DESCR_SRC= ${.CURDIR}/../../wip/xmlformat-docs/DESCR.common \
|
|
${PKGDIR}/DESCR
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xmlformat.pl ${PREFIX}/bin/xmlformat
|
|
|
|
.include "../../wip/xmlformat-docs/version.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|