Add p5-DateTime-Format-W3CDTF 0.03,
This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date format of RSS 1.0. PR: 54194 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
45d8d487db
commit
e1bb212693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86855
@ -570,6 +570,7 @@
|
||||
SUBDIR += p5-DateTime-Format-Pg
|
||||
SUBDIR += p5-DateTime-Format-Roman
|
||||
SUBDIR += p5-DateTime-Format-Strptime
|
||||
SUBDIR += p5-DateTime-Format-W3CDTF
|
||||
SUBDIR += p5-DateTime-Locale
|
||||
SUBDIR += p5-DateTime-Precise
|
||||
SUBDIR += p5-DateTime-Set
|
||||
|
27
devel/p5-DateTime-Format-W3CDTF/Makefile
Normal file
27
devel/p5-DateTime-Format-W3CDTF/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-DateTime-Format-W3CDTF
|
||||
# Date created: 7 july 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Format-W3CDTF
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Parse and format W3CDTF datetime strings
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Format::W3CDTF.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-DateTime-Format-W3CDTF/distinfo
Normal file
1
devel/p5-DateTime-Format-W3CDTF/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DateTime-Format-W3CDTF-0.03.tar.gz) = 2234f439b718b711fde1b65774a4f679
|
5
devel/p5-DateTime-Format-W3CDTF/pkg-descr
Normal file
5
devel/p5-DateTime-Format-W3CDTF/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module understands the W3CDTF date/time format, an ISO 8601 profile,
|
||||
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date
|
||||
format of RSS 1.0.
|
||||
|
||||
WWW: http://datetime.perl.org/
|
7
devel/p5-DateTime-Format-W3CDTF/pkg-plist
Normal file
7
devel/p5-DateTime-Format-W3CDTF/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/DateTime/Format/W3CDTF.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/W3CDTF/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/W3CDTF
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user