[oe-commits] org.oe.dev perl: Add the perl Text::Diff module and the Algorithm::Diff module it

lenehan commit openembedded-commits at lists.openembedded.org
Wed Oct 4 02:27:17 UTC 2006


perl: Add the perl Text::Diff module and the Algorithm::Diff module it
requires.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: e669ea3e316756a5124b9c70e6ded034bc6b7dfb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e669ea3e316756a5124b9c70e6ded034bc6b7dfb
Files:
1
packages/perl/libalgorithm-diff-perl-native_1.1902.bb
packages/perl/libalgorithm-diff-perl_1.1902.bb
packages/perl/libtext-diff-perl-native_0.35.bb
packages/perl/libtext-diff-perl_0.35.bb
Diffs:

#
# mt diff -re7282633542f0c48c86d8ba7b1fa188a7c8d3775 -re669ea3e316756a5124b9c70e6ded034bc6b7dfb
#
# 
# 
# add_file "packages/perl/libalgorithm-diff-perl-native_1.1902.bb"
#  content [c917f70c554149a8aa48be68a7be0f230205630b]
# 
# add_file "packages/perl/libalgorithm-diff-perl_1.1902.bb"
#  content [574b3eb4905cc4a24e64694449ac883b308c8ed8]
# 
# add_file "packages/perl/libtext-diff-perl-native_0.35.bb"
#  content [503d3cd212601fd50b4a90d8513047034421cc46]
# 
# add_file "packages/perl/libtext-diff-perl_0.35.bb"
#  content [b7940a21c6a74f140dfecf026013569d1b3ae2f2]
# 
============================================================
--- packages/perl/libalgorithm-diff-perl-native_1.1902.bb	c917f70c554149a8aa48be68a7be0f230205630b
+++ packages/perl/libalgorithm-diff-perl-native_1.1902.bb	c917f70c554149a8aa48be68a7be0f230205630b
@@ -0,0 +1,5 @@
+SECTION = "libs"
+
+inherit native
+
+require libalgorithm-diff-perl_${PV}.bb
============================================================
--- packages/perl/libalgorithm-diff-perl_1.1902.bb	574b3eb4905cc4a24e64694449ac883b308c8ed8
+++ packages/perl/libalgorithm-diff-perl_1.1902.bb	574b3eb4905cc4a24e64694449ac883b308c8ed8
@@ -0,0 +1,13 @@
+DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
+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
============================================================
--- packages/perl/libtext-diff-perl-native_0.35.bb	503d3cd212601fd50b4a90d8513047034421cc46
+++ packages/perl/libtext-diff-perl-native_0.35.bb	503d3cd212601fd50b4a90d8513047034421cc46
@@ -0,0 +1,5 @@
+SECTION = "libs"
+
+inherit native
+
+require libtext-diff-perl_${PV}.bb
============================================================
--- packages/perl/libtext-diff-perl_0.35.bb	b7940a21c6a74f140dfecf026013569d1b3ae2f2
+++ packages/perl/libtext-diff-perl_0.35.bb	b7940a21c6a74f140dfecf026013569d1b3ae2f2
@@ -0,0 +1,15 @@
+DESCRIPTION = "Text::Diff - Perform diffs on files and record sets"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
+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






More information about the Openembedded-commits mailing list