summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 00:07:14 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 00:07:14 +0000
commit5a6392c25d372d69e7ce0cac04e7f0e2a936b462 (patch)
treed90425ece47eb2373748e04188d5e612a8579eab /packages
parent421f7cbc7af34d345be18f6f4ae39b9a59765103 (diff)
perl: Add the perl Text::Diff module and the Algorithm::Diff module it
requires.
Diffstat (limited to 'packages')
-rw-r--r--packages/perl/libalgorithm-diff-perl-native_1.1902.bb5
-rw-r--r--packages/perl/libalgorithm-diff-perl_1.1902.bb13
-rw-r--r--packages/perl/libtext-diff-perl-native_0.35.bb5
-rw-r--r--packages/perl/libtext-diff-perl_0.35.bb15
4 files changed, 38 insertions, 0 deletions
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 <lenehan@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
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 <lenehan@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