Changeset d0151ee for pst/printing


Ignore:
Timestamp:
05/10/2008 11:53:20 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8794866, b2b328ca
Parents:
5ee8882
Message:

Fixed broken download URLs in various package instructions

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

Location:
pst/printing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r5ee8882 rd0151ee  
    66
    77  <!ENTITY gs-download-http "http://downloads.sourceforge.net/ghostscript/ghostscript-&gs-version;.tar.bz2">
    8   <!ENTITY gs-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs851/ghostscript-&gs-version;.tar.bz2">
     8  <!-- <!ENTITY gs-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs851/ghostscript-&gs-version;.tar.bz2"> -->
     9  <!ENTITY gs-download-ftp  " ">
    910  <!ENTITY gs-md5sum        "e65e0c40213a616174572faa639e04d6">
    1011  <!ENTITY gs-size          "9.3 MB">
  • pst/printing/lprng.xml

    r5ee8882 rd0151ee  
    55  %general-entities;
    66
    7   <!ENTITY LPRng-download-http "http://www.lprng.com/DISTRIB/LPRng/LPRng-&LPRng-version;.tgz">
    8   <!ENTITY LPRng-download-ftp  "ftp://ftp.lprng.com/pub/LPRng/LPRng/LPRng-&LPRng-version;.tgz">
     7  <!-- <!ENTITY LPRng-download-http "http://www.lprng.com/DISTRIB/LPRng/LPRng-&LPRng-version;.tgz">
     8  <!ENTITY LPRng-download-ftp  "ftp://ftp.lprng.com/pub/LPRng/LPRng/LPRng-&LPRng-version;.tgz"> -->
     9  <!-- <!ENTITY LPRng-download-http "http://downloads.sourceforge.net/lprng/LPRng-&LPRng-version;.tgz"> -->
     10  <!ENTITY LPRng-download-http "&sources-anduin-http;/l/LPRng-&LPRng-version;.tgz">
     11  <!ENTITY LPRng-download-ftp  "&sources-anduin-ftp;/l/LPRng-&LPRng-version;.tgz">
    912  <!ENTITY LPRng-md5sum        "1b3a0abd291b260eab6087ac0e61ed84">
    1013  <!ENTITY LPRng-size          "10.2 MB">
     
    3336    extended and portable implementation of the Berkeley Line PRinter (LPR)
    3437    print spooler. This is useful for queuing print jobs.</para>
     38
     39    <para>There may be a more recent release available from the
     40    <application>LPRng</application> home page. You can check
     41    <ulink url="http://sourceforge.net/projects/lprng"/> and probably use the
     42    existing BLFS instructions. Note that versions other than the one shown
     43    in the download URLs have not been tested in a BLFS environment.</para>
    3544
    3645    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.