diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2007-01-28 19:22:28 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2007-01-28 19:22:28 +0000 |
commit | fada5158fb01faf4e49da49a72124ce0a8d742bb (patch) | |
tree | 37d22aa61876f0f852f1646da90e466dc8e3315f | |
parent | 24ebcaa8f24af2b7d503654134419e47e429e4cc (diff) |
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
-rw-r--r-- | general/sysutils/gpm.xml | 10 | ||||
-rw-r--r-- | introduction/welcome/changelog.xml | 4 | ||||
-rw-r--r-- | multimedia/videoutils/transcode.xml | 2 | ||||
-rw-r--r-- | pst/printing/espgs.xml | 4 | ||||
-rw-r--r-- | pst/ps/fop.xml | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/general/sysutils/gpm.xml b/general/sysutils/gpm.xml index bdd22a6156..c327623f41 100644 --- a/general/sysutils/gpm.xml +++ b/general/sysutils/gpm.xml @@ -17,11 +17,11 @@ <!-- <para>To test the results, issue: <command>make check</command>.</para> --> <!ENTITY gpm-download-http "http://ftp.schottelius.org/pub/linux/gpm/gpm-&gpm-version;.tar.bz2"> - <!ENTITY gpm-download-ftp "ftp://arcana.linux.it/pub/gpm/gpm-&gpm-version;.tar.bz2"> - <!ENTITY gpm-md5sum "2c63e827d755527950d9d13fe3d87692"> - <!ENTITY gpm-size "556 KB"> - <!ENTITY gpm-buildsize "6.7 MB"> - <!ENTITY gpm-time "0.1 SBU"> + <!ENTITY gpm-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/gpm-&gpm-version;.tar.bz2"> + <!ENTITY gpm-md5sum "2c63e827d755527950d9d13fe3d87692"> + <!ENTITY gpm-size "556 KB"> + <!ENTITY gpm-buildsize "6.7 MB"> + <!ENTITY gpm-time "0.1 SBU"> ]> <sect1 id="gpm" xreflabel="GPM-&gpm-version;"> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f92297efba..2be198ff37 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,8 +46,8 @@ <itemizedlist> <listitem> <para>[randy] - Fixed broken download URLs in the NAS, libmikmod, - OpenOffice, SANE Backends, ESP Ghostscript and CUPS - instructions.</para> + OpenOffice, SANE Backends, ESP Ghostscript, CUPS, GPM, Transcode + and FOP instructions.</para> </listitem> <listitem> <para>[dj] - Removed modification of jai source file in fop diff --git a/multimedia/videoutils/transcode.xml b/multimedia/videoutils/transcode.xml index 39ac373238..6e66fa2761 100644 --- a/multimedia/videoutils/transcode.xml +++ b/multimedia/videoutils/transcode.xml @@ -4,7 +4,7 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY transcode-download-http "http://www.jakemsr.com/transcode/transcode-&transcode-version;.tar.gz"> + <!ENTITY transcode-download-http "http://transcode.kabewm.com/transcode-&transcode-version;.tar.gz"> <!ENTITY transcode-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/transcode-&transcode-version;.tar.gz"> <!ENTITY transcode-md5sum "e353c0ab7e927a8672528e05a9ae960b"> <!ENTITY transcode-size "2.3 MB"> diff --git a/pst/printing/espgs.xml b/pst/printing/espgs.xml index 7f8a16b4aa..d7e5ca5844 100644 --- a/pst/printing/espgs.xml +++ b/pst/printing/espgs.xml @@ -4,8 +4,8 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY espgs-download-http "http://ftp2.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2"> - <!ENTITY espgs-download-ftp "http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2"> + <!ENTITY espgs-download-http "http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2"> + <!ENTITY espgs-download-ftp "ftp://ftp3.easysw.com/pub/ghostscript/&espgs-version;/espgs-&espgs-version;-source.tar.bz2"> <!ENTITY espgs-md5sum "66180d4c0aa44c4c51ea58e13b08f2ae"> <!ENTITY espgs-size "8.4 MB"> <!ENTITY espgs-buildsize "105 MB (includes installing libgs.so and both font tarballs)"> diff --git a/pst/ps/fop.xml b/pst/ps/fop.xml index 18bf693a9b..bd5561cf4d 100644 --- a/pst/ps/fop.xml +++ b/pst/ps/fop.xml @@ -16,7 +16,7 @@ <!-- <para>This package does not come with a test suite.</para> --> <!-- <para>To test the results, issue: <command>make check</command>.</para> --> - <!ENTITY fop-download-http "http://www.apache.org/dist/xml/fop/fop-&fop-version;-src.tar.gz"> + <!ENTITY fop-download-http "http://apache.mirrors.pair.com/xml/fop/source/fop-&fop-version;-src.tar.gz"> <!ENTITY fop-download-ftp "ftp://apache.mirrors.pair.com/xml/fop/source/fop-&fop-version;-src.tar.gz"> <!ENTITY fop-md5sum "1a31eb1357e5d4b8d32d4cb3edae2da2"> <!ENTITY fop-size "7.8 MB"> |