Changeset 3e740645


Ignore:
Timestamp:
02/02/2004 01:09:56 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b394e5f7
Parents:
4fa49aa
Message:

updated to gs-8.13 and gsview-4.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1761 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4fa49aa r3e740645  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>February 1st, 2004 [igor]: Updated to AFPL
     15Ghostscript-8.13 and GSview-4.6.</para></listitem>
    1316
    1417<listitem><para>February 1st, 2004 [tushar]: OpenSSH: Added note on
  • pst/printing/gs.xml

    r4fa49aa r3e740645  
    55&gs-intro;
    66&gs-inst;
    7 &gs-exp;
    87&gs-desc;
    98
  • pst/printing/gs/gs-inst.xml

    r4fa49aa r3e740645  
    44<para>Install <application>Ghostscript</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/gs \
    7     --sysconfdir=/etc/gs --enable-shared --enable-static &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    87make &amp;&amp;
    98make install</command></userinput></screen>
  • pst/printing/gs/gs.ent

    r4fa49aa r3e740645  
    22<!ENTITY gs-intro SYSTEM "gs-intro.xml">
    33<!ENTITY gs-inst SYSTEM "gs-inst.xml">
    4 <!ENTITY gs-exp SYSTEM "gs-exp.xml">
    54<!ENTITY gs-desc SYSTEM "gs-desc.xml">
    6 <!ENTITY gs-version "8.11">
     5<!ENTITY gs-version "8.13">
    76<!ENTITY gs-download-http "http://telia.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-&gs-version;.tar.bz2">
    8 <!ENTITY gs-download-ftp "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs811/ghostscript-&gs-version;.tar.bz2">
    9 <!ENTITY gs-size "5.1 MB">
    10 <!ENTITY gs-buildsize "50-61 MB (depends on if libgs.so is installed)">
    11 <!ENTITY gs-time "1.31-2.48 SBU">
     7<!ENTITY gs-download-ftp "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs813/ghostscript-&gs-version;.tar.bz2">
     8<!ENTITY gs-size "5.3 MB">
     9<!ENTITY gs-buildsize "37-46 MB (depends on if libgs.so is installed)">
     10<!ENTITY gs-time "1.16-2.26 SBU">
  • pst/ps/gsview/gsview-desc.xml

    r4fa49aa r3e740645  
    22<title>Contents</title>
    33
    4 <para>The <application>GSview</application> package contains <command>epstool
    5 </command>, <command>gsview</command> and <command>gsview-help</command>.</para>
     4<para>The <application>GSview</application> package contains
     5<command>epstool</command>, <command>gsview</command> and
     6<command>gsview-help</command>.</para>
    67
    78</sect2>
     
    1112<sect3><title>epstool</title>
    1213<para><command>epstool</command> is a tool for extracting preview
    13 bitmaps in <filename>EPS</filename> files.</para></sect3>
     14bitmaps in <acronym>EPS</acronym> files.</para></sect3>
    1415
    1516<sect3><title>gsview</title>
    1617<para><command>gsview</command> is a viewer for PostScript
    17 (<filename>PS</filename>) and
    18 <filename>PDF</filename> files.</para></sect3>
     18(<acronym>PS</acronym>) and
     19<acronym>PDF</acronym> files.</para></sect3>
    1920
    2021<sect3><title>gsview-help</title>
  • pst/ps/gsview/gsview-inst.xml

    r4fa49aa r3e740645  
    1616<screen><userinput><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \
    1717    srcunx/unx.mak &gt; Makefile &amp;&amp;
     18patch -Np1 -i ../gsview-&gsview-version;-pstotext.patch &amp;&amp;
     19patch -Np1 -i ../gsview-&gsview-version;-lang.patch &amp;&amp;
    1820make &amp;&amp;
    1921make install</command></userinput></screen>
  • pst/ps/gsview/gsview-intro.xml

    r4fa49aa r3e740645  
    1818</sect3>
    1919
     20<sect3><title>Additional downloads</title>
     21<itemizedlist spacing='compact'>
     22<listitem><para>Required Patch: <ulink
     23url="&patch-root;/gsview-&gsview-version;-pstotext.patch"/></para></listitem>
     24<listitem><para>Required Patch: <ulink
     25url="&patch-root;/gsview-&gsview-version;-lang.patch"/></para></listitem>
     26</itemizedlist></sect3>
     27
    2028<sect3><title><application>GSview</application> dependencies</title>
    2129<sect4><title>Required</title>
  • pst/ps/gsview/gsview.ent

    r4fa49aa r3e740645  
    55<!ENTITY gsview-config SYSTEM "gsview-config.xml">
    66<!ENTITY gsview-desc SYSTEM "gsview-desc.xml">
    7 <!ENTITY gsview-version "4.5">
     7<!ENTITY gsview-version "4.6">
    88<!ENTITY gsview-download-http "http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-&gsview-version;.tar.gz">
    99<!ENTITY gsview-download-ftp "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-&gsview-version;.tar.gz">
    10 <!ENTITY gsview-size "892 KB">
    11 <!ENTITY gsview-buildsize "18 MB">
    12 <!ENTITY gsview-time "0.22 SBU">
     10<!ENTITY gsview-size "895 KB">
     11<!ENTITY gsview-buildsize "19 MB">
     12<!ENTITY gsview-time "0.19 SBU">
Note: See TracChangeset for help on using the changeset viewer.