Fix some URLs

- Switch to https:// scheme where possible to avoid redirects
- Unify all kernel.org, Sourceforge and GNU URLs
- Fix python and perl module URLs to be consistent
- Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
- Use upstream locations for some packages or better/shorter URLs if available
- Add https:// URLs for gnupg packages



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19022 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2017-08-15 18:49:48 +00:00
parent bd27eb1322
commit 8dfc5c303b
291 changed files with 445 additions and 562 deletions

View File

@ -40,12 +40,16 @@
<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
<!ENTITY lfs-rootd "../../../../lfs/view/&lfs-versiond;">
<!ENTITY lfs-dev "../../../../lfs/view/development">
<!ENTITY kernel "http://www.kernel.org/pub/">
<!ENTITY gnu-http "https://ftp.gnu.org/gnu">
<!ENTITY gnu-ftp "ftp://ftp.gnu.org/gnu">
<!ENTITY gnupg-http "https://www.gnupg.org/ftp/gcrypt">
<!ENTITY gnupg-ftp "ftp://ftp.gnupg.org/gcrypt">
<!ENTITY gstreamer-dl "https://gstreamer.freedesktop.org/src">
<!ENTITY gnu-alpha-ftp "ftp://alpha.gnu.org/gnu/">
<!ENTITY gnu-alpha-http "http://alpha.gnu.org/gnu/">
<!ENTITY sourceforge-repo "http://downloads.sourceforge.net">
<!ENTITY sourceforge-repo2 "http://sourceforge.net">
<!ENTITY kernel-dl "https://www.kernel.org/pub">
<!ENTITY mozilla-http "https://archive.mozilla.org/pub">
<!ENTITY pymodules-dl "https://files.pythonhosted.org/packages/source">
<!ENTITY sourceforge-dl "https://downloads.sourceforge.net">
<!ENTITY gentoo-ftp-repo "ftp://mirror.ovh.net/gentoo-distfiles/distfiles">
<!ENTITY fedora-http-repo "http://pkgs.fedoraproject.org/repo/pkgs">
<!ENTITY jaist-ftp-repo "ftp://ftp.jaist.ac.jp/pub//sourceforge">
@ -53,8 +57,6 @@
<!ENTITY publisher "Unknown">
<!ENTITY xorg-download-http "https://www.x.org/pub/individual">
<!ENTITY xorg-download-ftp "ftp://ftp.x.org/pub/individual">
<!ENTITY mozilla-http "https://ftp.mozilla.org/pub/mozilla.org">
<!ENTITY mozilla-ftp "ftp://ftp.mozilla.org/pub">
<!ENTITY pypi "https://pypi.python.org/pypi">
<!-- These entities are used to identify versions of LFS

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY appstream-glib-download-http
"http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
"https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-&appstream-glib-version;.tar.xz">
<!ENTITY appstream-glib-download-ftp " ">
<!ENTITY appstream-glib-md5sum "2122471fff15bb9421313d2110ce538a">
<!ENTITY appstream-glib-size "1.9 MB">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY apr-util-download-http
"http://archive.apache.org/dist/apr/apr-util-&apr-util-version;.tar.bz2">
"https://archive.apache.org/dist/apr/apr-util-&apr-util-version;.tar.bz2">
<!ENTITY apr-util-download-ftp "ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-util-&apr-util-version;.tar.bz2">
<!ENTITY apr-util-md5sum "069a9a980776acab05212c5f37ef8368">
<!ENTITY apr-util-size "419 KB">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY apr-download-http
"http://archive.apache.org/dist/apr/apr-&apr-version;.tar.bz2">
"https://archive.apache.org/dist/apr/apr-&apr-version;.tar.bz2">
<!ENTITY apr-download-ftp
"ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-&apr-version;.tar.bz2">
<!ENTITY apr-md5sum "e81a851967c79b5ce9bfbc909e4bf735">

View File

@ -4,10 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY aspell-download-http
"https://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-download-ftp
"ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-download-http "&gnu-http;/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-download-ftp "&gnu-ftp;/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-md5sum "e66a9c9af6a60dc46134fdacf6ce97d7">
<!ENTITY aspell-size "1.8 MB">
<!ENTITY aspell-buildsize "58 MB (Additional 8 MB for EN dictionary)">
@ -84,7 +82,7 @@
<itemizedlist spacing="compact">
<listitem>
<para>
Aspell dictionaries: <ulink url="https://ftp.gnu.org/gnu/aspell/dict"/>
Aspell dictionaries: <ulink url="&gnu-http;/aspell/dict"/>
</para>
</listitem>
</itemizedlist>

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source//boost_&boost-dl-version;.tar.bz2">
<!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
<!ENTITY boost-download-ftp " ">
<!ENTITY boost-md5sum "93eecce2abed9d2442c9676914709349">
<!ENTITY boost-size "77 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY clucene-download-http "http://downloads.sourceforge.net/clucene/clucene-core-&clucene-version;.tar.gz">
<!ENTITY clucene-download-http "&sourceforge-dl;/clucene/clucene-core-&clucene-version;.tar.gz">
<!ENTITY clucene-download-ftp " ">
<!ENTITY clucene-md5sum "48d647fbd8ef8889e5a7f422c1bfda94">
<!ENTITY clucene-size "2.2 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
<!ENTITY dbus-glib-download-http "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
<!ENTITY dbus-glib-download-ftp " ">
<!ENTITY dbus-glib-md5sum "a66a613705870752ca9786e0359aea97">
<!ENTITY dbus-glib-size "796 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2">
<!ENTITY exempi-download-http "https://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2">
<!ENTITY exempi-download-ftp " ">
<!ENTITY exempi-md5sum "ad612752c8bf50d7c84a4689073246d2">
<!ENTITY exempi-size "3.5 MB">

View File

@ -4,10 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gsl-download-http
"http://ftp.gnu.org/pub/gnu/gsl/gsl-&gsl-version;.tar.gz">
<!ENTITY gsl-download-ftp
"ftp://ftp.gnu.org/pub/gnu/gsl/gsl-&gsl-version;.tar.gz">
<!ENTITY gsl-download-http "&gnu-http;/gsl/gsl-&gsl-version;.tar.gz">
<!ENTITY gsl-download-ftp "&gnu-ftp;/gsl/gsl-&gsl-version;.tar.gz">
<!ENTITY gsl-md5sum "dba736f15404807834dc1c7b93e83b92">
<!ENTITY gsl-size "5.6 MB">
<!ENTITY gsl-buildsize "181 MB (with tests, without docs)">

View File

@ -4,9 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libassuan-download-http " ">
<!ENTITY libassuan-download-ftp
"ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
<!ENTITY libassuan-download-http "&gnupg-http;/libassuan/libassuan-&libassuan-version;.tar.bz2">
<!ENTITY libassuan-download-ftp "&gnupg-ftp;/libassuan/libassuan-&libassuan-version;.tar.bz2">
<!ENTITY libassuan-md5sum "8e01a7c72d3e5d154481230668e6eb5a">
<!ENTITY libassuan-size "547 KB">
<!ENTITY libassuan-buildsize "6.7 MB (with tests)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libbytesize-download-http "http://github.com/storaged-project/libbytesize/archive/libbytesize-&libbytesize-version;.tar.gz">
<!ENTITY libbytesize-download-http "https://github.com/storaged-project/libbytesize/archive/libbytesize-&libbytesize-version;.tar.gz">
<!ENTITY libbytesize-download-ftp " ">
<!ENTITY libbytesize-md5sum "c469110ae134ea3a58546ba13fdb5074">
<!ENTITY libbytesize-size "68 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libffi-download-http " ">
<!ENTITY libffi-download-http "https://sourceware.org/ftp/libffi/libffi-&libffi-version;.tar.gz">
<!ENTITY libffi-download-ftp "ftp://sourceware.org/pub/libffi/libffi-&libffi-version;.tar.gz">
<!ENTITY libffi-md5sum "83b89587607e3eb65c70d361f13bab43">
<!ENTITY libffi-size "920 KB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libgcrypt-download-http " ">
<!ENTITY libgcrypt-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
<!ENTITY libgcrypt-download-http "&gnupg-http;/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
<!ENTITY libgcrypt-download-ftp "&gnupg-ftp;/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2">
<!ENTITY libgcrypt-md5sum "530db74602b558209f9ad7356a680971">
<!ENTITY libgcrypt-size "2.8 MB">
<!ENTITY libgcrypt-buildsize "40 MB (with tests and building docs)">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libgpg-error-download-http " ">
<!ENTITY libgpg-error-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
<!ENTITY libgpg-error-download-http "&gnupg-http;/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
<!ENTITY libgpg-error-download-ftp "&gnupg-ftp;/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
<!ENTITY libgpg-error-md5sum "5217ef3e76a7275a2a3b569a12ddc989">
<!ENTITY libgpg-error-size "796 KB">
<!ENTITY libgpg-error-buildsize "7.8 MB (with tests)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libgusb-download-http "http://people.freedesktop.org/~hughsient/releases/libgusb-&libgusb-version;.tar.xz">
<!ENTITY libgusb-download-http "https://people.freedesktop.org/~hughsient/releases/libgusb-&libgusb-version;.tar.xz">
<!ENTITY libgusb-download-ftp " ">
<!ENTITY libgusb-md5sum "fa2b41b828c749f9190edf888948a77b">
<!ENTITY libgusb-size "288 KB">

