summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-01-17 16:51:39 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-17 16:51:39 +0000
commit94328c624432dc8c983ac6f3c598ea5847d2a24e (patch)
tree39288dec1b2001560419c39720a6c3e801b179d0
parentc3b51cf5ee4bec2e510c3a9541b1bd06b1ce2a3d (diff)
downloadlorry-94328c624432dc8c983ac6f3c598ea5847d2a24e.tar.gz
restructure .lorries, add some new ones
-rw-r--r--baserock.lorry124
-rw-r--r--lorries/attr.lorry6
-rw-r--r--lorries/bash.lorry (renamed from bash.lorry)0
-rw-r--r--lorries/bison.lorry (renamed from bison.lorry)0
-rw-r--r--lorries/bzip2.lorry (renamed from bzip2.lorry)0
-rw-r--r--lorries/coreutils.lorry (renamed from coreutils.lorry)0
-rw-r--r--lorries/curl.lorry6
-rw-r--r--lorries/diffutils-tarball.lorry (renamed from diffutils-tarball.lorry)0
-rw-r--r--lorries/diffutils.lorry (renamed from diffutils.lorry)0
-rw-r--r--lorries/e2fsprogs.lorry (renamed from e2fsprogs.lorry)0
-rw-r--r--lorries/findutils.lorry6
-rw-r--r--lorries/gcc-tarball.lorry (renamed from gcc-tarball.lorry)0
-rw-r--r--lorries/gdbm.lorry (renamed from gdbm.lorry)0
-rw-r--r--lorries/gettext.lorry6
-rw-r--r--lorries/git.lorry6
-rw-r--r--lorries/glib.lorry6
-rw-r--r--lorries/gnulib.lorry6
-rw-r--r--lorries/gnutls.lorry6
-rw-r--r--lorries/grep.lorry (renamed from grep.lorry)0
-rw-r--r--lorries/groff.lorry7
-rw-r--r--lorries/gzip.lorry6
-rw-r--r--lorries/help2man.lorry6
-rw-r--r--lorries/iana-etc.lorry (renamed from iana-etc.lorry)0
-rw-r--r--lorries/inetutils.lorry (renamed from inetutils.lorry)0
-rw-r--r--lorries/kbd.lorry6
-rw-r--r--lorries/less.lorry8
-rw-r--r--lorries/libffi.lorry6
-rw-r--r--lorries/libjpeg.lorry7
-rw-r--r--lorries/libpipeline.lorry6
-rw-r--r--lorries/libpng.lorry6
-rw-r--r--lorries/libtiff.lorry7
-rw-r--r--lorries/libtool.lorry (renamed from libtool.lorry)0
-rw-r--r--lorries/lsh.lorry7
-rw-r--r--lorries/man-db.lorry6
-rw-r--r--lorries/netpbm.lorry6
-rw-r--r--lorries/openssl.lorry7
-rw-r--r--lorries/patch.lorry6
-rw-r--r--lorries/pcre.lorry6
-rw-r--r--lorries/perl.lorry (renamed from perl.lorry)0
-rw-r--r--lorries/pkg-config.lorry6
-rw-r--r--lorries/procps.lorry (renamed from procps.lorry)0
-rw-r--r--lorries/psmisc.lorry (renamed from psmisc.lorry)0
-rw-r--r--lorries/python.lorry6
-rw-r--r--lorries/readline.lorry (renamed from readline.lorry)0
-rw-r--r--lorries/rsync.lorry6
-rw-r--r--lorries/sed.lorry (renamed from sed.lorry)0
-rw-r--r--lorries/tar.lorry6
-rw-r--r--lorries/test.lorry (renamed from test.lorry)0
-rw-r--r--lorries/texinfo-tarball.lorry8
-rw-r--r--lorries/texinfo.lorry7
-rw-r--r--lorries/util-linux.lorry (renamed from util-linux.lorry)0
-rw-r--r--lorries/vim.lorry6
-rw-r--r--lorries/wget.lorry6
53 files changed, 322 insertions, 4 deletions
diff --git a/baserock.lorry b/baserock.lorry
index 249ed10..2e8529b 100644
--- a/baserock.lorry
+++ b/baserock.lorry
@@ -156,10 +156,8 @@
"url": "git://github.com/gitster/git.git"
},
"rsync": {
- "type": "tarball",
- "compression": "gzip",
- "strip": 1,
- "url": "ftp://samba.org/pub/rsync/src/rsync-3.0.9.tar.gz"
+ "type": "git",
+ "url": "git://git.samba.org/rsync.git"
},
"gettext": {
"type": "git",
@@ -168,6 +166,124 @@
"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"
}
}
diff --git a/lorries/attr.lorry b/lorries/attr.lorry
new file mode 100644
index 0000000..109598c
--- /dev/null
+++ b/lorries/attr.lorry
@@ -0,0 +1,6 @@
+{
+ "attr": {
+ "type": "git",
+ "url": "git://git.savannah.nongnu.org/attr.git"
+ }
+}
diff --git a/bash.lorry b/lorries/bash.lorry
index 8374f6d..8374f6d 100644
--- a/bash.lorry
+++ b/lorries/bash.lorry
diff --git a/bison.lorry b/lorries/bison.lorry
index f1b6116..f1b6116 100644
--- a/bison.lorry
+++ b/lorries/bison.lorry
diff --git a/bzip2.lorry b/lorries/bzip2.lorry
index 664e183..664e183 100644
--- a/bzip2.lorry
+++ b/lorries/bzip2.lorry
diff --git a/coreutils.lorry b/lorries/coreutils.lorry
index 2d2dd37..2d2dd37 100644
--- a/coreutils.lorry
+++ b/lorries/coreutils.lorry
diff --git a/lorries/curl.lorry b/lorries/curl.lorry
new file mode 100644
index 0000000..db76299
--- /dev/null
+++ b/lorries/curl.lorry
@@ -0,0 +1,6 @@
+{
+ "curl": {
+ "type": "git",
+ "url": "git://github.com/bagder/curl.git"
+ }
+}
diff --git a/diffutils-tarball.lorry b/lorries/diffutils-tarball.lorry
index bf62e83..bf62e83 100644
--- a/diffutils-tarball.lorry
+++ b/lorries/diffutils-tarball.lorry
diff --git a/diffutils.lorry b/lorries/diffutils.lorry
index 02076e7..02076e7 100644
--- a/diffutils.lorry
+++ b/lorries/diffutils.lorry
diff --git a/e2fsprogs.lorry b/lorries/e2fsprogs.lorry
index 98bf904..98bf904 100644
--- a/e2fsprogs.lorry
+++ b/lorries/e2fsprogs.lorry
diff --git a/lorries/findutils.lorry b/lorries/findutils.lorry
new file mode 100644
index 0000000..3c3e483
--- /dev/null
+++ b/lorries/findutils.lorry
@@ -0,0 +1,6 @@
+{
+ "findutils": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/findutils.git"
+ }
+}
diff --git a/gcc-tarball.lorry b/lorries/gcc-tarball.lorry
index 5755b9d..5755b9d 100644
--- a/gcc-tarball.lorry
+++ b/lorries/gcc-tarball.lorry
diff --git a/gdbm.lorry b/lorries/gdbm.lorry
index a4544ea..a4544ea 100644
--- a/gdbm.lorry
+++ b/lorries/gdbm.lorry
diff --git a/lorries/gettext.lorry b/lorries/gettext.lorry
new file mode 100644
index 0000000..e7eda46
--- /dev/null
+++ b/lorries/gettext.lorry
@@ -0,0 +1,6 @@
+{
+ "gettext": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gettext.git"
+ }
+}
diff --git a/lorries/git.lorry b/lorries/git.lorry
new file mode 100644
index 0000000..682697e
--- /dev/null
+++ b/lorries/git.lorry
@@ -0,0 +1,6 @@
+{
+ "git": {
+ "type": "git",
+ "url": "git://github.com/gitster/git.git"
+ }
+}
diff --git a/lorries/glib.lorry b/lorries/glib.lorry
new file mode 100644
index 0000000..a09f957
--- /dev/null
+++ b/lorries/glib.lorry
@@ -0,0 +1,6 @@
+{
+ "glib": {
+ "type": "git",
+ "url": "git://git.gnome.org/glib"
+ }
+}
diff --git a/lorries/gnulib.lorry b/lorries/gnulib.lorry
new file mode 100644
index 0000000..35f6db8
--- /dev/null
+++ b/lorries/gnulib.lorry
@@ -0,0 +1,6 @@
+{
+ "gnulib": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gnulib.git"
+ }
+}
diff --git a/lorries/gnutls.lorry b/lorries/gnutls.lorry
new file mode 100644
index 0000000..4fc7c2a
--- /dev/null
+++ b/lorries/gnutls.lorry
@@ -0,0 +1,6 @@
+{
+ "gnutls": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gnutls.git"
+ }
+}
diff --git a/grep.lorry b/lorries/grep.lorry
index 7a7eb31..7a7eb31 100644
--- a/grep.lorry
+++ b/lorries/grep.lorry
diff --git a/lorries/groff.lorry b/lorries/groff.lorry
new file mode 100644
index 0000000..85057df
--- /dev/null
+++ b/lorries/groff.lorry
@@ -0,0 +1,7 @@
+{
+ "groff": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@cvs.savannah.gnu.org:/sources/groff",
+ "module": "groff"
+ }
+}
diff --git a/lorries/gzip.lorry b/lorries/gzip.lorry
new file mode 100644
index 0000000..eca5341
--- /dev/null
+++ b/lorries/gzip.lorry
@@ -0,0 +1,6 @@
+{
+ "gzip": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gzip.git"
+ }
+}
diff --git a/lorries/help2man.lorry b/lorries/help2man.lorry
new file mode 100644
index 0000000..d73d6fc
--- /dev/null
+++ b/lorries/help2man.lorry
@@ -0,0 +1,6 @@
+{
+ "help2man": {
+ "type": "git",
+ "url": "git://anonscm.debian.org/users/bod/help2man.git"
+ }
+}
diff --git a/iana-etc.lorry b/lorries/iana-etc.lorry
index 9b16f14..9b16f14 100644
--- a/iana-etc.lorry
+++ b/lorries/iana-etc.lorry
diff --git a/inetutils.lorry b/lorries/inetutils.lorry
index e14b82a..e14b82a 100644
--- a/inetutils.lorry
+++ b/lorries/inetutils.lorry
diff --git a/lorries/kbd.lorry b/lorries/kbd.lorry
new file mode 100644
index 0000000..34ced58
--- /dev/null
+++ b/lorries/kbd.lorry
@@ -0,0 +1,6 @@
+{
+ "kbd": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git"
+ }
+}
diff --git a/lorries/less.lorry b/lorries/less.lorry
new file mode 100644
index 0000000..332d7ea
--- /dev/null
+++ b/lorries/less.lorry
@@ -0,0 +1,8 @@
+{
+ "less": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/less/less-443.tar.gz"
+ }
+}
diff --git a/lorries/libffi.lorry b/lorries/libffi.lorry
new file mode 100644
index 0000000..f557a7b
--- /dev/null
+++ b/lorries/libffi.lorry
@@ -0,0 +1,6 @@
+{
+ "libffi": {
+ "type": "git",
+ "url": "git://github.com/atgreen/libffi.git"
+ }
+}
diff --git a/lorries/libjpeg.lorry b/lorries/libjpeg.lorry
new file mode 100644
index 0000000..a0958bd
--- /dev/null
+++ b/lorries/libjpeg.lorry
@@ -0,0 +1,7 @@
+{
+ "libjpeg": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@libjpeg.cvs.sourceforge.net:/cvsroot/libjpeg",
+ "module": "libjpeg"
+ }
+}
diff --git a/lorries/libpipeline.lorry b/lorries/libpipeline.lorry
new file mode 100644
index 0000000..8967923
--- /dev/null
+++ b/lorries/libpipeline.lorry
@@ -0,0 +1,6 @@
+{
+ "libpipeline": {
+ "type": "bzr",
+ "url": "http://bzr.savannah.gnu.org/r/libpipeline/trunk"
+ }
+}
diff --git a/lorries/libpng.lorry b/lorries/libpng.lorry
new file mode 100644
index 0000000..2ad73db
--- /dev/null
+++ b/lorries/libpng.lorry
@@ -0,0 +1,6 @@
+{
+ "libpng": {
+ "type": "git",
+ "url": "git://libpng.git.sourceforge.net/gitroot/libpng/libpng"
+ }
+}
diff --git a/lorries/libtiff.lorry b/lorries/libtiff.lorry
new file mode 100644
index 0000000..512deff
--- /dev/null
+++ b/lorries/libtiff.lorry
@@ -0,0 +1,7 @@
+{
+ "libtiff": {
+ "type": "cvs",
+ "url": ":pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot",
+ "module": "libtiff"
+ }
+}
diff --git a/libtool.lorry b/lorries/libtool.lorry
index 4e58ca4..4e58ca4 100644
--- a/libtool.lorry
+++ b/lorries/libtool.lorry
diff --git a/lorries/lsh.lorry b/lorries/lsh.lorry
new file mode 100644
index 0000000..4156eab
--- /dev/null
+++ b/lorries/lsh.lorry
@@ -0,0 +1,7 @@
+{
+ "lsh": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh",
+ "module": "lsh"
+ }
+}
diff --git a/lorries/man-db.lorry b/lorries/man-db.lorry
new file mode 100644
index 0000000..e213267
--- /dev/null
+++ b/lorries/man-db.lorry
@@ -0,0 +1,6 @@
+{
+ "man-db": {
+ "type": "bzr",
+ "url": "bzr://bzr.savannah.nongnu.org/man-db/trunk"
+ }
+}
diff --git a/lorries/netpbm.lorry b/lorries/netpbm.lorry
new file mode 100644
index 0000000..4be0e54
--- /dev/null
+++ b/lorries/netpbm.lorry
@@ -0,0 +1,6 @@
+{
+ "netpbm": {
+ "type": "svn",
+ "url": "http://netpbm.svn.sourceforge.net/svnroot/netpbm/advanced"
+ }
+}
diff --git a/lorries/openssl.lorry b/lorries/openssl.lorry
new file mode 100644
index 0000000..161223c
--- /dev/null
+++ b/lorries/openssl.lorry
@@ -0,0 +1,7 @@
+{
+ "openssl": {
+ "type": "cvs",
+ "url": "anonymous@cvs.openssl.org:/openssl-cvs",
+ "module": "openssl"
+ }
+}
diff --git a/lorries/patch.lorry b/lorries/patch.lorry
new file mode 100644
index 0000000..5308f68
--- /dev/null
+++ b/lorries/patch.lorry
@@ -0,0 +1,6 @@
+{
+ "patch": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/patch.git"
+ }
+}
diff --git a/lorries/pcre.lorry b/lorries/pcre.lorry
new file mode 100644
index 0000000..0994e95
--- /dev/null
+++ b/lorries/pcre.lorry
@@ -0,0 +1,6 @@
+{
+ "pcre": {
+ "type": "svn",
+ "url": "svn://vcs.exim.org/pcre/code/trunk"
+ }
+}
diff --git a/perl.lorry b/lorries/perl.lorry
index f0d0244..f0d0244 100644
--- a/perl.lorry
+++ b/lorries/perl.lorry
diff --git a/lorries/pkg-config.lorry b/lorries/pkg-config.lorry
new file mode 100644
index 0000000..fb5b368
--- /dev/null
+++ b/lorries/pkg-config.lorry
@@ -0,0 +1,6 @@
+{
+ "pkg-config": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/pkg-config"
+ }
+}
diff --git a/procps.lorry b/lorries/procps.lorry
index 875ba5c..875ba5c 100644
--- a/procps.lorry
+++ b/lorries/procps.lorry
diff --git a/psmisc.lorry b/lorries/psmisc.lorry
index 7f6a013..7f6a013 100644
--- a/psmisc.lorry
+++ b/lorries/psmisc.lorry
diff --git a/lorries/python.lorry b/lorries/python.lorry
new file mode 100644
index 0000000..d3dfd2a
--- /dev/null
+++ b/lorries/python.lorry
@@ -0,0 +1,6 @@
+{
+ "python": {
+ "type": "hg",
+ "url": "http://hg.python.org/cpython"
+ }
+}
diff --git a/readline.lorry b/lorries/readline.lorry
index 912ba9b..912ba9b 100644
--- a/readline.lorry
+++ b/lorries/readline.lorry
diff --git a/lorries/rsync.lorry b/lorries/rsync.lorry
new file mode 100644
index 0000000..d534168
--- /dev/null
+++ b/lorries/rsync.lorry
@@ -0,0 +1,6 @@
+{
+ "rsync": {
+ "type": "git",
+ "url": "git://git.samba.org/rsync.git"
+ }
+}
diff --git a/sed.lorry b/lorries/sed.lorry
index bb2ec0d..bb2ec0d 100644
--- a/sed.lorry
+++ b/lorries/sed.lorry
diff --git a/lorries/tar.lorry b/lorries/tar.lorry
new file mode 100644
index 0000000..72a2861
--- /dev/null
+++ b/lorries/tar.lorry
@@ -0,0 +1,6 @@
+{
+ "tar": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/tar.git"
+ }
+}
diff --git a/test.lorry b/lorries/test.lorry
index 26dcef2..26dcef2 100644
--- a/test.lorry
+++ b/lorries/test.lorry
diff --git a/lorries/texinfo-tarball.lorry b/lorries/texinfo-tarball.lorry
new file mode 100644
index 0000000..6810190
--- /dev/null
+++ b/lorries/texinfo-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "texinfo-tarball": {
+ "type": "tarball",
+ "compression": "lzma",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.lzma"
+ }
+}
diff --git a/lorries/texinfo.lorry b/lorries/texinfo.lorry
new file mode 100644
index 0000000..23bd192
--- /dev/null
+++ b/lorries/texinfo.lorry
@@ -0,0 +1,7 @@
+{
+ "texinfo": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@cvs.savannah.gnu.org:/sources/texinfo",
+ "module": "texinfo"
+ }
+}
diff --git a/util-linux.lorry b/lorries/util-linux.lorry
index 078731f..078731f 100644
--- a/util-linux.lorry
+++ b/lorries/util-linux.lorry
diff --git a/lorries/vim.lorry b/lorries/vim.lorry
new file mode 100644
index 0000000..e4ccd9c
--- /dev/null
+++ b/lorries/vim.lorry
@@ -0,0 +1,6 @@
+{
+ "vim": {
+ "type": "hg",
+ "url": "https://vim.googlecode.com/hg/"
+ }
+}
diff --git a/lorries/wget.lorry b/lorries/wget.lorry
new file mode 100644
index 0000000..65c2f7a
--- /dev/null
+++ b/lorries/wget.lorry
@@ -0,0 +1,6 @@
+{
+ "wget": {
+ "type": "bzr",
+ "url": "http://bzr.savannah.gnu.org/r/wget/trunk"
+ }
+}