diff options
author | prlw1 <prlw1@pkgsrc.org> | 2012-10-29 12:41:00 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2012-10-29 12:41:00 +0000 |
commit | 8d18fe10649e9c41e248e0a995f06ea4248db576 (patch) | |
tree | e570f4a8e09fe9350038f68fac3a8eeed0e631ca /textproc/itstool | |
parent | 99cec8480214c8438170197a3da0c4e9e95dd744 (diff) | |
download | pkgsrc-8d18fe10649e9c41e248e0a995f06ea4248db576.tar.gz |
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
Diffstat (limited to 'textproc/itstool')
-rw-r--r-- | textproc/itstool/Makefile | 5 | ||||
-rw-r--r-- | textproc/itstool/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 9454dc40081..168a176335f 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:00 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/29 12:41:00 prlw1 Exp $ # -DISTNAME= itstool-1.1.2 -PKGREVISION= 1 +DISTNAME= itstool-1.2.0 CATEGORIES= textproc MASTER_SITES= http://files.itstool.org/itstool/ EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/itstool/distinfo b/textproc/itstool/distinfo index 816ead71fda..41babaf9d1a 100644 --- a/textproc/itstool/distinfo +++ b/textproc/itstool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/02/10 17:55:15 drochner Exp $ +$NetBSD: distinfo,v 1.2 2012/10/29 12:41:00 prlw1 Exp $ -SHA1 (itstool-1.1.2.tar.bz2) = 09e1c85c2231f05087ff63f89b8e98e33b8c49b1 -RMD160 (itstool-1.1.2.tar.bz2) = 4d9b901c861b3c2961497d04cbaa2ff609405bbd -Size (itstool-1.1.2.tar.bz2) = 79291 bytes +SHA1 (itstool-1.2.0.tar.bz2) = dc6b766c2acec32d3c5d016b0a33e9268d274f63 +RMD160 (itstool-1.2.0.tar.bz2) = 498e5a158665504514d456335256d2c3a5746216 +Size (itstool-1.2.0.tar.bz2) = 82479 bytes |