View File

@ -4,9 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libical-download-http "https://github.com/libical/libical/releases/download/v&libical-version;/libical-&libical-version;.tar.gz">
<!--
<!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz">-->
<!ENTITY libical-download-http "https://github.com/libical/libical/releases/download/v&libical-version;/libical-&libical-version;.tar.gz">
<!ENTITY libical-download-ftp " ">
<!ENTITY libical-md5sum "6bf8e5f5a3ba88baf390d0134e05d76e">
<!ENTITY libical-size "684 KB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libidn-download-http "http://ftp.gnu.org/gnu/libidn/libidn-&libidn-version;.tar.gz">
<!ENTITY libidn-download-ftp "ftp://ftp.gnu.org/gnu/libidn/libidn-&libidn-version;.tar.gz">
<!ENTITY libidn-download-http "&gnu-http;/libidn/libidn-&libidn-version;.tar.gz">
<!ENTITY libidn-download-ftp "&gnu-ftp;/libidn/libidn-&libidn-version;.tar.gz">
<!ENTITY libidn-md5sum "a9aa7e003665de9c82bd3f9fc6ccf308">
<!ENTITY libidn-size "3.3 MB">
<!ENTITY libidn-buildsize "25 MB (with tests)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libiodbc-download-http "&sourceforge-repo;/project/iodbc/iodbc/&libiodbc-version;/libiodbc-&libiodbc-version;.tar.gz">
<!ENTITY libiodbc-download-http "&sourceforge-dl;/iodbc/libiodbc-&libiodbc-version;.tar.gz">
<!ENTITY libiodbc-download-ftp " ">
<!ENTITY libiodbc-md5sum "c76cab12a642a024bd1a262615a1a4a8">
<!ENTITY libiodbc-size "1.1 MB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libksba-download-http " ">
<!ENTITY libksba-download-ftp "ftp://ftp.gnupg.org/gcrypt/libksba/libksba-&libksba-version;.tar.bz2">
<!ENTITY libksba-download-http "&gnupg-http;/libksba/libksba-&libksba-version;.tar.bz2">
<!ENTITY libksba-download-ftp "&gnupg-ftp;/libksba/libksba-&libksba-version;.tar.bz2">
<!ENTITY libksba-md5sum "8302a3e263a7c630aa7dea7d341f07a2">
<!ENTITY libksba-size "608 KB">
<!ENTITY libksba-buildsize "9.2 MB (with tests)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libmbim-download-http "http://www.freedesktop.org/software/libmbim/libmbim-&libmbim-version;.tar.xz">
<!ENTITY libmbim-download-http "https://www.freedesktop.org/software/libmbim/libmbim-&libmbim-version;.tar.xz">
<!ENTITY libmbim-download-ftp " ">
<!ENTITY libmbim-md5sum "40b1543119b65f9a75f264a3a5abf33b">
<!ENTITY libmbim-size "396 KB">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY libpaper-download-http "http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_&libpaper-version;.tar.gz">
<!ENTITY libpaper-download-ftp "ftp://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_&libpaper-version;.tar.gz">
<!ENTITY libpaper-download-ftp "ftp://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_&libpaper-version;.tar.gz">
<!ENTITY libpaper-md5sum "38bc55688c0fc5544edaa5a951a45fbd">
<!ENTITY libpaper-size "48 KB">
<!ENTITY libpaper-buildsize "3.5 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libqmi-download-http "http://www.freedesktop.org/software/libqmi/libqmi-&libqmi-version;.tar.xz">
<!ENTITY libqmi-download-http "https://www.freedesktop.org/software/libqmi/libqmi-&libqmi-version;.tar.xz">
<!ENTITY libqmi-download-ftp " ">
<!ENTITY libqmi-md5sum "25bae4e383ad77f491ad49b49e04fdcf">
<!ENTITY libqmi-size "856 KB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libsigsegv-download-http "http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
<!ENTITY libsigsegv-download-ftp "ftp://ftp.gnu.org/gnu/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
<!ENTITY libsigsegv-download-http "&gnu-http;/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
<!ENTITY libsigsegv-download-ftp "&gnu-ftp;/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
<!ENTITY libsigsegv-md5sum "a812d9481f6097f705599b218eea349f">
<!ENTITY libsigsegv-size "440 KB">
<!ENTITY libsigsegv-buildsize "3.4 MB (with checks)">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY libstatgrab-download-http "http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-&libstatgrab-version;.tar.gz">
<!ENTITY libstatgrab-download-ftp "ftp://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-&libstatgrab-version;.tar.gz">
<!ENTITY libstatgrab-download-ftp "ftp://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-&libstatgrab-version;.tar.gz">
<!ENTITY libstatgrab-md5sum "b906d312076ca9be3d5188edfe07f496">
<!ENTITY libstatgrab-size "760 KB">
<!ENTITY libstatgrab-buildsize "9.0 MB (with the test suite)">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libtasn1-download-http "http://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
<!ENTITY libtasn1-download-ftp "ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
<!ENTITY libtasn1-download-http "&gnu-http;/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
<!ENTITY libtasn1-download-ftp "&gnu-ftp;/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
<!ENTITY libtasn1-md5sum "5c724bd1f73aaf4a311833e1cd297b21">
<!ENTITY libtasn1-size "1.8 MB">
<!ENTITY libtasn1-buildsize "11 MB (with tests)">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libunistring-download-http "http://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.xz">
<!ENTITY libunistring-download-ftp "ftp://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.xz">
<!ENTITY libunistring-download-http "&gnu-http;/libunistring/libunistring-&libunistring-version;.tar.xz">
<!ENTITY libunistring-download-ftp "&gnu-ftp;/libunistring/libunistring-&libunistring-version;.tar.xz">
<!ENTITY libunistring-md5sum "82e0545363d111bfdfec2ddbfe62ffd3">
<!ENTITY libunistring-size "1.9 MB">
<!ENTITY libunistring-buildsize "43 MB (add 42 MB for tests)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libusb-compat-download-http "&sourceforge-repo;/libusb/libusb-compat-&libusb-compat-version;.tar.bz2">
<!ENTITY libusb-compat-download-http "&sourceforge-dl;/libusb/libusb-compat-&libusb-compat-version;.tar.bz2">
<!ENTITY libusb-compat-download-ftp " ">
<!ENTITY libusb-compat-md5sum "2780b6a758a1e2c2943bdbf7faf740e4">
<!ENTITY libusb-compat-size "276 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libwacom-download-http "&sourceforge-repo;/linuxwacom/libwacom/libwacom-&libwacom-version;.tar.bz2">
<!ENTITY libwacom-download-http "&sourceforge-dl;/linuxwacom/libwacom-&libwacom-version;.tar.bz2">
<!ENTITY libwacom-download-ftp " ">
<!ENTITY libwacom-md5sum "47ce63c65d74a5730fbf6ff3cea6d821">
<!ENTITY libwacom-size "468 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libxkbcommon-download-http "http://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
<!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
<!ENTITY libxkbcommon-download-ftp " ">
<!ENTITY libxkbcommon-md5sum "f53fa65beb5ae4b6a6b7f08f9dedabc4">
<!ENTITY libxkbcommon-size "616 KB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY npth-download-http " ">
<!ENTITY npth-download-ftp "ftp://ftp.gnupg.org/gcrypt/npth/npth-&npth-version;.tar.bz2">
<!ENTITY npth-download-http "&gnupg-http;/npth/npth-&npth-version;.tar.bz2">
<!ENTITY npth-download-ftp "&gnupg-ftp;/npth/npth-&npth-version;.tar.bz2">
<!ENTITY npth-md5sum "9ba2dc4302d2f32c66737c43ed191b1b">
<!ENTITY npth-size "296 KB">
<!ENTITY npth-buildsize "2.5 MB (with checks)">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY nspr-download-http "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
<!-- <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">-->
<!ENTITY nspr-download-http "&mozilla-http;/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
<!ENTITY nspr-download-ftp " ">
<!ENTITY nspr-md5sum "42fd8963a4b394f62d43ba604f03fab7">
<!ENTITY nspr-size "1.1 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY openobex-download-http "&sourceforge-repo;/openobex/openobex-&openobex-version;-Source.tar.gz">
<!ENTITY openobex-download-http "&sourceforge-dl;/openobex/openobex-&openobex-version;-Source.tar.gz">
<!ENTITY openobex-download-ftp " ">
<!ENTITY openobex-md5sum "f6e0b6cb7dcfd731460a7e9a91429a3a">
<!ENTITY openobex-size "128 KB">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pcre-download-http " ">
<!-- <!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2">-->
<!ENTITY pcre-download-http "&sourceforge-dl;/pcre/pcre-&pcre-version;.tar.bz2">
<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
<!ENTITY pcre-md5sum "c160d22723b1670447341b08c58981c1">
<!ENTITY pcre-size "1.5 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pcre2-download-http " ">
<!ENTITY pcre2-download-http "&sourceforge-dl;/pcre/pcre2-&pcre2-version;.tar.bz2">
<!ENTITY pcre2-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-&pcre2-version;.tar.bz2">
<!ENTITY pcre2-md5sum "b2cd00ca7e24049040099b0a46bb3649">
<!ENTITY pcre2-size "1.4 MB">

