summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-06-27 17:31:26 +0000
committerjmmv <jmmv@pkgsrc.org>2004-06-27 17:31:26 +0000
commitb14ba8e3be2ffe413dc3a34455e62466ad06874f (patch)
treeaae980f04987ae3f60ad91403e3b60dd4f5e699b /textproc
parent1295e7aa0577f5fa75299bf04e289d440e521b40 (diff)
downloadpkgsrc-b14ba8e3be2ffe413dc3a34455e62466ad06874f.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/xml-i18n-tools/DESCR24
-rw-r--r--textproc/xml-i18n-tools/Makefile29
-rw-r--r--textproc/xml-i18n-tools/PLIST21
-rw-r--r--textproc/xml-i18n-tools/distinfo4
5 files changed, 1 insertions, 80 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 964c8185b68..7ba43e82d29 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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+= xalan-j
SUBDIR+= xerces-c
SUBDIR+= xerces-j
SUBDIR+= xhtml
-SUBDIR+= xml-i18n-tools
SUBDIR+= xml2doc
SUBDIR+= xmlcatmgr
SUBDIR+= xmlindent
diff --git a/textproc/xml-i18n-tools/DESCR b/textproc/xml-i18n-tools/DESCR
deleted file mode 100644
index 00ed3cd7a8d..00000000000
--- a/textproc/xml-i18n-tools/DESCR
+++ /dev/null
@@ -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 --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile
deleted file mode 100644
index b8af2040ae2..00000000000
--- a/textproc/xml-i18n-tools/Makefile
+++ /dev/null
@@ -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
-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 --git a/textproc/xml-i18n-tools/PLIST b/textproc/xml-i18n-tools/PLIST
deleted file mode 100644
index 9824f2e39f3..00000000000
--- a/textproc/xml-i18n-tools/PLIST
+++ /dev/null
@@ -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 --git a/textproc/xml-i18n-tools/distinfo b/textproc/xml-i18n-tools/distinfo
deleted file mode 100644
index b1c6280511c..00000000000
--- a/textproc/xml-i18n-tools/distinfo
+++ /dev/null
@@ -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