pkgsrc/textproc/itstool/Makefile
prlw1 229219cda7 Update itstool to 1.2.0
* Added new "join mode" for multilingual XML formats
* Correctly handle ITS version attribute
* Better handling of multiple localization notes
* XML path markers are now in dedicated comments
* Show language code when failing to get translation from PO
* Added more regression tests
* Handle UTF-8 in attribute values
* Don't output non-translatable external ref messages
* Better error handling
2012-10-29 12:41:00 +00:00

21 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/29 12:41:00 prlw1 Exp $
#
DISTNAME= itstool-1.2.0
CATEGORIES= textproc
MASTER_SITES= http://files.itstool.org/itstool/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://itstool.org/
COMMENT= ITS Tool allows you to translate XML documents with PO files
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
REPLACE_PYTHON= ${WRKSRC}/itstool.in
DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"