Changeset fada515


Ignore:
Timestamp:
01/28/2007 07:22:28 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
93a1fa3
Parents:
24ebcaa8
Message:

Fixed broken download URLs in the Transcode, GPM and FOP instructions (also corrected a bad commit to the ESP Ghostscript instructions)

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    r24ebcaa8 rfada515  
    1818
    1919  <!ENTITY gpm-download-http "http://ftp.schottelius.org/pub/linux/gpm/gpm-&gpm-version;.tar.bz2">
    20   <!ENTITY gpm-download-ftp "ftp://arcana.linux.it/pub/gpm/gpm-&gpm-version;.tar.bz2">
    21   <!ENTITY gpm-md5sum "2c63e827d755527950d9d13fe3d87692">
    22   <!ENTITY gpm-size "556 KB">
    23   <!ENTITY gpm-buildsize "6.7 MB">
    24   <!ENTITY gpm-time "0.1 SBU">
     20  <!ENTITY gpm-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/gpm-&gpm-version;.tar.bz2">
     21  <!ENTITY gpm-md5sum        "2c63e827d755527950d9d13fe3d87692">
     22  <!ENTITY gpm-size          "556 KB">
     23  <!ENTITY gpm-buildsize     "6.7 MB">
     24  <!ENTITY gpm-time          "0.1 SBU">
    2525]>
    2626
  • introduction/welcome/changelog.xml

    r24ebcaa8 rfada515  
    4747        <listitem>
    4848          <para>[randy] - Fixed broken download URLs in the NAS, libmikmod,
    49           OpenOffice, SANE Backends, ESP Ghostscript and CUPS
    50           instructions.</para>
     49          OpenOffice, SANE Backends, ESP Ghostscript, CUPS, GPM, Transcode
     50          and FOP instructions.</para>
    5151        </listitem>
    5252        <listitem>
  • multimedia/videoutils/transcode.xml

    r24ebcaa8 rfada515  
    55  %general-entities;
    66
    7   <!ENTITY transcode-download-http "http://www.jakemsr.com/transcode/transcode-&transcode-version;.tar.gz">
     7  <!ENTITY transcode-download-http "http://transcode.kabewm.com/transcode-&transcode-version;.tar.gz">
    88  <!ENTITY transcode-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/transcode-&transcode-version;.tar.gz">
    99  <!ENTITY transcode-md5sum        "e353c0ab7e927a8672528e05a9ae960b">
  • pst/printing/espgs.xml

    r24ebcaa8 rfada515  
    55  %general-entities;
    66
    7   <!ENTITY espgs-download-http "http://ftp2.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2">
    8   <!ENTITY espgs-download-ftp  "http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2">
     7  <!ENTITY espgs-download-http "http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2">
     8  <!ENTITY espgs-download-ftp  "ftp://ftp3.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2">
    99  <!ENTITY espgs-md5sum        "66180d4c0aa44c4c51ea58e13b08f2ae">
    1010  <!ENTITY espgs-size          "8.4 MB">
  • pst/ps/fop.xml

    r24ebcaa8 rfada515  
    1717    <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    1818
    19   <!ENTITY fop-download-http "http://www.apache.org/dist/xml/fop/fop-&fop-version;-src.tar.gz">
     19  <!ENTITY fop-download-http "http://apache.mirrors.pair.com/xml/fop/source/fop-&fop-version;-src.tar.gz">
    2020  <!ENTITY fop-download-ftp  "ftp://apache.mirrors.pair.com/xml/fop/source/fop-&fop-version;-src.tar.gz">
    2121  <!ENTITY fop-md5sum        "1a31eb1357e5d4b8d32d4cb3edae2da2">
Note: See TracChangeset for help on using the changeset viewer.