p5-io-multiplex: removed unmaintained port

This commit is contained in:
Tim Biermann 2020-07-10 11:42:45 +00:00
parent 64e0e50cbb
commit 8b6bfb176e
3 changed files with 0 additions and 38 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.28/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/IO/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IO/Multiplex.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/IO::Multiplex.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3w1NsetgL3Hm6M0lidqDQUq8UgQGYcYjjaVyffixYe75E5PZ6U0YZWyhtS3wQNiqjnAikGVL/DnWARwaaj5xjwY=
SHA256 (Pkgfile) = 3a14d184e5f49eb8bd5339c29dad134f6b2a180c0c19669ca5a41daa73a9473b
SHA256 (.footprint) = a9ee2f3758c21fa3f70191b0edbf99adb901542ef5c5ed5cf1d2f10ca7123f33
SHA256 (IO-Multiplex-1.16.tar.gz) = 74d22c44b5ad2e7190e2786e8a17d74bbf4cef89b4d1157ba33598b5a2720dad

View File

@ -1,22 +0,0 @@
# Description: Perl module to manage IO on many file handles
# URL: https://metacpan.org/pod/IO::Multiplex
# Packager: Lucas Hazel, lucas at die dot net dot au
# Maintainer: unmaintained
# Depends on: perl
name=p5-io-multiplex
distname=IO-Multiplex
version=1.16
release=1
source=(http://search.cpan.org/CPAN/authors/id/B/BB/BBB/$distname-$version.tar.gz)
build() {
cd $distname-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
# prune some bogus perl files and empty directories
find $PKG -type f \( -name .packlist -o -name perllocal.pod \) -delete
find $PKG -depth -type d -empty -delete
}