aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/intltool/Makefile19
-rw-r--r--textproc/intltool/distinfo1
-rw-r--r--textproc/intltool/pkg-comment1
-rw-r--r--textproc/intltool/pkg-descr17
-rw-r--r--textproc/intltool/pkg-plist9
-rw-r--r--textproc/xml-i18n-tools/Makefile19
-rw-r--r--textproc/xml-i18n-tools/distinfo1
-rw-r--r--textproc/xml-i18n-tools/pkg-comment1
-rw-r--r--textproc/xml-i18n-tools/pkg-descr17
-rw-r--r--textproc/xml-i18n-tools/pkg-plist9
11 files changed, 95 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8df93243235c..cff7e8cd3322 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -145,6 +145,7 @@
SUBDIR += xhtml
SUBDIR += xlhtml
SUBDIR += xls2xml
+ SUBDIR += xml-i18n-tools
SUBDIR += xml4j
SUBDIR += xp
SUBDIR += xt
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
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