summaryrefslogtreecommitdiff
path: root/recipes/perl
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libcompress-raw-zlib-perl_2.015.bb13
-rw-r--r--recipes/perl/libcrypt-rijndael-perl_1.07.bb14
-rw-r--r--recipes/perl/libdigest-sha_5.47.bb13
-rw-r--r--recipes/perl/libio-compress-base-perl_2.015.bb13
-rw-r--r--recipes/perl/libio-compress-zlib-perl_2.015.bb13
-rw-r--r--recipes/perl/libnet-dbus-perl_0.33.5.bb10
-rw-r--r--recipes/perl/libnet-dbus-perl_0.33.6.bb6
-rw-r--r--recipes/perl/perl-5.8.8/Makefile.SH.patch2
-rw-r--r--recipes/perl/perl_5.8.8.bb2
9 files changed, 83 insertions, 3 deletions
diff --git a/recipes/perl/libcompress-raw-zlib-perl_2.015.bb b/recipes/perl/libcompress-raw-zlib-perl_2.015.bb
new file mode 100644
index 0000000000..6762037e18
--- /dev/null
+++ b/recipes/perl/libcompress-raw-zlib-perl_2.015.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Compress/Compress-Raw-Zlib-${PV}.tar.gz"
+
+S = "${WORKDIR}/Compress-Raw-Zlib-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto ${PERLLIBDIRS}/Compress ${datadir}/perl5"
diff --git a/recipes/perl/libcrypt-rijndael-perl_1.07.bb b/recipes/perl/libcrypt-rijndael-perl_1.07.bb
new file mode 100644
index 0000000000..f5cc801176
--- /dev/null
+++ b/recipes/perl/libcrypt-rijndael-perl_1.07.bb
@@ -0,0 +1,14 @@
+SECTION = "libs"
+LICENSE = "GPLv2"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-${PV}.tar.gz"
+
+S = "${WORKDIR}/Crypt-Rijndael-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto/ \
+ ${PERLLIBDIRS}/Crypt"
diff --git a/recipes/perl/libdigest-sha_5.47.bb b/recipes/perl/libdigest-sha_5.47.bb
new file mode 100644
index 0000000000..f0176a03c1
--- /dev/null
+++ b/recipes/perl/libdigest-sha_5.47.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Digest/Digest-SHA-${PV}.tar.gz"
+
+S = "${WORKDIR}/Digest-SHA-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto ${PERLLIBDIRS}/Digest ${datadir}/perl5"
diff --git a/recipes/perl/libio-compress-base-perl_2.015.bb b/recipes/perl/libio-compress-base-perl_2.015.bb
new file mode 100644
index 0000000000..806fb458b1
--- /dev/null
+++ b/recipes/perl/libio-compress-base-perl_2.015.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Compress-Base-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-Compress-Base-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${datadir}/perl5"
diff --git a/recipes/perl/libio-compress-zlib-perl_2.015.bb b/recipes/perl/libio-compress-zlib-perl_2.015.bb
new file mode 100644
index 0000000000..024c884d7d
--- /dev/null
+++ b/recipes/perl/libio-compress-zlib-perl_2.015.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Compress-Zlib-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-Compress-Zlib-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${datadir}/perl5"
diff --git a/recipes/perl/libnet-dbus-perl_0.33.5.bb b/recipes/perl/libnet-dbus-perl_0.33.5.bb
new file mode 100644
index 0000000000..656f75d746
--- /dev/null
+++ b/recipes/perl/libnet-dbus-perl_0.33.5.bb
@@ -0,0 +1,10 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \
+ perl-module-symbol perl-module-selectsaver perl-module-io \
+ perl-module-integer perl-module-exporter-heavy"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz"
+S = "${WORKDIR}/Net-DBus-${PV}"
+
+inherit cpan
diff --git a/recipes/perl/libnet-dbus-perl_0.33.6.bb b/recipes/perl/libnet-dbus-perl_0.33.6.bb
index a340c1e82b..2942d34450 100644
--- a/recipes/perl/libnet-dbus-perl_0.33.6.bb
+++ b/recipes/perl/libnet-dbus-perl_0.33.6.bb
@@ -2,7 +2,11 @@ DESCRIPTION = "Net::DBus - Perl D-Bus module"
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \
+ perl-module-symbol perl-module-selectsaver perl-module-io \
+ perl-module-integer perl-module-exporter-heavy"
+
+PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz"
diff --git a/recipes/perl/perl-5.8.8/Makefile.SH.patch b/recipes/perl/perl-5.8.8/Makefile.SH.patch
index a30074be2b..864bd7801f 100644
--- a/recipes/perl/perl-5.8.8/Makefile.SH.patch
+++ b/recipes/perl/perl-5.8.8/Makefile.SH.patch
@@ -62,7 +62,7 @@ Index: perl-5.8.8/Makefile.SH
+# @echo " ";
+# @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
+
-+all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT)
++all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) $(unidatafiles)
+
+more: extra.pods $(private) $(public)
+
diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
index 8a6d8392b2..2508719736 100644
--- a/recipes/perl/perl_5.8.8.bb
+++ b/recipes/perl/perl_5.8.8.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
-PR = "r28"
+PR = "r29"
# Major part of version
PVM = "5.8"