View File

@ -4,10 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pth-download-http
"http://ftp.gnu.org/gnu/pth/pth-&pth-version;.tar.gz">
<!ENTITY pth-download-ftp
"ftp://ftp.gnu.org/gnu/pth/pth-&pth-version;.tar.gz">
<!ENTITY pth-download-http "&gnu-http;/pth/pth-&pth-version;.tar.gz">
<!ENTITY pth-download-ftp "&gnu-ftp;/pth/pth-&pth-version;.tar.gz">
<!ENTITY pth-md5sum "9cb4a25331a4c4db866a31cbe507c793">
<!ENTITY pth-size "652 KB">
<!ENTITY pth-buildsize "5 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY wayland-download-http "http://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
<!ENTITY wayland-download-http "https://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
<!ENTITY wayland-download-ftp " ">
<!ENTITY wayland-md5sum "0235f6075c32c3be61cff94fa0b9f108">
<!ENTITY wayland-size "408 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY asciidoc-download-http "http://sourceforge.net/projects/asciidoc/files/asciidoc/&asciidoc-version;/asciidoc-&asciidoc-version;.tar.gz">
<!ENTITY asciidoc-download-http "&sourceforge-dl;/asciidoc/asciidoc-&asciidoc-version;.tar.gz">
<!ENTITY asciidoc-download-ftp " ">
<!ENTITY asciidoc-md5sum "c59018f105be8d022714b826b0be130a">
<!ENTITY asciidoc-size "888 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY bogofilter-download-http "&sourceforge-repo;/bogofilter/bogofilter-&bogofilter-version;.tar.gz">
<!ENTITY bogofilter-download-http "&sourceforge-dl;/bogofilter/bogofilter-&bogofilter-version;.tar.gz">
<!ENTITY bogofilter-download-ftp " ">
<!ENTITY bogofilter-md5sum "6ce27a692d2d4881e9898f3798dcf91c">
<!ENTITY bogofilter-size "1.9 MB">

View File

@ -5,11 +5,11 @@
%general-entities;
<!ENTITY compface-download-http "&sources-anduin-http;/compface/compface-&compface-version;.tar.gz">
<!ENTITY compface-download-ftp "&sources-anduin-ftp;/compface/compface-&compface-version;.tar.gz">
<!ENTITY compface-md5sum "62f4f79c0861ad292ba3cf77b4c48319">
<!ENTITY compface-size "47 KB">
<!ENTITY compface-buildsize "520 KB">
<!ENTITY compface-time "less than 0.1 SBU">
<!ENTITY compface-download-ftp "&sources-anduin-ftp;/compface/compface-&compface-version;.tar.gz">
<!ENTITY compface-md5sum "62f4f79c0861ad292ba3cf77b4c48319">
<!ENTITY compface-size "47 KB">
<!ENTITY compface-buildsize "520 KB">
<!ENTITY compface-time "less than 0.1 SBU">
]>
<sect1 id="compface" xreflabel="Compface-&compface-version;">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY desktop-file-utils-download-http
"http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.xz">
"https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.xz">
<!ENTITY desktop-file-utils-download-ftp " ">
<!ENTITY desktop-file-utils-md5sum "599133d51cc9a41bfec186414906b6f1">
<!ENTITY desktop-file-utils-size "132 KB">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!--<!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz">-->
<!ENTITY graphviz-download-http "http://pkgs.fedoraproject.org/repo/pkgs/graphviz/graphviz-&graphviz-version;.tar.gz/&graphviz-md5sum;/graphviz-&graphviz-version;.tar.gz">
<!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz">
<!ENTITY graphviz-download-ftp " ">
<!ENTITY graphviz-md5sum "5b6a829b2ac94efcd5fa3c223ed6d3ae">
<!ENTITY graphviz-size "25 MB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pinentry-download-http " ">
<!ENTITY pinentry-download-ftp "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
<!ENTITY pinentry-download-http "&gnupg-http;/pinentry/pinentry-&pinentry-version;.tar.bz2">
<!ENTITY pinentry-download-ftp "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2">
<!ENTITY pinentry-md5sum "4a3fad8b31f9b4c5526c8837495015dc">
<!ENTITY pinentry-size "428 KB">
<!ENTITY pinentry-buildsize "7.7 MB">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY screen-download-http "https://ftp.gnu.org/gnu/screen/screen-&screen-version;.tar.gz">
<!ENTITY screen-download-ftp "ftp://ftp.gnu.org/gnu/screen/screen-&screen-version;.tar.gz">
<!ENTITY screen-md5sum "a8c5da2f42f8a18fa4dada2419d1549b">
<!ENTITY screen-size "944 KB">
<!ENTITY screen-buildsize "9.2 MB">
<!ENTITY screen-time "0.1 SBU">
<!ENTITY screen-download-http "&gnu-http;/screen/screen-&screen-version;.tar.gz">
<!ENTITY screen-download-ftp "&gnu-ftp;/screen/screen-&screen-version;.tar.gz">
<!ENTITY screen-md5sum "a8c5da2f42f8a18fa4dada2419d1549b">
<!ENTITY screen-size "944 KB">
<!ENTITY screen-buildsize "9.2 MB">
<!ENTITY screen-time "0.1 SBU">
]>
<sect1 id="screen" xreflabel="Screen-&screen-version;">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY shared-mime-info-download-http
"http://freedesktop.org/~hadess/shared-mime-info-&shared-mime-info-version;.tar.xz">
"https://people.freedesktop.org/~hadess/shared-mime-info-&shared-mime-info-version;.tar.xz">
<!ENTITY shared-mime-info-download-ftp " ">
<!ENTITY shared-mime-info-md5sum "f6dcadce764605552fc956563efa058c">
<!ENTITY shared-mime-info-size "576 KB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY sharutils-download-http "http://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.xz">
<!ENTITY sharutils-download-ftp "ftp://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.xz">
<!ENTITY sharutils-download-http "&gnu-http;/sharutils/sharutils-&sharutils-version;.tar.xz">
<!ENTITY sharutils-download-ftp "&gnu-ftp;/sharutils/sharutils-&sharutils-version;.tar.xz">
<!ENTITY sharutils-md5sum "5975ce21da36491d7aa6dc2b0d9788e0">
<!ENTITY sharutils-size "1.1 MB">
<!ENTITY sharutils-buildsize "22 MB (with the test suite)">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY time-download-http "http://ftp.gnu.org/gnu/time/time-1.7.tar.gz">
<!ENTITY time-download-ftp "ftp://ftp.gnu.org/gnu/time/time-1.7.tar.gz">
<!ENTITY time-download-http "&gnu-http;/time/time-1.7.tar.gz">
<!ENTITY time-download-ftp "&gnu-ftp;/time/time-1.7.tar.gz">
<!ENTITY time-md5sum "e38d2b8b34b1ca259cf7b053caac32b3">
<!ENTITY time-size "101 KB">
<!ENTITY time-buildsize "640 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY xdg-user-dirs-download-http "http://user-dirs.freedesktop.org/releases/xdg-user-dirs-&xdg-user-dirs-version;.tar.gz">
<!ENTITY xdg-user-dirs-download-http "https://user-dirs.freedesktop.org/releases/xdg-user-dirs-&xdg-user-dirs-version;.tar.gz">
<!ENTITY xdg-user-dirs-download-ftp " ">
<!ENTITY xdg-user-dirs-md5sum "f5aaf5686ad7d8809a664bfb4566a54d">
<!ENTITY xdg-user-dirs-size "238 KB">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY aalib-download-http "&sourceforge-repo;/aa-project/aalib-&aalib-version;.tar.gz">
<!ENTITY aalib-download-ftp " ">
<!ENTITY aalib-md5sum "9801095c42bba12edebd1902bcf0a990">
<!ENTITY aalib-size "388 KB">
<!ENTITY aalib-buildsize "6.5 MB">
<!ENTITY aalib-time "0.1 SBU">
<!ENTITY aalib-download-http "&sourceforge-dl;/aa-project/aalib-&aalib-version;.tar.gz">
<!ENTITY aalib-download-ftp " ">
<!ENTITY aalib-md5sum "9801095c42bba12edebd1902bcf0a990">
<!ENTITY aalib-size "388 KB">
<!ENTITY aalib-buildsize "6.5 MB">
<!ENTITY aalib-time "0.1 SBU">
]>
<sect1 id="aalib" xreflabel="AAlib-&aalib-version;">

View File

@ -4,11 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY babl-download-http
"http://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
<!ENTITY babl-download-ftp " ">
<!-- <!ENTITY babl-download-ftp
"ftp://ftp.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">-->
<!ENTITY babl-download-http "https://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
<!ENTITY babl-download-ftp " ">
<!ENTITY babl-md5sum "cc53d8474a43aafb7cdaccea56cfde44">
<!ENTITY babl-size "604 KB">
<!ENTITY babl-buildsize "13 MB (with tests)">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY fontconfig-download-http
"http://www.freedesktop.org/software/fontconfig/release/fontconfig-&fontconfig-version;.tar.bz2">
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-&fontconfig-version;.tar.bz2">
<!ENTITY fontconfig-download-ftp " ">
<!ENTITY fontconfig-md5sum "29105662c7d319720e0088a0ac53f494">
<!ENTITY fontconfig-size "1.5 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY freetype2-download-http "&sourceforge-repo;/freetype/freetype-&freetype2-version;.tar.bz2">
<!ENTITY freetype2-download-http "&sourceforge-dl;/freetype/freetype-&freetype2-version;.tar.bz2">
<!ENTITY freetype2-download-ftp "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.bz2">
<!ENTITY freetype2-md5sum "2413ac3eaf508ada019c63959ea81a92">
<!ENTITY freetype2-size "1.8 MB">
@ -12,7 +12,7 @@
<!ENTITY freetype2-time "0.2 SBU (with additional documentation)">
<!ENTITY freetype2-doc-version "&freetype2-version;">
<!ENTITY freetype2-doc-download-http "&sourceforge-repo;/freetype/freetype-doc-&freetype2-doc-version;.tar.bz2">
<!ENTITY freetype2-doc-download-http "&sourceforge-dl;/freetype/freetype-doc-&freetype2-doc-version;.tar.bz2">
<!ENTITY freetype2-doc-download-ftp "&gentoo-ftp-repo;/freetype-doc-&freetype2-doc-version;.tar.bz2">
<!ENTITY freetype2-doc-md5sum "961d5802bb6085ad91e0ab9fa99fbf39">
<!ENTITY freetype2-doc-size "2.1 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY fribidi-download-http "http://fribidi.org/download/fribidi-&fribidi-version;.tar.bz2">
<!ENTITY fribidi-download-http "https://www.fribidi.org/download/fribidi-&fribidi-version;.tar.bz2">
<!ENTITY fribidi-download-ftp " ">
<!ENTITY fribidi-md5sum "6c7e7cfdd39c908f7ac619351c1c5c23">
<!ENTITY fribidi-size "636 KB">

View File

@ -4,9 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gegl-download-http "http://download.gimp.org/pub/gegl/0.3/gegl-&gegl-version;.tar.bz2">
<!ENTITY gegl-download-ftp " ">
<!-- <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
<!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.3/gegl-&gegl-version;.tar.bz2">
<!ENTITY gegl-download-ftp " ">
<!ENTITY gegl-md5sum "6e5c6f229261478dc436a38c84405b2a">
<!ENTITY gegl-size "5.8 MB">
<!ENTITY gegl-buildsize "127 MB (add 24 MB for tests)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY giflib-download-http "&sourceforge-repo;/giflib/giflib-&giflib-version;.tar.bz2">
<!ENTITY giflib-download-http "&sourceforge-dl;/giflib/giflib-&giflib-version;.tar.bz2">
<!ENTITY giflib-download-ftp " ">
<!ENTITY giflib-http-md5sum "2c171ced93c0e83bb09e6ccad8e3ba2b">
<!ENTITY giflib-http-size "625 KB">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY harfbuzz-download-http
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
"https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
<!ENTITY harfbuzz-download-ftp " ">
<!ENTITY harfbuzz-md5sum "d1aa446e1e65717311c15d9ac0cf31ee">
<!ENTITY harfbuzz-size "1.5 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY lcms-download-http "&sourceforge-repo;/lcms/lcms-&lcms-version;.tar.gz">
<!ENTITY lcms-download-http "&sourceforge-dl;/lcms/lcms-&lcms-version;.tar.gz">
<!ENTITY lcms-download-ftp " ">
<!ENTITY lcms-md5sum "8af94611baf20d9646c7c2c285859818">
<!ENTITY lcms-size "927 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY lcms2-download-http "&sourceforge-repo;/lcms/lcms2-&lcms2-version;.tar.gz">
<!ENTITY lcms2-download-http "&sourceforge-dl;/lcms/lcms2-&lcms2-version;.tar.gz">
<!ENTITY lcms2-download-ftp " ">
<!ENTITY lcms2-md5sum "87a5913f1a52464190bb655ad230539c">
<!ENTITY lcms2-size "6.4 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libexif-download-http "&sourceforge-repo;/libexif/libexif-&libexif-version;.tar.bz2">
<!ENTITY libexif-download-http "&sourceforge-dl;/libexif/libexif-&libexif-version;.tar.bz2">
<!ENTITY libexif-download-ftp " ">
<!ENTITY libexif-md5sum "27339b89850f28c8f1c237f233e05b27">
<!ENTITY libexif-size "1.4 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libjpeg-download-http "&sourceforge-repo;/libjpeg-turbo/libjpeg-turbo-&libjpeg-turbo-version;.tar.gz">
<!ENTITY libjpeg-download-http "&sourceforge-dl;/libjpeg-turbo/libjpeg-turbo-&libjpeg-turbo-version;.tar.gz">
<!ENTITY libjpeg-download-ftp " ">
<!ENTITY libjpeg-md5sum "6b4923e297a7eaa255f08511017a8818">
<!ENTITY libjpeg-size "1.6 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar.xz">
<!ENTITY libmng-download-http "&sourceforge-dl;/libmng/libmng-&libmng-version;.tar.xz">
<!ENTITY libmng-download-ftp " ">
<!ENTITY libmng-md5sum "e9e899adb1b681b17f14d91e261878c5">
<!ENTITY libmng-size "932 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libpng-download-http "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.xz">
<!ENTITY libpng-download-http "&sourceforge-dl;/libpng/libpng-&libpng-version;.tar.xz">
<!ENTITY libpng-download-ftp " ">
<!ENTITY libpng-md5sum "1b34eab440263e32cfa39d19413fad54">
<!ENTITY libpng-size "972 KB">
@ -14,7 +14,7 @@
<!ENTITY apng-version "&libpng-version;">
<!ENTITY apng-patch
"&sourceforge-repo;/project/apng/libpng/libpng16/libpng-&apng-version;-apng.patch.gz">
"&sourceforge-dl;/apng/libpng-&apng-version;-apng.patch.gz">
]>
<sect1 id="libpng" xreflabel="libpng-&libpng-version;">

View File

@ -4,9 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY cvdir "/projects/opencvlibrary/files">
<!ENTITY opencv-download-http "&sourceforge-repo2;&cvdir;/opencv-unix/&opencv-version;/opencv-&opencv-version;.zip">
<!ENTITY opencv-download-http "&sourceforge-dl;/opencvlibrary/opencv-&opencv-version;.zip">
<!ENTITY opencv-download-ftp " ">
<!ENTITY opencv-md5sum "cc586ebe960a7cdd87100e89088abc06">
<!ENTITY opencv-size "81 MB">
@ -17,7 +15,7 @@
<!ENTITY ippicv-version "ippicv_2017u2_lnx_intel64_20170418">
<!ENTITY ippicv_binaries_commit "a62e20676a60ee0ad6581e217fe7e4bada3b95db">
<!ENTITY opencv-contrib-download "https://github.com/opencv/opencv_contrib/archive/&opencv-version;.tar.gz">
<!ENTITY opencv-contrib-download "https://github.com/opencv/opencv_contrib/archive/&opencv-version;/opencv_contrib-&opencv-version;.tar.gz">
]>
<sect1 id="opencv" xreflabel="opencv-&opencv-version;">
@ -95,12 +93,6 @@
</listitem>
</itemizedlist>
<note>
<para>Download the additional modules via wget as:</para>
<screen><userinput>wget &opencv-contrib-download; \
-O opencv_contrib-&opencv-version;.tar.gz</userinput></screen>
</note>
<bridgehead renderas="sect3">opencv Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY openjpeg-download-http "&sourceforge-repo;/openjpeg.mirror/openjpeg-&openjpeg-version;.tar.gz">
<!ENTITY openjpeg-download-http "&sourceforge-dl;/openjpeg.mirror/openjpeg-&openjpeg-version;.tar.gz">
<!ENTITY openjpeg-download-ftp " ">
<!ENTITY openjpeg-md5sum "c41772c30fb1c272358b3707233134a1">
<!ENTITY openjpeg-size "1.4 MB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pixman-download-http "http://cairographics.org/releases/pixman-&pixman-version;.tar.gz">
<!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
<!ENTITY pixman-download-ftp " ">
<!ENTITY pixman-md5sum "e80ebae4da01e77f68744319f01d52a3">
<!ENTITY pixman-size "860 KB">

View File

