p5-xml-libxml-simple: initial commit, version 0.99

This commit is contained in:
Tim Biermann 2019-08-31 10:40:50 +00:00
parent 2a2252736b
commit 71eb5afa27
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,19 @@
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/LibXML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/XML/LibXML/Simple.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/LibXML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/XML/LibXML/Simple/
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::LibXML::Simple.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wGKatkSZ/sI3462OJ1P00n68T9PoqN4ynOTA3Gw0ea3LvgaEX5q2C6DcPLo5EJ5hMX4hr3MxG+X/5HemtZKwAQ=
SHA256 (Pkgfile) = bae5def1ed0d05f41368df4c0fd425e452025d54711f37ea950d6e90604c4149
SHA256 (.footprint) = 3c1d3e225de53eb58eb70f909da079a409d4aae12080b501a5255484ff6b03cf
SHA256 (XML-LibXML-Simple-0.99.tar.gz) = 14fe45c9fcb36c1cf14ac922da4439f1f83d451a5e70aa7177cb6edb705c9e44

View File

@ -0,0 +1,19 @@
# Description: An analogue of XML::Simple using libxml
# URL: https://metacpan.org/release/XML-LibXML-Simple
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-file-slurp-tiny p5-xml-libxml
name=p5-xml-libxml-simple
version=0.99
release=1
source=(https://cpan.metacpan.org/authors/id/M/MA/MARKOV/XML-LibXML-Simple-$version.tar.gz)
build() {
cd XML-LibXML-Simple-$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
}