summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-02 12:33:22 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-02 12:33:22 +0100
commit3f4958559537323f9dde244fb1b53fa0a866824d (patch)
tree2f641369a260277e7fe5ebbf50b6919dccc540f5
parent8731ad316ef410d8f10a6338a319af97d4905d44 (diff)
downloadlorries-3f4958559537323f9dde244fb1b53fa0a866824d.tar.gz
Add some more missing lorries
-rw-r--r--open-source-lorries/drm.lorry6
-rw-r--r--open-source-lorries/gnome-doc-utils.lorry6
-rw-r--r--open-source-lorries/iptables.lorry6
-rw-r--r--open-source-lorries/libapr-util.lorry7
-rw-r--r--open-source-lorries/libapr.lorry7
-rw-r--r--open-source-lorries/openssl.lorry7
-rw-r--r--open-source-lorries/pixman.lorry6
-rw-r--r--open-source-lorries/rarian.lorry8
8 files changed, 53 insertions, 0 deletions
diff --git a/open-source-lorries/drm.lorry b/open-source-lorries/drm.lorry
new file mode 100644
index 0000000..35052c4
--- /dev/null
+++ b/open-source-lorries/drm.lorry
@@ -0,0 +1,6 @@
+{
+ "drm": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/mesa/drm"
+ }
+}
diff --git a/open-source-lorries/gnome-doc-utils.lorry b/open-source-lorries/gnome-doc-utils.lorry
new file mode 100644
index 0000000..8b09f2b
--- /dev/null
+++ b/open-source-lorries/gnome-doc-utils.lorry
@@ -0,0 +1,6 @@
+{
+ "gnome-doc-utils": {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-doc-utils"
+ }
+}
diff --git a/open-source-lorries/iptables.lorry b/open-source-lorries/iptables.lorry
new file mode 100644
index 0000000..64749cf
--- /dev/null
+++ b/open-source-lorries/iptables.lorry
@@ -0,0 +1,6 @@
+{
+ "iptables": {
+ "type": "git",
+ "url": "git://git.netfilter.org/iptables.git"
+ }
+}
diff --git a/open-source-lorries/libapr-util.lorry b/open-source-lorries/libapr-util.lorry
new file mode 100644
index 0000000..536c579
--- /dev/null
+++ b/open-source-lorries/libapr-util.lorry
@@ -0,0 +1,7 @@
+{
+ "libapr-util": {
+ "type": "svn",
+ "url": "http://svn.apache.org/repos/asf/apr/apr-util/",
+ "layout": "standard"
+ }
+}
diff --git a/open-source-lorries/libapr.lorry b/open-source-lorries/libapr.lorry
new file mode 100644
index 0000000..ee520b5
--- /dev/null
+++ b/open-source-lorries/libapr.lorry
@@ -0,0 +1,7 @@
+{
+ "libapr": {
+ "type": "svn",
+ "url": "http://svn.apache.org/repos/asf/apr/apr/",
+ "layout": "standard"
+ }
+}
diff --git a/open-source-lorries/openssl.lorry b/open-source-lorries/openssl.lorry
new file mode 100644
index 0000000..161223c
--- /dev/null
+++ b/open-source-lorries/openssl.lorry
@@ -0,0 +1,7 @@
+{
+ "openssl": {
+ "type": "cvs",
+ "url": "anonymous@cvs.openssl.org:/openssl-cvs",
+ "module": "openssl"
+ }
+}
diff --git a/open-source-lorries/pixman.lorry b/open-source-lorries/pixman.lorry
new file mode 100644
index 0000000..f1037a8
--- /dev/null
+++ b/open-source-lorries/pixman.lorry
@@ -0,0 +1,6 @@
+{
+ "pixman": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/pixman"
+ }
+}
diff --git a/open-source-lorries/rarian.lorry b/open-source-lorries/rarian.lorry
new file mode 100644
index 0000000..ea67f39
--- /dev/null
+++ b/open-source-lorries/rarian.lorry
@@ -0,0 +1,8 @@
+{
+ "rarian": {
+ "type": "tarball",
+ "compression": "bzip2",
+ "strip": 1,
+ "url": "http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2"
+ }
+}