p5-text-roman: initial commit, version 3.5

This commit is contained in:
Tim Biermann 2019-08-31 10:40:48 +00:00
parent 2c4791abe2
commit a738e42d20
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 41 additions and 0 deletions

17
p5-text-roman/.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/Text/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Text/Roman.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/Roman/
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::Roman.3pm.gz

5
p5-text-roman/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xw7cDyzC4rmB1oooo/hH+W4K6rff9PzwP3L5yCz0pU5yjdwQwPwXSny83451JyfhHrzjUciNSMMUvQsBdHMIQ8=
SHA256 (Pkgfile) = 0d78c1ff785b6d28656a1eeb7040c694a0e5cdf928983547533ac0c74e58b265
SHA256 (.footprint) = 702d3f33bf16f9ea0e12cd4994cbd24a9311efe095aeab0d0b4a87167a7b9e17
SHA256 (Text-Roman-3.5.tar.gz) = cb4a08a3b151802ffb2fce3258a416542ab81db0f739ee474a9583ffb73e046a

19
p5-text-roman/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Allows conversion between Roman and Arabic algarisms
# URL: https://metacpan.org/pod/Text::Roman
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-text-roman
version=3.5
release=1
source=(https://cpan.metacpan.org/authors/id/S/SY/SYP/Text-Roman-$version.tar.gz)
build() {
cd Text-Roman-$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 DESTDIR=$PKG INSTALLDIRS=vendor install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}