summaryrefslogtreecommitdiff
path: root/baserock.lorry
blob: 999af54d37ee155e6a99c792955a13159e4eaa2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
{
    "autoconf": {
        "type": "git",
        "url": "git://git.sv.gnu.org/autoconf"
    },
    "automake": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/automake.git"
    },
    "binutils": {
        "type": "bzr",
        "url": "lp:binutils"
    },
    "bison": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/bison.git"
    },
    "busybox": {
        "type": "git",
        "url": "git://busybox.net/busybox.git"
    },
    "eglibc": {
        "type": "svn",
        "url": "http://www.eglibc.org/svn/trunk"
    },
    "flex": {
        "type": "cvs",
        "url": ":pserver:anonymous@flex.cvs.sourceforge.net:/cvsroot/flex",
        "module": "flex"
    },
    "gawk": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/gawk.git"
    },
    "gcc": {
        "type": "bzr",
        "url": "lp:gcc"
    },
    "gmp": {
        "type": "hg",
        "url": "http://gmplib.org:8000/gmp"
    },
    "gperf": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/gperf.git"
    },
    "libtool": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/libtool.git"
    },
    "linux": {
        "type": "git",
        "url": "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
    },
    "m4": {
        "type": "git",
        "url": "git://git.sv.gnu.org/m4"
    },
    "make": {
        "type": "bzr",
        "url": "lp:make"
    },
    "mpc": {
        "type": "svn",
        "url": "svn://scm.gforge.inria.fr/svn/mpc"
    },
    "mpfr": {
        "type": "svn",
        "url": "svn://scm.gforge.inria.fr/svn/mpfr/trunk"
    },
    "parted": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/parted.git"
    },
    "sudo": {
        "type": "hg",
        "url": "http://www.sudo.ws/repos/sudo"
    },
    "bc": {
        "type": "tarball",
        "compression": "gzip",
        "strip": 1,
        "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
    },
    "xz": {
        "type": "git",
        "url": "http://git.tukaani.org/xz.git"
    },
    "diffutils": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/diffutils.git"
    },
    "sed": {
        "type": "git",
        "url": "git://git.sv.gnu.org/sed.git"
    },
    "bzip2": {
        "type": "tarball",
        "compression": "gzip",
        "strip": 1,
        "url": "http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz"
    },
    "util-linux": {
        "type": "git",
        "url": "git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
    },
    "psmisc": {
        "type": "git",
        "url": "git://psmisc.git.sourceforge.net/gitroot/psmisc/psmisc"
    },
    "e2fsprogs": {
        "type": "git",
        "url": "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git"
    },
    "coreutils": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/coreutils.git"
    },
    "iana-etc": {
        "type": "tarball",
        "compression": "bzip2",
        "strip": 1,
        "url": "http://sethwklein.net/iana-etc-2.30.tar.bz2"
    },
    "procps": {
        "type": "cvs",
        "url": ":pserver:anonymous@procps.cvs.sourceforge.net:/cvsroot/procps",
        "module": "procps"
    },
    "grep": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/grep.git"
    },
    "readline": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/readline.git"
    },
    "bash": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/bash.git"
    },
    "gdbm": {
        "type": "git",
        "url": "git://git.gnu.org.ua/gdbm.git"
    },
    "inetutils": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/inetutils.git"
    },
    "perl": {
        "type": "git",
        "url": "git://perl5.git.perl.org/perl.git"
    },
    "findutils": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/findutils.git"
    },
    "git": {
        "type": "git",
        "url": "git://github.com/gitster/git.git"
    },
    "rsync": {
        "type": "git",
        "url": "git://git.samba.org/rsync.git"
    },
    "gettext": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/gettext.git"
    },
    "help2man": {
        "type": "git",
        "url": "git://anonscm.debian.org/users/bod/help2man.git"
    },
    "groff": {
        "type": "cvs",
        "url": ":pserver:anonymous@cvs.savannah.gnu.org:/sources/groff",
        "module": "groff"
    },
    "curl": {
        "type": "git",
        "url": "git://github.com/bagder/curl.git"
    },
    "gzip": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/gzip.git"
    },
    "kbd": {
        "type": "git",
        "url": "git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git"
    },
    "less": {
        "type": "tarball",
        "compression": "gzip",
        "strip": 1,
        "url": "http://ftp.gnu.org/gnu/less/less-443.tar.gz"
    },
    "libpipeline": {
        "type": "bzr",
        "url": "http://bzr.savannah.gnu.org/r/libpipeline/trunk"
    },
    "libpng": {
        "type": "git",
        "url": "git://libpng.git.sourceforge.net/gitroot/libpng/libpng"
    },
    "libjpeg": {
        "type": "cvs",
        "url": ":pserver:anonymous@libjpeg.cvs.sourceforge.net:/cvsroot/libjpeg",
        "module": "libjpeg"
    },
    "libtiff": {
        "type": "cvs",
        "url": ":pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot",
        "module": "libtiff"
    },
    "netpbm": {
        "type": "svn",
        "url": "http://netpbm.svn.sourceforge.net/svnroot/netpbm/advanced"
    },
    "wget": {
        "type": "bzr",
        "url": "bzr://bzr.savannah.gnu.org/wget/trunk"
    },
    "man-db": {
        "type": "bzr",
        "url": "bzr://bzr.savannah.nongnu.org/man-db/trunk"
    },
    "openssl": {
        "type": "cvs",
        "url": "anonymous@cvs.openssl.org:/openssl-cvs",
        "module": "openssl"
    },
    "gnutls": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/gnutls.git"
    },
    "lsh": {
        "type": "cvs",
        "url": ":pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh",
        "module": "lsh"
    },
    "patch": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/patch.git"
    },
    "tar": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/tar.git"
    },
    "texinfo": {
        "type": "cvs",
        "url": ":pserver:anonymous@cvs.savannah.gnu.org:/sources/texinfo",
        "module": "texinfo"
    },
    "vim": {
        "type": "hg",
        "url": "https://vim.googlecode.com/hg/"
    },
    "pkg-config": {
        "type": "git",
        "url": "git://anongit.freedesktop.org/pkg-config"
    },
    "glib": {
        "type": "git",
        "url": "git://git.gnome.org/glib"
    },
    "libffi": {
        "type": "git",
        "url": "git://github.com/atgreen/libffi.git"
    },
    "python": {
        "type": "hg",
        "url": "http://hg.python.org/cpython"
    },
    "pcre": {
        "type": "svn",
        "url": "svn://vcs.exim.org/pcre/code/trunk"
    },
    "gnulib": {
        "type": "git",
        "url": "git://git.savannah.gnu.org/gnulib.git"
    },
    "attr": {
        "type": "git",
        "url": "git://git.savannah.nongnu.org/attr.git"
    },
    "texinfo-tarball": {
        "type": "tarball",
        "compression": "lzma",
        "strip": 1,
        "url": "http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.lzma"
    },
    "ncurses": {
        "type": "tarball",
        "compression": "gzip",
        "strip": 1,
        "url": "http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz"
    },
    "libexpat": {
        "type": "cvs",
        "url": ":pserver:anonymous@expat.cvs.sourceforge.net:/cvsroot/expat",
        "module": "expat"
    }
}