pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Remove xml-i18n-tools. This package is obsol...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a38671de1cd0
branches:  trunk
changeset: 477184:a38671de1cd0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Jun 27 17:31:26 2004 +0000

description:
Remove xml-i18n-tools.  This package is obsolete: the homepage is not
available, intltool provides its funcionality, and some Linux systems
I checked do not provide it any more.

diffstat:

 textproc/Makefile                |   3 +--
 textproc/xml-i18n-tools/DESCR    |  24 ------------------------
 textproc/xml-i18n-tools/Makefile |  29 -----------------------------
 textproc/xml-i18n-tools/PLIST    |  21 ---------------------
 textproc/xml-i18n-tools/distinfo |   4 ----
 5 files changed, 1 insertions(+), 80 deletions(-)

diffs (111 lines):

diff -r 5b7c55e11dbc -r a38671de1cd0 textproc/Makefile
--- a/textproc/Makefile Sun Jun 27 17:28:58 2004 +0000
+++ b/textproc/Makefile Sun Jun 27 17:31:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.251 2004/06/27 06:33:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.252 2004/06/27 17:31:26 jmmv Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -254,7 +254,6 @@
 SUBDIR+=       xerces-c
 SUBDIR+=       xerces-j
 SUBDIR+=       xhtml
-SUBDIR+=       xml-i18n-tools
 SUBDIR+=       xml2doc
 SUBDIR+=       xmlcatmgr
 SUBDIR+=       xmlindent
diff -r 5b7c55e11dbc -r a38671de1cd0 textproc/xml-i18n-tools/DESCR
--- a/textproc/xml-i18n-tools/DESCR     Sun Jun 27 17:28:58 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-  The xml-i18n-tools module contains some utility scripts and assorted auto*
-magic for internationalizing various kinds of XML files.  This supersedes the
-earlier scripts that Kenneth distributed to be checked into each module.
-In addition, it has an additional merging feature, currently only for oaf
-files.  This feature might be extented to handle .desktop files and MIME files
-in the future.  Features:
-
-    * Automatically extracts translatable strings from oaf, glade, bonobo
-      ui, nautilus theme and other XML files into the po files.
-
-    * Automatically merges translations from po files back into .oaf files
-      (encoding to be 7-bit clean). I can also extend this merging
-      mechanism to support other types of XML files.
-
-  Having the translations directly in the XML file is critical for some file
-formats, and very helpful for others. When one package installs a file and
-a program from another package might at some time read it, you need to have
-the translations directly in the file, since the app reading the data file
-will not know which message catalog to use.
-
-  The beauty of this extract and merge system is that it works through the
-existing po mechanism, so translators will be able to work in their normal way,
-and be notified of strings that change, or new strings that are added, with
-existing tools.
diff -r 5b7c55e11dbc -r a38671de1cd0 textproc/xml-i18n-tools/Makefile
--- a/textproc/xml-i18n-tools/Makefile  Sun Jun 27 17:28:58 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2004/04/12 02:09:15 minskim Exp $
-
-DISTNAME=      xml-i18n-tools-0.9
-PKGREVISION=   1
-CATEGORIES=    textproc gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/xml-i18n-tools/0.9/}
-
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://news.gnome.org/gnome-news/979851911/
-COMMENT=       XML internationalisation tools
-
-CONFLICTS=     intltool<=0.25
-
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
-USE_BUILDLINK3=                YES
-GNU_CONFIGURE=         YES
-USE_GNU_TOOLS+=                make
-
-DOCDIR=                ${PREFIX}/share/doc/${PKGBASE}
-
-post-install:
-       ${INSTALL_DATA_DIR} ${DOCDIR}
-       for file in ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README; do \
-               ${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR};           \
-       done
-
-.include "../../lang/perl5/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5b7c55e11dbc -r a38671de1cd0 textproc/xml-i18n-tools/PLIST
--- a/textproc/xml-i18n-tools/PLIST     Sun Jun 27 17:28:58 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:21 zuntum Exp $
-bin/xml-i18n-extract
-bin/xml-i18n-merge
-bin/xml-i18n-prepare
-bin/xml-i18n-toolize
-bin/xml-i18n-unicodify
-bin/xml-i18n-update
-share/aclocal/xml-i18n-tools.m4
-share/doc/xml-i18n-tools/ABOUT-NLS
-share/doc/xml-i18n-tools/AUTHORS
-share/doc/xml-i18n-tools/COPYING
-share/doc/xml-i18n-tools/ChangeLog
-share/doc/xml-i18n-tools/NEWS
-share/doc/xml-i18n-tools/README
-share/xml-i18n-tools/xml-i18n-extract.in
-share/xml-i18n-tools/xml-i18n-merge.in
-share/xml-i18n-tools/xml-i18n-po-Makefile.in.in-patch-1
-share/xml-i18n-tools/xml-i18n-po-Makefile.in.in-patch-2
-share/xml-i18n-tools/xml-i18n-update.in
-@dirrm share/xml-i18n-tools
-@dirrm share/doc/xml-i18n-tools
diff -r 5b7c55e11dbc -r a38671de1cd0 textproc/xml-i18n-tools/distinfo
--- a/textproc/xml-i18n-tools/distinfo  Sun Jun 27 17:28:58 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.3 2001/08/27 19:15:55 tron Exp $
-
-SHA1 (xml-i18n-tools-0.9.tar.gz) = e316e4f6b33ab3aae36c7e3ea76218aa70d8d9b7
-Size (xml-i18n-tools-0.9.tar.gz) = 74782 bytes



Home | Main Index | Thread Index | Old Index