Changeset ff074127
- Timestamp:
- 09/10/2003 01:16:47 AM (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:
- 945f944
- Parents:
- c47b5f11
- Files:
-
- 5 added
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netlibs/wvstreams/wvstreams-desc.xml
rc47b5f11 rff074127 11 11 <sect2><title>Description</title> 12 12 13 <sect3><title> wvcrypto</title>13 <sect3><title>libwvcrypto</title> 14 14 <para><filename class="libraryfile">libwvcrypto</filename> defines 15 15 streams with built-in cryptography.</para></sect3> 16 16 17 <sect3><title> wvstreams</title>17 <sect3><title>libwvstreams</title> 18 18 <para><filename class="libraryfile">libwvstreams</filename> defines the 19 19 basic properties of a stream.</para></sect3> 20 20 21 <sect3><title> wvutils</title>21 <sect3><title>libwvutils</title> 22 22 <para><filename class="libraryfile">libwvutils</filename> contains 23 23 fundamental support utilites.</para></sect3> -
basicnet/textweb/w3m.xml
rc47b5f11 rff074127 5 5 &w3m-intro; 6 6 &w3m-inst; 7 &w3m-exp; 7 8 &w3m-config; 8 &w3m-exp;9 9 &w3m-desc; 10 10 -
basicnet/textweb/w3m/w3m-config.xml
rc47b5f11 rff074127 2 2 <title>Configuration</title> 3 3 4 <para>w3m expects the GPM library to be located at 5 <filename>/usr/lib/libgpm.so.1</filename>. To make w3m happy, we will 6 create a symbolic link to the GPM library. You only need to do this if 7 you compiled w3m with mouse support. To create this symbolic link, run 8 the following command:</para> 4 <para>If you compiled w3m with mouse support then you must create a symbolic 5 link to the <acronym>GPM</acronym> library because w3m expects it to be 6 located at <filename>/usr/lib/libgpm.so.1</filename>. To create this symbolic 7 link run the following command:</para> 9 8 10 <para><screen><userinput>ln -sf /usr/lib/libgpm.so.?.* /usr/lib/libgpm.so.1</userinput></screen></para> 9 <screen><userinput><command>ln -sf /usr/lib/libgpm.so.?.* /usr/lib/libgpm.so.1</command> 10 </userinput></screen> 11 11 12 12 </sect2> 13 13 14 14 <sect2> 15 <title>Possible problems with GPM</title>15 <title>Possible problems with <acronym>GPM</acronym></title> 16 16 17 <para>Depending on what version of GPMyou are using, and whether or not18 any patches were applied to GPM, you might receive the following17 <para>Depending on what version of <acronym>GPM</acronym> you are using, and whether or not 18 any patches were applied to <acronym>GPM</acronym>, you might receive the following 19 19 warning when starting w3m:</para> 20 20 21 < para><screen>*** debug ***: [/usr/src/gpm-1.20.0/src/liblow.c(202)]:</screen></para>21 <screen>*** debug ***: [/usr/src/gpm-1.20.0/src/liblow.c(202)]:</screen> 22 22 23 23 <para>Currently, the only known solution to this problem is to disable -
basicnet/textweb/w3m/w3m-desc.xml
rc47b5f11 rff074127 2 2 <title>Contents</title> 3 3 4 <para>The w3m package contains < userinput>w3m</userinput> and5 < userinput>w3mman</userinput>.</para>4 <para>The w3m package contains <command>w3m</command> and 5 <command>w3mman</command>.</para> 6 6 7 7 </sect2> … … 10 10 11 11 <sect3><title>w3m</title> 12 <para> w3mis a text based web browser and pager.</para></sect3>12 <para><command>w3m</command> is a text based web browser and pager.</para></sect3> 13 13 14 14 <sect3><title>w3mman</title> 15 <para> w3mmanis an interface to the on-line reference manuals in15 <para><command>w3mman</command> is an interface to the on-line reference manuals in 16 16 w3m.</para></sect3> 17 17 -
basicnet/textweb/w3m/w3m-exp.xml
rc47b5f11 rff074127 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>./configure -yes</userinput> : Set all parameters to4 <para><command>./configure -yes</command> : Set all parameters to 5 5 their default values.</para> 6 6 7 <para>< userinput>-lang=en</userinput> : Set the default language to7 <para><command>-lang=en</command> : Set the default language to 8 8 English.</para> 9 9 10 <para>< userinput>-model=monster</userinput> : This sets the build model10 <para><command>-model=monster</command> : This sets the build model 11 11 to monster. Alternative build models are discussed above.</para> 12 12 -
basicnet/textweb/w3m/w3m-inst.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title>Installation of w3m</title>2 <title>Installation of <application>w3m</application></title> 3 3 4 <para>We configure w3mto use the "monster" model, which includes color,5 menu, mouse, cookie, and SSLsupport. Other models include:</para>4 <para>We configure <application>w3m</application> to use the "monster" model, which includes color, 5 menu, mouse, cookie, and <acronym>SSL</acronym> support. Other models include:</para> 6 6 7 7 <para><literallayout>baby - bare minimum … … 10 10 cookie - color, menu, mouse, and cookie support</literallayout></para> 11 11 12 <para>Install w3mby running the following commands:</para>12 <para>Install <application>w3m</application> by running the following commands:</para> 13 13 14 < para><screen><userinput>./configure -yes -lang=en -model=monster -prefix=/usr &&14 <screen><userinput><command>./configure -yes -lang=en -model=monster -prefix=/usr && 15 15 make && 16 make install</ userinput></screen></para>16 make install</command></userinput></screen> 17 17 18 18 </sect2> -
basicnet/textweb/w3m/w3m-intro.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title>Introduction to w3m</title>2 <title>Introduction to <application>w3m</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&w3m-download-http;"/> 5 Download location (FTP): <ulink url="&w3m-download-ftp;"/> 6 Version used: &w3m-version; 7 Package size: &w3m-size; 8 Estimated Disk space required: &w3m-buildsize;</screen> 4 <para><application>w3m</application> is primarily a pager but it can also be used as a text-mode 5 <acronym>WWW</acronym> browser.</para> 9 6 10 <para>w3m is a text based web browser and pager.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&w3m-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&w3m-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &w3m-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &w3m-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &w3m-time;</para></listitem></itemizedlist> 14 </sect3> 15 16 <sect3><title><application>w3m</application> dependencies</title> 17 <sect4><title>Optional</title> 18 <para><xref linkend="gpm"/>, <xref linkend="openssl"/>, <xref 19 linkend="imlib"/>, <xref linkend="gdk"/> and <xref 20 linkend="compface"/></para></sect4> 21 </sect3> 11 22 12 23 </sect2> -
basicnet/textweb/w3m/w3m.ent
rc47b5f11 rff074127 5 5 <!ENTITY w3m-exp SYSTEM "w3m-exp.xml"> 6 6 <!ENTITY w3m-desc SYSTEM "w3m-desc.xml"> 7 <!ENTITY w3m-buildsize " 3MB">8 <!ENTITY w3m-version "0. 3.2.1">7 <!ENTITY w3m-buildsize "8.2 MB"> 8 <!ENTITY w3m-version "0.4.1"> 9 9 <!ENTITY w3m-download-http "http://unc.dl.sourceforge.net/sourceforge/w3m/w3m-&w3m-version;.tar.gz"> 10 10 <!ENTITY w3m-download-ftp ""> 11 <!ENTITY w3m-size "1.1 MB"> 11 <!ENTITY w3m-size "1.2 MB"> 12 <!ENTITY w3m-time "0.20 SBU"> -
book/abstract.xml
rc47b5f11 rff074127 1 <abstract >1 <abstract role="dsssl"> 2 2 3 3 <para>This book follows on from the LinuxFromScratch book. It introduces and -
general/general.ent
rc47b5f11 rff074127 69 69 <!ENTITY % bc SYSTEM "genutils/bc/bc.ent"> 70 70 <!ENTITY % rep-gtk SYSTEM "genutils/rep-gtk/rep-gtk.ent"> 71 <!ENTITY % compface SYSTEM "genutils/compface/compface.ent"> 71 72 %bc; 72 73 %rep-gtk; 74 %compface; 73 75 74 76 <!-- System Utilities --> -
general/genutils/genutils.xml
rc47b5f11 rff074127 5 5 &bc; 6 6 &rep-gtk; 7 &compface; 7 8 8 9 </chapter> -
index.xml
rc47b5f11 rff074127 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003090 8">6 <!ENTITY releasedate "September 8th, 2003">5 <!ENTITY version "20030909"> 6 <!ENTITY releasedate "September 9th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rc47b5f11 rff074127 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 9th, 2003 [larry]: update to esp 14 ghostcript-7.07.1rc2, AFPL Ghostscript-8.11 and w3m-0.4.1 submitted by 15 Igor.</para></listitem> 12 16 13 17 <listitem><para>September 8th, 2003 [tushar]: added bind-utils section for -
postlfs/security/firewalling/intro.xml
rc47b5f11 rff074127 73 73 74 74 <sect3><title>Packetfilter / partly accessible net [partly described 75 here, see <xref linkend="postlfs-security-fw-busybox"/> ]</title>75 here, see <xref linkend="postlfs-security-fw-busybox"/></title> 76 76 <para>Doing routing or masquerading, but permitting only selected 77 77 services to be accessible, sometimes only by selected internal users or boxes; -
pst/printing/espgs.xml
rc47b5f11 rff074127 1 1 <sect1 id="espgs" xreflabel="GhostScript-&espgs-version;"> 2 2 <?dbhtml filename="espgs.html" dir="pst"?> 3 <title> Ghostscript-&espgs-version;</title>3 <title>ESP Ghostscript-&espgs-version;</title> 4 4 5 5 &espgs-intro; -
pst/printing/gs.xml
rc47b5f11 rff074127 1 1 <sect1 id="gs" xreflabel="GhostScript-&gs-version;"> 2 2 <?dbhtml filename="gs.html" dir="pst"?> 3 <title> Ghostscript-&gs-version;</title>3 <title>AFPL Ghostscript-&gs-version;</title> 4 4 5 5 &gs-intro; -
pst/printing/gs/espgs-desc.xml
rc47b5f11 rff074127 2 2 <title>Contents</title> 3 3 4 <para>The Ghostscript package contains <userinput>gs</userinput>, 5 <userinput>pstoraster</userinput> and 6 <userinput>filters</userinput>.</para> 4 <para>Ghostscript comes with a lot of filters to render 5 Postscript/<acronym>PDF</acronym> files back and forth. Please 6 refer to the <acronym>HTML</acronym> documentation or try 7 <userinput>man gs</userinput>. ESP Ghostscript provides pstoraster too.</para> 7 8 8 9 </sect2> 10 9 11 <sect2> 12 10 13 <title>Description</title> 11 14 12 15 <sect3> 13 <title>gs</title>14 <para>gs is the ghostscript interpreter. It is responsible for15 rendering the postscript data.</para></sect3>16 17 <sect3>18 16 <title>pstoraster</title> 19 <para> pstoraster allows CUPSto filter output to non-postscript20 printers. It is built and installed if <xref linkend="cups"/> is17 <para><command>pstoraster</command> allows <acronym>CUPS</acronym> to filter output to non-postscript 18 printers. It is built and installed only if <xref linkend="cups"/> is 21 19 found.</para></sect3> 22 20 -
pst/printing/gs/espgs-exp.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title> Installation command explanations</title>2 <title>Command explanations</title> 3 3 4 <para><userinput>--enable-gimp-print</userinput> : This switch enables 4 <para><command>--libexecdir=/usr/lib/gs</command> : executable 5 libraries of Ghostscript will be installed to 6 <filename class="directory">/usr/lib/gs</filename>.</para> 7 8 <para><command>--sysconfdir=/etc/gs</command> : Configuration data 9 goes to <filename class="directory">/etc/gs</filename> instead of 10 <filename class="directory">/usr/etc</filename>.</para> 11 12 <para><command>--enable-gimp-print</command> : This switch enables 5 13 the building of the gimp-print driver.</para> 6 14 7 <para>< userinput>--enable-ijs</userinput> : This switch enables the IJS15 <para><command>--enable-ijs</command> : This switch enables the IJS 8 16 driver support.</para> 9 17 -
pst/printing/gs/espgs-inst.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title>Installation of Ghostscript</title>2 <title>Installation of <application>Ghostscript</application></title> 3 3 4 <para>Install Ghostscript by running the following commands:</para> 4 <para>If you want to use <acronym>OMNI</acronym> drivers extract the source archive in 5 Ghostscript directory:</para> 5 6 6 <para><screen><userinput>./configure --prefix=/usr && 7 <screen><userinput><command>tar xzvf ../Omni-0.9.0.tar.gz</command></userinput></screen> 8 9 <para>Install <application>Ghostscript</application> by running the following commands:</para> 10 11 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/gs \ 12 --sysconfdir=/etc/gs --enable-shared --enable-static && 7 13 make && 8 make install</ userinput></screen></para>14 make install</command></userinput></screen> 9 15 10 <para>To finish the installation, unpack the font packages into11 <filename>/usr/share/ghostscript</filename>.</para>16 <para>To install the shared library <filename>libgs.so</filename>, run 17 the following commands additionally:</para> 12 18 19 <screen><userinput><command>make so && 20 make soinstall</command></userinput></screen> 21 22 <note><para>The shared library is only used in external programs like 23 <xref linkend="gsview"/>.</para></note> 24 25 <para>To finish the installation, unpack all fonts you've loaded to 26 <filename class="directory">/usr/share/ghostscript</filename>.</para> 13 27 14 28 </sect2> -
pst/printing/gs/espgs-intro.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title>Introduction to Ghostscript</title>2 <title>Introduction to <application>Ghostscript</application></title> 3 3 4 < screen>Download location (HTTP): <ulink url="&espgs-download-http;"/>5 Download location (FTP): <ulink url="&espgs-download-ftp;"/> 6 Version used: &espgs-version; 7 Package size: &espgs-size; 8 Estimated Disk space required: &espgs-buildsize; 9 Estimated build time: &espgs-time;</screen>4 <para><application>Ghostscript</application> is a versatile processor for Postscript data with 5 the ability to render Postscript to different targets. ESP Ghostscript 6 is a customized version of <acronym>GNU</acronym> Ghostscript that includes an enhanced 7 autoconf-based configuration script, the <acronym>CUPS</acronym> raster driver to support 8 <acronym>CUPS</acronym> raster printer drivers, and additional patches and drivers from 9 various Linux distributors.</para> 10 10 11 <screen>Additional downloads: 12 <ulink url="&gs-fonts-download-ftp;">gnu ghostscript fonts - standard</ulink> 13 <ulink url="&gs-fontsother-download-ftp;">gnu ghostscript fonts - other</ulink> 14 <ulink url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7.pre22.tar.bz2">cyrillic fonts</ulink></screen> 11 <sect3><title>Package information</title> 12 <itemizedlist spacing='compact'> 13 <listitem><para>Download (HTTP): <ulink url="&espgs-download-http;"/></para></listitem> 14 <listitem><para>Download (FTP): <ulink url="&espgs-download-ftp;"/></para></listitem> 15 <listitem><para>Download size: &espgs-size;</para></listitem> 16 <listitem><para>Estimated Disk space required: &espgs-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: &espgs-time;</para></listitem></itemizedlist> 18 </sect3> 15 19 16 <para>Ghostscript is a versatile processor for Postscript data with 17 the ability to render Postscript to different targets.</para> 20 <sect3><title>Additional downloads</title> 21 <itemizedlist spacing='compact'> 22 <listitem><para>Standard fonts: <ulink 23 url="http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-std-6.0.tar.gz"/> 24 </para></listitem> 25 <listitem><para>Other fonts: <ulink 26 url="http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz"/> 27 </para></listitem> 28 <listitem><para>Cyrillic fonts: <ulink 29 url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre22.tar.bz2"/> 30 </para></listitem> 31 <listitem><para>OMNI drivers: <ulink 32 url="http://keihanna.dl.sourceforge.net/sourceforge/omniprint/Omni-0.9.0.tar.gz"/> 33 </para></listitem> 34 </itemizedlist></sect3> 18 35 19 <screen>Ghostscript will utilize: 20 <xref linkend="cups"/> and gimp-print</screen> 36 <sect3><title><application>Ghostscript</application> 37 dependencies</title> 38 <sect4><title>Optional</title> 39 <para><xref linkend="cups"/>, <xref linkend="libjpeg"/>, <xref 40 linkend="libpng"/>, <xref linkend="xfree86"/> and <xref linkend="gimp"/> 41 </para></sect4> 42 </sect3> 43 21 44 22 45 </sect2> -
pst/printing/gs/espgs.ent
rc47b5f11 rff074127 4 4 <!ENTITY espgs-desc SYSTEM "espgs-desc.xml"> 5 5 <!ENTITY espgs-exp SYSTEM "espgs-exp.xml"> 6 <!ENTITY espgs-buildsize "33 MB"> 7 <!ENTITY espgs-version "7.05.5"> 8 <!ENTITY espgs-download-http "http://telia.dl.sourceforge.net/sourceforge/espgs/espgs-7.05.5-source.tar.bz2"> 6 <!ENTITY espgs-buildsize "158-163 MB (depends on if libgs.so is installed)"> 7 <!ENTITY espgs-version "7.07.1rc2"> 8 <!ENTITY espgs-download-http 9 "http://heanet.dl.sourceforge.net/sourceforge/espgs/espgs-&espgs-version;-source.tar.bz2"> 9 10 <!ENTITY espgs-download-ftp ""> 10 <!ENTITY espgs-size "5. 2MB">11 <!ENTITY espgs-time " ">11 <!ENTITY espgs-size "5.1 MB"> 12 <!ENTITY espgs-time "2.10-2.85 SBU"> -
pst/printing/gs/gs-desc.xml
rc47b5f11 rff074127 2 2 <title>Contents</title> 3 3 4 <para>Ghostscript comes with a lot of filters to render Postscript/PDF 5 files back and forth. Please refer to the HTML documentation or try 4 <para>Ghostscript comes with a lot of filters to render 5 Postscript/<acronym>PDF</acronym> 6 files back and forth. Please refer to the <acronym>HTML</acronym> documentation or try 6 7 <userinput>man gs</userinput>.</para> 7 8 -
pst/printing/gs/gs-exp.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title> Installation command explanations</title>2 <title>Command explanations</title> 3 3 4 <para>< userinput>--libexecdir=/usr/lib/gs</userinput> : executable4 <para><command>--libexecdir=/usr/lib/gs</command> : executable 5 5 libraries of Ghostscript will be installed to 6 <filename >/usr/lib/gs</filename>.</para>6 <filename class="directory">/usr/lib/gs</filename>.</para> 7 7 8 <para>< userinput>--sysconfdir=/etc/gs</userinput> : Configuration data9 goes to <filename >/etc/gs</filename> instead of10 <filename >/usr/etc</filename>.</para>8 <para><command>--sysconfdir=/etc/gs</command> : Configuration data 9 goes to <filename class="directory">/etc/gs</filename> instead of 10 <filename class="directory">/usr/etc</filename>.</para> 11 11 12 12 </sect2> -
pst/printing/gs/gs-inst.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title>Installation of Ghostscript</title>2 <title>Installation of <application>Ghostscript</application></title> 3 3 4 <para>Install Ghostscriptby running the following commands:</para>4 <para>Install <application>Ghostscript</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gs \6 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/gs \ 7 7 --sysconfdir=/etc/gs --enable-shared --enable-static && 8 8 make && 9 make install</ userinput></screen></para>9 make install</command></userinput></screen> 10 10 11 11 <para>To install the shared library <filename>libgs.so</filename>, run 12 12 the following commands additionally:</para> 13 13 14 < para><screen><userinput>make so &&15 make soinstall</ userinput></screen></para>14 <screen><userinput><command>make so && 15 make soinstall</command></userinput></screen> 16 16 17 17 <note><para>The shared library is only used in external programs like … … 19 19 20 20 <para>To finish the installation, unpack all fonts you've loaded to 21 <filename >/usr/share/ghostscript</filename>.</para>21 <filename class="directory">/usr/share/ghostscript</filename>.</para> 22 22 23 23 </sect2> -
pst/printing/gs/gs-intro.xml
rc47b5f11 rff074127 1 1 <sect2> 2 <title>Introduction to Ghostscript</title>2 <title>Introduction to <application>Ghostscript</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gs-download-http;"/> 5 Download location (FTP): <ulink url="&gs-download-ftp;"/> 6 Version used: &gs-version; 7 Package size: &gs-size; 8 Estimated Disk space required: &gs-buildsize; 9 Estimated build time: &gs-time;</screen> 10 11 <screen>Additional Downloads: 12 <ulink url="&gs-fonts-download-ftp;">gnu ghostscript fonts - standard</ulink> 13 <ulink url="&gs-fontsother-download-ftp;">gnu ghostscript fonts - other</ulink> 14 <ulink url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7.pre22.tar.bz2">cyrillic fonts</ulink></screen> 15 16 <para>Ghostscript is a versatile processor for Postscript data with 4 <para><application>Ghostscript</application> is a versatile processor for Postscript data with 17 5 the ability to render Postscript to different targets.</para> 18 6 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&gs-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&gs-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &gs-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &gs-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &gs-time;</para></listitem></itemizedlist> 14 </sect3> 15 16 <sect3><title>Additional downloads</title> 17 <itemizedlist spacing='compact'> 18 <listitem><para>Standard fonts: <ulink 19 url="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz"/> 20 </para></listitem> 21 <listitem><para>Other fonts: <ulink 22 url="http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz"/> 23 </para></listitem> 24 <listitem><para>Cyrillic fonts: <ulink 25 url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre22.tar.bz2"/> 26 </para></listitem> 27 </itemizedlist></sect3> 28 29 <sect3><title><application>Ghostscript</application> 30 dependencies</title> 31 <sect4><title>Optional</title> 32 <para><xref linkend="libjpeg"/>, <xref linkend="libpng"/> 33 and <xref linkend="xfree86"/></para></sect4> 34 </sect3> 35 36 19 37 </sect2> -
pst/printing/gs/gs.ent
rc47b5f11 rff074127 4 4 <!ENTITY gs-desc SYSTEM "gs-desc.xml"> 5 5 <!ENTITY gs-exp SYSTEM "gs-exp.xml"> 6 <!ENTITY gs-buildsize " 31-40MB (depends on if libgs.so is installed)">7 <!ENTITY gs-version "8. 00">8 <!ENTITY gs-download-http "http://telia.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-8.00.tar.bz2">9 <!ENTITY gs-download-ftp "ftp://ftp.sourceforge.net/pub/sourceforge/ghostscript/ghostscript-8.00.tar.bz2">10 <!ENTITY gs- fonts-download-ftp "ftp://ftp.gnu.org/gnu/ghostscript/gnu-gs-fonts-std-6.0.tar.gz">11 <!ENTITY gs-fontsother-download-ftp "ftp://ftp.gnu.org/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz">12 <!ENTITY gs-size "5. 2MB">13 <!ENTITY gs-time " ">6 <!ENTITY gs-buildsize "50-61 MB (depends on if libgs.so is installed)"> 7 <!ENTITY gs-version "8.11"> 8 <!ENTITY gs-download-http 9 "http://flow.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-&gs-version;.tar.bz2"> 10 <!ENTITY gs-download-ftp 11 "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs811/ghostscript-8.11.tar.bz2"> 12 <!ENTITY gs-size "5.1 MB"> 13 <!ENTITY gs-time "1.31-2.48 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.