p5-text-asciitable: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:39 +00:00
parent bd94497dc5
commit f624fff307
3 changed files with 0 additions and 47 deletions

View File

@ -1,14 +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.32/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/Text/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/Text/ASCIITable.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/Text/ASCIITable/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/Text/ASCIITable/Wrap.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/Text::ASCIITable.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Text::ASCIITable::Wrap.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39Q7+z3ctzXNsfWQdX3WEeAGNeF9PIV1Qo9jITobdv9KiLVFRvOgB3xobaWMrJFdJnuGOrDDM9M3EC5XBNiJsgs=
SHA256 (Pkgfile) = bfaf1a9367dfc559e0d18a4509046a39f6bc51c5339ff87ef0f8f91e2461d398
SHA256 (.footprint) = d1af3f9be456a32c4b0989993040891b6e3188558e57c3b70fc91b491e9eb4c1
SHA256 (Text-ASCIITable-0.22.tar.gz) = e4d39537db35d75eb88032d2d26a707733fe33b6baeb212f9c733fc4bff07e43

View File

@ -1,28 +0,0 @@
# Description: Create a nice formatted table using ASCII characters
# URL: https://metacpan.org/pod/Text::ASCIITable
# Maintainer: UNMAINTAINED
# Depends on: p5-module-build
name=p5-text-asciitable
version=0.22
release=1
source=(https://cpan.metacpan.org/authors/id/L/LU/LUNATIC/Text-ASCIITable-$version.tar.gz)
build() {
cd Text-ASCIITable-$version
yes n | perl Makefile.PL
make
make DESTDIR=$PKG install
# remove perlcrap
find $PKG -name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist \
-o -name autosplit.ix \
| xargs rm -f
# remove empty dirs
find $PKG -depth -type d -empty -delete
}