[oe-commits] Frans Meulenbroeks : libhttp-cache-transparent-perl_1.0.bb: create recipe

git version control git at git.openembedded.org
Sat Jan 2 16:14:43 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: e6427935c896a8569c06cf9073c2127b67fc6515
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6427935c896a8569c06cf9073c2127b67fc6515

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan  2 10:11:29 2010 +0100

libhttp-cache-transparent-perl_1.0.bb: create recipe

---

 conf/checksums.ini                                 |   12 ++++++++++++
 recipes/perl/libhttp-cache-transparent-perl_1.0.bb |   14 ++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 7bc2e15..6b3a43c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -442,6 +442,10 @@ sha256=adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2
 md5=6352f50be402301f79b580dd235d7762
 sha256=f5175acf262f3710dce899796ea3e353049939400b100706d03df2f08803c8de
 
+[http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-1.0.tar.gz]
+md5=e198345ce8eee2562c807e84d65e3b4f
+sha256=31b6b54d9488b35eb8ca54b6f5bcefd6eb1e208ca8a4038c1cee61042747f1d9
+
 [http://gallium.prg.dtu.dk/HVSC/random/HVSC_45-all-of-them.rar]
 md5=5394dac412dbe34d2dfe63cb91bdce8d
 sha256=6068499eeb3aad19d2f860390c65496cf38c5f5e5b54422db6ec2f67abbb8d10
@@ -1318,6 +1322,14 @@ sha256=7a2b6b493463756bbc9c54144fab2f2163bc84f0896b4c06fd225d11025a210d
 md5=b3cc35a7cabd106ac8829d2f2ff4bd9d
 sha256=7942ef0181b5828563a1b98a0a801a75bc0102773a1c942a09ac1d0b9fba6cb3
 
+[http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-1.20.tar.gz]
+md5=7da7452bce4c684e4238e6d09b390200
+sha256=f8251a791f6692c69952b4af697c01df93981ad1ab133279d034656a03cd3755
+
+[http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.028.tar.gz]
+md5=7153c1c411b0dd005a0660179e5c5900
+sha256=4c387eb285b2b0581cdf762c7145ebaec6ba57f67d830e92ac26ea8dbecf6c77
+
 [http://pypi.python.org/packages/source/T/Traits/Traits-3.0.2.tar.gz]
 md5=78622c7651113bbac544da2e63215f19
 sha256=68478923797c988569e2f478f7550b7ece0732336ea7fbfd72bea1a24c4ff40d
diff --git a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb
new file mode 100644
index 0000000..e630638
--- /dev/null
+++ b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "HTTP::Cache::Transparent - Cache the result of http get-requests persistently."
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+DEPENDS += "libwww-perl liburi-perl libhtml-tagset-perl libhtml-parser-perl"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-${PV}.tar.gz"
+
+S = "${WORKDIR}/HTTP-Cache-Transparent-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list