Add p5-DateTime-Format-Mail 0.25,

convert between DateTime and
RFC2822/822 formats.

PR:		54104
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Erwin Lansing 2003-07-07 09:25:23 +00:00
parent 7cffe7e961
commit f8089c00c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84378
5 changed files with 43 additions and 0 deletions

View file

@ -561,6 +561,7 @@
SUBDIR += p5-DateTime-Format-DateManip
SUBDIR += p5-DateTime-Format-Epoch
SUBDIR += p5-DateTime-Format-Excel
SUBDIR += p5-DateTime-Format-Mail
SUBDIR += p5-DateTime-Format-MySQL
SUBDIR += p5-DateTime-Format-Pg
SUBDIR += p5-DateTime-Format-Strptime

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-DateTime-Format-Mail
# Date created: 4 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= DateTime-Format-Mail
PORTVERSION= 0.25
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= Convert between DateTime and RFC2822/822 formats
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
BUILD_DEPENDS= ${RUN_DEPENDS} \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule
PERL_CONFIGURE= yes
MAN3= DateTime::Format::Mail.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (DateTime-Format-Mail-0.25.tar.gz) = 83e17027f562b0761220bd075ef26698

View file

@ -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/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/DateTime/Format/Mail.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail
@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