From c36badde67e4f4c6ed0ca4617633a96418ca229f Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Tue, 9 Sep 2025 20:30:59 -0400 Subject: libalgorithm-diff-perl: upgrade 1.1903 -> 1.201 License-Change: License appears at a different offset in the file. Checksum remains the same. New maintainer. Changes for version 1.201 - 2020-12-13 speed up LCS when $keyGen is undef (RT 101105; thanks, XENU) Changes for version 1.200 - 2020-09-27 new release with no new features, just preparing for a series of bugfix releases Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libalgorithm/libalgorithm-diff-perl_1.201.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb (limited to 'meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb') diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb new file mode 100644 index 0000000000..cd52a5d1b2 --- /dev/null +++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb @@ -0,0 +1,22 @@ +SUMMARY = "Algorithm::Diff - Compute 'intelligent' differences between two \ +files/lists" +DESCRIPTION = "This is a module for computing the difference between two files, \ +two strings, or any other two lists of things. It uses an intelligent \ +algorithm similar to (or identical to) the one used by the Unix `diff' \ +program. It is guaranteed to find the *smallest possible* set of \ +differences. \ +" +SECTION = "libs" +HOMEPAGE = "https://metacpan.org/release/RJBS/Algorithm-Diff-1.201" + +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1671;endline=1675;md5=f6b2fe8ca06ca6faefa4f265fc494c2c" + +SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Algorithm-Diff-${PV}.tar.gz" +SRC_URI[sha256sum] = "0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d" + +S = "${UNPACKDIR}/Algorithm-Diff-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf