p5-encode-locale: initial commit, version 1.05

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

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/Encode/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Encode/Locale.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/Encode/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Encode/Locale/
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/Encode::Locale.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+kKG6gD0XQsD9c7kjMeMYDGynrjs2CzK+hQW/TYNDBkOFk+ncVnMYPM8EApD/VfKH9SV5nKlAD49CYYcxmRAwI=
SHA256 (Pkgfile) = 7ada4622b795576b16310b7e21a35f6af90cb83aa288fcb1b35e504f57371ca3
SHA256 (.footprint) = 82f30e71878c5f758dcb6c3efaafbef136e193c70ad5a5612f38d9bb8d165389
SHA256 (Encode-Locale-1.05.tar.gz) = 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1

17
p5-encode-locale/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Determine the locale encoding
# URL: https://cpan.metacpan.org/dist/Encode-Locale
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-encode-locale
version=1.05
release=1
source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-$version.tar.gz)
build() {
cd Encode-Locale-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}