From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 2 09:10:09 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 1B31837B401 for ; Wed, 2 Jul 2003 09:10:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD4E43FD7 for ; Wed, 2 Jul 2003 09:10:07 -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 h62GA7Up062408 for ; Wed, 2 Jul 2003 09:10:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h62GA72F062407; Wed, 2 Jul 2003 09:10:07 -0700 (PDT) Resent-Date: Wed, 2 Jul 2003 09:10:07 -0700 (PDT) Resent-Message-Id: <200307021610.h62GA72F062407@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 540FF37B401 for ; Wed, 2 Jul 2003 09:07:53 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9BAD43F85 for ; Wed, 2 Jul 2003 09:07:51 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 054052A31; Wed, 2 Jul 2003 18:07:50 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id 7AD972A1B; Wed, 2 Jul 2003 18:07:50 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 43BD17DD9; Wed, 2 Jul 2003 18:07:49 +0200 (CEST) Message-Id: <20030702160749.43BD17DD9@aragorn.reaumur.absolight.net> Date: Wed, 2 Jul 2003 18:07:49 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net Subject: ports/54029: new port devel/p5-DateTime-Format-DateManip 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: Wed, 02 Jul 2003 16:10:09 -0000 >Number: 54029 >Category: ports >Synopsis: new port devel/p5-DateTime-Format-DateManip >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: Wed Jul 02 09:10:07 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-DateManip DateTime::Format::DateManip is a class that knows how to convert between Date::Manip dates and durations and DateTime and DateTime::Duration objects. Recurrences are note yet supported. >How-To-Repeat: >Fix: --- p5-DateTime-Format-DateManip.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-DateManip # p5-DateTime-Format-DateManip/Makefile # p5-DateTime-Format-DateManip/distinfo # p5-DateTime-Format-DateManip/pkg-descr # p5-DateTime-Format-DateManip/pkg-plist # echo c - p5-DateTime-Format-DateManip mkdir -p p5-DateTime-Format-DateManip > /dev/null 2>&1 echo x - p5-DateTime-Format-DateManip/Makefile sed 's/^X//' >p5-DateTime-Format-DateManip/Makefile << 'END-of-p5-DateTime-Format-DateManip/Makefile' X# New ports collection makefile for: p5-DateTime-Format-DateManip X# Date created: 2 july 2003 X# Whom: Mathieu Arnold X# X# $FreeBSD$ X# X XPORTNAME= DateTime-Format-DateManip XPORTVERSION= 0.01 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DateTime XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net XCOMMENT= Perl DateTime extension to convert Date::Manip dates and durations to DateTimes and vice versa X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ X ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_CONFIGURE= yes X X.include X X.if ${PERL_LEVEL} < 500600 Xpost-patch: X ${PERL} -pi -e '$$_ = "" if /^use bytes;/' ${WRKSRC}/lib/DateTime/Format/DateManip.pm X.endif X X.include END-of-p5-DateTime-Format-DateManip/Makefile echo x - p5-DateTime-Format-DateManip/distinfo sed 's/^X//' >p5-DateTime-Format-DateManip/distinfo << 'END-of-p5-DateTime-Format-DateManip/distinfo' XMD5 (DateTime-Format-DateManip-0.01.tar.gz) = d3f6f5346c18102fd4641e8ef61d1ea1 END-of-p5-DateTime-Format-DateManip/distinfo echo x - p5-DateTime-Format-DateManip/pkg-descr sed 's/^X//' >p5-DateTime-Format-DateManip/pkg-descr << 'END-of-p5-DateTime-Format-DateManip/pkg-descr' XDateTime::Format::DateManip is a class that knows how to convert between XDate::Manip dates and durations and DateTime and DateTime::Duration objects. XRecurrences are note yet supported. X XWWW: http://datetime.perl.org/ END-of-p5-DateTime-Format-DateManip/pkg-descr echo x - p5-DateTime-Format-DateManip/pkg-plist sed 's/^X//' >p5-DateTime-Format-DateManip/pkg-plist << 'END-of-p5-DateTime-Format-DateManip/pkg-plist' X%%SITE_PERL%%/DateTime/Format/DateManip.pm 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-DateManip/pkg-plist exit --- p5-DateTime-Format-DateManip.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: