p5-html-tagset: moved to contrib

This commit is contained in:
Tim Biermann 2023-08-19 11:39:52 +02:00
parent 586f33be6c
commit ecaff53e9e
3 changed files with 0 additions and 39 deletions

View File

@ -1,11 +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/HTML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/HTML/Tagset.pm
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::Tagset.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fR2n4//6FhYpV3l+XtY8WNuO32xkNNJxLirC+5hgPBezSBvplRZK5ZVFWHxmxK4Eu0BkLfIKdiCxYECzOekqwY=
SHA256 (Pkgfile) = 345675f8aab86192fdda73466d35ab5849a71a53352f5342673a2c4c1b20d5f8
SHA256 (.footprint) = 94e80a216102e5100fe6c2c8ddec60bd3efeaca3899407ddd235943dea6cc1d2
SHA256 (HTML-Tagset-3.20.tar.gz) = adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2

View File

@ -1,23 +0,0 @@
# Description: Data tables useful in parsing HTML.
# URL: https://metacpan.org/release/HTML-Tagset
# Maintainer: Danny Rawlins, crux at romster dot me
name=p5-html-tagset
version=3.20
release=3
source=(https://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-$version.tar.gz)
build() {
cd HTML-Tagset-$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 {} \;
}