p5-text-csv-xs: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-05-28 11:23:58 +02:00
parent e529173a13
commit bdfbbdccc4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 46 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/Text/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/Text/CSV_XS.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/Text/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/Text/CSV_XS/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.36/linux-thread-multi/auto/Text/CSV_XS/CSV_XS.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/Text::CSV_XS.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38VwnFSz0uL+PcPRVFh4Va1+Ryl7Ja9lkfabtUeEpeKOzUJsbKO9+D7ga0uhbgPOjMFktwxcBTp3lLqDMQjbogg=
SHA256 (Pkgfile) = 17e102ec1d483a82ebbdc0ba24b5e472c3b33c284c43d5036e3405e03a3d1203
SHA256 (.footprint) = abb2af40a4fb8ea816c2cd43fee8480413d1a02b05c61123234cdfeb8f2d6096
SHA256 (Text-CSV_XS-1.50.tgz) = 85b5e1bed7e11dc0413d4e920cee25d980de47376c0048029041cf461eac96b1

View File

@ -1,25 +0,0 @@
# Description: Perl comma-separated values manipulation routines.
# URL: https://metacpan.org/release/Text-CSV_XS
# Maintainer: unmaintained
name=p5-text-csv-xs
version=1.50
release=1
source=(https://www.cpan.org/modules/by-module/Text/Text-CSV_XS-$version.tgz)
build() {
cd Text-CSV_XS-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -type f \( \
-name '.packlist' -o \
-name '*.bs' -o \
-name 'autosplit.ix' -o \
-name 'perllocal.pod' \) -delete
find $PKG -depth -empty -delete
}