source: npl/overig/linuxdoc_tools/sources/source.download @ 7ca52c9

Last change on this file since 7ca52c9 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 6.7 KB
Line 
1# Incase you're wondering why we're using source RPMs, this is because
2# they contain patches required to either fix build or runtime problems,
3# and it's easier to maintain this hunk of a package when the patches &
4# sources are self contained.
5#
6# Some sources have been recompressed with LZMA for better compression results.
7
8# linuxdoc-tools:
9# https://packages.debian.org/sid/linuxdoc-tools
10#
11# This provides things such as sgml2txt.
12wget -c http://ftp.de.debian.org/debian/pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.69.orig.tar.gz
13# We're taking some patches from here - now separated out:
14#wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/l/linuxdoc-tools-0.9.68-3.fc19.src.rpm
15
16# OpenSP:
17# http://openjade.sourceforge.net/download.html
18# wget -c http://kent.dl.sourceforge.net/sourceforge/openjade/OpenSP-1.5.2.tar.gz
19#
20wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/o/opensp-1.5.2-22.fc23.src.rpm
21
22# OpenJade:
23# http://openjade.sourceforge.net/
24# We're using a gcc 4.6 patch from Fedora's SRPM:
25#  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
26# And we're using the old Perl 4 core libraries (as a dirty but effective build time work-around) taken from:
27# http://packages.debian.org/sid/libperl4-corelibs-perl
28# http://ftp.de.debian.org/debian/pool/main/libp/libperl4-corelibs-perl/libperl4-corelibs-perl_0.003.orig.tar.gz
29wget -c http://downloads.sourceforge.net/openjade/openjade-1.3.3-pre1.tar.gz
30
31# sgmltools-common.
32# It's broken and needs patching so we'll use Fedora's.
33#wget -c ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-0.6.3.tgz
34wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/s/sgml-common-0.6.3-43.fc23.src.rpm
35
36
37# DocBook docs:
38# http://www.oasis-open.org/docbook/sgml/
39#
40#wget -c http://www.oasis-open.org/docbook/sgml/3.1/docbk31.zip
41#wget -c http://www.docbook.org/sgml/4.5/docbook-4.5.zip
42# We use Debian's source because it's more convenient since they package all versions in one archive:
43# https://packages.debian.org/search?keywords=docbook&searchon=names&suite=all&section=all
44wget -c http://ftp.de.debian.org/debian/pool/main/d/docbook/docbook_4.5.orig.tar.gz
45#
46# http://www.linuxfromscratch.org/blfs/view/stable/pst/docbook-dsssl.html
47# Check versions:
48# http://sourceforge.net/projects/docbook/files/
49wget -c ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/docbook-dsssl-1.79.tar.bz2
50wget -c http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-dsssl-doc-1.79.tar.bz2
51# Why don't they put the patches into the distributed source...???
52#wget -c ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz
53wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/d/docbook-utils-0.6.14-39.fc23.src.rpm
54#
55#
56# http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook.html
57wget -c http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
58# https://sourceforge.net/project/showfiles.php?group_id=21935&package_id=16608
59#
60wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/d/docbook-style-xsl-1.78.1-4.fc23.src.rpm
61#
62# We use the Fedora "docbook-style-xsl" SRPM for this rather than the original source which is why
63# these "docbook-xsl*" files aren't in our sources directory.
64#wget -c "http://downloads.sourceforge.net/project/docbook/docbook-xsl/1.75.2/docbook-xsl-1.75.2.tar.bz2?use_mirror=freefr"
65##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"
66
67
68# gnome-doc-utils, needed to build gtk-doc:
69# Recompressed with LZMA after download.
70# I guess this mirror is out of date now.  It's easier to just look at Fedora's development
71# directory anyway :-)
72# wget -c http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.0.tar.bz2
73wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/g/gnome-doc-utils-0.20.10-7.fc23.src.rpm
74
75# gtk-doc:
76# There aren't any patches taken from the SRPM, but you can check the version used in Fedora
77# and see if any are being applied. We will pull the source archive from the SRPM:
78wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/g/gtk-doc-1.24-2.fc23.src.rpm
79#wget -c http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.21/gtk-doc-1.21.tar.xz
80# http://git.gnome.org/browse/gtk-doc/commit/?id=2bffebcf9c125f5610b8fb660d42c3c5b9dfd4f0
81
82# sgmlspl
83# http://www.cs.indiana.edu/~asengupt/sgml/SGMLSpm/DOC/HTML/sgmlspl/sgmlspl.html
84# http://packages.debian.org/search?keywords=sgmlspl&searchon=names&suite=all&section=all
85# There's nothing in the FTP download site at this time, so I'll take it from Debian.
86wget -c http://ftp.debian.org/debian/pool/main/libs/libsgmls-perl/libsgmls-perl_1.03ii.orig.tar.gz
87wget -c http://ftp.debian.org/debian/pool/main/libs/libsgmls-perl/libsgmls-perl_1.03ii-33.debian.tar.xz
88
89# xmlto
90# https://fedorahosted.org/releases/x/m/xmlto
91# wget -c --no-check-certificate https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.23.tar.bz2
92# Fedora includes a patch, so we'll take it:
93wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/x/xmlto-0.0.26-4.fc23.src.rpm
94
95# AsciiDoc
96# http://www.methods.co.nz/asciidoc/
97#wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/a/asciidoc-8.6.8-1.fc19.src.rpm
98
99# docbook2X:
100#
101# Pre-requisite PERL modules for docbook2X:
102wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/p/perl-XML-NamespaceSupport-1.11-16.fc23.src.rpm
103wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/p/perl-XML-SAX-Base-1.08-14.fc23.src.rpm
104wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/p/perl-XML-SAX-0.99-15.fc23.src.rpm
105#
106#http://packages.debian.org/sid/docbook2x
107# Fedora keep it here, but Debian have a couple of (what look to be useful) patches.
108#wget -c ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/d/docbook2X-0.8.8-14.fc19.src.rpm
109wget -c http://ftp.de.debian.org/debian/pool/main/d/docbook2x/docbook2x_0.8.8.orig.tar.gz
110wget -c http://ftp.de.debian.org/debian/pool/main/d/docbook2x/docbook2x_0.8.8-9.debian.tar.gz
Note: See TracBrowser for help on using the repository browser.