added espgs-7.05.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@719 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-02-20 16:19:36 +00:00
parent 42270f3a1d
commit a486991d71
14 changed files with 111 additions and 6 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20030219">
<!ENTITY releasedate "February 19th, 2003">
<!ENTITY version "20030220">
<!ENTITY releasedate "February 20th, 2003">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>February 20th, 2003 [larry]: pst: added espgs-7.05.5
submitted by Matt Rogers.</para></listitem>
<listitem><para>February 19th, 2003 [larry]: entity files: added my last
batch of SBU times.</para></listitem>

View File

@ -116,6 +116,8 @@ libesmtp, libfam, libghttp, libglade, pine, portmap, PostgreSQL,
pspell, qmail, qpopper, readline, reiserfs, Samba, sendmail, slib,
slrn, soup, tex, tcp-wrappers, and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
<listitem><para>ESP Ghostscript: <emphasis>Matt Rogers</emphasis></para></listitem>
<listitem><para>fetchmail and wvdial: <emphasis>Paul
Campbell</emphasis></para></listitem>

View File

@ -8,7 +8,7 @@ Version used: &cups-version;
Package size: &cups-size;
Estimated Disk space required: &cups-buildsize;</screen>
<para><screen>For non-postscript printers, CUPS depends on: <xref linkend="gs"/></screen></para>
<para><screen>For non-postscript printers, CUPS depends on: <xref linkend="espgs"/></screen></para>
<para><screen>If available, CUPS will use: <xref linkend="libjpeg"/>, <xref linkend="libpng"/>, and
<xref linkend="libtiff"/></screen></para>

10
pst/printing/espgs.xml Normal file
View File

@ -0,0 +1,10 @@
<sect1 id="espgs" xreflabel="GhostScript-&espgs-version;">
<?dbhtml filename="espgs.html" dir="pst"?>
<title>Ghostscript-&espgs-version;</title>
&espgs-intro;
&espgs-inst;
&espgs-exp;
&espgs-desc;
</sect1>

View File

@ -0,0 +1,24 @@
<sect2>
<title>Contents</title>
<para>The Ghostscript package contains <userinput>gs</userinput>,
<userinput>pstoraster</userinput> and
<userinput>filters</userinput>.</para>
</sect2>
<sect2>
<title>Description</title>
<sect3>
<title>gs</title>
<para>gs is the ghostscript interpreter. It is responsible for
rendering the postscript data.</para></sect3>
<sect3>
<title>pstoraster</title>
<para>pstoraster allows CUPS to filter output to non-postscript
printers. It is built and installed if <xref linkend="cups"/> is
found.</para></sect3>
</sect2>

View File

@ -0,0 +1,10 @@
<sect2>
<title>Installation command explanations</title>
<para><userinput>--enable-gimp-print</userinput> : This switch enables
the building fo the gimp-print driver.</para>
<para><userinput>--enable-ijs</userinput> : This switch enables the IJS
driver support.</para>
</sect2>

View File

@ -0,0 +1,14 @@
<sect2>
<title>Installation of Ghostscript</title>
<para>Install Ghostscript by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<para>To finish the installation, unpack the font packages into
<filename>/usr/share/ghostscript</filename>.</para>
</sect2>

View File

@ -0,0 +1,23 @@
<sect2>
<title>Introduction to Ghostscript</title>
<screen>Required:
Download location (FTP): <ulink url="&espgs-download-ftp;"/>
Download location (HTTP): <ulink url="&espgs-download-http;"/>
Version used: &espgs-version;
Package size: &espgs-size;
Estimated Disk space required: &espgs-buildsize;
Estimated build time: &espgs-time;</screen>
<screen>Additional downloads:
<ulink url="&gs-fonts-download-ftp;">gnu ghostscript fonts - standard</ulink>
<ulink url="&gs-fontsother-download-ftp;">gnu ghostscript font - other</ulink>
<ulink url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7.pre22.tar.bz2">Cyrillic fonts</ulink></screen>
<para>Ghostscript is a versatile processor for Postscript data with
the ability to render Postscript to different targets.</para>
<screen>Ghostscript will utilize:
<xref linkend="cups"/> and gimp-print</screen>
</sect2>

11
pst/printing/gs/espgs.ent Normal file
View File

@ -0,0 +1,11 @@
<!ENTITY espgs SYSTEM "../espgs.xml">
<!ENTITY espgs-intro SYSTEM "espgs-intro.xml">
<!ENTITY espgs-inst SYSTEM "espgs-inst.xml">
<!ENTITY espgs-desc SYSTEM "espgs-desc.xml">
<!ENTITY espgs-exp SYSTEM "espgs-exp.xml">
<!ENTITY espgs-buildsize "33 MB">
<!ENTITY espgs-version "7.05.5">
<!ENTITY espgs-download-http "http://telia.dl.sourceforge.net/sourceforge/espgs/espgs-7.05.5-source.tar.bz2">
<!ENTITY espgs-download-ftp "ftp://ftp.sourceforge.net/pub/espgs/espgs-7.05.5-source.tar.bz2">
<!ENTITY espgs-size "5.2 MB">
<!ENTITY espgs-time "">

View File

@ -4,11 +4,15 @@
<screen>Required:
Download location (FTP): <ulink url="&gs-download-ftp;"/>
Download location (HTTP): <ulink url="&gs-download-http;"/>
Fonts1 Download location (FTP): <ulink url="&gs-fonts-download-ftp;"/>
Fonts2 Download location (FTP): <ulink url="&gs-fontsother-download-ftp;"/>
Version used: &gs-version;
Package size: &gs-size;
Estimated Disk space required: &gs-buildsize;</screen>
Estimated Disk space required: &gs-buildsize;
Estimated build time: &gs-time;</screen>
<screen>Additional Downloads:
<ulink url="&gs-fonts-download-ftp;">gnu ghostscript fonts - standard</ulink>
<ulink url="&gs-fontsother-download-ftp;">gnu ghostscript fonts - other</ulink>
<ulink url="ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7.pre22.tar.bz2">Cyrillic fonts</ulink></screen>
<para>Ghostscript is a versatile processor for Postscript data with
the ability to render Postscript to different targets.</para>

View File

@ -10,3 +10,4 @@
<!ENTITY gs-fonts-download-ftp "ftp://ftp.gnu.org/gnu/ghostscript/gnu-gs-fonts-std-6.0.tar.gz">
<!ENTITY gs-fontsother-download-ftp "ftp://ftp.gnu.org/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz">
<!ENTITY gs-size "5.2 MB">
<!ENTITY gs-time "">

View File

@ -5,6 +5,7 @@
<para>Table of Contents</para>
&cups;
&gs;
&espgs;
&LPRng;
</chapter>

View File

@ -3,10 +3,12 @@
<!-- Printing -->
<!ENTITY pst-printing SYSTEM "printing/printing.xml">
<!ENTITY % cups SYSTEM "printing/cups/cups.ent">
<!ENTITY % espgs SYSTEM "printing/gs/espgs.ent">
<!ENTITY % gs SYSTEM "printing/gs/gs.ent">
<!ENTITY % LPRng SYSTEM "printing/lprng/lprng.ent">
%cups;
%gs;
%espgs;
%LPRng;
<!-- Scanning -->