commit e4a73dafa7b5ba79e7ddede11647e66ae5e7666a Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 19 11:40:41 2023 +0200 p5-html-parser: moved to contrib diff --git a/p5-html-parser/.footprint b/p5-html-parser/.footprint deleted file mode 100644 index 58be714ef..000000000 --- a/p5-html-parser/.footprint +++ /dev/null @@ -1,28 +0,0 @@ -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/site_perl/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/Entities.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/Filter.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/HeadParser.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/LinkExtor.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/Parser.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/PullParser.pm --r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/HTML/TokeParser.pm -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/HTML/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/HTML/Parser/ --r-xr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/HTML/Parser/Parser.so -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/HTML::Entities.3pm.gz --r--r--r-- root/root usr/share/man/man3/HTML::Filter.3pm.gz --r--r--r-- root/root usr/share/man/man3/HTML::HeadParser.3pm.gz --r--r--r-- root/root usr/share/man/man3/HTML::LinkExtor.3pm.gz --r--r--r-- root/root usr/share/man/man3/HTML::Parser.3pm.gz --r--r--r-- root/root usr/share/man/man3/HTML::PullParser.3pm.gz --r--r--r-- root/root usr/share/man/man3/HTML::TokeParser.3pm.gz diff --git a/p5-html-parser/.signature b/p5-html-parser/.signature deleted file mode 100644 index 10b50afcc..000000000 --- a/p5-html-parser/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Vfqjq/fu6tXg/Uob6wooKIKAnSyUb6dWi2OBP4yocmgnMpILzl0e7N55UWAAoIhjTj7kTLki0nnYEAuLOm4iAE= -SHA256 (Pkgfile) = 3e243f832ba6d21c3481caa171dadc2b0a3a2b730c6427a899efdd464c17266b -SHA256 (.footprint) = dd42a7299d1d235ae6c8eafea52139d38ae303f17a1b3b899e575192ddd9af29 -SHA256 (HTML-Parser-3.81.tar.gz) = c0910a5c8f92f8817edd06ccfd224ba1c2ebe8c10f551f032587a1fc83d62ff2 diff --git a/p5-html-parser/Pkgfile b/p5-html-parser/Pkgfile deleted file mode 100644 index 0b3c29332..000000000 --- a/p5-html-parser/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Perl HTML parser class. -# URL: https://metacpan.org/release/HTML-Parser -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: p5-html-tagset - -name=p5-html-parser -version=3.81 -release=1 -source=(https://www.cpan.org/modules/by-module/HTML/HTML-Parser-$version.tar.gz) - -build() { - cd HTML-Parser-$version - perl Makefile.PL INSTALLDIRS=vendor - make OPTIMIZE="$CFLAGS" - make DESTDIR=$PKG install - - find $PKG -type f \( \ - -name '.packlist' -or \ - -name '*.bs' -or \ - -name 'autosplit.ix' -or \ - -name 'perllocal.pod' \) -delete - - find $PKG -depth -empty -exec rm -r {} \; -}