From 94328c624432dc8c983ac6f3c598ea5847d2a24e Mon Sep 17 00:00:00 2001 From: Lorry Date: Tue, 17 Jan 2012 16:51:39 +0000 Subject: restructure .lorries, add some new ones --- baserock.lorry | 124 ++++++++++++++++++++++++++++++++++++++-- bash.lorry | 6 -- bison.lorry | 6 -- bzip2.lorry | 8 --- coreutils.lorry | 6 -- diffutils-tarball.lorry | 8 --- diffutils.lorry | 6 -- e2fsprogs.lorry | 6 -- gcc-tarball.lorry | 8 --- gdbm.lorry | 6 -- grep.lorry | 6 -- iana-etc.lorry | 8 --- inetutils.lorry | 6 -- libtool.lorry | 6 -- lorries/attr.lorry | 6 ++ lorries/bash.lorry | 6 ++ lorries/bison.lorry | 6 ++ lorries/bzip2.lorry | 8 +++ lorries/coreutils.lorry | 6 ++ lorries/curl.lorry | 6 ++ lorries/diffutils-tarball.lorry | 8 +++ lorries/diffutils.lorry | 6 ++ lorries/e2fsprogs.lorry | 6 ++ lorries/findutils.lorry | 6 ++ lorries/gcc-tarball.lorry | 8 +++ lorries/gdbm.lorry | 6 ++ lorries/gettext.lorry | 6 ++ lorries/git.lorry | 6 ++ lorries/glib.lorry | 6 ++ lorries/gnulib.lorry | 6 ++ lorries/gnutls.lorry | 6 ++ lorries/grep.lorry | 6 ++ lorries/groff.lorry | 7 +++ lorries/gzip.lorry | 6 ++ lorries/help2man.lorry | 6 ++ lorries/iana-etc.lorry | 8 +++ lorries/inetutils.lorry | 6 ++ lorries/kbd.lorry | 6 ++ lorries/less.lorry | 8 +++ lorries/libffi.lorry | 6 ++ lorries/libjpeg.lorry | 7 +++ lorries/libpipeline.lorry | 6 ++ lorries/libpng.lorry | 6 ++ lorries/libtiff.lorry | 7 +++ lorries/libtool.lorry | 6 ++ lorries/lsh.lorry | 7 +++ lorries/man-db.lorry | 6 ++ lorries/netpbm.lorry | 6 ++ lorries/openssl.lorry | 7 +++ lorries/patch.lorry | 6 ++ lorries/pcre.lorry | 6 ++ lorries/perl.lorry | 6 ++ lorries/pkg-config.lorry | 6 ++ lorries/procps.lorry | 7 +++ lorries/psmisc.lorry | 6 ++ lorries/python.lorry | 6 ++ lorries/readline.lorry | 6 ++ lorries/rsync.lorry | 6 ++ lorries/sed.lorry | 6 ++ lorries/tar.lorry | 6 ++ lorries/test.lorry | 18 ++++++ lorries/texinfo-tarball.lorry | 8 +++ lorries/texinfo.lorry | 7 +++ lorries/util-linux.lorry | 6 ++ lorries/vim.lorry | 6 ++ lorries/wget.lorry | 6 ++ perl.lorry | 6 -- procps.lorry | 7 --- psmisc.lorry | 6 -- readline.lorry | 6 -- sed.lorry | 6 -- test.lorry | 18 ------ util-linux.lorry | 6 -- 73 files changed, 463 insertions(+), 145 deletions(-) delete mode 100644 bash.lorry delete mode 100644 bison.lorry delete mode 100644 bzip2.lorry delete mode 100644 coreutils.lorry delete mode 100644 diffutils-tarball.lorry delete mode 100644 diffutils.lorry delete mode 100644 e2fsprogs.lorry delete mode 100644 gcc-tarball.lorry delete mode 100644 gdbm.lorry delete mode 100644 grep.lorry delete mode 100644 iana-etc.lorry delete mode 100644 inetutils.lorry delete mode 100644 libtool.lorry create mode 100644 lorries/attr.lorry create mode 100644 lorries/bash.lorry create mode 100644 lorries/bison.lorry create mode 100644 lorries/bzip2.lorry create mode 100644 lorries/coreutils.lorry create mode 100644 lorries/curl.lorry create mode 100644 lorries/diffutils-tarball.lorry create mode 100644 lorries/diffutils.lorry create mode 100644 lorries/e2fsprogs.lorry create mode 100644 lorries/findutils.lorry create mode 100644 lorries/gcc-tarball.lorry create mode 100644 lorries/gdbm.lorry create mode 100644 lorries/gettext.lorry create mode 100644 lorries/git.lorry create mode 100644 lorries/glib.lorry create mode 100644 lorries/gnulib.lorry create mode 100644 lorries/gnutls.lorry create mode 100644 lorries/grep.lorry create mode 100644 lorries/groff.lorry create mode 100644 lorries/gzip.lorry create mode 100644 lorries/help2man.lorry create mode 100644 lorries/iana-etc.lorry create mode 100644 lorries/inetutils.lorry create mode 100644 lorries/kbd.lorry create mode 100644 lorries/less.lorry create mode 100644 lorries/libffi.lorry create mode 100644 lorries/libjpeg.lorry create mode 100644 lorries/libpipeline.lorry create mode 100644 lorries/libpng.lorry create mode 100644 lorries/libtiff.lorry create mode 100644 lorries/libtool.lorry create mode 100644 lorries/lsh.lorry create mode 100644 lorries/man-db.lorry create mode 100644 lorries/netpbm.lorry create mode 100644 lorries/openssl.lorry create mode 100644 lorries/patch.lorry create mode 100644 lorries/pcre.lorry create mode 100644 lorries/perl.lorry create mode 100644 lorries/pkg-config.lorry create mode 100644 lorries/procps.lorry create mode 100644 lorries/psmisc.lorry create mode 100644 lorries/python.lorry create mode 100644 lorries/readline.lorry create mode 100644 lorries/rsync.lorry create mode 100644 lorries/sed.lorry create mode 100644 lorries/tar.lorry create mode 100644 lorries/test.lorry create mode 100644 lorries/texinfo-tarball.lorry create mode 100644 lorries/texinfo.lorry create mode 100644 lorries/util-linux.lorry create mode 100644 lorries/vim.lorry create mode 100644 lorries/wget.lorry delete mode 100644 perl.lorry delete mode 100644 procps.lorry delete mode 100644 psmisc.lorry delete mode 100644 readline.lorry delete mode 100644 sed.lorry delete mode 100644 test.lorry delete mode 100644 util-linux.lorry 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/bash.lorry b/bash.lorry deleted file mode 100644 index 8374f6d..0000000 --- a/bash.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "bash": { - "type": "git", - "url": "git://git.savannah.gnu.org/bash.git" - } -} diff --git a/bison.lorry b/bison.lorry deleted file mode 100644 index f1b6116..0000000 --- a/bison.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "bison": { - "type": "git", - "url": "git://git.savannah.gnu.org/bison.git" - } -} diff --git a/bzip2.lorry b/bzip2.lorry deleted file mode 100644 index 664e183..0000000 --- a/bzip2.lorry +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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 deleted file mode 100644 index 2d2dd37..0000000 --- a/coreutils.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "coreutils": { - "type": "git", - "url": "git://git.savannah.gnu.org/coreutils.git" - } -} diff --git a/diffutils-tarball.lorry b/diffutils-tarball.lorry deleted file mode 100644 index bf62e83..0000000 --- a/diffutils-tarball.lorry +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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 deleted file mode 100644 index 02076e7..0000000 --- a/diffutils.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "diffutils": { - "type": "git", - "url": "git://git.savannah.gnu.org/diffutils.git" - } -} diff --git a/e2fsprogs.lorry b/e2fsprogs.lorry deleted file mode 100644 index 98bf904..0000000 --- a/e2fsprogs.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "e2fsprogs": { - "type": "git", - "url": "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git" - } -} diff --git a/gcc-tarball.lorry b/gcc-tarball.lorry deleted file mode 100644 index 5755b9d..0000000 --- a/gcc-tarball.lorry +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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 deleted file mode 100644 index a4544ea..0000000 --- a/gdbm.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "gdbm": { - "type": "git", - "url": "git://git.gnu.org.ua/gdbm.git" - } -} diff --git a/grep.lorry b/grep.lorry deleted file mode 100644 index 7a7eb31..0000000 --- a/grep.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "grep": { - "type": "git", - "url": "git://git.savannah.gnu.org/grep.git" - } -} diff --git a/iana-etc.lorry b/iana-etc.lorry deleted file mode 100644 index 9b16f14..0000000 --- a/iana-etc.lorry +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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 deleted file mode 100644 index e14b82a..0000000 --- a/inetutils.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "inetutils": { - "type": "git", - "url": "git://git.savannah.gnu.org/inetutils.git" - } -} diff --git a/libtool.lorry b/libtool.lorry deleted file mode 100644 index 4e58ca4..0000000 --- a/libtool.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libtool": { - "type": "git", - "url": "git://git.savannah.gnu.org/libtool.git" - } -} 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/lorries/bash.lorry b/lorries/bash.lorry new file mode 100644 index 0000000..8374f6d --- /dev/null +++ b/lorries/bash.lorry @@ -0,0 +1,6 @@ +{ + "bash": { + "type": "git", + "url": "git://git.savannah.gnu.org/bash.git" + } +} diff --git a/lorries/bison.lorry b/lorries/bison.lorry new file mode 100644 index 0000000..f1b6116 --- /dev/null +++ b/lorries/bison.lorry @@ -0,0 +1,6 @@ +{ + "bison": { + "type": "git", + "url": "git://git.savannah.gnu.org/bison.git" + } +} diff --git a/lorries/bzip2.lorry b/lorries/bzip2.lorry new file mode 100644 index 0000000..664e183 --- /dev/null +++ b/lorries/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/lorries/coreutils.lorry b/lorries/coreutils.lorry new file mode 100644 index 0000000..2d2dd37 --- /dev/null +++ b/lorries/coreutils.lorry @@ -0,0 +1,6 @@ +{ + "coreutils": { + "type": "git", + "url": "git://git.savannah.gnu.org/coreutils.git" + } +} 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/lorries/diffutils-tarball.lorry b/lorries/diffutils-tarball.lorry new file mode 100644 index 0000000..bf62e83 --- /dev/null +++ b/lorries/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/lorries/diffutils.lorry b/lorries/diffutils.lorry new file mode 100644 index 0000000..02076e7 --- /dev/null +++ b/lorries/diffutils.lorry @@ -0,0 +1,6 @@ +{ + "diffutils": { + "type": "git", + "url": "git://git.savannah.gnu.org/diffutils.git" + } +} diff --git a/lorries/e2fsprogs.lorry b/lorries/e2fsprogs.lorry new file mode 100644 index 0000000..98bf904 --- /dev/null +++ b/lorries/e2fsprogs.lorry @@ -0,0 +1,6 @@ +{ + "e2fsprogs": { + "type": "git", + "url": "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git" + } +} 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/lorries/gcc-tarball.lorry b/lorries/gcc-tarball.lorry new file mode 100644 index 0000000..5755b9d --- /dev/null +++ b/lorries/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/lorries/gdbm.lorry b/lorries/gdbm.lorry new file mode 100644 index 0000000..a4544ea --- /dev/null +++ b/lorries/gdbm.lorry @@ -0,0 +1,6 @@ +{ + "gdbm": { + "type": "git", + "url": "git://git.gnu.org.ua/gdbm.git" + } +} 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/lorries/grep.lorry b/lorries/grep.lorry new file mode 100644 index 0000000..7a7eb31 --- /dev/null +++ b/lorries/grep.lorry @@ -0,0 +1,6 @@ +{ + "grep": { + "type": "git", + "url": "git://git.savannah.gnu.org/grep.git" + } +} 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/lorries/iana-etc.lorry b/lorries/iana-etc.lorry new file mode 100644 index 0000000..9b16f14 --- /dev/null +++ b/lorries/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/lorries/inetutils.lorry b/lorries/inetutils.lorry new file mode 100644 index 0000000..e14b82a --- /dev/null +++ b/lorries/inetutils.lorry @@ -0,0 +1,6 @@ +{ + "inetutils": { + "type": "git", + "url": "git://git.savannah.gnu.org/inetutils.git" + } +} 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/lorries/libtool.lorry b/lorries/libtool.lorry new file mode 100644 index 0000000..4e58ca4 --- /dev/null +++ b/lorries/libtool.lorry @@ -0,0 +1,6 @@ +{ + "libtool": { + "type": "git", + "url": "git://git.savannah.gnu.org/libtool.git" + } +} 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/lorries/perl.lorry b/lorries/perl.lorry new file mode 100644 index 0000000..f0d0244 --- /dev/null +++ b/lorries/perl.lorry @@ -0,0 +1,6 @@ +{ + "perl": { + "type": "git", + "url": "git://perl5.git.perl.org/perl.git" + } +} 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/lorries/procps.lorry b/lorries/procps.lorry new file mode 100644 index 0000000..875ba5c --- /dev/null +++ b/lorries/procps.lorry @@ -0,0 +1,7 @@ +{ + "procps": { + "type": "cvs", + "url": ":pserver:anonymous@procps.cvs.sourceforge.net:/cvsroot/procps", + "module": "procps" + } +} diff --git a/lorries/psmisc.lorry b/lorries/psmisc.lorry new file mode 100644 index 0000000..7f6a013 --- /dev/null +++ b/lorries/psmisc.lorry @@ -0,0 +1,6 @@ +{ + "psmisc": { + "type": "git", + "url": "git://psmisc.git.sourceforge.net/gitroot/psmisc/psmisc" + } +} 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/lorries/readline.lorry b/lorries/readline.lorry new file mode 100644 index 0000000..912ba9b --- /dev/null +++ b/lorries/readline.lorry @@ -0,0 +1,6 @@ +{ + "readline": { + "type": "git", + "url": "git://git.savannah.gnu.org/readline.git" + } +} 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/lorries/sed.lorry b/lorries/sed.lorry new file mode 100644 index 0000000..bb2ec0d --- /dev/null +++ b/lorries/sed.lorry @@ -0,0 +1,6 @@ +{ + "sed": { + "type": "git", + "url": "git://git.sv.gnu.org/sed.git" + } +} 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/lorries/test.lorry b/lorries/test.lorry new file mode 100644 index 0000000..26dcef2 --- /dev/null +++ b/lorries/test.lorry @@ -0,0 +1,18 @@ +{ + "gawk": { + "type": "git", + "url": "git://git.savannah.gnu.org/gawk.git" + }, + "binutils": { + "type": "bzr", + "branches": { + "trunk": "lp:binutils" + } + }, + "bc": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz" + } +} 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/lorries/util-linux.lorry b/lorries/util-linux.lorry new file mode 100644 index 0000000..078731f --- /dev/null +++ b/lorries/util-linux.lorry @@ -0,0 +1,6 @@ +{ + "util-linux": { + "type": "git", + "url": "git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" + } +} 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" + } +} diff --git a/perl.lorry b/perl.lorry deleted file mode 100644 index f0d0244..0000000 --- a/perl.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "perl": { - "type": "git", - "url": "git://perl5.git.perl.org/perl.git" - } -} diff --git a/procps.lorry b/procps.lorry deleted file mode 100644 index 875ba5c..0000000 --- a/procps.lorry +++ /dev/null @@ -1,7 +0,0 @@ -{ - "procps": { - "type": "cvs", - "url": ":pserver:anonymous@procps.cvs.sourceforge.net:/cvsroot/procps", - "module": "procps" - } -} diff --git a/psmisc.lorry b/psmisc.lorry deleted file mode 100644 index 7f6a013..0000000 --- a/psmisc.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "psmisc": { - "type": "git", - "url": "git://psmisc.git.sourceforge.net/gitroot/psmisc/psmisc" - } -} diff --git a/readline.lorry b/readline.lorry deleted file mode 100644 index 912ba9b..0000000 --- a/readline.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "readline": { - "type": "git", - "url": "git://git.savannah.gnu.org/readline.git" - } -} diff --git a/sed.lorry b/sed.lorry deleted file mode 100644 index bb2ec0d..0000000 --- a/sed.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "sed": { - "type": "git", - "url": "git://git.sv.gnu.org/sed.git" - } -} diff --git a/test.lorry b/test.lorry deleted file mode 100644 index 26dcef2..0000000 --- a/test.lorry +++ /dev/null @@ -1,18 +0,0 @@ -{ - "gawk": { - "type": "git", - "url": "git://git.savannah.gnu.org/gawk.git" - }, - "binutils": { - "type": "bzr", - "branches": { - "trunk": "lp:binutils" - } - }, - "bc": { - "type": "tarball", - "compression": "gzip", - "strip": 1, - "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz" - } -} diff --git a/util-linux.lorry b/util-linux.lorry deleted file mode 100644 index 078731f..0000000 --- a/util-linux.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "util-linux": { - "type": "git", - "url": "git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" - } -} -- cgit v1.2.1