pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/intltool Update to 0.27.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/6711381e2b51
branches: trunk
changeset: 460062:6711381e2b51
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Aug 17 19:47:39 2003 +0000
description:
Update to 0.27.1:
- Fixed .xam support (Abel Cheung)
- Fixed intltool-update, it's not usable with 0.27 :-( (Carlos Perelló Marín)
- intltool-update -m tells you about files that are at POTFILES.in but does not
exists anymore (Abel Cheung)
- Small scheme support fixes (Callum McKenzie)
- Added support for .lang files (Gustavo Giraldez)
- Added support for .xam files (Abel Cheung)
- Updated I18N-HOWTO (Kenneth, Bruno Haible)
- Updated all manual pages and command help (Abel Cheung)
- Improved the package name detection code (Abel Cheung)
- better .server files handling (Abel Cheung)
- source code with non-ASCII chars support with
GNU gettext 0.12 (bug #99005, Abel Cheung, Carlos Perelló Marín)
- intltool-unicodify is deprecated, please use msgconv (Abel Cheung)
diffstat:
textproc/intltool/Makefile | 6 +++---
textproc/intltool/PLIST | 3 +--
textproc/intltool/distinfo | 8 ++++----
textproc/intltool/patches/patch-aa | 38 ++++++++++++++++++--------------------
4 files changed, 26 insertions(+), 29 deletions(-)
diffs (95 lines):
diff -r 1868bb819e71 -r 6711381e2b51 textproc/intltool/Makefile
--- a/textproc/intltool/Makefile Sun Aug 17 19:38:17 2003 +0000
+++ b/textproc/intltool/Makefile Sun Aug 17 19:47:39 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 22:54:20 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/08/17 19:47:39 jmmv Exp $
#
-DISTNAME= intltool-0.26
+DISTNAME= intltool-0.27.1
CATEGORIES= textproc devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.26/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.27/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg%NetBSD.org@localhost
diff -r 1868bb819e71 -r 6711381e2b51 textproc/intltool/PLIST
--- a/textproc/intltool/PLIST Sun Aug 17 19:38:17 2003 +0000
+++ b/textproc/intltool/PLIST Sun Aug 17 19:47:39 2003 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2003/06/03 19:27:52 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2003/08/17 19:47:39 jmmv Exp $
bin/intltool-extract
bin/intltool-merge
bin/intltool-prepare
-bin/intltool-unicodify
bin/intltool-update
bin/intltoolize
man/man8/intltool-extract.8
diff -r 1868bb819e71 -r 6711381e2b51 textproc/intltool/distinfo
--- a/textproc/intltool/distinfo Sun Aug 17 19:38:17 2003 +0000
+++ b/textproc/intltool/distinfo Sun Aug 17 19:47:39 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2003/06/03 19:27:52 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2003/08/17 19:47:39 jmmv Exp $
-SHA1 (intltool-0.26.tar.bz2) = f44ce2c4d2d53d8e7f7a6af2db1df32a6ef48677
-Size (intltool-0.26.tar.bz2) = 100410 bytes
-SHA1 (patch-aa) = 794677370898ca3e4261a0be01c0b06c11ae1730
+SHA1 (intltool-0.27.1.tar.bz2) = cc50c7b8d6825286dd424c8925491d89a382543d
+Size (intltool-0.27.1.tar.bz2) = 129355 bytes
+SHA1 (patch-aa) = 583e49a6891c861c0620308d4ceee40f174a738b
diff -r 1868bb819e71 -r 6711381e2b51 textproc/intltool/patches/patch-aa
--- a/textproc/intltool/patches/patch-aa Sun Aug 17 19:38:17 2003 +0000
+++ b/textproc/intltool/patches/patch-aa Sun Aug 17 19:47:39 2003 +0000
@@ -1,31 +1,29 @@
-$NetBSD: patch-aa,v 1.2 2003/06/03 19:27:53 jmmv Exp $
+$NetBSD: patch-aa,v 1.3 2003/08/17 19:47:39 jmmv Exp $
---- Makefile.in.orig 2003-05-17 12:58:55.000000000 +0200
+--- Makefile.in.orig 2003-08-12 02:07:57.000000000 +0200
+++ Makefile.in
-@@ -69,7 +69,7 @@ SUBDIRS = . tests doc doc-i18n-tool
+@@ -75,13 +75,13 @@ SUBDIRS = . tests doc doc-i18n-tool
NULL =
-aclocal_macros = intltool.m4 xml-i18n-tools.m4
+aclocal_macros = intltool.m4
- CLEANFILES = \
- intltoolize \
-@@ -98,9 +98,6 @@ pkgdata_DATA = \
- intltool-po-Makefile.in.in-patch-5 \
- intltool-po-Makefile.in.in-patch-6 \
- intltool-po-Makefile.in.in-patch-7 \
-- xml-i18n-po-Makefile.in.in-patch-1 \
-- xml-i18n-po-Makefile.in.in-patch-2 \
-- xml-i18n-po-Makefile.in.in-patch-5 \
- $(NULL)
+ CLEANFILES = intltoolize xml-i18n-toolize intltool-extract.in intltool-merge.in
intltool-update.in intltool-extract intltool-merge intltool-prepare
intltool-update *.gz $(NULL)
+
+
+ # These are required by intltoolize and xml-i18n-toolize.
+-pkgdata_DATA = intltool-extract.in intltool-merge.in intltool-update.in
intltool-po-Makefile.in.in-patch-1 intltool-po-Makefile.in.in-patch-2 intltool-po-Makefile.in.in-patch-3 intltool-po-Makefile.in.in-patch-4
intltool-po-Makefile.in.in-patch-5 intltool-po-Makefile.in.in-patch-6 intltool-po-Makefile.in.in-patch-7 xml-i18n-po-Makefile.in.in-patch-1
xml-i18n-po-Makefile.in.in-patch-2 xml-i18n-po-Makefile.in.in-patch-5 $(NULL)
++pkgdata_DATA = intltool-extract.in intltool-merge.in intltool-update.in
intltool-po-Makefile.in.in-patch-1 intltool-po-Makefile.in.in-patch-2 intltool-po-Makefile.in.in-patch-3 intltool-po-Makefile.in.in-patch-4
intltool-po-Makefile.in.in-patch-5 intltool-po-Makefile.in.in-patch-6 intltool-po-Makefile.in.in-patch-7 $(NULL)
-@@ -111,7 +108,6 @@ aclocal_DATA = $(aclocal_macros)
+ # This macro file should be visible to Automake's aclocal.
+@@ -89,7 +89,7 @@ aclocal_DATA = $(aclocal_macros)
+
+ # The intltool distributor and installed versions of scripts
- bin_SCRIPTS = \
- intltoolize \
-- xml-i18n-toolize \
- intltool-update \
- intltool-merge \
- intltool-extract \
+-bin_SCRIPTS = intltoolize xml-i18n-toolize intltool-update intltool-merge
intltool-extract intltool-prepare $(NULL)
++bin_SCRIPTS = intltoolize intltool-update intltool-merge intltool-extract
intltool-prepare $(NULL)
+
+
+ EXTRA_DIST = $(aclocal_macros) intltoolize.in xml-i18n-toolize.in intltool-extract.in.in
intltool-merge.in.in intltool-update.in.in intltool-prepare.in intltool.spec.in
$(pkgdata_DATA) $(NULL)
Home |
Main Index |
Thread Index |
Old Index