p5-xml-sax-base: initial commit

This commit is contained in:
Tim Biermann 2019-08-04 16:15:57 +02:00
parent 47394b9fcc
commit 96e98a3db9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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/XML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/XML/SAX/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/XML/SAX/Base.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/XML/SAX/BuildSAXBase.pl
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/XML/SAX/Exception.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/XML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/XML/SAX/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/XML/SAX/Base/
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/XML::SAX::Base.3pm.gz
-r--r--r-- root/root usr/share/man/man3/XML::SAX::BuildSAXBase.3pm.gz
-r--r--r-- root/root usr/share/man/man3/XML::SAX::Exception.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31A0TWuB0ssbxEsW9cy0Fxcl3XoyHy0lMGX+gzdgJdOpTiAWjKWF3UXNdvGqOD3stsxZxFKf4qBAa2mcLjpV+Q8=
SHA256 (Pkgfile) = 17c3d777d78b9019c3f33c4666d4457abdbc3d15ac69b7d2f5a4fcc48a928afc
SHA256 (.footprint) = 603ffc536f0c470611fb07692e4bb2df95131f0501f8b9597ae94879b242f8b1
SHA256 (XML-SAX-Base-1.09.tar.gz) = 66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0

17
p5-xml-sax-base/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Base class SAX Drivers and Filters
# URL: https://cpan.metacpan.org/dist/XML-SAX-Base
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-xml-sax-base
version=1.09
release=1
source=(https://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-$version.tar.gz)
build() {
cd XML-SAX-Base-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}