Changeset 2be0e0d
- Timestamp:
- 10/03/2003 09:35:57 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b7d0bb4
- Parents:
- a4be499
- Files:
-
- 33 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/generic/generic.xml
ra4be499 r2be0e0d 5 5 <para>When you want to install a package to a location other than 6 6 <filename class='directory'>/</filename>, or <filename class='directory'>/usr</filename>, you are installing 7 outside the default envi onment settings on most machines. The following7 outside the default environment settings on most machines. The following 8 8 examples should assist you in determining how to correct this situation. 9 9 The examples cover the complete range of settings that may need -
appendices/glossary.xml
ra4be499 r2be0e0d 68 68 <glossdef><para>Color Space Array</para></glossdef></glossentry> 69 69 70 <glossentry id="gCSSdvd"><glossterm><acronym>CSS</acronym> (on DVD)</glossterm> 71 <glossdef><para>Contents Scrambling System</para></glossdef></glossentry> 72 70 73 <glossentry id="gCSS"><glossterm><acronym>CSS</acronym></glossterm> 71 74 <glossdef><para>Cascading Style Sheets</para></glossdef></glossentry> … … 458 461 <glossdef><para>Unix-to-Unix Copy Protocol</para></glossdef></glossentry> 459 462 463 <glossentry id="gVESA"><glossterm><acronym>VESA</acronym></glossterm> 464 <glossdef><para>Video Electronics Standards Association</para></glossdef></glossentry> 465 460 466 <glossentry id="gVGA"><glossterm><acronym>VGA</acronym></glossterm> 461 467 <glossdef><para>Video Graphics Array</para></glossdef></glossentry> -
basicnet/netutils/bind-utils.xml
ra4be499 r2be0e0d 1 <sect1 id="bind-utils" xreflabel="BIND -utils">1 <sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;"> 2 2 <?dbhtml filename="bind-utils.html" dir="basicnet"?> 3 <title>BIND -utils-&bind-version;</title>3 <title>BIND Utilities-&bind-version;</title> 4 4 5 5 &bind-utils-intro; -
basicnet/netutils/bind-utils/bind-utils-desc.xml
ra4be499 r2be0e0d 2 2 <title>Contents</title> 3 3 4 <para>The <application><acronym>BIND</acronym> -utils</application> package4 <para>The <application><acronym>BIND</acronym> Utilities</application> package 5 5 contains <command>dig</command>, <command>host</command> and 6 6 <command>nslookup</command>.</para> -
basicnet/netutils/bind-utils/bind-utils-inst.xml
ra4be499 r2be0e0d 1 1 <sect2> 2 <title>Installation of <application><acronym>BIND</acronym> -utils</application></title>2 <title>Installation of <application><acronym>BIND</acronym> Utilities</application></title> 3 3 4 <para>Install <application><acronym>BIND</acronym> -utils</application> by4 <para>Install <application><acronym>BIND</acronym> Utilities</application> by 5 5 running the following commands:</para> 6 6 -
basicnet/netutils/bind-utils/bind-utils-intro.xml
ra4be499 r2be0e0d 1 1 <sect2> 2 <title>Introduction to <application><acronym>BIND</acronym> -utils</application></title>2 <title>Introduction to <application><acronym>BIND</acronym> Utilities</application></title> 3 3 4 <para><application><acronym>BIND</acronym> -utils</application> is not a4 <para><application><acronym>BIND</acronym> Utilities</application> is not a 5 5 separate package, it is a collection of the client side programs that are 6 6 included with <application><acronym>BIND</acronym></application>. The -
general/graphlib/directfb/directfb-desc.xml
ra4be499 r2be0e0d 29 29 <sect3><title>directfb-config</title> 30 30 <para><command>directfb-config</command> provides all flags to link static binaries with 31 choosable drivers and other modules built in.</para></sect3>31 selectable drivers and other modules built in.</para></sect3> 32 32 33 33 <sect3><title>directfb-csource</title> -
general/graphlib/svgalib/svgalib-desc.xml
ra4be499 r2be0e0d 26 26 27 27 <sect3><title>mode3</title> 28 <para><command>mode3</command> sets a vesamode.</para></sect3>28 <para><command>mode3</command> sets a <acronym>VESA</acronym> mode.</para></sect3> 29 29 30 30 <sect3><title>restorefont</title> -
general/prog/jdk/j2sdk-exp.xml
ra4be499 r2be0e0d 6 6 7 7 <para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command>: 8 Patch to fix duplicate messages in the int l files.</para>8 Patch to fix duplicate messages in the international files.</para> 9 9 <para><command>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</command>: Patch to add missing libs to fix unresolved symbols.</para> 10 10 <para><command>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch -
general/prog/jdk/j2sdk-inst.xml
ra4be499 r2be0e0d 40 40 patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch</command></userinput></screen> 41 41 42 <para>Set some var s which affect the build:</para>42 <para>Set some variables which affect the build:</para> 43 43 <screen><userinput><command>export ALT_BOOTDIR="$JAVA_HOME" && 44 44 unset JAVA_HOME && -
gnome/gnome-intro.xml
ra4be499 r2be0e0d 30 30 <para>If you choose the second option, removal of 31 31 <application><acronym>GNOME</acronym></application>-&gnome-version; is as easy 32 as removing the edits from the pre-installation page and issu eing the32 as removing the edits from the pre-installation page and issuing the 33 33 following command:</para> 34 34 <screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen> -
multimedia/cdwriteutils/udftools/udftools-desc.xml
ra4be499 r2be0e0d 18 18 associates the physical device <filename>/dev/scd0</filename> with the 19 19 kernel packet driver <filename>/dev/pktcdvd0</filename>, then mounts a 20 <acronym> udf</acronym> formatted <acronym>CD-RW</acronym> for read/write20 <acronym>UDF</acronym> formatted <acronym>CD-RW</acronym> for read/write 21 21 access.</para></sect3> 22 22 … … 26 26 drives, including formatting new disks, setting the read and write 27 27 speeds etc.. </para> 28 <para>E ample:28 <para>Example: 29 29 <screen><command>cdrwtool -d /dev/scd0 -q</command></screen> 30 30 prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and -
multimedia/libdriv/libdvdcss/libdvdcss-desc.xml
ra4be499 r2be0e0d 12 12 <para><filename class="libraryfile">libdvdcss</filename> provides 13 13 the functionality that is required for transparent 14 <acronym>DVD</acronym> access with <acronym>CSS</acronym> de scryption.14 <acronym>DVD</acronym> access with <acronym>CSS</acronym> decryption. 15 15 </para></sect3> 16 16 -
multimedia/libdriv/xine-lib.xml
ra4be499 r2be0e0d 1 <sect1 id="xine-lib" xreflabel="xine -lib-&xine-lib-version;">1 <sect1 id="xine-lib" xreflabel="xine Libraries-&xine-lib-version;"> 2 2 <?dbhtml filename="xine-lib.html" dir="multimedia"?> 3 <title>xine -lib-&xine-lib-version;</title>3 <title>xine Libraries-&xine-lib-version;</title> 4 4 5 5 &xine-lib-intro; -
multimedia/libdriv/xine-lib/xine-lib-desc.xml
ra4be499 r2be0e0d 2 2 <title>Contents</title> 3 3 4 <para>The <application>xine -lib</application> package contains <command>4 <para>The <application>xine Libraries</application> package contains <command> 5 5 xine-config</command> and <filename class="libraryfile">libxine</filename> 6 6 libraries.</para> -
multimedia/libdriv/xine-lib/xine-lib-inst.xml
ra4be499 r2be0e0d 1 1 <sect2> 2 <title>Installation of <application>xine -lib</application></title>2 <title>Installation of <application>xine Libraries</application></title> 3 3 4 <para>Install <application>xine -lib</application> by running the following4 <para>Install <application>xine Libraries</application> by running the following 5 5 commands:</para> 6 6 -
multimedia/libdriv/xine-lib/xine-lib-intro.xml
ra4be499 r2be0e0d 1 1 <sect2> 2 <title>Introduction to <application>xine -lib</application></title>2 <title>Introduction to <application>xine Libraries</application></title> 3 3 4 <para>The <application>xine -lib</application> package contains xine libraries.4 <para>The <application>xine Libraries</application> package contains xine libraries. 5 5 These are useful for interfacing with external plug-ins that allow the flow of 6 6 information from the source to the screen and speakers.</para> … … 15 15 </sect3> 16 16 17 <sect3><title><application>xine -lib</application> dependencies</title>17 <sect3><title><application>xine Libraries</application> dependencies</title> 18 18 <sect4><title>Required</title> 19 19 <para><xref linkend="xfree86"/> and <xref linkend="esound"/> or -
multimedia/videoutils/ffmpeg/ffmpeg-inst.xml
ra4be499 r2be0e0d 5 5 commands:</para> 6 6 7 <note><para>The package mainta ners recommend compiling without any7 <note><para>The package maintainers recommend compiling without any 8 8 optimizations.</para></note> 9 9 -
multimedia/videoutils/mplayer/mplayer-desc.xml
ra4be499 r2be0e0d 14 14 formats to play video files, <acronym>DVD</acronym>s, 15 15 (S)<acronym>VCD</acronym>s or network streams containing 16 audio and/or video information son your system.</para>16 audio and/or video information on your system.</para> 17 17 <para>Examples:</para> 18 18 -
multimedia/videoutils/xine-ui.xml
ra4be499 r2be0e0d 1 <sect1 id="xine-ui" xreflabel="xine -ui-&xine-ui-version;">1 <sect1 id="xine-ui" xreflabel="xine User Interface-&xine-ui-version;"> 2 2 <?dbhtml filename="xine-ui.html" dir="multimedia"?> 3 <title>xine -ui-&xine-ui-version;</title>3 <title>xine User Interface-&xine-ui-version;</title> 4 4 5 5 &xine-ui-intro; -
multimedia/videoutils/xine-ui/xine-ui-config.xml
ra4be499 r2be0e0d 1 1 <sect2> 2 <title>Configuring <application>xine -ui</application></title>2 <title>Configuring <application>xine User Interface</application></title> 3 3 4 4 <sect3><title>Config files</title> -
multimedia/videoutils/xine-ui/xine-ui-desc.xml
ra4be499 r2be0e0d 2 2 <title>Contents</title> 3 3 4 <para>The <application>xine -ui</application> package contains4 <para>The <application>xine User Interface</application> package contains 5 5 <command>xine</command>, 6 6 <command>xine-check</command> and <command>xine-remote</command>.</para> -
multimedia/videoutils/xine-ui/xine-ui-inst.xml
ra4be499 r2be0e0d 1 1 <sect2> 2 <title>Installation of <application>xine -ui</application></title>2 <title>Installation of <application>xine User Interface</application></title> 3 3 4 <para>Install <application>xine -ui</application> by running the following commands:</para>4 <para>Install <application>xine User Interface</application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure --prefix=/usr && -
multimedia/videoutils/xine-ui/xine-ui-intro.xml
ra4be499 r2be0e0d 1 1 <sect2> 2 <title>Introduction to <application>xine -ui</application></title>2 <title>Introduction to <application>xine User Interface</application></title> 3 3 4 <para>The <application>xine -ui</application> package contains a user interface4 <para>The <application>xine User Interface</application> package contains a user interface 5 5 for <command>xine</command>. This is 6 6 useful for controlling the operations of your movie.</para> … … 19 19 </sect3> 20 20 21 <sect3><title><application>xine </application> dependencies</title>21 <sect3><title><application>xine User Interface</application> dependencies</title> 22 22 <sect4><title>Required</title> 23 23 <para><xref linkend="xine-lib"/></para></sect4> -
pst/printing/lprng/lprng-intro.xml
ra4be499 r2be0e0d 4 4 <para>The <application>LPRng</application> package contains an enhanced, 5 5 extended and portable implementation of the Berkeley Line PRinter 6 (<acronym>LPR</acronym>) print spooler. This is useful for queu eing print jobs.6 (<acronym>LPR</acronym>) print spooler. This is useful for queuing print jobs. 7 7 </para> 8 8 -
pst/typesetting/ps.xml
ra4be499 r2be0e0d 3 3 <title>PostScript</title> 4 4 5 <para>This chapter includes applications that create, man upilate or view5 <para>This chapter includes applications that create, manipulate or view 6 6 PostScript files and view Portable Document Format <acronym>PDF</acronym> 7 7 files.</para> -
pst/typesetting/sgml.xml
ra4be499 r2be0e0d 6 6 type definitions (<acronym>DTD</acronym>s), DocBook 7 7 <acronym>DSSSL</acronym> style sheets and DocBook tools to validate, 8 transf rom, format and publish DocBook documents.</para>8 transform, format and publish DocBook documents.</para> 9 9 10 10 &sgml-common; -
pst/typesetting/xml.xml
ra4be499 r2be0e0d 4 4 5 5 <para>This chapter contains the DocBook <acronym>XML</acronym> document 6 type definition (<acronym>DTD</acronym>) and DocBook s ytle sheets6 type definition (<acronym>DTD</acronym>) and DocBook style sheets 7 7 which are used to validate, transform, format and publish DocBook documents.</para> 8 8 -
server/mail/courier/courier-desc.xml
ra4be499 r2be0e0d 123 123 124 124 <sect3><title>makeuucpneighbors</title> 125 <para><filename>makeuucpneighbors</filename> Builds a list of uucp recipient's using <filename>/etc/courier/uucpneighbors 125 <para><filename>makeuucpneighbors</filename> Builds a list of 126 <acronym>UUCP</acronym> recipient's using <filename>/etc/courier/uucpneighbors 126 127 </filename>.</para></sect3> 127 128 -
x/lib/lib.xml
ra4be499 r2be0e0d 9 9 <application>X</application> and applications that run on 10 10 <application>X</application> whose purpose is to standardize the look 11 and feel and inter process communications so that applications written by11 and feel and inter-process communications so that applications written by 12 12 different programmers end up looking and acting similarly. They also 13 13 assist programmers by supplying common elements.</para> -
x/wm/xfce/xfce-desc.xml
ra4be499 r2be0e0d 31 31 <sect3><title>xfce4-panel</title> 32 32 <para><command>xfce4-panel</command> is the panel manager for 33 <application>XFce</application>. It contains the la nucher, clock, mail33 <application>XFce</application>. It contains the launcher, clock, mail 34 34 check, desktop switcher and separator programs.</para></sect3> 35 35 -
xsoft/graphweb/mozilla/mozilla-config.xml
ra4be499 r2be0e0d 10 10 11 11 <para>Many applications look for <command>netscape</command> when they need to 12 open a browser. You may make the following symlink for conv inience.</para>12 open a browser. You may make the following symlink for convenience.</para> 13 13 14 14 <screen><userinput><command>ln -sf mozilla /usr/bin/netscape</command></userinput></screen> -
xsoft/graphweb/mozilla/mozilla-inst.xml
ra4be499 r2be0e0d 72 72 have the described effect on the <application>Mozilla</application> compile.</para> 73 73 74 <para><option>--enable-elf-dynstr-gc</option>: Removes un referenced74 <para><option>--enable-elf-dynstr-gc</option>: Removes un-referenced 75 75 strings from <acronym>ELF</acronym> shared objects generated during the build. 76 76 Note that this option breaks build on alpha.</para> … … 111 111 <option>--disable-mailnews</option>.</para> 112 112 113 <para>We recommend installing in a sep erate prefix113 <para>We recommend installing in a separate prefix 114 114 such as <parameter>--prefix=/opt/firebird-&firebird-version;</parameter> 115 115 to prevent clashes with … … 128 128 <screen><userinput><command>export MOZ_THUNDERBIRD="1"</command></userinput></screen> 129 129 130 <para>Make sure that the following switche is passed to130 <para>Make sure that the following switches is passed to 131 131 <command>./configure</command>: <option>--disable-calendar</option>.</para> 132 132 133 <para>We recommend installing in a sep erate prefix133 <para>We recommend installing in a separate prefix 134 134 such as 135 135 <parameter>--prefix=/opt/thunderbird-&thunderbird-version;</parameter>
Note:
See TracChangeset
for help on using the changeset viewer.