p5-socket6: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:52 +02:00
parent c606b95bd2
commit 9328c8cc4e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 44 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.36/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/Socket6.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/Socket6/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/Socket6/Socket6.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/Socket6.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39oOPTFwu2MMETtT2y8c9U23YqbaBV3v/2NKrJgV02HnBPvzcTaDsmz8lqdKyqJp1UHTyBtfcsCj0UMs4djIegE=
SHA256 (Pkgfile) = 17557da1fe2baffacad5d85b7285282253411d0d22845161fc622e08245883fa
SHA256 (.footprint) = 394a9d78ce994f74e50f9e538ab761949ce42165afb56ce6073cec9c12b22608
SHA256 (Socket6-0.29.tar.gz) = 468915fa3a04dcf6574fc957eff495915e24569434970c91ee8e4e1459fc9114

View File

@ -1,25 +0,0 @@
# Description: A getaddrinfo/getnameinfo support module
# URL: https://metacpan.org/release/Socket6
# Maintainer: unmaintained
name=p5-socket6
version=0.29
release=1
source=(https://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$version.tar.gz)
build() {
cd Socket6-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
# Remove perlcrap
find $PKG -type f \( \
-name '.packlist' -or \
-name '*.bs' -or \
-name 'autosplit.ix' -or \
-name 'perllocal.pod' \) -delete
# Remove empty directories
find $PKG -depth -empty -exec rm -rf {} \;
}