View | Details | Raw Unified | Return to bug 42627
Collapse All | Expand All

(-)chapter.sgml (-38 / +6 lines)
Lines 1-8 Link Here
1
<!--
1
<!--
2
     The FreeBSD Documentation Project
2
     The FreeBSD Documentation Project
3
     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.3 2002/09/03 18:54:12 ceri Exp $
4
3
5
     $Id: chapter.sgml,v 1.36 2002/09/03 00:15:14 chris Exp $
4
     $FreeBSD$
6
-->
5
-->
7
6
8
<chapter id="desktop">
7
<chapter id="desktop">
Lines 295-301 Link Here
295
            <entry><application>KOffice</application></entry>
294
            <entry><application>KOffice</application></entry>
296
            <entry>light</entry>
295
            <entry>light</entry>
297
            <entry>heavy</entry>
296
            <entry>heavy</entry>
298
            <entry><application>KDE</application></entry>
297
            <entry><application>KDE3</application></entry>
299
          </row>
298
          </row>
300
299
301
          <row>
300
          <row>
Lines 334-384 Link Here
334
        <application>KPresenter</application> manages slide
333
        <application>KPresenter</application> manages slide
335
        presentations, and <application>Kontour</application> lets you
334
        presentations, and <application>Kontour</application> lets you
336
        draw graphical documents.  <application>KOffice</application>
335
        draw graphical documents.  <application>KOffice</application>
337
        has been localized in several languages, such as French,
336
        will automatically use the internationalization provided by
338
        German, Japanese, and Russian.</para>
337
        <application>KDE3</application>.</para>
339
338
340
      <para>To install <application>KOffice</application> as a
339
      <para>To install <application>KOffice</application> as a
341
        package for <application>KDE2</application>, issue the
340
        package for <application>KDE3</application>, issue the
342
        following command:</para>
341
        following command:</para>
343
342
344
      <screen>&prompt.root; <userinput>pkg_add -r koffice</userinput></screen>
343
      <screen>&prompt.root; <userinput>pkg_add -r koffice</userinput></screen>
345
344
346
      <para>There are also packages for various internationalized
345
      <para>If the package is not available, you can use the ports
347
        versions of the
348
        <filename role="package">editors/koffice</filename> port.  You
349
        can use <literal>koffice-i18n</literal> as the name of the
350
        package in the <command>pkg_add</command> above, or one of:
351
        <literal>fr-koffice-i18n</literal> for French,
352
        <literal>de-koffice-i18n</literal> for German,
353
        <literal>ja-koffice-i18n</literal> for Japanese, or
354
        <literal>ru-koffice-i18n</literal> for Russian.</para>
355
356
      <para>If the packages are not available, you can use the ports
357
        collection:</para>
346
        collection:</para>
358
347
359
      <screen>&prompt.root; <userinput>cd /usr/ports/editors/koffice</userinput>
360
&prompt.root; <userinput>make install clean</userinput></screen>
361
362
      <para>You can use the corresponding ports instead:
363
        <filename role="package">misc/koffice-i18n</filename>
364
        for internationalization,
365
        <filename role="package">french/koffice-i18n</filename>
366
        for French,
367
        <filename role="package">german/koffice-i18n</filename>
368
        for German,
369
        <filename role="package">japanese/koffice-i18n</filename>
370
        for Japanese, or
371
        <filename role="package">russian/koffice-i18n</filename>
372
        for Russian.</para>
373
374
      <para>If you want <application>KOffice</application> for
375
        <application>KDE3</application>, do:</para>
376
377
      <screen>&prompt.root; <userinput>cd /usr/ports/editors/koffice-kde3</userinput>
348
      <screen>&prompt.root; <userinput>cd /usr/ports/editors/koffice-kde3</userinput>
378
&prompt.root; <userinput>make install clean</userinput></screen>
349
&prompt.root; <userinput>make install clean</userinput></screen>
379
380
      <para>It will automatically use the internationalization
381
        provided by <application>KDE3</application>.</para>
382
    </sect2>
350
    </sect2>
383
351
384
    <sect2>
352
    <sect2>

Return to bug 42627