p5-term-readkey: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent 53b9b785af
commit 3901c5b571
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 47 deletions

View File

@ -1,16 +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/Term/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/Term/ReadKey.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/Term/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/Term/ReadKey/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/Term/ReadKey/ReadKey.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/Term::ReadKey.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35Dr0ZXRrXd3DE+y8bi+imDlQ9rg0d44wyE4qLqVjjXPrmWGmSCP0CxkoX2g15L9w/8vxI3KjVmHhFesaWekLQA=
SHA256 (Pkgfile) = 95347a582fe547865b37101db7c7ab90771ca9e64ea5c7dc0ebf2d6e63d2e8ca
SHA256 (.footprint) = d6d65e8878197c87cc84dce68544caad3ed0ad5e21fe7b90099329844fdd0276
SHA256 (TermReadKey-2.38.tar.gz) = 5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290

View File

@ -1,26 +0,0 @@
# Description: Perl Terminal Readkey Library.
# URL: https://metacpan.org/release/TermReadKey
# Maintainer: unmaintained
name=p5-term-readkey
version=2.38
release=1
source=(https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-$version.tar.gz)
build() {
cd TermReadKey-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
# Remove perlcrap
find $PKG -type f \( \
-name '.packlist' -o \
-name '*.bs' -o \
-name 'autosplit.ix' -o \
-name 'perllocal.pod' \) -delete
# Remove empty directories
find $PKG -depth -empty -delete
}