summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p5-text-csv/.footprint19
-rw-r--r--p5-text-csv/.signature5
-rw-r--r--p5-text-csv/Pkgfile18
3 files changed, 42 insertions, 0 deletions
diff --git a/p5-text-csv/.footprint b/p5-text-csv/.footprint
new file mode 100644
index 000000000..e5d0340ee
--- /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 000000000..c68467ac3
--- /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 000000000..9e310728b
--- /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
+}

Generated by cgit