ports/contrib (3.5): p5-text-diff: initial commit, version 1.45
commit 67750376746c1c89d687ee0ca202bc9fed660173 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:48 2019 +0000 p5-text-diff: initial commit, version 1.45 diff --git a/p5-text-diff/.footprint b/p5-text-diff/.footprint new file mode 100644 index 00000000..1fc1487a --- /dev/null +++ b/p5-text-diff/.footprint @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.28/ +drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Text/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Text/Diff.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Text/Diff/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Text/Diff/Config.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Text/Diff/Table.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Text/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Text/Diff/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Text::Diff.3pm.gz +-r--r--r-- root/root usr/share/man/man3/Text::Diff::Config.3pm.gz +-r--r--r-- root/root usr/share/man/man3/Text::Diff::Table.3pm.gz diff --git a/p5-text-diff/.signature b/p5-text-diff/.signature new file mode 100644 index 00000000..9478f31c --- /dev/null +++ b/p5-text-diff/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3838W0Lm8urCMVhQE46TpJvpD5llOGcSRJDH2QbYhvh4o88Dui9vaM7x4OR4MMker4sEiB5tazp0bbsfBdXT8QE= +SHA256 (Pkgfile) = 7d3140593f587728311b8c71791ea653d5d258ae2cb263984da2b70d119b5152 +SHA256 (.footprint) = a3758f5a1f0fe8003b5d1b0c534dac74e92d8b67e72d5baa161fd619a04bcbe5 +SHA256 (Text-Diff-1.45.tar.gz) = e8baa07b1b3f53e00af3636898bbf73aec9a0ff38f94536ede1dbe96ef086f04 diff --git a/p5-text-diff/Pkgfile b/p5-text-diff/Pkgfile new file mode 100644 index 00000000..84663243 --- /dev/null +++ b/p5-text-diff/Pkgfile @@ -0,0 +1,17 @@ +# Description: Perform diffs on files and record sets +# URL: https://cpan.metacpan.org/dist/Text-Diff +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-algorithm-diff + +name=p5-text-diff +version=1.45 +release=1 +source=(https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Diff-$version.tar.gz) + +build() { + cd Text-Diff-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make install DESTDIR=$PKG + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu