* Update the I18N section in light of the recent libiconv and gettext changes

* Mention the GNOME 2.0 components are now at beta3
* Change my contact address to my FreeBSD.org address

Reviewed by:	sobomax
Approved by:	sobomax
This commit is contained in:
Joe Marcus Clarke 2002-04-07 16:00:11 +00:00
parent 0ce04d243e
commit 8aaacfbd39
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12714
3 changed files with 18 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/gnome/contact.sgml,v 1.9 2002/02/13 23:56:01 sobomax Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/contact.sgml,v 1.10 2002/02/27 17:18:25 sobomax Exp $">
<!ENTITY title "FreeBSD GNOME Project: Contact Us"> <!ENTITY title "FreeBSD GNOME Project: Contact Us">
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -32,7 +32,7 @@
<li><a href="mailto:reg@FreeBSD.org">Jeremy Lea</a> - Developer.</li> <li><a href="mailto:reg@FreeBSD.org">Jeremy Lea</a> - Developer.</li>
<li><a href="mailto:asmodai@wxs.nl">Jeroen Ruigrok Asmodai</a> - <li><a href="mailto:asmodai@wxs.nl">Jeroen Ruigrok Asmodai</a> -
Tester.</li> Tester.</li>
<li><a href="mailto:marcus@marcuscom.com">Joe Marcus Clarke</a> - <li><a href="mailto:marcus@FreeBSD.org">Joe Marcus Clarke</a> -
Developer. He also provides the project with internal cvs server.</li> Developer. He also provides the project with internal cvs server.</li>
<li><a href="mailto:john_m_cooper@yahoo.com">John Merryweather Cooper</a> - <li><a href="mailto:john_m_cooper@yahoo.com">John Merryweather Cooper</a> -
Developer.</li> Developer.</li>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.15 2002/02/24 10:03:43 sobomax Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.16 2002/02/27 17:18:26 sobomax Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port"> <!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -144,7 +144,7 @@ port(s):
<h2>GNOME Internationalization</h2> <h2>GNOME Internationalization</h2>
<p>GNOME relies on the <tt>gettext</tt> port to do <p>GNOME relies on the <tt>gettext</tt> port to do
internationalization (I18N). FreeBSD currently supports two versions internationalization (I18N). FreeBSD currently supports two versions
of <tt>gettext</tt>: 0.10.35 and 0.10.40. Most ports can use of <tt>gettext</tt>: 0.10.35 and 0.11.1. Most ports can use
0.10.35. However, if, when compiling your port, you get an error 0.10.35. However, if, when compiling your port, you get an error
building the .po translation files similar to the following you will building the .po translation files similar to the following you will
need to use the newer version of <tt>gettext</tt>:</p> need to use the newer version of <tt>gettext</tt>:</p>
@ -164,7 +164,7 @@ found 6 fatal errors
Makefile:</p> Makefile:</p>
<pre> <pre>
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext
CONFIGURE_ENV+= MSGFMT=${LOCALBASE}/bin/msgfmt-new \ CONFIGURE_ENV+= MSGFMT=${LOCALBASE}/bin/msgfmt-new \
XGETTEXT=${LOCALBASE}/bin/xgettext-new XGETTEXT=${LOCALBASE}/bin/xgettext-new
</pre> </pre>
@ -185,9 +185,6 @@ pre-patch:
not .gmo files. To do this, you can generally use this not .gmo files. To do this, you can generally use this
<a href="../patches/patch-po::Makefile.in.in">patch</a>.</p> <a href="../patches/patch-po::Makefile.in.in">patch</a>.</p>
<p>If your port depends on iconv, make sure you substitute all
instances of <tt>iconv.h</tt> with <tt>giconv.h</tt>, and all
instances of <tt>-liconv</tt> with <tt>-lgiconv</tt>.</p>
<!-- End GNOME I18N --> <!-- End GNOME I18N -->
<!-- Begin GNOME libtool --> <!-- Begin GNOME libtool -->

View file

@ -21,7 +21,7 @@
<news> <news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd"> <cvs:keyword name="freebsd">
$FreeBSD: www/en/gnome/news.xml,v 1.7 2002/03/13 07:26:37 sobomax Exp $ $FreeBSD: www/en/gnome/news.xml,v 1.8 2002/04/06 15:57:16 sobomax Exp $
</cvs:keyword> </cvs:keyword>
</cvs:keywords> </cvs:keywords>
@ -31,6 +31,18 @@
<month> <month>
<name>April</name> <name>April</name>
<day>
<name>6</name>
<event>
<title>GNOME2 ports updated to GNOME2 beta3 release</title>
<p>All components of GNOME2 Development Platform already ported to
FreeBSD have been updated to the latest versions found in the
official GNOME2 beta3 distribution.</p>
</event>
</day>
<day> <day>
<name>5</name> <name>5</name>