diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-13 02:48:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-13 02:48:26 +0800 |
commit | 47acba85f6b66d859970ea7280046782436ea16c (patch) | |
tree | 9127c4649815cf7faae57b99df774d1577cb7b68 /devel/p5-DateTime-Format-W3CDTF | |
parent | f4d9245b6eeebdd879edc69b26254be21615261c (diff) | |
download | freebsd-ports-gnome-47acba85f6b66d859970ea7280046782436ea16c.tar.gz freebsd-ports-gnome-47acba85f6b66d859970ea7280046782436ea16c.tar.zst freebsd-ports-gnome-47acba85f6b66d859970ea7280046782436ea16c.zip |
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>
Diffstat (limited to 'devel/p5-DateTime-Format-W3CDTF')
-rw-r--r-- | devel/p5-DateTime-Format-W3CDTF/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-W3CDTF/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-W3CDTF/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-W3CDTF/pkg-plist | 7 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-W3CDTF/Makefile b/devel/p5-DateTime-Format-W3CDTF/Makefile new file mode 100644 index 000000000000..ac9feec4217d --- /dev/null +++ b/devel/p5-DateTime-Format-W3CDTF/Makefile @@ -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> diff --git a/devel/p5-DateTime-Format-W3CDTF/distinfo b/devel/p5-DateTime-Format-W3CDTF/distinfo new file mode 100644 index 000000000000..84fc8cb2db3d --- /dev/null +++ b/devel/p5-DateTime-Format-W3CDTF/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Format-W3CDTF-0.03.tar.gz) = 2234f439b718b711fde1b65774a4f679 diff --git a/devel/p5-DateTime-Format-W3CDTF/pkg-descr b/devel/p5-DateTime-Format-W3CDTF/pkg-descr new file mode 100644 index 000000000000..d8b232bd34c6 --- /dev/null +++ b/devel/p5-DateTime-Format-W3CDTF/pkg-descr @@ -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/ diff --git a/devel/p5-DateTime-Format-W3CDTF/pkg-plist b/devel/p5-DateTime-Format-W3CDTF/pkg-plist new file mode 100644 index 000000000000..de39a5335680 --- /dev/null +++ b/devel/p5-DateTime-Format-W3CDTF/pkg-plist @@ -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 |