SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,24 @@
COMMENT = parse and format strp and strf time patterns
MODULES = cpan
PKG_ARCH = *
DISTNAME = DateTime-Format-Strptime-1.79
EPOCH = 0
CATEGORIES = devel
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Artistic 2.0
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-DateTime>=1.0 \
devel/p5-DateTime-Locale>=1.30 \
devel/p5-DateTime-TimeZone>=2.09 \
devel/p5-Params-ValidationCompiler \
devel/p5-Specio>=0.33 \
devel/p5-Try-Tiny
TEST_DEPENDS = devel/p5-Test-Fatal \
devel/p5-Test-Warnings
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (DateTime-Format-Strptime-1.79.tar.gz) = cB5GgCyG7U2IaVwabay76QszkL7reU84fnx5IwADdXk=
SIZE (DateTime-Format-Strptime-1.79.tar.gz) = 119122

View file

@ -0,0 +1,4 @@
This module implements most of strptime(3), the POSIX function that is
the reverse of strftime(3), for DateTime. While strftime takes a
DateTime and a pattern and returns a string, strptime takes a string and
a pattern and returns the DateTime object associated.

View file

@ -0,0 +1,6 @@
${P5SITE}/DateTime/Format/
${P5SITE}/DateTime/Format/Strptime/
${P5SITE}/DateTime/Format/Strptime.pm
${P5SITE}/DateTime/Format/Strptime/Types.pm
@man man/man3p/DateTime::Format::Strptime.3p
@man man/man3p/DateTime::Format::Strptime::Types.3p