From: Jamie Lenehan Date: Wed, 4 Oct 2006 00:07:14 +0000 (+0000) Subject: perl: Add the perl Text::Diff module and the Algorithm::Diff module it X-Git-Tag: Release-2010-05/1~9453^2~621 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a6392c25d372d69e7ce0cac04e7f0e2a936b462;p=openembedded.git perl: Add the perl Text::Diff module and the Algorithm::Diff module it requires. --- diff --git a/packages/perl/libalgorithm-diff-perl-native_1.1902.bb b/packages/perl/libalgorithm-diff-perl-native_1.1902.bb new file mode 100644 index 0000000000..220c1554b6 --- /dev/null +++ b/packages/perl/libalgorithm-diff-perl-native_1.1902.bb @@ -0,0 +1,5 @@ +SECTION = "libs" + +inherit native + +require libalgorithm-diff-perl_${PV}.bb diff --git a/packages/perl/libalgorithm-diff-perl_1.1902.bb b/packages/perl/libalgorithm-diff-perl_1.1902.bb new file mode 100644 index 0000000000..e060a66a40 --- /dev/null +++ b/packages/perl/libalgorithm-diff-perl_1.1902.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan " +LICENSE = "Artistic|GPL" +RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \ + "perl-module-exporter perl-module-strict perl-module-vars" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz" + +S = "${WORKDIR}/Algorithm-Diff-${PV}" + +inherit cpan diff --git a/packages/perl/libtext-diff-perl-native_0.35.bb b/packages/perl/libtext-diff-perl-native_0.35.bb new file mode 100644 index 0000000000..a386d814bc --- /dev/null +++ b/packages/perl/libtext-diff-perl-native_0.35.bb @@ -0,0 +1,5 @@ +SECTION = "libs" + +inherit native + +require libtext-diff-perl_${PV}.bb diff --git a/packages/perl/libtext-diff-perl_0.35.bb b/packages/perl/libtext-diff-perl_0.35.bb new file mode 100644 index 0000000000..aac4598055 --- /dev/null +++ b/packages/perl/libtext-diff-perl_0.35.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Text::Diff - Perform diffs on files and record sets" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan " +LICENSE = "Artistic|GPL" +DEPENDS += "libalgorithm-diff-perl-native" +RDEPENDS += "libalgorithm-diff-perl perl-module-carp perl-module-constant \ + perl-module-exporter perl-module-strict perl-module-carp \ + perl-module-strict " +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz" + +S = "${WORKDIR}/Text-Diff-${PV}" + +inherit cpan