- add LibreOffice to FAQ, Handbook

PR:		docs/155552
Submitted by:	Jason Helfman <jhelfman _@\ experts-exchange dot com>
This commit is contained in:
Chin-San Huang 2011-03-21 17:42:38 +00:00
parent 8de80a0170
commit eaa28ea784
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37094
3 changed files with 107 additions and 5 deletions
en_US.ISO8859-1/books
faq
handbook

View file

@ -4155,7 +4155,9 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
<answer>
<para>The open-source <application><ulink
url="http://www.openoffice.org">OpenOffice.org</ulink></application>
office suite works natively on &os;. The &linux; version of
and <application><ulink
url="http://www.libreoffice.org">LibreOffice</ulink></application>
office suites work natively on &os;. The &linux; version of
<application><ulink
url="http://www.oracle.com/us/products/applications/open-office/index.html">Oracle Open Office</ulink></application>,
the value-added closed-source version of OpenOffice.org,

View file

@ -135,9 +135,9 @@
with &man.pkg.add.1; the packaging tools extract a temporary copy
of the packages under <filename class="directory">/var/tmp</filename>. Large
software packages, like <application>Firefox</application>,
or <application>OpenOffice</application> may be tricky to install
if there is not enough disk space
under <filename class="directory">/var/tmp</filename>.</para>
<application>OpenOffice</application> or <application>LibreOffice</application>
may be tricky to install if there is not enough disk space under
<filename class="directory">/var/tmp</filename>.</para>
</note>
<para>The <filename class="directory">/usr</filename> partition holds many

View file

@ -59,7 +59,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>
@ -527,6 +528,14 @@
<entry>huge</entry>
<entry><application>&jdk;</application>, <application>Mozilla</application></entry>
</row>
<row>
<entry><application>LibreOffice</application></entry>
<entry>somewhat heavy</entry>
<entry>huge</entry>
<entry><application>Gtk+</application>, or <application>KDE</application>/
<application>GNOME</application>, or <application>&jdk;</application></entry>
</row>
</tbody>
</tgroup>
</informaltable>
@ -732,6 +741,91 @@
<screen>&prompt.user; <userinput>openoffice.org</userinput></screen>
</sect2>
<sect2>
<title>LibreOffice</title>
<indexterm>
<primary><application>LibreOffice</application></primary>
</indexterm>
<indexterm>
<primary>office suite</primary>
<secondary><application>LibreOffice</application></secondary>
</indexterm>
<para><application>LibreOffice</application> is a free software
office suite developed by <application><ulink
url="http://www.documentfoundation.org/">The Document
Foundation</ulink></application> that is compatible with other
major office suites and available on a variety of platforms.
It is a rebranded fork of
<application>OpenOffice.org</application> which includes all of the
mandatory applications in a complete office productivity
suite: a word processor, a spreadsheet, a presentation manager,
a drawing program, a database management program, and a tool for
creating and editing mathematical formula. It is available in a
number of different languages &mdash; internationalization has been
extended to interfaces, spell checkers, and dictionaries.</para>
<para>The word processor of <application>LibreOffice</application>
uses a native XML file format for increased portability and
flexibility. The spreadsheet program features a macro language
and it can be interfaced with external databases.
<application>LibreOffice</application> is already stable
and runs natively on &windows;, Linux, FreeBSD, and
&macos;&nbsp;X. More information about <application>LibreOffice
</application> can be found on the
<ulink url="http://www.libreoffice.org/">LibreOffice web site</ulink>.
</para>
<para>To install <application>LibreOffice</application> as package,
do:</para>
<screen>&prompt.root; <userinput>pkg_add -r libreoffice</userinput></screen>
<note>
<para>When running a -RELEASE version of &os;, this should work.
</note>
<para>Once the package is installed, you need to type the following
command to run <application>LibreOffice</application>:
</para>
<screen>&prompt.user; <userinput>libreoffice</userinput></screen>
<note>
<para>During the first launch, you will be asked some
questions and a <filename>.libreoffice</filename> folder
will be created in your home directory.</para>
</note>
<para>If the <application>LibreOffice</application> packages
are not available, you still have the option to compile the
port. However, you must bear in mind that it requires a lot of
disk space and a fairly long time to compile.</para>
<screen>&prompt.root; <userinput>cd /usr/ports/editors/libreoffice</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
<note>
<para>If you want to build a localized version, replace the
previous command line with the following:</para>
<screen>&prompt.root; <userinput>make LOCALIZED_LANG=<replaceable>your_language</replaceable> install clean</userinput></screen>
<para>You have to replace
<replaceable>your_language</replaceable> with the correct
language ISO-code. A list of supported language codes are
available in the <maketarget>pre-fetch</maketarget> target of
the port <filename>Makefile</filename>.
</para>
</note>
<para>Once this is done,
<application>LibreOffice</application> can be launched with
the command:</para>
<screen>&prompt.user; <userinput>libreoffice</userinput></screen>
</sect2>
</sect1>
<sect1 id="desktop-viewers">
@ -1153,6 +1247,12 @@
<entry><filename role="package">editors/openoffice.org-3</filename></entry>
</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>