From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 7 11:40:15 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 F0F7637B404 for ; Mon, 7 Jul 2003 11:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30C143FAF for ; Mon, 7 Jul 2003 11:40: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 h67IeDUp040135 for ; Mon, 7 Jul 2003 11:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67IeD3A040134; Mon, 7 Jul 2003 11:40:13 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 11:40:13 -0700 (PDT) Resent-Message-Id: <200307071840.h67IeD3A040134@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 6813637B401 for ; Mon, 7 Jul 2003 11:40:05 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831DC43FAF for ; Mon, 7 Jul 2003 11:40:04 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id D883B2A27; Mon, 7 Jul 2003 20:40: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 5AA392A21; Mon, 7 Jul 2003 20:40:03 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 3CF137D71; Mon, 7 Jul 2003 20:40:00 +0200 (CEST) Message-Id: <20030707184000.3CF137D71@aragorn.reaumur.absolight.net> Date: Mon, 7 Jul 2003 20:40:00 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net Subject: ports/54195: new port p5-DateTime-Format-ISO8601 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: Mon, 07 Jul 2003 18:40:15 -0000 >Number: 54195 >Category: ports >Synopsis: new port p5-DateTime-Format-ISO8601 >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: Mon Jul 07 11:40: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 p5-DateTime-Format-ISO8601 Parses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E) time-intervals will be supported in a later release. >How-To-Repeat: >Fix: --- p5-DateTime-Format-ISO8601.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-ISO8601 # p5-DateTime-Format-ISO8601/Makefile # p5-DateTime-Format-ISO8601/distinfo # p5-DateTime-Format-ISO8601/pkg-descr # p5-DateTime-Format-ISO8601/pkg-plist # echo c - p5-DateTime-Format-ISO8601 mkdir -p p5-DateTime-Format-ISO8601 > /dev/null 2>&1 echo x - p5-DateTime-Format-ISO8601/Makefile sed 's/^X//' >p5-DateTime-Format-ISO8601/Makefile << 'END-of-p5-DateTime-Format-ISO8601/Makefile' X# New ports collection makefile for: p5-DateTime-Format-ISO8601 X# Date created: 7 july 2003 X# Whom: Mathieu Arnold X# X# $FreeBSD$ X# X XPORTNAME= DateTime-Format-ISO8601 XPORTVERSION= 0.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DateTime XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net XCOMMENT= Parse ISO8601 formats X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ X ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder XBUILD_DEPENDS= ${RUN_DEPENDS} \ X ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build X XPERL_CONFIGURE= yes X X.include END-of-p5-DateTime-Format-ISO8601/Makefile echo x - p5-DateTime-Format-ISO8601/distinfo sed 's/^X//' >p5-DateTime-Format-ISO8601/distinfo << 'END-of-p5-DateTime-Format-ISO8601/distinfo' XMD5 (DateTime-Format-ISO8601-0.03.tar.gz) = 6de667549dc56f65978b53fd2fff84a2 END-of-p5-DateTime-Format-ISO8601/distinfo echo x - p5-DateTime-Format-ISO8601/pkg-descr sed 's/^X//' >p5-DateTime-Format-ISO8601/pkg-descr << 'END-of-p5-DateTime-Format-ISO8601/pkg-descr' XParses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E) Xtime-intervals will be supported in a later release. X XWWW: http://datetime.perl.org/ END-of-p5-DateTime-Format-ISO8601/pkg-descr echo x - p5-DateTime-Format-ISO8601/pkg-plist sed 's/^X//' >p5-DateTime-Format-ISO8601/pkg-plist << 'END-of-p5-DateTime-Format-ISO8601/pkg-plist' X%%SITE_PERL%%/DateTime/Format/ISO8601.pm X%%SITE_PERL%%/DateTime/Format/ISO8601.pod 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-ISO8601/pkg-plist exit --- p5-DateTime-Format-ISO8601.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: