summaryrefslogtreecommitdiff
path: root/p5-perlio-utf8-strict
diff options
context:
space:
mode:
Diffstat (limited to 'p5-perlio-utf8-strict')
-rw-r--r--p5-perlio-utf8-strict/.footprint18
-rw-r--r--p5-perlio-utf8-strict/.signature5
-rw-r--r--p5-perlio-utf8-strict/Pkgfile19
3 files changed, 42 insertions, 0 deletions
diff --git a/p5-perlio-utf8-strict/.footprint b/p5-perlio-utf8-strict/.footprint
new file mode 100644
index 000000000..a0a70437e
--- /dev/null
+++ b/p5-perlio-utf8-strict/.footprint
@@ -0,0 +1,18 @@
+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/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/PerlIO/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/PerlIO/utf8_strict.pm
+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/PerlIO/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/PerlIO/utf8_strict/
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/PerlIO/utf8_strict/utf8_strict.so
+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/PerlIO::utf8_strict.3pm.gz
diff --git a/p5-perlio-utf8-strict/.signature b/p5-perlio-utf8-strict/.signature
new file mode 100644
index 000000000..9dcf09980
--- /dev/null
+++ b/p5-perlio-utf8-strict/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF35b5JC2+eaKga/VDVIyQJrQ03v9ep50ZH04cQWCtGJgVAhXqdozL+3Vrmkoqnn162CjV+QX/wrwngK09/81XTA8=
+SHA256 (Pkgfile) = 4dc8503e3b513c38054243c5b2f9f1c23e645c7a6a7639eae61d343c2fe30adf
+SHA256 (.footprint) = 72bb21bf9edb52009d67859a4eb2deaf2fe86dac1812006882d904dd9a2629e8
+SHA256 (PerlIO-utf8_strict-0.007.tar.gz) = 83a33f2fe046cb3ad6afc80790635a423e2c7c6854afacc6998cd46951cc81cb
diff --git a/p5-perlio-utf8-strict/Pkgfile b/p5-perlio-utf8-strict/Pkgfile
new file mode 100644
index 000000000..e1af3aad5
--- /dev/null
+++ b/p5-perlio-utf8-strict/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Fast and correct UTF-8 PerlIO
+# URL: https://metacpan.org/release/PerlIO-utf8_strict
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: p5-test-exception
+
+name=p5-perlio-utf8-strict
+version=0.007
+release=1
+source=(https://cpan.metacpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-$version.tar.gz)
+
+build() {
+ cd PerlIO-utf8_strict-$version
+ unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+ export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+ perl Makefile.PL
+ make
+ make install INSTALLDIRS=vendor DESTDIR=$PKG install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit