diff options
author | ade <ade@FreeBSD.org> | 2001-01-20 02:11:08 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-01-20 02:11:08 +0800 |
commit | 3cad2f6bc5ca834b26493d75ea2b612e529bb688 (patch) | |
tree | f2218dc84369cd848f386bc7fdb462f35e9bddf4 /textproc/intltool | |
parent | 1a768aedfb2a4c687b7f0ba853261afcb5447476 (diff) | |
download | freebsd-ports-gnome-3cad2f6bc5ca834b26493d75ea2b612e529bb688.tar.gz freebsd-ports-gnome-3cad2f6bc5ca834b26493d75ea2b612e529bb688.tar.zst freebsd-ports-gnome-3cad2f6bc5ca834b26493d75ea2b612e529bb688.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
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 19 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 1 | ||||
-rw-r--r-- | textproc/intltool/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/intltool/pkg-descr | 17 | ||||
-rw-r--r-- | textproc/intltool/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile new file mode 100644 index 000000000000..7ae4d64ac40c --- /dev/null +++ b/textproc/intltool/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/intltool/distinfo b/textproc/intltool/distinfo new file mode 100644 index 000000000000..897ba9d1cfd8 --- /dev/null +++ b/textproc/intltool/distinfo @@ -0,0 +1 @@ +MD5 (xml-i18n-tools-0.5.tar.gz) = 703237043cc1fe113528a2ce5574d0c3 diff --git a/textproc/intltool/pkg-comment b/textproc/intltool/pkg-comment new file mode 100644 index 000000000000..e03e503086c2 --- /dev/null +++ b/textproc/intltool/pkg-comment @@ -0,0 +1 @@ +Xml internationalization support for GNOME, and others diff --git a/textproc/intltool/pkg-descr b/textproc/intltool/pkg-descr new file mode 100644 index 000000000000..f24ca36963ae --- /dev/null +++ b/textproc/intltool/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/intltool/pkg-plist b/textproc/intltool/pkg-plist new file mode 100644 index 000000000000..a9d68a689973 --- /dev/null +++ b/textproc/intltool/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 |