diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-01 16:08:15 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-01 16:08:15 +0000 |
commit | df6560d93bc6f24e427d6e4bed5e96b9d2d72513 (patch) | |
tree | f76bf4c0e485119f578ff5d521ea979e3e8b7b69 /textproc/intltool | |
parent | 809c0ce5b13be629a87afc0a857bb3f5b99bed24 (diff) | |
download | pkgsrc-df6560d93bc6f24e427d6e4bed5e96b9d2d72513.tar.gz |
Update to 0.25. This closes my own PR pkg/18891. Changes since 0.18:
Version 0.25
* support latest version of Makefile.in.in from glib-gettextize
from glib >= 2.1.5 (Frederic Crozat)
Version 0.24
* strip the hints from POTFILES.in in -M mode. (Yanko Kaneti)
* Don't generate .h.h lines in the POTFILES.in
for xgettext when the input file line is from a known type and also has
the [type: gettext/..] hint. (Yanko Kaneti)
* Fix xml-i18n-tools part to work with new gettext 4 (Yanko Kaneti)
* Fixed #96169 (Kenneth, Laurent Vivier and Morten Welinder)
* Added a new .theme.in -> .theme rule (Jonathan Blandford, Glynn Foster)
Version 0.23
* gettextize 4.x work (Kenneth).
* Build system fixes (Kenneth).
* Recognise the "xml:space" attribute and preserve whitespace
if set to "preserve" (Mark McLoughlin).
* GConf schemas handling changes as described in bug #94611. (Yanko).
* Added support for rfc822deb format (Denis Barbier).
* Use charset.alias if available (Denis Barbier, Jacob Berkman).
* Add support for 'default' tags #89747 (Kenneth).
* Spec file cleanup #48446. (Gregory Leblanc).
* Hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6
and 1.4 installed get the right automake. (Havoc).
* Other bugfixes (Kjartan Maraas).
Version 0.22
* Added support for translation of descriptions used by ATK in glade files
(Kenneth).
* Made schemas extraction code more bulletproof (Kenneth).
* Force intltool-update to exit if POTFILES.in is not found (Abel Cheung).
* Add detection of glade2 files in -m mode (Abel Cheung).
Version 0.21
* Use $srcdir in the version check (Mark McLoughlin)
Version 0.20
* Added support for .schemas files (Kenneth)
Version 0.19
* A few .m4 fixes (Jacob Berkman)
* Now works with configure.ac (Kenneth, Abel Cheung)
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 6 | ||||
-rw-r--r-- | textproc/intltool/PLIST | 5 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 6399283813b..65842a2e318 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2002/12/05 12:05:51 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/01 16:08:15 jmmv Exp $ # -DISTNAME= intltool-0.18 +DISTNAME= intltool-0.25 CATEGORIES= textproc devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.18/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.25/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org diff --git a/textproc/intltool/PLIST b/textproc/intltool/PLIST index 5b62ebe3f49..1e9e2a96cdd 100644 --- a/textproc/intltool/PLIST +++ b/textproc/intltool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/06 13:15:21 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/01 16:08:15 jmmv Exp $ bin/intltool-extract bin/intltool-merge bin/intltool-prepare @@ -19,7 +19,10 @@ share/intltool/intltool-po-Makefile.in.in-patch-1 share/intltool/intltool-po-Makefile.in.in-patch-2 share/intltool/intltool-po-Makefile.in.in-patch-3 share/intltool/intltool-po-Makefile.in.in-patch-4 +share/intltool/intltool-po-Makefile.in.in-patch-5 +share/intltool/intltool-po-Makefile.in.in-patch-6 share/intltool/intltool-update.in share/intltool/xml-i18n-po-Makefile.in.in-patch-1 share/intltool/xml-i18n-po-Makefile.in.in-patch-2 +share/intltool/xml-i18n-po-Makefile.in.in-patch-5 @dirrm share/intltool diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 2271d313586..be1bdebefb5 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/08/25 18:40:02 jlam Exp $ +$NetBSD: distinfo,v 1.4 2003/02/01 16:08:15 jmmv Exp $ -SHA1 (intltool-0.18.tar.bz2) = f282b076f529bc5745b49ee384048b46ec6fe3c9 -Size (intltool-0.18.tar.bz2) = 82619 bytes +SHA1 (intltool-0.25.tar.bz2) = 4fe99b511783e039b2519cbbbe407563a8588296 +Size (intltool-0.25.tar.bz2) = 97484 bytes |