p5-xml-sax-base: initial commit
This commit is contained in:
parent
47394b9fcc
commit
96e98a3db9
23
p5-xml-sax-base/.footprint
Normal file
23
p5-xml-sax-base/.footprint
Normal 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
|
5
p5-xml-sax-base/.signature
Normal file
5
p5-xml-sax-base/.signature
Normal 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
17
p5-xml-sax-base/Pkgfile
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user