From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 4 09:10:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD5A37B401 for ; Fri, 4 Jul 2003 09:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AACD43FF5 for ; Fri, 4 Jul 2003 09:10:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h64GACUp070046 for ; Fri, 4 Jul 2003 09:10:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h64GACZL070045; Fri, 4 Jul 2003 09:10:12 -0700 (PDT) Resent-Date: Fri, 4 Jul 2003 09:10:12 -0700 (PDT) Resent-Message-Id: <200307041610.h64GACZL070045@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9820137B401 for ; Fri, 4 Jul 2003 09:04:05 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE0243F3F for ; Fri, 4 Jul 2003 09:04:04 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 1C30A2A4E; Fri, 4 Jul 2003 18:04:03 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id 70D512A04; Fri, 4 Jul 2003 18:04:01 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 482837DD9; Fri, 4 Jul 2003 18:03:57 +0200 (CEST) Message-Id: <20030704160357.482837DD9@aragorn.reaumur.absolight.net> Date: Fri, 4 Jul 2003 18:03:57 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net Subject: ports/54104: new port devel/p5-DateTime-Format-Mail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 16:10:14 -0000 >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 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 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: