diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-11-06 18:28:22 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-11-06 18:28:22 +0000 |
commit | b7707f101ea0c383b7f2b02a1212fac7646c0aed (patch) | |
tree | 4de0350083793717c98e1d39b860d7c17b9af7a3 /textproc/itstool | |
parent | d7b99c32b6169c2c894c9c1a569f577c6bbb2315 (diff) | |
download | pkgsrc-b7707f101ea0c383b7f2b02a1212fac7646c0aed.tar.gz |
Update itstool to 2.0.4
2.0.4
=====
* Fixed a massive performance issue
2.0.3
=====
* Added Python 3 support. Keeping Python 2 support for now. (Virgil Dupras)
* Fixed --keep-entities mode after some libxml2 changes.
* Added --path option for extra paths for ITS files.
* Don't error out (except under -s) for mismatched placeholders.
* Fixed UTF-8 handling for translated attributes.
Diffstat (limited to 'textproc/itstool')
-rw-r--r-- | textproc/itstool/Makefile | 14 | ||||
-rw-r--r-- | textproc/itstool/distinfo | 10 |
2 files changed, 7 insertions, 17 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 5ef56c07e4d..520c5763f58 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/11/06 18:28:22 prlw1 Exp $ -DISTNAME= itstool-2.0.2 +DISTNAME= itstool-2.0.4 CATEGORIES= textproc MASTER_SITES= http://files.itstool.org/itstool/ EXTRACT_SUFX= .tar.bz2 @@ -16,16 +16,6 @@ REPLACE_PYTHON= ${WRKSRC}/itstool.in DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.2 -#Traceback (most recent call last): -# File "/usr/pkg/bin/itstool", line 1516, in <module> -# doc.apply_its_rules(not(opts.nobuiltins), params=params) -# File "/usr/pkg/bin/itstool", line 724, in apply_its_rules -# self.apply_its_file(os.path.join(itsdir, dfile), params=params) -# File "/usr/pkg/bin/itstool", line 754, in apply_its_file -# if not nss.has_key(nsdef.name): -#AttributeError: 'dict' object has no attribute 'has_key' - .include "../../lang/python/application.mk" .include "../../lang/python/tool.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/itstool/distinfo b/textproc/itstool/distinfo index e2911395937..1abea70af06 100644 --- a/textproc/itstool/distinfo +++ b/textproc/itstool/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:59:37 agc Exp $ +$NetBSD: distinfo,v 1.7 2017/11/06 18:28:22 prlw1 Exp $ -SHA1 (itstool-2.0.2.tar.bz2) = 5084a2cecca8d70d184f22d2aecf5e2cb715917f -RMD160 (itstool-2.0.2.tar.bz2) = 04531d2a4a8c5fef3b77888cb267063af2cb2917 -SHA512 (itstool-2.0.2.tar.bz2) = b7915c4d463fe5969e282029c2080730c78e18d2d5878da53c6a370f471056b51a7b3f3c08417b801212ba674f55548a112a12a9d81634f60d1e52a8a47a4aa2 -Size (itstool-2.0.2.tar.bz2) = 96748 bytes +SHA1 (itstool-2.0.4.tar.bz2) = 5345615becb5c463c6e7f2462e387fdc327f3a35 +RMD160 (itstool-2.0.4.tar.bz2) = 7237fd8b3fb2d354135fdf16caeeb03b9a022e14 +SHA512 (itstool-2.0.4.tar.bz2) = f5cfa9c75710f9cc43a61caeb92ca04ec77023bce6fb14d770dda82efde2e5d9050245618c249d309227a3d43555cb1739f5fe680b4a370786ed4631fa9ee4b7 +Size (itstool-2.0.4.tar.bz2) = 102107 bytes |