diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-12 18:48:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-12 18:48:26 +0000 |
commit | e1bb21269378e21fe1b04bfb35bf4af835516bda (patch) | |
tree | ae0bced74f01e8c9822ffd90108fe0760386eec1 /devel/p5-DateTime-Format-W3CDTF | |
parent | 45d8d487db772b1aea4d23ca5f18b2dbe4713b1f (diff) |
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>
Notes
Notes:
svn path=/head/; revision=86855
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 |