p5-perlio-utf8-strict: initial commit, version 0.007
This commit is contained in:
parent
72a750c12e
commit
afd6a6b6a1
18
p5-perlio-utf8-strict/.footprint
Normal file
18
p5-perlio-utf8-strict/.footprint
Normal file
@ -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
|
5
p5-perlio-utf8-strict/.signature
Normal file
5
p5-perlio-utf8-strict/.signature
Normal file
@ -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
|
19
p5-perlio-utf8-strict/Pkgfile
Normal file
19
p5-perlio-utf8-strict/Pkgfile
Normal file
@ -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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user