@ -4,17 +4,17 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
<!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "bc5a191741604552c90d484103229374">
<!ENTITY poppler-size "1.6 MB">
<!ENTITY poppler-buildsize "50 MB (with Qt5 library)">
<!ENTITY poppler-time "1.3 SBU (with Qt5 library)">
<!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
<!ENTITY poppler-download-ftp " ">
<!ENTITY poppler-md5sum "bc5a191741604552c90d484103229374">
<!ENTITY poppler-size "1.6 MB">
<!ENTITY poppler-buildsize "50 MB (with Qt5 library)">
<!ENTITY poppler-time "1.3 SBU (with Qt5 library)">
<!ENTITY poppler-data-version "0.4.8">
<!ENTITY poppler-data-download-http "http://poppler.freedesktop.org/poppler-data-&poppler-data-version;.tar.gz">
<!ENTITY poppler-data-download-http "https://poppler.freedesktop.org/poppler-data-&poppler-data-version;.tar.gz">
<!ENTITY poppler-data-md5sum "00f8989c804de84af0ba2ea629949980">
<!ENTITY poppler-data-size "4.1 MB">
<!ENTITY poppler-data-buildsize "13 MB">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY potrace-download-http "https://sourceforge.net/projects/potrace/files/&potrace-version;/potrace-&potrace-version;.tar.gz">
<!ENTITY potrace-download-ftp " ">
<!ENTITY potrace-md5sum "60cecdaa9d14e0008f96b68dce77d246">
<!ENTITY potrace-size "636 KB">
<!ENTITY potrace-buildsize "7.5 MB (including tests)">
<!ENTITY potrace-time "less than 0.1 SBU (including tests)">
<!ENTITY potrace-download-http "&sourceforge-dl;/potrace/potrace-&potrace-version;.tar.gz">
<!ENTITY potrace-download-ftp " ">
<!ENTITY potrace-md5sum "60cecdaa9d14e0008f96b68dce77d246">
<!ENTITY potrace-size "636 KB">
<!ENTITY potrace-buildsize "7.5 MB (including tests)">
<!ENTITY potrace-time "less than 0.1 SBU (including tests)">
]>
<sect1 id="potrace" xreflabel="Potrace-&potrace-version;">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY qpdf-download-http "&sourceforge-repo;/qpdf/qpdf-&qpdf-version;.tar.gz">
<!ENTITY qpdf-download-http "&sourceforge-dl;/qpdf/qpdf-&qpdf-version;.tar.gz">
<!ENTITY qpdf-download-ftp " ">
<!ENTITY qpdf-md5sum "e014bd3ecf1c4d1a520bbc14d84ac20e">
<!ENTITY qpdf-size "8 MB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY autoconf213-download-http "http://ftp.gnu.org/gnu/autoconf/autoconf-&autoconf213-version;.tar.gz">
<!ENTITY autoconf213-download-ftp "ftp://ftp.gnu.org/gnu/autoconf/autoconf-&autoconf213-version;.tar.gz">
<!ENTITY autoconf213-download-http "&gnu-http;/autoconf/autoconf-&autoconf213-version;.tar.gz">
<!ENTITY autoconf213-download-ftp "&gnu-ftp;/autoconf/autoconf-&autoconf213-version;.tar.gz">
<!ENTITY autoconf213-md5sum "9de56d4a161a723228220b0f425dc711">
<!ENTITY autoconf213-size "434 KB">
<!ENTITY autoconf213-buildsize "2.8 MB">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY Beaker-download-http
"https://pypi.python.org/packages/93/b2/12de6937b06e9615dbb3cb3a1c9af17f133f435bdef59f4ad42032b6eb49/Beaker-&Beaker-version;.tar.gz">
<!ENTITY Beaker-download-http "&pymodules-dl;/B/Beaker/Beaker-&Beaker-version;.tar.gz">
<!ENTITY Beaker-download-ftp " ">
<!ENTITY Beaker-md5sum "38b3fcdfa24faf97c6cf66991eb54e9c">
<!ENTITY Beaker-size "40 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY cargo-download-http "https://github.com/rust-lang/cargo/archive/&cargo-version;.tar.gz">
<!ENTITY cargo-download-http "https://github.com/rust-lang/cargo/archive/&cargo-version;/cargo-&cargo-version;.tar.gz">
<!ENTITY cargo-download-ftp " ">
<!ENTITY cargo-md5sum "c0bdbfdeead6a7cdfd7fbfe2183bfc61">
<!ENTITY cargo-size "624 KB">
@ -59,13 +59,6 @@
&lfs80_checked;
<note><para><application>Firefox</application> will download a correctly
named tarball, or you can download it via wget as:</para>
<screen><userinput>wget https://github.com/rust-lang/cargo/archive/&cargo-version;.tar.gz \
-O cargo-&cargo-version;.tar.gz</userinput></screen>
</note>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY clisp-download-http "http://ftp.gnu.org/pub/gnu/clisp/latest/clisp-&clisp-version;.tar.bz2">
<!ENTITY clisp-download-ftp "ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-&clisp-version;.tar.bz2">
<!ENTITY clisp-download-http "&gnu-http;/clisp/latest/clisp-&clisp-version;.tar.bz2">
<!ENTITY clisp-download-ftp "&gnu-ftp;/clisp/latest/clisp-&clisp-version;.tar.bz2">
<!ENTITY clisp-md5sum "1962b99d5e530390ec3829236d168649">
<!ENTITY clisp-size "7.8 MB">
<!ENTITY clisp-buildsize "163 MB (add 8 MB for tests)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
<!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
<!ENTITY cmake-download-ftp " ">
<!ENTITY cmake-md5sum "00f43c6a56d4903436317c14f9ca7f37">
<!ENTITY cmake-size "7.4 MB">
@ -88,7 +88,7 @@
<xref linkend="qt5"/> (for the Qt-based GUI),
<xref linkend="subversion"/> (for testing),
<ulink url="https://github.com/libuv/libuv/releases">libuv</ulink>, and
<ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
<ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
(for building documents)
</para>

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
<!ENTITY dbus-python-download-http "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
<!ENTITY dbus-python-download-ftp " ">
<!ENTITY dbus-python-md5sum "7372a588c83a7232b4e08159bfd48fe5">
<!ENTITY dbus-python-size "600 KB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY dejagnu-download-http "https://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
<!ENTITY dejagnu-download-ftp "ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
<!ENTITY dejagnu-download-http "&gnu-http;/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
<!ENTITY dejagnu-download-ftp "&gnu-ftp;/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
<!ENTITY dejagnu-md5sum "1fdc2eb0d592c4f89d82d24dfdf02f0b">
<!ENTITY dejagnu-size "512 KB">
<!ENTITY dejagnu-buildsize "3.2 MB">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY elfutils-download-http
"https://sourceware.org/elfutils/ftp/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
"https://sourceware.org/ftp/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
<!ENTITY elfutils-download-ftp
"ftp://sourceware.org/pub/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
<!ENTITY elfutils-md5sum "03599aee98c9b726c7a732a2dd0245d5">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY expect-download-http "http://prdownloads.sourceforge.net/expect/expect&expect-version;.tar.gz">
<!ENTITY expect-download-http "&sourceforge-dl;/expect/expect&expect-version;.tar.gz">
<!ENTITY expect-download-ftp " ">
<!ENTITY expect-md5sum "44e1a4f4c877e9ddc5a542dfa7ecc92b">
<!ENTITY expect-size "620 KB">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY funcsigs-download-http
"https://pypi.python.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-&funcsigs-version;.tar.gz">
<!ENTITY funcsigs-download-http "&pymodules-dl;/f/funcsigs/funcsigs-&funcsigs-version;.tar.gz">
<!ENTITY funcsigs-download-ftp " ">
<!ENTITY funcsigs-md5sum "7e583285b1fb8a76305d6d68f4ccc14e">
<!ENTITY funcsigs-size "32 KB">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gcc-download-http "http://ftpmirror.gnu.org/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz">
<!ENTITY gcc-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz">
<!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz">
<!ENTITY gcc-download-ftp "&gnu-ftp;/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz">
<!ENTITY gcc-md5sum "ff370482573133a7fcdd96cd2f552292">
<!ENTITY gcc-size "59 MB">
<!ENTITY gcc-ada-buildsize "8.9 GB (1.5 GB added if GNAT install dir is not removed)">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gcc-download-http "http://ftpmirror.gnu.org/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
<!ENTITY gcc-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
<!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
<!ENTITY gcc-download-ftp "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
<!ENTITY gcc-md5sum "ff370482573133a7fcdd96cd2f552292">
<!ENTITY gcc-size "59 MB">
<!ENTITY gcc-buildsize "7.4 GB (with tests)">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gdb-download-http "https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
<!ENTITY gdb-download-ftp "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz">
<!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz">
<!ENTITY gdb-download-ftp "&gnu-ftp;/gdb/gdb-&gdb-version;.tar.xz">
<!ENTITY gdb-md5sum "c3d35cd949084be53b92cc1e03485f88">
<!ENTITY gdb-size "19 MB">
<!ENTITY gdb-buildsize "450 MB (add 193 MB for tests, add 677 MB for docs)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY git-root "https://www.kernel.org/pub/software/scm/git" >
<!ENTITY git-root "&kernel-dl;/software/scm/git" >
<!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
<!ENTITY git-download-ftp " ">

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
<!ENTITY guile-download-ftp "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
<!ENTITY guile-download-http "&gnu-http;/guile/guile-&guile-version;.tar.xz">
<!ENTITY guile-download-ftp "&gnu-ftp;/guile/guile-&guile-version;.tar.xz">
<!ENTITY guile-md5sum "d3c002bcf92dbf68f6de45803874db0f">
<!ENTITY guile-size "10.3 MB">
<!ENTITY guile-buildsize "176 MB (add 3 MB for tests)">

View File

@ -4,9 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Don't like this URL either. -renodr -->
<!ENTITY Jinja2-download-http
"https://pypi.python.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-&Jinja2-version;.tar.gz">
<!ENTITY Jinja2-download-http "&pymodules-dl;/J/Jinja2/Jinja2-&Jinja2-version;.tar.gz">
<!ENTITY Jinja2-download-ftp " ">
<!ENTITY Jinja2-md5sum "6411537324b4dba0956aaa8109f3c77b">
<!ENTITY Jinja2-size "428 KB">

View File

@ -166,7 +166,7 @@
<xref linkend="valgrind"/>,
<xref linkend="zip"/>,
<ulink url="http://www.ocaml.org/">OCaml</ulink>, and
<ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
<ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
</para>
<para condition="html" role="usernotes">User Notes:

View File

@ -115,7 +115,7 @@
<xref linkend="valgrind"/>,
<xref linkend="zip"/>,
<ulink url="http://www.ocaml.org/">OCaml</ulink>, and
<ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
<ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
</para>
<para condition="html" role="usernotes">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY lxml-download-http
"https://pypi.io/packages/source/l/lxml/lxml-&lxml-version;.tar.gz">
<!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
<!ENTITY lxml-download-ftp " ">
<!ENTITY lxml-md5sum "e54e2fae44d684d6b9c636fe189e93ff">
<!ENTITY lxml-size "3.6 MB">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY Mako-download-http
"https://pypi.python.org/packages/source/M/Mako/Mako-&mako-version;.tar.gz">
<!ENTITY Mako-download-http "&pymodules-dl;/M/Mako/Mako-&mako-version;.tar.gz">
<!ENTITY Mako-download-ftp " ">
<!ENTITY Mako-md5sum "c5fc31a323dd4990683d2f2da02d4e20">
<!ENTITY Mako-size "564 KB">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY MarkupSafe-download-http
"https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-&MarkupSafe-version;.tar.gz">
<!ENTITY MarkupSafe-download-http "&pymodules-dl;/M/MarkupSafe/MarkupSafe-&MarkupSafe-version;.tar.gz">
<!ENTITY MarkupSafe-download-ftp " ">
<!ENTITY MarkupSafe-md5sum "2fcedc9284d50e577b5192e8e3578355">
<!ENTITY MarkupSafe-size "16 KB">

View File

@ -76,7 +76,7 @@
<ulink url="https://launchpad.net/bzr">Bazaar</ulink>,
<ulink url="http://www.nongnu.org/cvs/">CVS</ulink>,
<ulink url="http://docutils.sourceforge.net/">Docutils</ulink> (required to build the documentation),
<ulink url="http://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
<ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
<ulink url="http://pygments.org/">pygments</ulink>, and
<ulink url="https://github.com/pyca/pyopenssl">pyOpenSSL</ulink>

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY ninja-download-http "https://github.com/ninja-build/ninja/archive/v&ninja-version;.tar.gz">
<!ENTITY ninja-download-http "https://github.com/ninja-build/ninja/archive/v&ninja-version;/ninja-&ninja-version;.tar.gz">
<!ENTITY ninja-download-ftp " ">
<!ENTITY ninja-md5sum "7b482218757acbaeac4d4d54a3cd94e1">
<!ENTITY ninja-size "176 KB">
@ -36,11 +36,6 @@
&lfs80_checked;
<note><para>Download this file via wget as:</para>
<screen><userinput>wget https://github.com/ninja-build/ninja/archive/v&ninja-version;.tar.gz \
-O ninja-&ninja-version;.tar.gz</userinput></screen>
</note>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>

View File

@ -743,7 +743,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="http://ftp.gnu.org/gnu/smalltalk/"/></para>
url="&gnu-http;/smalltalk/"/></para>
</listitem>
</itemizedlist>
@ -1162,7 +1162,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/ooc/"/></para>
url="&sourceforge-dl;/ooc/"/></para>
</listitem>
</itemizedlist>
@ -1182,7 +1182,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/ogdl/"/></para>
url="&sourceforge-dl;/ogdl/"/></para>
</listitem>
</itemizedlist>
@ -1269,7 +1269,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/q-lang/"/></para>
url="&sourceforge-dl;/q-lang/"/></para>
</listitem>
</itemizedlist>
@ -1326,7 +1326,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/regina-rexx"/></para>
url="&sourceforge-dl;/regina-rexx"/></para>
</listitem>
</itemizedlist>
@ -1491,7 +1491,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/sbcl/"/></para>
url="&sourceforge-dl;/sbcl/"/></para>
</listitem>
</itemizedlist>
@ -1549,7 +1549,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/tiny-cobol/"/></para>
url="&sourceforge-dl;/tiny-cobol/"/></para>
</listitem>
</itemizedlist>
@ -1750,7 +1750,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/gtk2-perl"/></para>
url="&sourceforge-dl;/gtk2-perl"/></para>
</listitem>
</itemizedlist>
@ -1791,7 +1791,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/numpy/"/></para>
url="&sourceforge-dl;/numpy/"/></para>
</listitem>
</itemizedlist>
@ -1844,7 +1844,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/swig/"/></para>
url="&sourceforge-dl;/swig/"/></para>
</listitem>
</itemizedlist>
@ -1976,7 +1976,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/cachecc1"/></para>
url="&sourceforge-dl;/cachecc1"/></para>
</listitem>
</itemizedlist>
@ -2025,7 +2025,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="http://ftp.gnu.org/gnu/ddd/"/></para>
url="&gnu-http;/ddd/"/></para>
</listitem>
</itemizedlist>
@ -2078,7 +2078,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/ctags/"/></para>
url="&sourceforge-dl;/ctags/"/></para>
</listitem>
</itemizedlist>
@ -2099,7 +2099,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/gocache/"/></para>
url="&sourceforge-dl;/gocache/"/></para>
</listitem>
</itemizedlist>
@ -2150,7 +2150,7 @@
</listitem>
<listitem>
<para>Download Location: <ulink
url="&sourceforge-repo;/strace/"/></para>
url="&sourceforge-dl;/strace/"/></para>
</listitem>
</itemizedlist>

View File

@ -6,141 +6,141 @@
(Abandon all hope, ye who enter here). -->
%general-entities;
<!ENTITY perl_authors "http://cpan.metacpan.org/authors">
<!ENTITY perl_authors "https://www.cpan.org/authors">
<!ENTITY Archive-Zip-download-http "http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
<!ENTITY Archive-Zip-download-http "&perl_authors;/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
<!ENTITY Archive-Zip-md5sum "b649a593391573f9382cef8c08d1d5ba">
<!ENTITY autovivification-download-http "http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
<!ENTITY autovivification-download-http "&perl_authors;/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
<!ENTITY autovivification-md5sum "925c7d4c64c623db02845b355e3c6a19">
<!ENTITY Business-ISBN-download-http "http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
<!ENTITY Business-ISBN-download-http "&perl_authors;/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
<!ENTITY Business-ISBN-md5sum "60b36c0a92cf51e9027ec3d9f38e7224">
<!ENTITY Business-ISMN-download-http "http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Business-ISMN-&Business-ISMN-version;.tar.gz">
<!ENTITY Business-ISMN-download-http "&perl_authors;/id/B/BD/BDFOY/Business-ISMN-&Business-ISMN-version;.tar.gz">
<!ENTITY Business-ISMN-md5sum "87e36c8ccc9a9434494a849b7cf2fcc5">
<!ENTITY Business-ISSN-download-http "http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISSN-&Business-ISSN-version;.tar.gz">
<!ENTITY Business-ISSN-download-http "&perl_authors;/id/B/BD/BDFOY/Business-ISSN-&Business-ISSN-version;.tar.gz">
<!ENTITY Business-ISSN-md5sum "c226db6cdb9dfe77d17ad1d540b49f47">
<!ENTITY Class-Accessor-download-http "http://www.cpan.org/authors/id/K/KA/KASEI/Class-Accessor-&Class-Accessor-version;.tar.gz">
<!ENTITY Class-Accessor-download-http "&perl_authors;/id/K/KA/KASEI/Class-Accessor-&Class-Accessor-version;.tar.gz">
<!ENTITY Class-Accessor-md5sum "0d9640d237a13276145f7e44b4855b89">
<!ENTITY Data-Compare-download-http "http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-&Data-Compare-version;.tar.gz">
<!ENTITY Data-Compare-download-http "&perl_authors;/id/D/DC/DCANTRELL/Data-Compare-&Data-Compare-version;.tar.gz">
<!ENTITY Data-Compare-md5sum "6a397ab5833237f3ca05ed7277b19a7a">
<!ENTITY Data-Dump-download-http "http://www.cpan.org/authors/id/G/GA/GAAS/Data-Dump-&Data-Dump-version;.tar.gz">
<!ENTITY Data-Dump-download-http "&perl_authors;/id/G/GA/GAAS/Data-Dump-&Data-Dump-version;.tar.gz">
<!ENTITY Data-Dump-md5sum "762c111e525c82ff23d62c90821b26e9">
<!ENTITY Data-Uniqid-download-http "http://www.cpan.org/authors/id/M/MW/MWX/Data-Uniqid-&Data-Uniqid-version;.tar.gz">
<!ENTITY Data-Uniqid-download-http "&perl_authors;/id/M/MW/MWX/Data-Uniqid-&Data-Uniqid-version;.tar.gz">
<!ENTITY Data-Uniqid-md5sum "6bab3b5da09fedfdf60ce2629a7367db">
<!ENTITY DateTime-Calendar-Julian-download-http "http://www.cpan.org/authors/id/P/PI/PIJLL/DateTime-Calendar-Julian-&DateTime-Calendar-Julian-version;.tar.gz">
<!ENTITY DateTime-Calendar-Julian-download-http "&perl_authors;/id/P/PI/PIJLL/DateTime-Calendar-Julian-&DateTime-Calendar-Julian-version;.tar.gz">
<!ENTITY DateTime-Calendar-Julian-md5sum "de688324eb33a27449ac2a5bfe1453a0">
<!ENTITY DateTime-Format-Builder-download-http "http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-&DateTime-Format-Builder-version;.tar.gz">
<!ENTITY DateTime-Format-Builder-download-http "&perl_authors;/id/D/DR/DROLSKY/DateTime-Format-Builder-&DateTime-Format-Builder-version;.tar.gz">
<!ENTITY DateTime-Format-Builder-md5sum "21d950a9425c0173d6191697bf9dc4dc">
<!ENTITY Encode-EUCJPASCII-download-http "http://www.cpan.org/authors/id/N/NE/NEZUMI/Encode-EUCJPASCII-&Encode-EUCJPASCII-version;.tar.gz">
<!ENTITY Encode-EUCJPASCII-download-http "&perl_authors;/id/N/NE/NEZUMI/Encode-EUCJPASCII-&Encode-EUCJPASCII-version;.tar.gz">
<!ENTITY Encode-EUCJPASCII-md5sum "5daa65f55b7c2050bb0713d9e95f239d">
<!ENTITY Encode-HanExtra-download-http "http://www.cpan.org/authors/id/A/AU/AUDREYT/Encode-HanExtra-&Encode-HanExtra-version;.tar.gz">
<!ENTITY Encode-HanExtra-download-http "&perl_authors;/id/A/AU/AUDREYT/Encode-HanExtra-&Encode-HanExtra-version;.tar.gz">
<!ENTITY Encode-HanExtra-md5sum "e1d3bc32c1c8ee304235a06fbcd5d5a4">
<!ENTITY Encode-JIS2K-download-http "http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-JIS2K-&Encode-JIS2K-version;.tar.gz">
<!ENTITY Encode-JIS2K-download-http "&perl_authors;/id/D/DA/DANKOGAI/Encode-JIS2K-&Encode-JIS2K-version;.tar.gz">
<!ENTITY Encode-JIS2K-md5sum "60539471aa408a2b793cd45a6ce651db">
<!ENTITY Error-download-http "http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-&Error-version;.tar.gz">
<!ENTITY Error-download-http "&perl_authors;/id/S/SH/SHLOMIF/Error-&Error-version;.tar.gz">
<!ENTITY Error-md5sum "1a2ee7f0dc44f9ee76661a16bbbc0c48">
<!ENTITY File-BaseDir-download-http "http://www.cpan.org/authors/id/K/KI/KIMRYAN/File-BaseDir-&File-BaseDir-version;.tar.gz">
<!ENTITY File-BaseDir-download-http "&perl_authors;/id/K/KI/KIMRYAN/File-BaseDir-&File-BaseDir-version;.tar.gz">
<!ENTITY File-BaseDir-md5sum "5d10401970d209049c8491d2906c3e13">
<!ENTITY File-Slurp-download-http "http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-&File-Slurp-version;.tar.gz">
<!ENTITY File-Slurp-download-http "&perl_authors;/id/U/UR/URI/File-Slurp-&File-Slurp-version;.tar.gz">
<!ENTITY File-Slurp-md5sum "7d584cd15c4f8b9547765eff8c4ef078">
<!ENTITY File-Which-download-http "&perl_authors;/id/P/PL/PLICEASE/File-Which-&File-Which-version;.tar.gz">
<!ENTITY File-Which-md5sum "115a6efe5d7e9621237fcb655c7a0980">
<!ENTITY HTML-Parser-download-http "http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-&HTML-Parser-version;.tar.gz">
<!ENTITY HTML-Parser-download-http "&perl_authors;/id/G/GA/GAAS/HTML-Parser-&HTML-Parser-version;.tar.gz">
<!ENTITY HTML-Parser-md5sum "eb7505e5f626913350df9dd4a03d54a8">
<!ENTITY IPC-Run3-download-http "http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-&IPC-Run3-version;.tar.gz">
<!ENTITY IPC-Run3-download-http "&perl_authors;/id/R/RJ/RJBS/IPC-Run3-&IPC-Run3-version;.tar.gz">
<!ENTITY IPC-Run3-md5sum "5a8cec571c51a118b265cf6e24e55761">
<!ENTITY libwww-perl-download-http "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-&LWP-version;.tar.gz">
<!ENTITY libwww-perl-download-http "&perl_authors;/id/O/OA/OALDERS/libwww-perl-&LWP-version;.tar.gz">
<!ENTITY libwww-perl-md5sum "457bf4a4f40af3e2f43653329a9c6ab7">
<!ENTITY Lingua-Translit-download-http "http://www.cpan.org/authors/id/A/AL/ALINKE/Lingua-Translit-&Lingua-Translit-version;.tar.gz">
<!ENTITY Lingua-Translit-download-http "&perl_authors;/id/A/AL/ALINKE/Lingua-Translit-&Lingua-Translit-version;.tar.gz">
<!ENTITY Lingua-Translit-md5sum "e95386614b65b32a8ed9c1a24ae110f8">
<!ENTITY List-AllUtils-download-http "http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz">
<!ENTITY List-AllUtils-download-http "&perl_authors;/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz">
<!ENTITY List-AllUtils-md5sum "5d7f33d6b21aa461c12b002e20a2cbb6">
<!ENTITY List-MoreUtils-download-http "http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-&List-MoreUtils-version;.tar.gz">
<!ENTITY List-MoreUtils-download-http "&perl_authors;/id/R/RE/REHSACK/List-MoreUtils-&List-MoreUtils-version;.tar.gz">
<!ENTITY List-MoreUtils-md5sum "0a5462045de148c807d3f18e5074064f">
<!ENTITY Log-Log4perl-download-http "http://www.cpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-&Log-Log4perl-version;.tar.gz">
<!ENTITY Log-Log4perl-download-http "&perl_authors;/id/M/MS/MSCHILLI/Log-Log4perl-&Log-Log4perl-version;.tar.gz">
<!ENTITY Log-Log4perl-md5sum "8e96fb5e236c92445947eceb903326ba">
<!ENTITY LWP-Protocol-https-download-http "http://www.cpan.org/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-&LWP-Protocol-https-version;.tar.gz">
<!ENTITY LWP-Protocol-https-download-http "&perl_authors;/id/M/MS/MSCHILLI/LWP-Protocol-https-&LWP-Protocol-https-version;.tar.gz">
<!ENTITY LWP-Protocol-https-md5sum "404c7984521699ab4a6973f155f1726f">
<!ENTITY Module-Build-download-http "http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">
<!ENTITY Module-Build-download-http "&perl_authors;/id/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">
<!ENTITY Module-Build-md5sum "b74c2f6e84b60aad3a3defd30b6f0f4d">
<!ENTITY Net-DNS-download-http "http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
<!ENTITY Net-DNS-download-http "&perl_authors;/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
<!ENTITY Net-DNS-md5sum "332549b39026d649f29ab130de3174dc">
<!ENTITY Parse-Yapp-download-http "http://www.cpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-&Parse-Yapp-version;.tar.gz">
<!ENTITY Parse-Yapp-download-http "&perl_authors;/id/W/WB/WBRASWELL/Parse-Yapp-&Parse-Yapp-version;.tar.gz">
<!ENTITY Parse-Yapp-md5sum "69584d5b0f0304bb2a23cffcd982c5de">
<!ENTITY Regexp-Common-download-http "http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-&Regexp-Common-version;.tar.gz">
<!ENTITY Regexp-Common-download-http "&perl_authors;/id/A/AB/ABIGAIL/Regexp-Common-&Regexp-Common-version;.tar.gz">
<!ENTITY Regexp-Common-md5sum "b1bb40759b84154990f36a160160fb94">
<!ENTITY SGMLSpm-download-http "&sources-anduin-http;/perl-modules/SGMLSpm-&SGMLSpm-version;.tar.gz">
<!ENTITY SGMLSpm-download-http "&perl_authors;/id/R/RA/RAAB/SGMLSpm-&SGMLSpm-version;.tar.gz">
<!ENTITY SGMLSpm-md5sum "746c74ae969992cedb1a2879b4168090">
<!ENTITY Sort-Key-download-http "http://www.cpan.org/authors/id/S/SA/SALVA/Sort-Key-&Sort-Key-version;.tar.gz">
<!ENTITY Sort-Key-download-http "&perl_authors;/id/S/SA/SALVA/Sort-Key-&Sort-Key-version;.tar.gz">
<!ENTITY Sort-Key-md5sum "a37ab0da0cfdc26e57b4c79e39f6d98f">
<!ENTITY Test-Command-download-http "http://www.cpan.org/authors/id/D/DA/DANBOO/Test-Command-&Test-Command-version;.tar.gz">
<!ENTITY Test-Command-download-http "&perl_authors;/id/D/DA/DANBOO/Test-Command-&Test-Command-version;.tar.gz">
<!ENTITY Test-Command-md5sum "9ab83c4695961dbe92cd86efe08f0634">
<!ENTITY Test-Differences-download-http "http://www.cpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-&Test-Differences-version;.tar.gz">
<!ENTITY Test-Differences-download-http "&perl_authors;/id/D/DC/DCANTRELL/Test-Differences-&Test-Differences-version;.tar.gz">
<!ENTITY Test-Differences-md5sum "ecfda620fe133e36a6e392d94ab8424d">
<!ENTITY Text-BibTeX-download-http "http://www.cpan.org/authors/id/A/AM/AMBS/Text-BibTeX-&Text-BibTeX-version;.tar.gz">
<!ENTITY Text-BibTeX-download-http "&perl_authors;/id/A/AM/AMBS/Text-BibTeX-&Text-BibTeX-version;.tar.gz">
<!ENTITY Text-BibTeX-md5sum "a754759c80ab484c9f2b02b2fd4467c9">
<!ENTITY Text-CSV-download-http "http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-&Text-CSV-version;.tar.gz">
<!ENTITY Text-CSV-download-http "&perl_authors;/id/I/IS/ISHIGAKI/Text-CSV-&Text-CSV-version;.tar.gz">
<!ENTITY Text-CSV-md5sum "1e076b4b1f8ba6a5003bf93f3c437a9e">
<!ENTITY Text-Roman-download-http "http://www.cpan.org/authors/id/S/SY/SYP/Text-Roman-&Text-Roman-version;.tar.gz">
<!ENTITY Text-Roman-download-http "&perl_authors;/id/S/SY/SYP/Text-Roman-&Text-Roman-version;.tar.gz">
<!ENTITY Text-Roman-md5sum "1f6b09c0cc1f4425b565ff787a39fd83">
<!-- NB biber is updated frequently and tends to need the latest Unicode-Collate,
whereas stable perl releases lag behind. So, next time the shipped version is
adequate, just comment it, it will soon get reinstated as a dependency -->
<!ENTITY Unicode-Collate-download-http "http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-&Unicode-Collate-version;.tar.gz">
<!ENTITY Unicode-Collate-download-http "&perl_authors;/id/S/SA/SADAHIRO/Unicode-Collate-&Unicode-Collate-version;.tar.gz">
<!ENTITY Unicode-Collate-md5sum "6f9dcc7801fa2516993dcb59f8b61f6d">
<!ENTITY Unicode-LineBreak-download-http "http://www.cpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-&Unicode-LineBreak-version;.tar.gz">
<!ENTITY Unicode-LineBreak-download-http "&perl_authors;/id/N/NE/NEZUMI/Unicode-LineBreak-&Unicode-LineBreak-version;.tar.gz">
<!ENTITY Unicode-LineBreak-md5sum "de7672227922260ac92d20bbad29660b">
<!ENTITY URI-download-http "http://www.cpan.org/authors/id/E/ET/ETHER/URI-&URI-version;.tar.gz">
<!ENTITY URI-download-http "&perl_authors;/id/E/ET/ETHER/URI-&URI-version;.tar.gz">
<!ENTITY URI-md5sum "cd56d81ed429efaa97e7f3ff08851b48">
<!ENTITY XML-LibXML-Simple-download-http "http://cpan.org/authors/id/G/GR/GRANTM/XML-LibXML-Simple-&XML-LibXML-Simple-version;.tar.gz">
<!ENTITY XML-LibXML-Simple-download-http "&perl_authors;/id/G/GR/GRANTM/XML-LibXML-Simple-&XML-LibXML-Simple-version;.tar.gz">
<!ENTITY XML-LibXML-Simple-md5sum "1cd2e8e3421160c42277523d5b2f4dd2">
<!ENTITY XML-LibXSLT-download-http "http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-&XML-LibXSLT-version;.tar.gz">
<!ENTITY XML-LibXSLT-download-http "&perl_authors;/id/S/SH/SHLOMIF/XML-LibXSLT-&XML-LibXSLT-version;.tar.gz">
<!ENTITY XML-LibXSLT-md5sum "adf26f5195e18087c89ef3e7f7d97c43">
<!ENTITY XML-Simple-download-http "http://cpan.org/authors/id/G/GR/GRANTM/XML-Simple-&XML-Simple-version;.tar.gz">
<!ENTITY XML-Simple-download-http "&perl_authors;/id/G/GR/GRANTM/XML-Simple-&XML-Simple-version;.tar.gz">
<!ENTITY XML-Simple-md5sum "1cd2e8e3421160c42277523d5b2f4dd2">
<!ENTITY XML-Writer-download-http "http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz">
<!ENTITY XML-Writer-download-http "&perl_authors;/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz">
<!ENTITY XML-Writer-md5sum "b9c2420c243c6a36ce45a008740fcede">
]>

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pycrypto-download-http "https://pypi.python.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-&pycrypto-version;.tar.gz">
<!ENTITY pycrypto-download-http "&pymodules-dl;/p/pycrypto/pycrypto-&pycrypto-version;.tar.gz">
<!ENTITY pycrypto-download-ftp " ">
<!ENTITY pycrypto-md5sum "55a61a054aa66812daf5161a0d5d7eda">
<!ENTITY pycrypto-size "440 KB">

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY pyxdg-download-http
"http://people.freedesktop.org/~takluyver/pyxdg-&pyxdg-version;.tar.gz">
"https://people.freedesktop.org/~takluyver/pyxdg-&pyxdg-version;.tar.gz">
<!ENTITY pyxdg-download-ftp " ">
<!ENTITY pyxdg-md5sum "bedcdb3a0ed85986d40044c87f23477c">
<!ENTITY pyxdg-size "48 KB">

View File

@ -6,9 +6,6 @@
<!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
<!ENTITY ruby-download-ftp " ">
<!--
<!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
-->
<!ENTITY ruby-md5sum "894467211c4ae1dbf8a41bb0d58bbc89">
<!ENTITY ruby-size "9.5 MB">
<!ENTITY ruby-buildsize "338 MB, with checks (add 247 MB for C API docs)">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY scons-download-http "&sourceforge-repo;/scons/scons-&scons-version;.tar.gz">
<!ENTITY scons-download-http "&sourceforge-dl;/scons/scons-&scons-version;.tar.gz">
<!ENTITY scons-download-ftp " ">
<!ENTITY scons-md5sum "aaaf09e1351a598f98d17b0cf1103e7a">
<!ENTITY scons-size "608 KB">

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v&scour-version;.tar.gz">
<!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v&scour-version;/scour-&scour-version;.tar.gz">
<!ENTITY scour-download-ftp " ">
<!ENTITY scour-md5sum "f7d03395a9ce51f822e5741034783e04">
<!ENTITY scour-size "90 KB">
@ -66,18 +66,6 @@
</listitem>
</itemizedlist>
<note>
<para>
The <application>Scour</application> source tarball shown above
downloads with the correct name, scour-&scour-version;.tar.gz, if
using a browser such as Firefox. If you prefer to use a command line
program such as wget, you normally would obtain v&scour-version;.tar.gz.
To obtain this package with the proper filename, run:
<screen><userinput>wget https://github.com/scour-project/scour/archive/v&scour-version;.tar.gz -O scour-&scour-version;.tar.gz</userinput></screen>
</para>
</note>
<bridgehead renderas="sect4">Scour Dependencies</bridgehead>
<!-- Required: only setuptools, which is available from our Python and

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY slang-download-http "http://www.jedsoft.org/releases/slang/slang-&slang-version;.tar.bz2">
<!ENTITY slang-download-ftp " ">
<!ENTITY slang-download-http "http://www.jedsoft.org/releases/slang/slang-&slang-version;.tar.bz2">
<!ENTITY slang-download-ftp " ">
<!ENTITY slang-md5sum "bd46d1dc17a50c72004ad842829d7b1f">
<!ENTITY slang-size "1.5 MB">
<!ENTITY slang-buildsize "41 MB (with tests)">

View File

@ -4,8 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY subversion-download-http
"http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
<!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
<!ENTITY subversion-download-ftp " ">
<!ENTITY subversion-md5sum "05b0c677681073920f938c1f322e0be2">
<!ENTITY subversion-size "7.6 MB">

Some files were not shown because too many files have changed in this diff Show More