Date: Fri, 4 Jul 2003 18:03:57 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: m@absolight.net Subject: ports/54104: new port devel/p5-DateTime-Format-Mail Message-ID: <20030704160357.482837DD9@aragorn.reaumur.absolight.net> Resent-Message-ID: <200307041610.h64GACZL070045@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54104 >Category: ports >Synopsis: new port devel/p5-DateTime-Format-Mail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 04 09:10:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: New port devel/p5-DateTime-Format-Mail 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. >How-To-Repeat: >Fix: --- p5-DateTime-Format-Mail.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-DateTime-Format-Mail # p5-DateTime-Format-Mail/Makefile # p5-DateTime-Format-Mail/distinfo # p5-DateTime-Format-Mail/pkg-descr # p5-DateTime-Format-Mail/pkg-plist # echo c - p5-DateTime-Format-Mail mkdir -p p5-DateTime-Format-Mail > /dev/null 2>&1 echo x - p5-DateTime-Format-Mail/Makefile sed 's/^X//' >p5-DateTime-Format-Mail/Makefile << 'END-of-p5-DateTime-Format-Mail/Makefile' X# New ports collection makefile for: p5-DateTime-Format-Mail X# Date created: 4 july 2003 X# Whom: Mathieu Arnold <m@absolight.net> X# X# $FreeBSD$ X# X XPORTNAME= DateTime-Format-Mail XPORTVERSION= 0.25 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DateTime XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net XCOMMENT= Convert between DateTime and RFC2822/822 formats X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ X ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime XBUILD_DEPENDS= ${RUN_DEPENDS} \ X ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ X ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule X XPERL_CONFIGURE= yes X XMAN3= DateTime::Format::Mail.3 X X.include <bsd.port.mk> END-of-p5-DateTime-Format-Mail/Makefile echo x - p5-DateTime-Format-Mail/distinfo sed 's/^X//' >p5-DateTime-Format-Mail/distinfo << 'END-of-p5-DateTime-Format-Mail/distinfo' XMD5 (DateTime-Format-Mail-0.25.tar.gz) = 83e17027f562b0761220bd075ef26698 END-of-p5-DateTime-Format-Mail/distinfo echo x - p5-DateTime-Format-Mail/pkg-descr sed 's/^X//' >p5-DateTime-Format-Mail/pkg-descr << 'END-of-p5-DateTime-Format-Mail/pkg-descr' XRFC2822 introduces a slightly different format of date than that used by XRFC822. The main correction is that the format is more limited, and thus easier Xto parse. X XWWW: http://datetime.perl.org/ END-of-p5-DateTime-Format-Mail/pkg-descr echo x - p5-DateTime-Format-Mail/pkg-plist sed 's/^X//' >p5-DateTime-Format-Mail/pkg-plist << 'END-of-p5-DateTime-Format-Mail/pkg-plist' X%%SITE_PERL%%/DateTime/Format/Mail.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Mail X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true END-of-p5-DateTime-Format-Mail/pkg-plist exit --- p5-DateTime-Format-Mail.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030704160357.482837DD9>