p5-locale-gettext: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent f08f97c9a0
commit 099ae12f3e
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/Locale/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/Locale/gettext.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/Locale/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/Locale/gettext/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/Locale/gettext/gettext.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/Locale::gettext.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+zRY6/wHqN8kB5zcfqENMEHxxpDHd6MWYoZhlIlFT0s+Xnj6oE7FRQRy/01DsgqQnLhZ+eTlZKLYVDpCyCJ3QU=
SHA256 (Pkgfile) = 7577aa122627b9e4e2e1b7e386eb11507748d8abdf9b3c49e0c7e466d6609a5f
SHA256 (.footprint) = 80ca426510ce4b01b92643b2290d8794dd75d665f8148f4fb4ee848acd7d4d77
SHA256 (gettext-1.07.tar.gz) = 909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15

View File

@ -1,26 +0,0 @@
# Description: Locale::gettext - Interface to C library functions for internatialization.
# URL: https://metacpan.org/release/gettext
# Maintainer: unmaintained
name=p5-locale-gettext
version=1.07
release=2
source=(https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz)
build() {
cd Locale-gettext-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
# Remove perlcrap
find $PKG \
-name '.packlist' -delete -or \
-name '*.bs' -delete -or \
-name 'autosplit.ix' -delete -or \
-name 'perllocal.pod' -delete
# Remove empty directories
find $PKG -depth -empty -exec rm -rf {} \;
}