1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add intltool - Xml internationalization support for GNOME, and others. This

port is advanced version of and will replace xml-i18n-tools, so it was created
via a repo-copy from ports/textproc/xml-i18n-tools.
This commit is contained in:
Maxim Sobolev 2001-10-21 18:37:14 +00:00
parent 76a11d95bc
commit 5a4433e41d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49030
5 changed files with 33 additions and 26 deletions

View File

@ -65,6 +65,7 @@
SUBDIR += htmlsection
SUBDIR += info2html
SUBDIR += info_to_html
SUBDIR += intltool
SUBDIR += isearch
SUBDIR += iso12083
SUBDIR += iso8879

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: xml-i18n-tools
# New ports collection makefile for: intltool
# Date created: 19th January 2001
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xml-i18n-tools
PORTVERSION= 0.9
PORTNAME= intltool
PORTVERSION= 0.11
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
@ -16,4 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
USE_GMAKE= yes
USE_LIBTOOL= yes
MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
intltoolize.8
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (xml-i18n-tools-0.9.tar.gz) = c61a011d959b257168f297cb65f2b980
MD5 (intltool-0.11.tar.gz) = 462d441d42aae7639d8637899eabd6e4

View File

@ -1,17 +1,16 @@
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.
internationalizing various kinds of XML files.
* 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.
o Extract translatable strings from various source files (.xml.in,
.glade, .desktop.in, .server.in, .oaf.in).
o Collect the extracted strings together with messages from traditional
source files (.c, .h) in po/$(PACKAGE).pot.
o Merge back the translations from .po files into .xml, .desktop and
.oaf files. This merge step will happen at build resp. installation
time.
WWW: http://www.gnome.org/

View File

@ -1,13 +1,17 @@
bin/xml-i18n-extract
bin/xml-i18n-merge
bin/xml-i18n-prepare
bin/intltool-extract
bin/intltool-merge
bin/intltool-prepare
bin/intltool-unicodify
bin/intltool-update
bin/intltoolize
bin/xml-i18n-toolize
bin/xml-i18n-unicodify
bin/xml-i18n-update
share/aclocal/intltool.m4
share/aclocal/xml-i18n-tools.m4
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
share/intltool/intltool-extract.in
share/intltool/intltool-merge.in
share/intltool/intltool-po-Makefile.in.in-patch-1
share/intltool/intltool-po-Makefile.in.in-patch-2
share/intltool/intltool-update.in
share/intltool/xml-i18n-po-Makefile.in.in-patch-1
share/intltool/xml-i18n-po-Makefile.in.in-patch-2
@dirrm share/intltool