|
Lines 59-65
Link Here
|
| 59 |
<application>KOffice</application>, |
59 |
<application>KOffice</application>, |
| 60 |
<application>AbiWord</application>, |
60 |
<application>AbiWord</application>, |
| 61 |
<application>The GIMP</application>, |
61 |
<application>The GIMP</application>, |
| 62 |
<application>OpenOffice.org</application>)</para> |
62 |
<application>OpenOffice.org</application>, |
|
|
63 |
<application>LibreOffice</application>)</para> |
| 63 |
</listitem> |
64 |
</listitem> |
| 64 |
|
65 |
|
| 65 |
<listitem> |
66 |
<listitem> |
|
Lines 527-532
Link Here
|
| 527 |
<entry>huge</entry> |
528 |
<entry>huge</entry> |
| 528 |
<entry><application>&jdk;</application>, <application>Mozilla</application></entry> |
529 |
<entry><application>&jdk;</application>, <application>Mozilla</application></entry> |
| 529 |
</row> |
530 |
</row> |
|
|
531 |
|
| 532 |
<row> |
| 533 |
<entry><application>LibreOffice</application></entry> |
| 534 |
<entry>somewhat heavy</entry> |
| 535 |
<entry>huge</entry> |
| 536 |
<entry><application>Gtk+</application>, or <application>KDE</application>/ |
| 537 |
<application>GNOME</application>, or <application>&jdk;</application></entry> |
| 538 |
</row> |
| 530 |
</tbody> |
539 |
</tbody> |
| 531 |
</tgroup> |
540 |
</tgroup> |
| 532 |
</informaltable> |
541 |
</informaltable> |
|
Lines 732-737
Link Here
|
| 732 |
|
741 |
|
| 733 |
<screen>&prompt.user; <userinput>openoffice.org</userinput></screen> |
742 |
<screen>&prompt.user; <userinput>openoffice.org</userinput></screen> |
| 734 |
</sect2> |
743 |
</sect2> |
|
|
744 |
|
| 745 |
<sect2> |
| 746 |
<title>LibreOffice</title> |
| 747 |
<indexterm> |
| 748 |
<primary><application>LibreOffice</application></primary> |
| 749 |
</indexterm> |
| 750 |
<indexterm> |
| 751 |
<primary>office suite</primary> |
| 752 |
<secondary><application>LibreOffice</application></secondary> |
| 753 |
</indexterm> |
| 754 |
|
| 755 |
<para><application>LibreOffice</application> includes all of the |
| 756 |
mandatory applications in a complete office productivity |
| 757 |
suite: a word processor, a spreadsheet, a presentation manager, |
| 758 |
and a drawing program. Its user interface is very similar |
| 759 |
to other office suites, and it can import and export in various |
| 760 |
popular file formats. It is available in a number of |
| 761 |
different languages — internationalization has been |
| 762 |
extended to interfaces, spell checkers, and |
| 763 |
dictionaries.</para> |
| 764 |
|
| 765 |
<para>The word processor of <application>LibreOffice</application> |
| 766 |
uses a native XML file format for increased portability and |
| 767 |
flexibility. The spreadsheet program features a macro language |
| 768 |
and it can be interfaced with external databases. |
| 769 |
<application>LibreOffice</application> is already stable |
| 770 |
and runs natively on &windows;, Linux, FreeBSD, and |
| 771 |
&macos; X. More information about <application>LibreOffice |
| 772 |
</application> can be found on the |
| 773 |
<ulink url="http://www.libreoffice.org/">LibreOffice web site</ulink>. |
| 774 |
</para> |
| 775 |
|
| 776 |
<para>To install <application>LibreOffice</application> as package, |
| 777 |
do:</para> |
| 778 |
|
| 779 |
<screen>&prompt.root; <userinput>pkg_add -r libreoffice</userinput></screen> |
| 780 |
|
| 781 |
<note> |
| 782 |
<para>When running a -RELEASE version of &os;, this should work. |
| 783 |
</note> |
| 784 |
|
| 785 |
<para>Once the package is installed, you need to type the following |
| 786 |
command to run <application>LibreOffice</application>: |
| 787 |
</para> |
| 788 |
|
| 789 |
<screen>&prompt.user; <userinput>libreoffice</userinput></screen> |
| 790 |
|
| 791 |
<note> |
| 792 |
<para>During the first launch, you will be asked some |
| 793 |
questions and a <filename>.libreoffice</filename> folder |
| 794 |
will be created in your home directory.</para> |
| 795 |
</note> |
| 796 |
|
| 797 |
<para>If the <application>LibreOffice</application> packages |
| 798 |
are not available, you still have the option to compile the |
| 799 |
port. However, you must bear in mind that it requires a lot of |
| 800 |
disk space and a fairly long time to compile.</para> |
| 801 |
|
| 802 |
<screen>&prompt.root; <userinput>cd /usr/ports/editors/libreoffice</userinput> |
| 803 |
&prompt.root; <userinput>make install clean</userinput></screen> |
| 804 |
|
| 805 |
<note> |
| 806 |
<para>If you want to build a localized version, replace the |
| 807 |
previous command line with the following:</para> |
| 808 |
|
| 809 |
<screen>&prompt.root; <userinput>make LOCALIZED_LANG=<replaceable>your_language</replaceable> install clean</userinput></screen> |
| 810 |
|
| 811 |
<para>You have to replace |
| 812 |
<replaceable>your_language</replaceable> with the correct |
| 813 |
language ISO-code. A list of supported language codes are |
| 814 |
available in the <maketarget>pre-fetch</maketarget> target of |
| 815 |
the port <filename>Makefile</filename>. |
| 816 |
</para> |
| 817 |
</note> |
| 818 |
|
| 819 |
<para>Once this is done, |
| 820 |
<application>LibreOffice</application> can be launched with |
| 821 |
the command:</para> |
| 822 |
|
| 823 |
<screen>&prompt.user; <userinput>libreoffice</userinput></screen> |
| 824 |
</sect2> |
| 735 |
</sect1> |
825 |
</sect1> |
| 736 |
|
826 |
|
| 737 |
<sect1 id="desktop-viewers"> |
827 |
<sect1 id="desktop-viewers"> |
|
Lines 1154-1159
Link Here
|
| 1154 |
</row> |
1244 |
</row> |
| 1155 |
|
1245 |
|
| 1156 |
<row> |
1246 |
<row> |
|
|
1247 |
<entry><application>LibreOffice</application></entry> |
| 1248 |
<entry><literal>libreoffice</literal></entry> |
| 1249 |
<entry><filename role="package">editors/libreoffice</filename></entry> |
| 1250 |
</row> |
| 1251 |
|
| 1252 |
<row> |
| 1157 |
<entry><application>&acrobat.reader;</application></entry> |
1253 |
<entry><application>&acrobat.reader;</application></entry> |
| 1158 |
<entry><literal>acroread</literal></entry> |
1254 |
<entry><literal>acroread</literal></entry> |
| 1159 |
<entry><filename role="package">print/acroread8</filename></entry> |
1255 |
<entry><filename role="package">print/acroread8</filename></entry> |