2009-08-26 17:00:38 +02:00
|
|
|
# Incase you're wondering why we're using source RPMs, this is because
|
|
|
|
# they contain patches required to either fix build or runtime problems,
|
|
|
|
# and it's easier to maintain this hunk of a package when the patches &
|
|
|
|
# sources are self contained.
|
2010-05-19 10:58:23 +02:00
|
|
|
#
|
|
|
|
# Some sources have been recompressed with LZMA for better compression results.
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# linuxdoc-tools:
|
|
|
|
# This provides things such as sgml2txt.
|
2012-09-26 03:10:42 +02:00
|
|
|
wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/l/linuxdoc-tools-0.9.67-1.fc18.src.rpm
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# OpenSP:
|
|
|
|
# http://openjade.sourceforge.net/download.html
|
|
|
|
# wget -c http://kent.dl.sourceforge.net/sourceforge/openjade/OpenSP-1.5.2.tar.gz
|
|
|
|
#
|
2012-09-26 03:10:42 +02:00
|
|
|
wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/o/opensp-1.5.2-14.fc17.src.rpm
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# OpenJade:
|
|
|
|
# http://openjade.sourceforge.net/
|
2012-09-26 03:10:42 +02:00
|
|
|
# We're using a gcc 4.6 patch from Fedora's SRPM:
|
|
|
|
# ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/o/openjade-1.3.2-39.fc17.src.rpm
|
|
|
|
# And we're using the old Perl 4 core libraries (as a dirty but effective build time work-around) taken from:
|
|
|
|
# http://packages.debian.org/sid/libperl4-corelibs-perl
|
|
|
|
# http://ftp.de.debian.org/debian/pool/main/libp/libperl4-corelibs-perl/libperl4-corelibs-perl_0.003.orig.tar.gz
|
2009-08-26 17:00:38 +02:00
|
|
|
wget -c http://downloads.sourceforge.net/openjade/openjade-1.3.3-pre1.tar.gz
|
|
|
|
|
|
|
|
# sgmltools-common.
|
|
|
|
# It's broken and needs patching so we'll use Fedora's.
|
|
|
|
#wget -c ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-0.6.3.tgz
|
2012-09-26 03:10:42 +02:00
|
|
|
wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/s/sgml-common-0.6.3-36.fc17.src.rpm
|
2010-05-19 10:58:23 +02:00
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# DocBook docs:
|
|
|
|
# http://www.oasis-open.org/docbook/sgml/
|
|
|
|
#
|
|
|
|
#wget -c http://www.oasis-open.org/docbook/sgml/3.1/docbk31.zip
|
|
|
|
#wget -c http://www.docbook.org/sgml/4.5/docbook-4.5.zip
|
2010-05-19 10:58:23 +02:00
|
|
|
# We use Debian's source because it's more convenient since they package all versions in one archive:
|
2009-08-26 17:00:38 +02:00
|
|
|
wget -c http://ftp.de.debian.org/debian/pool/main/d/docbook/docbook_4.5.orig.tar.gz
|
2012-09-26 03:10:42 +02:00
|
|
|
#
|
2009-08-26 17:00:38 +02:00
|
|
|
# http://www.linuxfromscratch.org/blfs/view/stable/pst/docbook-dsssl.html
|
2010-05-19 10:58:23 +02:00
|
|
|
# Check versions:
|
|
|
|
# http://sourceforge.net/projects/docbook/files/
|
|
|
|
wget -c ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/docbook-dsssl-1.79.tar.bz2
|
2009-08-26 17:00:38 +02:00
|
|
|
wget -c http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-dsssl-doc-1.79.tar.bz2
|
|
|
|
# Why don't they put the patches into the distributed source...???
|
|
|
|
#wget -c ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz
|
2012-09-26 03:10:42 +02:00
|
|
|
wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/d/docbook-utils-0.6.14-30.fc17.src.rpm
|
|
|
|
#
|
2009-08-26 17:00:38 +02:00
|
|
|
#
|
|
|
|
wget -c http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
|
|
|
|
# https://sourceforge.net/project/showfiles.php?group_id=21935&package_id=16608
|
2012-09-26 03:10:42 +02:00
|
|
|
wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/d/docbook-style-xsl-1.76.1-5.fc17.src.rpm
|
|
|
|
#
|
2010-05-19 10:58:23 +02:00
|
|
|
# We use the Fedora "docbook-style-xsl" SRPM for this rather than the original source which is why
|
|
|
|
# these "docbook-xsl*" files aren't in our sources directory.
|
|
|
|
#wget -c "http://downloads.sourceforge.net/project/docbook/docbook-xsl/1.75.2/docbook-xsl-1.75.2.tar.bz2?use_mirror=freefr"
|
|
|
|
##wget -c "http://downloads.sourceforge.net/project/docbook/docbook-xsl-doc/1.75.2/docbook-xsl-doc-1.75.2.tar.bz2?use_mirror=freefr"
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# gnome-doc-utils, needed to build gtk-doc:
|
2011-04-25 15:37:00 +02:00
|
|
|
# Recompressed with LZMA after download.
|
|
|
|
# I guess this mirror is out of date now. It's easier to just look at Fedora's development
|
|
|
|
# directory anyway :-)
|
|
|
|
# wget -c http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.0.tar.bz2
|
2012-09-26 03:10:42 +02:00
|
|
|
wget ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/g/gnome-doc-utils-0.20.10-2.fc18.src.rpm
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# gtk-doc:
|
2010-05-19 10:58:23 +02:00
|
|
|
# When upgrading this, it's worth checking the Fedora SRPM. For version 1.13
|
|
|
|
# we're carrying a fix for gtk-doc-fixref. Make sure newer versions don't need
|
|
|
|
# any patches!
|
2012-09-26 03:10:42 +02:00
|
|
|
wget -c http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.18/gtk-doc-1.18.tar.bz2
|
2011-04-25 15:37:00 +02:00
|
|
|
# http://git.gnome.org/browse/gtk-doc/commit/?id=2bffebcf9c125f5610b8fb660d42c3c5b9dfd4f0
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# sgmlspl
|
|
|
|
# http://www.cs.indiana.edu/~asengupt/sgml/SGMLSpm/DOC/HTML/sgmlspl/sgmlspl.html
|
|
|
|
# There's nothing in the FTP download site at this time, so I'll take it from Debian.
|
|
|
|
wget -c http://ftp.debian.org/debian/pool/main/libs/libsgmls-perl/libsgmls-perl_1.03ii.orig.tar.gz
|
|
|
|
wget -c http://ftp.de.debian.org/debian/pool/main/libs/libsgmls-perl/libsgmls-perl_1.03ii-32.diff.gz
|
|
|
|
|
|
|
|
# xmlto
|
|
|
|
# https://fedorahosted.org/releases/x/m/xmlto
|
2011-04-25 15:37:00 +02:00
|
|
|
# wget -c --no-check-certificate https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.23.tar.bz2
|
2012-09-26 03:10:42 +02:00
|
|
|
# Fedora includes a patch, so we'll take it:
|
|
|
|
wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/x/xmlto-0.0.25-2.fc17.src.rpm
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# AsciiDoc
|
|
|
|
# http://www.methods.co.nz/asciidoc/
|
2012-09-26 03:10:42 +02:00
|
|
|
wget -c "http://sourceforge.net/projects/asciidoc/files/asciidoc/8.6.7/asciidoc-8.6.7.tar.gz/download"
|