1
0
forked from ports/contrib

p5-mime-charset: initial commit, version 1.012.2

This commit is contained in:
Tim Biermann 2019-08-31 10:40:26 +00:00
parent 82a7fd0a2b
commit 7a1804285a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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/MIME/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/MIME/Charset.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/MIME/Charset/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/MIME/Charset/Defaults.pm.sample
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/MIME/Charset/UTF.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/MIME/Charset/_Compat.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/POD2/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/POD2/JA/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/POD2/JA/MIME/
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/MIME/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/MIME/Charset/
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/MIME::Charset.3pm.gz
-r--r--r-- root/root usr/share/man/man3/POD2::JA::MIME::Charset.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/Ad8u3BYKWCAglPNyNTS7488s8KVzErB0llEPaLvolfvd4gg8E1RV98VlR/7cO/UXJduhZkzoq5eNHt/noodwk=
SHA256 (Pkgfile) = f7a7e17810de3be78146fdfcb3515cdc9a3154de36ec8ea8a0489f1e84c3071e
SHA256 (.footprint) = 547fe868d537e47d32a25987f8ca67f3d31929a5f6ae14ba2be12706d2530c78
SHA256 (MIME-Charset-1.012.2.tar.gz) = 878c779c0256c591666bd06c0cde4c0d7820eeeb98fd1183082aee9a1e7b1d13

19
p5-mime-charset/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Charset Information for MIME
# URL: https://metacpan.org/release/MIME-Charset
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-mime-charset
version=1.012.2
release=1
source=(https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-$version.tar.gz)
build() {
cd MIME-Charset-$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
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}