p5-datetime-format-strptime: initial commit, version 1.75

This commit is contained in:
Tim Biermann 2019-08-31 10:40:06 +00:00
parent 96756bced0
commit b30f1414c8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 44 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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-$version.tar.gz)
build() {
cd DateTime-Format-Strptime-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}