summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 16:25:57 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-11 16:26:19 +0000
commitaf4faab8b4dd36fcd6b584772860716a506caa4b (patch)
treeaf092cd75a5427f5f97ffd123b396381b438a814
parentdca0481baa364aa54073fb53201309219005ae2f (diff)
downloadlorry-af4faab8b4dd36fcd6b584772860716a506caa4b.tar.gz
add development lorry files
-rw-r--r--baserock.lorry69
-rw-r--r--bash.lorry6
-rw-r--r--bison.lorry6
-rw-r--r--bzip2.lorry8
-rw-r--r--coreutils.lorry6
-rw-r--r--diffutils-tarball.lorry8
-rw-r--r--diffutils.lorry6
-rw-r--r--e2fsprogs.lorry6
-rw-r--r--gcc-tarball.lorry8
-rw-r--r--gdbm.lorry6
-rw-r--r--grep.lorry6
-rw-r--r--iana-etc.lorry8
-rw-r--r--inetutils.lorry6
-rw-r--r--libtool.lorry6
-rw-r--r--perl.lorry6
-rw-r--r--procps.lorry7
-rw-r--r--psmisc.lorry6
-rw-r--r--readline.lorry6
-rw-r--r--sed.lorry6
-rw-r--r--util-linux.lorry6
20 files changed, 192 insertions, 0 deletions
diff --git a/baserock.lorry b/baserock.lorry
index 1b292e7..8e7124b 100644
--- a/baserock.lorry
+++ b/baserock.lorry
@@ -77,6 +77,75 @@
"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"
}
}
diff --git a/bash.lorry b/bash.lorry
new file mode 100644
index 0000000..8374f6d
--- /dev/null
+++ b/bash.lorry
@@ -0,0 +1,6 @@
+{
+ "bash": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/bash.git"
+ }
+}
diff --git a/bison.lorry b/bison.lorry
new file mode 100644
index 0000000..f1b6116
--- /dev/null
+++ b/bison.lorry
@@ -0,0 +1,6 @@
+{
+ "bison": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/bison.git"
+ }
+}
diff --git a/bzip2.lorry b/bzip2.lorry
new file mode 100644
index 0000000..664e183
--- /dev/null
+++ b/bzip2.lorry
@@ -0,0 +1,8 @@
+{
+ "bzip2": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz"
+ }
+}
diff --git a/coreutils.lorry b/coreutils.lorry
new file mode 100644
index 0000000..2d2dd37
--- /dev/null
+++ b/coreutils.lorry
@@ -0,0 +1,6 @@
+{
+ "coreutils": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/coreutils.git"
+ }
+}
diff --git a/diffutils-tarball.lorry b/diffutils-tarball.lorry
new file mode 100644
index 0000000..bf62e83
--- /dev/null
+++ b/diffutils-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "diffutils-tarball": {
+ "type": "tarball",
+ "compression": "xz",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/diffutils/diffutils-3.2.tar.xz"
+ }
+}
diff --git a/diffutils.lorry b/diffutils.lorry
new file mode 100644
index 0000000..02076e7
--- /dev/null
+++ b/diffutils.lorry
@@ -0,0 +1,6 @@
+{
+ "diffutils": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/diffutils.git"
+ }
+}
diff --git a/e2fsprogs.lorry b/e2fsprogs.lorry
new file mode 100644
index 0000000..98bf904
--- /dev/null
+++ b/e2fsprogs.lorry
@@ -0,0 +1,6 @@
+{
+ "e2fsprogs": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git"
+ }
+}
diff --git a/gcc-tarball.lorry b/gcc-tarball.lorry
new file mode 100644
index 0000000..5755b9d
--- /dev/null
+++ b/gcc-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "gcc-tarball": {
+ "type": "tarball",
+ "compression": "bzip2",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/gcc/gcc-4.6.2/gcc-4.6.2.tar.bz2"
+ }
+}
diff --git a/gdbm.lorry b/gdbm.lorry
new file mode 100644
index 0000000..a4544ea
--- /dev/null
+++ b/gdbm.lorry
@@ -0,0 +1,6 @@
+{
+ "gdbm": {
+ "type": "git",
+ "url": "git://git.gnu.org.ua/gdbm.git"
+ }
+}
diff --git a/grep.lorry b/grep.lorry
new file mode 100644
index 0000000..7a7eb31
--- /dev/null
+++ b/grep.lorry
@@ -0,0 +1,6 @@
+{
+ "grep": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/grep.git"
+ }
+}
diff --git a/iana-etc.lorry b/iana-etc.lorry
new file mode 100644
index 0000000..9b16f14
--- /dev/null
+++ b/iana-etc.lorry
@@ -0,0 +1,8 @@
+{
+ "iana-etc": {
+ "type": "tarball",
+ "compression": "bzip2",
+ "strip": 1,
+ "url": "http://sethwklein.net/iana-etc-2.30.tar.bz2"
+ }
+}
diff --git a/inetutils.lorry b/inetutils.lorry
new file mode 100644
index 0000000..e14b82a
--- /dev/null
+++ b/inetutils.lorry
@@ -0,0 +1,6 @@
+{
+ "inetutils": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/inetutils.git"
+ }
+}
diff --git a/libtool.lorry b/libtool.lorry
new file mode 100644
index 0000000..4e58ca4
--- /dev/null
+++ b/libtool.lorry
@@ -0,0 +1,6 @@
+{
+ "libtool": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/libtool.git"
+ }
+}
diff --git a/perl.lorry b/perl.lorry
new file mode 100644
index 0000000..f0d0244
--- /dev/null
+++ b/perl.lorry
@@ -0,0 +1,6 @@
+{
+ "perl": {
+ "type": "git",
+ "url": "git://perl5.git.perl.org/perl.git"
+ }
+}
diff --git a/procps.lorry b/procps.lorry
new file mode 100644
index 0000000..875ba5c
--- /dev/null
+++ b/procps.lorry
@@ -0,0 +1,7 @@
+{
+ "procps": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@procps.cvs.sourceforge.net:/cvsroot/procps",
+ "module": "procps"
+ }
+}
diff --git a/psmisc.lorry b/psmisc.lorry
new file mode 100644
index 0000000..7f6a013
--- /dev/null
+++ b/psmisc.lorry
@@ -0,0 +1,6 @@
+{
+ "psmisc": {
+ "type": "git",
+ "url": "git://psmisc.git.sourceforge.net/gitroot/psmisc/psmisc"
+ }
+}
diff --git a/readline.lorry b/readline.lorry
new file mode 100644
index 0000000..912ba9b
--- /dev/null
+++ b/readline.lorry
@@ -0,0 +1,6 @@
+{
+ "readline": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/readline.git"
+ }
+}
diff --git a/sed.lorry b/sed.lorry
new file mode 100644
index 0000000..bb2ec0d
--- /dev/null
+++ b/sed.lorry
@@ -0,0 +1,6 @@
+{
+ "sed": {
+ "type": "git",
+ "url": "git://git.sv.gnu.org/sed.git"
+ }
+}
diff --git a/util-linux.lorry b/util-linux.lorry
new file mode 100644
index 0000000..078731f
--- /dev/null
+++ b/util-linux.lorry
@@ -0,0 +1,6 @@
+{
+ "util-linux": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
+ }
+}