From b53cd9ceaa67ae2666fc10621e5b05f05ab6bf6e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 8 Aug 2013 17:39:00 +0100 Subject: Add lorries for Paul --- open-source-lorries/glade.lorry | 6 ++++++ open-source-lorries/libwww-perl-uri.lorry | 7 +++++++ open-source-lorries/perl-xml-parser.lorry | 6 ++++++ open-source-lorries/yelp-xsl.lorry | 6 ++++++ 4 files changed, 25 insertions(+) create mode 100644 open-source-lorries/glade.lorry create mode 100644 open-source-lorries/libwww-perl-uri.lorry create mode 100644 open-source-lorries/perl-xml-parser.lorry create mode 100644 open-source-lorries/yelp-xsl.lorry 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" + } +} -- cgit v1.2.1