p5-io-string: initial commit, version 1.08

This commit is contained in:
Tim Biermann 2019-08-31 10:40:22 +00:00
parent 56d3ff3eb5
commit 1c34eccee0
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 39 additions and 0 deletions

17
p5-io-string/.footprint Normal file
View File

@ -0,0 +1,17 @@
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/IO/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IO/String.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/IO/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/IO/String/
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/IO::String.3pm.gz

5
p5-io-string/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF368QwgFGpwvFkjaEUvm4jAL90fpwrjjfBvC5GumgMTpCHzt/I7rOOYQKYxvzo2fqhdPrb+ZN1joV5djt/DcOkAA=
SHA256 (Pkgfile) = aec0bbb4f637adc5d4c72af43e0d005a20e287e63d04498d4006a68386ca1161
SHA256 (.footprint) = de84b3fc8450fd901dfac97bd978a058aa98a3d5dd1443f965112a102e168328
SHA256 (IO-String-1.08.tar.gz) = 2a3f4ad8442d9070780e58ef43722d19d1ee21a803bf7c8206877a10482de5a0

17
p5-io-string/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: IO::File interface for in-core strings
# URL: https://cpan.metacpan.org/dist/IO-String
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-io-string
version=1.08
release=1
source=(https://www.cpan.org/authors/id/G/GA/GAAS/IO-String-$version.tar.gz)
build() {
cd IO-String-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}