ports/contrib (3.5): p5-datetime-format-strptime: initial commit, version 1.75
commit b30f1414c818a9fcc566155d80249bb6ac216401 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:06 2019 +0000 p5-datetime-format-strptime: initial commit, version 1.75 diff --git a/p5-datetime-format-strptime/.footprint b/p5-datetime-format-strptime/.footprint new file mode 100644 index 00000000..77db1f20 --- /dev/null +++ b/p5-datetime-format-strptime/.footprint @@ -0,0 +1,22 @@ +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/DateTime/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/DateTime/Format/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/DateTime/Format/Strptime.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/DateTime/Format/Strptime/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/DateTime/Format/Strptime/Types.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/DateTime/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/DateTime/Format/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/DateTime/Format/Strptime/ +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/DateTime::Format::Strptime.3pm.gz +-r--r--r-- root/root usr/share/man/man3/DateTime::Format::Strptime::Types.3pm.gz diff --git a/p5-datetime-format-strptime/.signature b/p5-datetime-format-strptime/.signature new file mode 100644 index 00000000..08c6a262 --- /dev/null +++ b/p5-datetime-format-strptime/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF32cRXocYyTsO4JvmlAIAgRD7pgAtqOrankTrioT0LlC1tndMMVYgTFflFG67swZBlKS8R1Sm18jGCq8ZPW76OQs= +SHA256 (Pkgfile) = 42d6c297c34030f3df42018cc2b96bc800ff07065be5939c0be1b923d26c8845 +SHA256 (.footprint) = c8ab93623ec08b06f0296f9b8151013817c3fa696b278a1dbfd9afef8e6e108e +SHA256 (DateTime-Format-Strptime-1.75.tar.gz) = 4fcfb2ac4f79d7ff2855a405f39050d2ea691ee098ce54ede8af79c8d6ab3c19 diff --git a/p5-datetime-format-strptime/Pkgfile b/p5-datetime-format-strptime/Pkgfile new file mode 100644 index 00000000..de1d919c --- /dev/null +++ b/p5-datetime-format-strptime/Pkgfile @@ -0,0 +1,17 @@ +# Description: Parse and Format DateTimes using Strptime +# URL: https://cpan.metacpan.org/dist/DateTime-Format-Strptime +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-datetime p5-datetime-locale p5-datetime-timezone p5-package-deprecationmanager p5-params-validate + +name=p5-datetime-format-strptime +version=1.75 +release=1 +source=(https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-$...) + +build() { + cd DateTime-Format-Strptime-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu