summaryrefslogtreecommitdiff
path: root/lorries.old
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-21 13:53:18 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-21 13:53:18 +0100
commit06ef43b6c88f37fd03ad665619514c06e6fdba30 (patch)
tree33e824630315464981d4d7242dbb55e1b7a7f03e /lorries.old
parent9e5c80da772d6baa254ea752a1b9e21d961d1288 (diff)
downloadlorry-06ef43b6c88f37fd03ad665619514c06e6fdba30.tar.gz
lorries: delete some, move others
This should preferrably be the active set of lorries. If one you need has been moved or removed, please re-add it. cairo, docbook, drm, fontutils, freetype, libjpeg, libpipeline, libpng, libtiff, mesa, pixman, shared-mime-info and xterm are probably needed for X, but strata for those are not in master. less is available in busybox, but the busybox less is pretty poor, so it may be wanted later. wget and rsync were once needed to build, this should not be the case so they have been moved lsh and gnutls have been moved since they were needed for wget, which is not built any more, however something will need gnutls, so keep it elsewhere. libtirpc, portmap, rpcbind and nfs-utils are needed for proper nfs support, busybox works without locking for now, but we will want a proper implementation at some point udev is in systemd now, so it has been removed bc was once used in the bootstrap script, this is no longer the case and it should not be brought back, so removed binutils is available under the name binutils-redhat, which is already converted to git fakeroot, kbd, parted and squashfs-tools were never used inetutils, procps and psmisc are suitably replaced by busybox sudo was never properly set up and the typical use for us is not multi-user systems so it isn't needed gnulib is handled by submodule support
Diffstat (limited to 'lorries.old')
-rw-r--r--lorries.old/cairo.lorry6
-rw-r--r--lorries.old/docbook-xsl.lorry7
-rw-r--r--lorries.old/drm.lorry6
-rw-r--r--lorries.old/fontutils.lorry7
-rw-r--r--lorries.old/freetype.lorry6
-rw-r--r--lorries.old/gdk-pixbuf.lorry6
-rw-r--r--lorries.old/gnutls.lorry6
-rw-r--r--lorries.old/iana-etc.lorry8
-rw-r--r--lorries.old/lcms.lorry6
-rw-r--r--lorries.old/less.lorry8
-rw-r--r--lorries.old/libjpeg.lorry7
-rw-r--r--lorries.old/libpipeline.lorry6
-rw-r--r--lorries.old/libpng.lorry6
-rw-r--r--lorries.old/libtiff.lorry7
-rw-r--r--lorries.old/libtirpc.lorry6
-rw-r--r--lorries.old/lsh.lorry7
-rw-r--r--lorries.old/man-db.lorry6
-rw-r--r--lorries.old/mesa.lorry6
-rw-r--r--lorries.old/netpbm.lorry11
-rw-r--r--lorries.old/nfs-utils.lorry6
-rw-r--r--lorries.old/pcre.lorry7
-rw-r--r--lorries.old/pixman.lorry6
-rw-r--r--lorries.old/portmap.lorry6
-rw-r--r--lorries.old/rpcbind.lorry6
-rw-r--r--lorries.old/rsync.lorry6
-rw-r--r--lorries.old/sed.lorry6
-rw-r--r--lorries.old/shared-mime-info.lorry6
-rw-r--r--lorries.old/texlive-source.lorry11
-rw-r--r--lorries.old/wget.lorry6
-rw-r--r--lorries.old/xterm.lorry8
30 files changed, 202 insertions, 0 deletions
diff --git a/lorries.old/cairo.lorry b/lorries.old/cairo.lorry
new file mode 100644
index 0000000..a02179e
--- /dev/null
+++ b/lorries.old/cairo.lorry
@@ -0,0 +1,6 @@
+{
+ "cairo": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/cairo"
+ }
+}
diff --git a/lorries.old/docbook-xsl.lorry b/lorries.old/docbook-xsl.lorry
new file mode 100644
index 0000000..d8e748e
--- /dev/null
+++ b/lorries.old/docbook-xsl.lorry
@@ -0,0 +1,7 @@
+{
+ "docbook-xsl": {
+ "type": "svn",
+ "url": "https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl",
+ "layout": "standard"
+ }
+}
diff --git a/lorries.old/drm.lorry b/lorries.old/drm.lorry
new file mode 100644
index 0000000..35052c4
--- /dev/null
+++ b/lorries.old/drm.lorry
@@ -0,0 +1,6 @@
+{
+ "drm": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/mesa/drm"
+ }
+}
diff --git a/lorries.old/fontutils.lorry b/lorries.old/fontutils.lorry
new file mode 100644
index 0000000..0064f21
--- /dev/null
+++ b/lorries.old/fontutils.lorry
@@ -0,0 +1,7 @@
+{
+ "fontutils": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@cvs.savannah.gnu.org:/sources/fontutils",
+ "module": "fontutils"
+ }
+}
diff --git a/lorries.old/freetype.lorry b/lorries.old/freetype.lorry
new file mode 100644
index 0000000..1d38e17
--- /dev/null
+++ b/lorries.old/freetype.lorry
@@ -0,0 +1,6 @@
+{
+ "freetype": {
+ "type": "git",
+ "url": "git://git.sv.gnu.org/freetype/freetype2.git"
+ }
+}
diff --git a/lorries.old/gdk-pixbuf.lorry b/lorries.old/gdk-pixbuf.lorry
new file mode 100644
index 0000000..ebeb069
--- /dev/null
+++ b/lorries.old/gdk-pixbuf.lorry
@@ -0,0 +1,6 @@
+{
+ "gdk-pixbuf": {
+ "type": "git",
+ "url": "git://git.gnome.org/gdk-pixbuf"
+ }
+}
diff --git a/lorries.old/gnutls.lorry b/lorries.old/gnutls.lorry
new file mode 100644
index 0000000..4fc7c2a
--- /dev/null
+++ b/lorries.old/gnutls.lorry
@@ -0,0 +1,6 @@
+{
+ "gnutls": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gnutls.git"
+ }
+}
diff --git a/lorries.old/iana-etc.lorry b/lorries.old/iana-etc.lorry
new file mode 100644
index 0000000..9b16f14
--- /dev/null
+++ b/lorries.old/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.old/lcms.lorry b/lorries.old/lcms.lorry
new file mode 100644
index 0000000..ef0a538
--- /dev/null
+++ b/lorries.old/lcms.lorry
@@ -0,0 +1,6 @@
+{
+ "lcms": {
+ "type": "git",
+ "url": "git://github.com/mm2/Little-CMS.git"
+ }
+}
diff --git a/lorries.old/less.lorry b/lorries.old/less.lorry
new file mode 100644
index 0000000..332d7ea
--- /dev/null
+++ b/lorries.old/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.old/libjpeg.lorry b/lorries.old/libjpeg.lorry
new file mode 100644
index 0000000..a0958bd
--- /dev/null
+++ b/lorries.old/libjpeg.lorry
@@ -0,0 +1,7 @@
+{
+ "libjpeg": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@libjpeg.cvs.sourceforge.net:/cvsroot/libjpeg",
+ "module": "libjpeg"
+ }
+}
diff --git a/lorries.old/libpipeline.lorry b/lorries.old/libpipeline.lorry
new file mode 100644
index 0000000..8967923
--- /dev/null
+++ b/lorries.old/libpipeline.lorry
@@ -0,0 +1,6 @@
+{
+ "libpipeline": {
+ "type": "bzr",
+ "url": "http://bzr.savannah.gnu.org/r/libpipeline/trunk"
+ }
+}
diff --git a/lorries.old/libpng.lorry b/lorries.old/libpng.lorry
new file mode 100644
index 0000000..2ad73db
--- /dev/null
+++ b/lorries.old/libpng.lorry
@@ -0,0 +1,6 @@
+{
+ "libpng": {
+ "type": "git",
+ "url": "git://libpng.git.sourceforge.net/gitroot/libpng/libpng"
+ }
+}
diff --git a/lorries.old/libtiff.lorry b/lorries.old/libtiff.lorry
new file mode 100644
index 0000000..512deff
--- /dev/null
+++ b/lorries.old/libtiff.lorry
@@ -0,0 +1,7 @@
+{
+ "libtiff": {
+ "type": "cvs",
+ "url": ":pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot",
+ "module": "libtiff"
+ }
+}
diff --git a/lorries.old/libtirpc.lorry b/lorries.old/libtirpc.lorry
new file mode 100644
index 0000000..461d173
--- /dev/null
+++ b/lorries.old/libtirpc.lorry
@@ -0,0 +1,6 @@
+{
+ "libtirpc": {
+ "type": "git",
+ "url": "git://git.infradead.org/~steved/libtirpc.git"
+ }
+}
diff --git a/lorries.old/lsh.lorry b/lorries.old/lsh.lorry
new file mode 100644
index 0000000..4156eab
--- /dev/null
+++ b/lorries.old/lsh.lorry
@@ -0,0 +1,7 @@
+{
+ "lsh": {
+ "type": "cvs",
+ "url": ":pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh",
+ "module": "lsh"
+ }
+}
diff --git a/lorries.old/man-db.lorry b/lorries.old/man-db.lorry
new file mode 100644
index 0000000..e213267
--- /dev/null
+++ b/lorries.old/man-db.lorry
@@ -0,0 +1,6 @@
+{
+ "man-db": {
+ "type": "bzr",
+ "url": "bzr://bzr.savannah.nongnu.org/man-db/trunk"
+ }
+}
diff --git a/lorries.old/mesa.lorry b/lorries.old/mesa.lorry
new file mode 100644
index 0000000..c8d2649
--- /dev/null
+++ b/lorries.old/mesa.lorry
@@ -0,0 +1,6 @@
+{
+ "mesa": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/mesa/mesa"
+ }
+}
diff --git a/lorries.old/netpbm.lorry b/lorries.old/netpbm.lorry
new file mode 100644
index 0000000..c88bb0d
--- /dev/null
+++ b/lorries.old/netpbm.lorry
@@ -0,0 +1,11 @@
+{
+ "netpbm": {
+ "type": "svn",
+ "url": "https://netpbm.svn.sourceforge.net/svnroot/netpbm",
+ "layout": {
+ "trunk": "trunk",
+ "branches": "{advanced,stable,super_stable}",
+ "tags": "release_number/*"
+ }
+ }
+}
diff --git a/lorries.old/nfs-utils.lorry b/lorries.old/nfs-utils.lorry
new file mode 100644
index 0000000..b585153
--- /dev/null
+++ b/lorries.old/nfs-utils.lorry
@@ -0,0 +1,6 @@
+{
+ "nfs-utils": {
+ "type": "git",
+ "url": "git://git.linux-nfs.org/projects/steved/nfs-utils.git"
+ }
+}
diff --git a/lorries.old/pcre.lorry b/lorries.old/pcre.lorry
new file mode 100644
index 0000000..9cf87f6
--- /dev/null
+++ b/lorries.old/pcre.lorry
@@ -0,0 +1,7 @@
+{
+ "pcre": {
+ "type": "svn",
+ "url": "svn://vcs.exim.org/pcre/code/",
+ "layout": "standard"
+ }
+}
diff --git a/lorries.old/pixman.lorry b/lorries.old/pixman.lorry
new file mode 100644
index 0000000..f1037a8
--- /dev/null
+++ b/lorries.old/pixman.lorry
@@ -0,0 +1,6 @@
+{
+ "pixman": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/pixman"
+ }
+}
diff --git a/lorries.old/portmap.lorry b/lorries.old/portmap.lorry
new file mode 100644
index 0000000..e03659b
--- /dev/null
+++ b/lorries.old/portmap.lorry
@@ -0,0 +1,6 @@
+{
+ "portmap": {
+ "type": "git",
+ "url": "git://neil.brown.name/portmap"
+ }
+}
diff --git a/lorries.old/rpcbind.lorry b/lorries.old/rpcbind.lorry
new file mode 100644
index 0000000..d8a8476
--- /dev/null
+++ b/lorries.old/rpcbind.lorry
@@ -0,0 +1,6 @@
+{
+ "rpcbind": {
+ "type": "git",
+ "url": "git://git.infradead.org/~steved/rpcbind.git"
+ }
+}
diff --git a/lorries.old/rsync.lorry b/lorries.old/rsync.lorry
new file mode 100644
index 0000000..d534168
--- /dev/null
+++ b/lorries.old/rsync.lorry
@@ -0,0 +1,6 @@
+{
+ "rsync": {
+ "type": "git",
+ "url": "git://git.samba.org/rsync.git"
+ }
+}
diff --git a/lorries.old/sed.lorry b/lorries.old/sed.lorry
new file mode 100644
index 0000000..bb2ec0d
--- /dev/null
+++ b/lorries.old/sed.lorry
@@ -0,0 +1,6 @@
+{
+ "sed": {
+ "type": "git",
+ "url": "git://git.sv.gnu.org/sed.git"
+ }
+}
diff --git a/lorries.old/shared-mime-info.lorry b/lorries.old/shared-mime-info.lorry
new file mode 100644
index 0000000..4bd1309
--- /dev/null
+++ b/lorries.old/shared-mime-info.lorry
@@ -0,0 +1,6 @@
+{
+ "shared-mime-info": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xdg/shared-mime-info"
+ }
+}
diff --git a/lorries.old/texlive-source.lorry b/lorries.old/texlive-source.lorry
new file mode 100644
index 0000000..471e921
--- /dev/null
+++ b/lorries.old/texlive-source.lorry
@@ -0,0 +1,11 @@
+{
+ "texlive-source": {
+ "type": "svn",
+ "url": "svn://tug.org/texlive/",
+ "layout": {
+ "trunk": "trunk/Build/source",
+ "branches": "branches/*/Build/source",
+ "tags": "tags/*/Build/source"
+ }
+ }
+}
diff --git a/lorries.old/wget.lorry b/lorries.old/wget.lorry
new file mode 100644
index 0000000..65c2f7a
--- /dev/null
+++ b/lorries.old/wget.lorry
@@ -0,0 +1,6 @@
+{
+ "wget": {
+ "type": "bzr",
+ "url": "http://bzr.savannah.gnu.org/r/wget/trunk"
+ }
+}
diff --git a/lorries.old/xterm.lorry b/lorries.old/xterm.lorry
new file mode 100644
index 0000000..117de62
--- /dev/null
+++ b/lorries.old/xterm.lorry
@@ -0,0 +1,8 @@
+{
+ "xterm": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://invisible-island.net/datafiles/release/xterm.tar.gz"
+ }
+}