Date: Thu, 12 May 2011 04:30:32 GMT From: Rene Ladan <rene@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 192993 for review Message-ID: <201105120430.p4C4UWZ3035077@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@192993?ac=10 Change 192993 by rene@rene_acer on 2011/05/12 04:30:26 MFen handbook/desktop 1.101 -> 1.105 Affected files ... .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#29 edit Differences ... ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#29 (text+ko) ==== @@ -4,7 +4,7 @@ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.27 2011/03/06 15:05:39 remko Exp $ %SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml - %SRCID% 1.101 + %SRCID% 1.105 --> <chapter id="desktop"> @@ -71,7 +71,8 @@ <application>KOffice</application>, <application>AbiWord</application>, <application>The GIMP</application>, - <application>OpenOffice.org</application>)</para> + <application>OpenOffice.org</application>, + <application>LibreOffice</application>)</para> </listitem> <listitem> @@ -206,10 +207,15 @@ <screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen> - <para>Dit zal <application>Firefox</application> 3.6 installeren, - als u in plaats hiervan <application>Firefox</application> 3.5 + <para>Dit zal <application>Firefox</application> 4.0 installeren, + als u in plaats hiervan <application>Firefox</application> 3.6 wilt draaien, gebruik dan:</para> + <screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen> + + <para>Als u <application>Firefox</application> 3.5 wilt draaien, gebruik + dan:</para> + <screen>&prompt.root; <userinput>pkg_add -r firefox35</userinput></screen> <para>De Portscollectie kan ook gebruikt worden als u liever @@ -218,9 +224,11 @@ <screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput> &prompt.root; <userinput>make install clean</userinput></screen> - <para>Voor <application>Firefox</application> 3.5 dient + <para>Voor <application>Firefox</application> 3.6 dient <literal>firefox</literal> in het vorige commando vervangen te - worden door <literal>firefox35</literal>.</para> + worden door <literal>firefox36</literal>. Voor + <application>Firefox</application> 3.5 gebruikt u + <literal>firefox35</literal>.</para> </sect2> <sect2 id="moz-java-plugin"> @@ -264,7 +272,7 @@ <filename role="package">misc/compat7x</filename> geïnstalleerd worden voordat het pakket wordt geïnstalleerd.</para> - + <para>Als alternatief kan <application>Diablo &jre;</application> (evenals <application>Diablo &jdk;</application>) geïnstalleerd worden door gebruik te maken van de Ports @@ -304,7 +312,7 @@ </step> <step> - <title>Voor Firefox 3.6</title> + <title>Voor Firefox 3.6 en 4.0</title> <para>Installeer <application>OpenJDK 6</application> vanuit de Ports Collectie door het volgende typen:</para> @@ -570,6 +578,18 @@ <entry><application>&jdk;</application>, <application>Mozilla</application></entry> </row> + + <row> + <entry><application>LibreOffice</application></entry> + + <entry>enigszins veel</entry> + + <entry>zwaar</entry> + + <entry><application>Gtk+</application>, of + <application>KDE</application> / <application>GNOME</application>, + of <application>&jdk;</application></entry> + </row> </tbody> </tgroup> </informaltable> @@ -770,6 +790,89 @@ <screen>&prompt.user; <userinput>openoffice.org</userinput></screen> </sect2> + + <sect2> + <title>LibreOffice</title> + + <indexterm> + <primary><application>LibreOffice</application></primary> + </indexterm> + + <indexterm> + <primary>kantoorpakketten</primary> + + <secondary><application>LibreOffice</application></secondary> + </indexterm> + + <para><application>LibreOffice</application> is een gratis kantoorpakket + ontwikkeld door <ulink + url="http://www.documentfoundation.org/">The Document + Foundation</ulink> en compatibel is met andere grote kantoorpakketten + en beschikbaar is op meerdere platforms. Het is een afsplitsing van + <application>OpenOffice.org</application> onder een nieuw merk en bevat + alle verwachte toepassingen van een compleet kantoorpakket: een + tekstverwerker, een spreadsheet, een presentatiebeheerder, een + tekenprogramma, een databasebeheerprogramma, en een programma om + wiskundige formules te bewerken. Het is beschikbaar in een aantal + verschillende talen — internationalisatie heeft zich uitgebreid + naar interfaces, spellingcheckers en woordenboeken.</para> + + <para>De tekstverwerker van <application>LibreOffice</application> + gebruikt een eigen XML-bestandsformaat voor verhoogde portabiliteit en + flexibiliteit. Het spreadsheetprogramma bevat een macrotaal en kan met + externe databases gebruikt worden. + <application>LibreOffice</application> is reeds stabiel en draait op + &windows;, Linux, &os;, en &macos; X. Meer informatie over + <application>LibreOffice</application> is te vinden op de + <ulink url="http://www.libreoffice.org/">website van + LibreOffice</ulink>.</para> + + <para>Om <application>LibreOffice</application> als een pakket te + installeren:</para> + + <screen>&prompt.root; <userinput>pkg_add -r libreoffice</userinput></screen> + + <note> + <para>Dit zou moeten werken met een -RELEASE-versie van &os;.</para> + </note> + + <para>Als het pakket is geïnstalleerd, dient de volgende opdracht + gebruikt te worden om <application>LibreOffice</application> te + draaien:</para> + + <screen>&prompt.user; <userinput>libreoffice</userinput></screen> + + <note> + <para>Tijdens de eerste keer draaien worden u wat vragen gesteld en + wordt er een map <filename class="directory">.libreoffice</filename> + aangemaakt in uw thuismap.</para> + </note> + + <para>Als er geen pakket voor <application>LibreOffice</application> + beschikbaar is, heeft u nog altijd de optie om de port te compileren. + Denk er echter aan dat dit veel schijfruimte en een redelijk lange + tijd kost.</para> + + <screen>&prompt.root; <userinput>cd /usr/ports/editors/libreoffice</userinput> +&prompt.root; <userinput>make install clean</userinput></screen> + + <note> + <para>Als u een gelokaliseerde versie wilt bouwen, dient u de vorige + opdracht door het volgende te vervangen:</para> + + <screen>&prompt.root; <userinput>make LOCALIZED_LANG=<replaceable>uw_taal</replaceable> install clean</userinput></screen> + + <para>U dient <replaceable>uw_taal</replaceable> te vervangen door de + juiste ISO-taalcode. Een lijst met ondersteunde talen is beschikbaar + in het doel <maketarget>pre-fetch</maketarget> van de + <filename>Makefile</filename> van de port.</para> + </note> + + <para>Wanneer dit is gedaan, kan <application>LibreOffice</application> + gestart worden met deze opdracht:</para> + + <screen>&prompt.user; <userinput>libreoffice</userinput></screen> + </sect2> </sect1> <sect1 id="desktop-viewers"> @@ -1248,6 +1351,14 @@ </row> <row> + <entry><application>LibreOffice</application></entry> + + <entry><literal>libreoffice</literal></entry> + + <entry><filename role="package">editors/libreoffice</filename></entry> + </row> + + <row> <entry><application>&acrobat.reader;</application></entry> <entry><literal>acroread</literal></entry>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105120430.p4C4UWZ3035077>
