[Midnightbsd-cvs] mports: mports/devel: add more stuff for XML-RSS

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 21 11:42:16 EDT 2009


Log Message:
-----------
add more stuff for XML-RSS

Modified Files:
--------------
    mports/devel:
        Makefile (r1.281 -> r1.282)

Added Files:
-----------
    mports/devel/p5-DateTime-Format-Mail:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/devel/p5-DateTime-Format-W3CDTF:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.281
retrieving revision 1.282
diff -L devel/Makefile -L devel/Makefile -u -r1.281 -r1.282
--- devel/Makefile
+++ devel/Makefile
@@ -187,6 +187,8 @@
     SUBDIR += p5-Date-Calc
     SUBDIR += p5-Date-Manip
     SUBDIR += p5-DateTime
+    SUBDIR += p5-DateTime-Format-Mail
+    SUBDIR += p5-DateTime-Format-W3CDTF
     SUBDIR += p5-DateTime-Locale
     SUBDIR += p5-DateTime-TimeZone
     SUBDIR += p5-Devel-StackTrace
--- /dev/null
+++ devel/p5-DateTime-Format-Mail/pkg-descr
@@ -0,0 +1,5 @@
+RFC2822 introduces a slightly different format of date than that used by
+RFC822. The main correction is that the format is more limited, and thus easier
+to parse.
+
+WWW: http://datetime.perl.org/
--- /dev/null
+++ devel/p5-DateTime-Format-Mail/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/DateTime/Format/Mail.pm
+ at dirrmtry %%SITE_PERL%%/DateTime/Format
+ at dirrmtry %%SITE_PERL%%/DateTime
--- /dev/null
+++ devel/p5-DateTime-Format-Mail/Makefile
@@ -0,0 +1,22 @@
+# $MidnightBSD: mports/devel/p5-DateTime-Format-Mail/Makefile,v 1.1 2009/03/21 15:42:13 laffer1 Exp $
+
+PORTNAME=	DateTime-Format-Mail
+PORTVERSION=	0.30.01
+DISTVERSION=	${PORTVERSION:C/\.(..)$/\1/}
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Convert between DateTime and RFC2822/822 formats
+LICENSE=	perl
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
+		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
+
+PERL_MODBUILD=	yes
+
+MAN3=		DateTime::Format::Mail.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-DateTime-Format-Mail/distinfo
@@ -0,0 +1,3 @@
+MD5 (DateTime-Format-Mail-0.3001.tar.gz) = 15e36249e866463bd0237262a8e43b16
+SHA256 (DateTime-Format-Mail-0.3001.tar.gz) = b3f36b15442ae3e47bf91f45bcdc23e3311dcd2a3c6bc5c691004ad95986af72
+SIZE (DateTime-Format-Mail-0.3001.tar.gz) = 176473
--- /dev/null
+++ 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/
--- /dev/null
+++ 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/W3CDTF
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
+ at dirrmtry %%SITE_PERL%%/DateTime/Format
+ at dirrmtry %%SITE_PERL%%/DateTime
--- /dev/null
+++ devel/p5-DateTime-Format-W3CDTF/Makefile
@@ -0,0 +1,20 @@
+# $MidnightBSD: mports/devel/p5-DateTime-Format-W3CDTF/Makefile,v 1.1 2009/03/21 15:42:14 laffer1 Exp $
+
+PORTNAME=	DateTime-Format-W3CDTF
+PORTVERSION=	0.04
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Parse and format W3CDTF datetime strings
+LICENSE=	perl
+
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		DateTime::Format::W3CDTF.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-DateTime-Format-W3CDTF/distinfo
@@ -0,0 +1,3 @@
+MD5 (DateTime-Format-W3CDTF-0.04.tar.gz) = 5ad0a41bb5de08f9c16395ea311bb491
+SHA256 (DateTime-Format-W3CDTF-0.04.tar.gz) = 901d68e1218dc97654c1f49975323806e0afade54f82880a3839c08ec9c6a820
+SIZE (DateTime-Format-W3CDTF-0.04.tar.gz) = 11142


More information about the Midnightbsd-cvs mailing list