summaryrefslogtreecommitdiff
path: root/baserock.lorry
diff options
context:
space:
mode:
Diffstat (limited to 'baserock.lorry')
-rw-r--r--baserock.lorry124
1 files changed, 120 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"
}
}