diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-08-08 17:39:00 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-08-08 17:39:00 +0100 |
commit | b53cd9ceaa67ae2666fc10621e5b05f05ab6bf6e (patch) | |
tree | 9703787173f061990d67819c74738adf6a296590 | |
parent | 76e9c643ed94d6755c5004d11741509944104a9a (diff) | |
download | lorries-b53cd9ceaa67ae2666fc10621e5b05f05ab6bf6e.tar.gz |
Add lorries for Paul
-rw-r--r-- | open-source-lorries/glade.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/libwww-perl-uri.lorry | 7 | ||||
-rw-r--r-- | open-source-lorries/perl-xml-parser.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/yelp-xsl.lorry | 6 |
4 files changed, 25 insertions, 0 deletions
diff --git a/open-source-lorries/glade.lorry b/open-source-lorries/glade.lorry new file mode 100644 index 0000000..43276be --- /dev/null +++ b/open-source-lorries/glade.lorry @@ -0,0 +1,6 @@ +{ + "glade": { + "type": "git", + "url": "git://git.gnome.org/glade" + } +} diff --git a/open-source-lorries/libwww-perl-uri.lorry b/open-source-lorries/libwww-perl-uri.lorry new file mode 100644 index 0000000..7206496 --- /dev/null +++ b/open-source-lorries/libwww-perl-uri.lorry @@ -0,0 +1,7 @@ +{ + "libwww-perl/uri": { + "type": "git", + "url": "git://github.com/libwww-perl/uri" + } +} + diff --git a/open-source-lorries/perl-xml-parser.lorry b/open-source-lorries/perl-xml-parser.lorry new file mode 100644 index 0000000..3ccca57 --- /dev/null +++ b/open-source-lorries/perl-xml-parser.lorry @@ -0,0 +1,6 @@ +{ + "perl-xml-parser": { + "type": "tarball", + "url": "http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.36.tar.gz" + } +} diff --git a/open-source-lorries/yelp-xsl.lorry b/open-source-lorries/yelp-xsl.lorry new file mode 100644 index 0000000..718eb60 --- /dev/null +++ b/open-source-lorries/yelp-xsl.lorry @@ -0,0 +1,6 @@ +{ + "yelp-xsl": { + "type": "git", + "url": "git://git.gnome.org/yelp-xsl" + } +} |