diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-01-19 18:11:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-01-19 18:11:08 +0000 |
commit | 8090e364f476e157ceef7ab59d0fae9d1d8968a0 (patch) | |
tree | c11841937d08d2415df5113a57e72d6a7274bb2a /textproc/xml-i18n-tools | |
parent | 98fdc3fd7a748cd796b7307b026a9bd7411d9328 (diff) | |
download | ports-8090e364f476e157ceef7ab59d0fae9d1d8968a0.tar.gz ports-8090e364f476e157ceef7ab59d0fae9d1d8968a0.zip |
Add xml-i18n-tools, a module containing some utility scripts and assorted
auto* magic for internationalizing various kinds of XML files.
Obtained from: GNOME
Notes
Notes:
svn path=/head/; revision=37340
Diffstat (limited to 'textproc/xml-i18n-tools')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 19 | ||||
-rw-r--r-- | textproc/xml-i18n-tools/distinfo | 1 | ||||
-rw-r--r-- | textproc/xml-i18n-tools/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/xml-i18n-tools/pkg-descr | 17 | ||||
-rw-r--r-- | textproc/xml-i18n-tools/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile new file mode 100644 index 000000000000..7ae4d64ac40c --- /dev/null +++ b/textproc/xml-i18n-tools/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xml-i18n-tools +# Date created: 19th January 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xml-i18n-tools +PORTVERSION= 0.5 +CATEGORIES= textproc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} + +MAINTAINER= ade@FreeBSD.org + +USE_GMAKE= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> diff --git a/textproc/xml-i18n-tools/distinfo b/textproc/xml-i18n-tools/distinfo new file mode 100644 index 000000000000..897ba9d1cfd8 --- /dev/null +++ b/textproc/xml-i18n-tools/distinfo @@ -0,0 +1 @@ +MD5 (xml-i18n-tools-0.5.tar.gz) = 703237043cc1fe113528a2ce5574d0c3 diff --git a/textproc/xml-i18n-tools/pkg-comment b/textproc/xml-i18n-tools/pkg-comment new file mode 100644 index 000000000000..e03e503086c2 --- /dev/null +++ b/textproc/xml-i18n-tools/pkg-comment @@ -0,0 +1 @@ +Xml internationalization support for GNOME, and others diff --git a/textproc/xml-i18n-tools/pkg-descr b/textproc/xml-i18n-tools/pkg-descr new file mode 100644 index 000000000000..f24ca36963ae --- /dev/null +++ b/textproc/xml-i18n-tools/pkg-descr @@ -0,0 +1,17 @@ +The module contains some utility scripts and assorted auto* magic for +internationalizing various kinds of XML files. This supersedes the +earlier scripts that I (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 + +o Automatically extracts translatable strings from oaf, glade, bonobo + ui, nautilus theme and other XML files into the po files. + +o 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. + +WWW: http://www.gnome.org/ diff --git a/textproc/xml-i18n-tools/pkg-plist b/textproc/xml-i18n-tools/pkg-plist new file mode 100644 index 000000000000..a9d68a689973 --- /dev/null +++ b/textproc/xml-i18n-tools/pkg-plist @@ -0,0 +1,9 @@ +bin/xml-i18n-extract +bin/xml-i18n-toolize +bin/xml-i18n-update +share/aclocal/xml-i18n-tools.m4 +share/xml-i18n-tools/xml-i18n-extract +share/xml-i18n-tools/xml-i18n-merge +share/xml-i18n-tools/xml-i18n-tools.Makefile.patch +share/xml-i18n-tools/xml-i18n-update +@dirrm share/xml-i8n-tools |