ports/contrib (3.5): p5-text-csv: initial commit, version 2.00
commit cd862764c8bd1f397375362e562988efb719123e Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:47 2019 +0000 p5-text-csv: initial commit, version 2.00 diff --git a/p5-text-csv/.footprint b/p5-text-csv/.footprint new file mode 100644 index 00000000..e5d0340e --- /dev/null +++ b/p5-text-csv/.footprint @@ -0,0 +1,19 @@ +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/5.28/ +drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/ +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/Text/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Text/CSV.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Text/CSV_PP.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Text/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Text/CSV/ +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.3pm.gz +-r--r--r-- root/root usr/share/man/man3/Text::CSV_PP.3pm.gz diff --git a/p5-text-csv/.signature b/p5-text-csv/.signature new file mode 100644 index 00000000..c68467ac --- /dev/null +++ b/p5-text-csv/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/CO2e7/BCGO6DKDFeg4wiQY/10iiRLYfcuudXh5fekYUVYIIBpWwlpAgVb3J38WcmhiHaxABa15HQPbE3EbAQ4= +SHA256 (Pkgfile) = 7bae8bfd623c62d5f9a9d868482c6f4f10761ab391fef930c7298057e385b567 +SHA256 (.footprint) = 5f6ee19a60fae64efbe0908a2a5385af4b21e3d59c94fdc27e0fa29f68976d8e +SHA256 (Text-CSV-2.00.tar.gz) = 8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2 diff --git a/p5-text-csv/Pkgfile b/p5-text-csv/Pkgfile new file mode 100644 index 00000000..9e310728 --- /dev/null +++ b/p5-text-csv/Pkgfile @@ -0,0 +1,18 @@ +# Description: comma-separated values manipulator +# URL: https://metacpan.org/release/Text-CSV +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-text-csv +version=2.00 +release=1 +source=(https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-$version.tar.gz) + +build() { + cd Text-CSV-$version + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + perl Makefile.PL + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu