diff --git a/index.xml b/index.xml index b3624b22f5..4f4c860d5f 100644 --- a/index.xml +++ b/index.xml @@ -2,8 +2,8 @@ - + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f45c7a0350..3938c6f4f4 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what. +December 31st, 2002 [markh]: PST: Added Alex's patch for +Ghostscript, a2ps, enscript, gsview, psutils and xpdf. + December 27th, 2002 [larry]: Multimedia: Added transcode-0.6.2. diff --git a/pst/printing/gs.xml b/pst/printing/gs.xml new file mode 100644 index 0000000000..e91b641cb0 --- /dev/null +++ b/pst/printing/gs.xml @@ -0,0 +1,10 @@ + + +Ghostscript-&gs-version; + +&gs-intro; +&gs-inst; +&gs-exp; +&gs-desc; + + diff --git a/pst/printing/gs/gs-desc.xml b/pst/printing/gs/gs-desc.xml new file mode 100644 index 0000000000..dc772039b1 --- /dev/null +++ b/pst/printing/gs/gs-desc.xml @@ -0,0 +1,9 @@ + +Contents + +Ghostscript comes with a lot of filters to render Postscript/PDF +files back and forth. Please refer to the HTML documentation or try +man gs. + + + diff --git a/pst/printing/gs/gs-exp.xml b/pst/printing/gs/gs-exp.xml new file mode 100644 index 0000000000..616cc1bf2e --- /dev/null +++ b/pst/printing/gs/gs-exp.xml @@ -0,0 +1,12 @@ + +Installation command explanations + +--libexecdir=/usr/lib/gs : executable +libraries of Ghostscript will be installed to +/usr/lib/gs. + +--sysconfdir=/etc/gs : Configuration data +goes to /etc/gs instead of +/usr/etc. + + diff --git a/pst/printing/gs/gs-inst.xml b/pst/printing/gs/gs-inst.xml new file mode 100644 index 0000000000..5be44cc2b4 --- /dev/null +++ b/pst/printing/gs/gs-inst.xml @@ -0,0 +1,23 @@ + +Installation of Ghostscript + +Install Ghostscript by running the following commands: + +./configure --prefix=/usr --libexecdir=/usr/lib/gs \ + --sysconfdir=/etc/gs --enable-shared --enable-static \ +make && +make install + +To install the shared library libgs.so, run +the following commands additionally: + +make so && +make soinstall + +The shared library is only used in external programs like +. + +To finish the installation, unpack all fonts you've loaded to +/usr/share/ghostscript. + + diff --git a/pst/printing/gs/gs-intro.xml b/pst/printing/gs/gs-intro.xml new file mode 100644 index 0000000000..f489302156 --- /dev/null +++ b/pst/printing/gs/gs-intro.xml @@ -0,0 +1,16 @@ + +Introduction to Ghostscript + +Required: +Download location (FTP): +Download location (HTTP): +Fonts1 Download location (FTP): +Fonts2 Download location (FTP): +Version used: &gs-version; +Package size: &gs-size; +Estimated Disk space required: &gs-buildsize; + +Ghostscript is a versatile processor for Postscript data with +the ability to render Postscript to different targets. + + diff --git a/pst/printing/gs/gs.ent b/pst/printing/gs/gs.ent new file mode 100644 index 0000000000..d5fa9375d6 --- /dev/null +++ b/pst/printing/gs/gs.ent @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/pst/printing/printing.xml b/pst/printing/printing.xml index 732a171bfc..67cc3166d4 100644 --- a/pst/printing/printing.xml +++ b/pst/printing/printing.xml @@ -2,6 +2,7 @@ Printing -Placeholder for ghostscript, lprng and cups +Placeholder for lprng, cups, foomatic and gimp-print +&gs; diff --git a/pst/pst.ent b/pst/pst.ent index 3d926ccb75..0863438fe0 100644 --- a/pst/pst.ent +++ b/pst/pst.ent @@ -2,6 +2,8 @@ + +%gs; @@ -26,6 +28,16 @@ + + + + + +%a2ps; +%enscript; +%gsview; +%psutils; +%xpdf; diff --git a/pst/typesetting/ps.xml b/pst/typesetting/ps.xml index eafe15b245..25c5c6198c 100644 --- a/pst/typesetting/ps.xml +++ b/pst/typesetting/ps.xml @@ -2,7 +2,10 @@ Postscript -Placeholder for a2ps, enscript, gsview, gv and acrobat reader. - +&a2ps; +&enscript; +&gsview; +&psutils; +&xpdf;