From mat@aragorn.reaumur.absolight.net  Wed Jul  2 05:36:29 2003
Return-Path: <mat@aragorn.reaumur.absolight.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 125FC37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jul 2003 05:36:29 -0700 (PDT)
Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C9E4743F75
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jul 2003 05:36:27 -0700 (PDT)
	(envelope-from mat@aragorn.reaumur.absolight.net)
Received: by mx3.absolight.com (Postfix, from userid 1007)
	id D0CEB2A63; Wed,  2 Jul 2003 14:36:26 +0200 (CEST)
Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58])
	by mx3.absolight.com (Postfix) with ESMTP
	id 3E03A2A4E; Wed,  2 Jul 2003 14:36:26 +0200 (CEST)
Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000)
	id 29A867D3F; Wed,  2 Jul 2003 14:36:24 +0200 (CEST)
Message-Id: <20030702123624.29A867D3F@aragorn.reaumur.absolight.net>
Date: Wed,  2 Jul 2003 14:36:24 +0200 (CEST)
From: Mathieu Arnold <m@absolight.net>
Reply-To: Mathieu Arnold <m@absolight.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: m@absolight.net
Subject: new port devel/p5-DateTime-Format-Strptime
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54013
>Category:       ports
>Synopsis:       new port devel/p5-DateTime-Format-Strptime
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 02 05:40:11 PDT 2003
>Closed-Date:    Sun Jul 06 05:44:11 PDT 2003
>Last-Modified:  Sun Jul 06 05:44:11 PDT 2003
>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-Strptime

This module implements most of strptime(3), the POSIX function that is the
reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
pattern and returns a string, strptime takes a string and a pattern and returns
the DateTime object associated.

	
>How-To-Repeat:
	
>Fix:

	

--- p5-DateTime-Format-Strptime.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-Strptime
#	p5-DateTime-Format-Strptime/Makefile
#	p5-DateTime-Format-Strptime/distinfo
#	p5-DateTime-Format-Strptime/pkg-descr
#	p5-DateTime-Format-Strptime/pkg-plist
#
echo c - p5-DateTime-Format-Strptime
mkdir -p p5-DateTime-Format-Strptime > /dev/null 2>&1
echo x - p5-DateTime-Format-Strptime/Makefile
sed 's/^X//' >p5-DateTime-Format-Strptime/Makefile << 'END-of-p5-DateTime-Format-Strptime/Makefile'
X# New ports collection makefile for:	p5-DateTime-Format-Strptime
X# Date created:	   2 july 2003
X# Whom:		   Mathieu Arnold <m@absolight.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DateTime-Format-Strptime
XPORTVERSION=	1.0302
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	DateTime
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	m@absolight.net
XCOMMENT=	Parse and format strp and strf time patterns
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
X		${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \
X		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XWRKSRC=		${WRKDIR}/${DISTNAME:S/02//}
XPERL_CONFIGURE=	yes
X
XMAN3=		DateTime::Format::Strptime.3
X
X.include <bsd.port.mk>
END-of-p5-DateTime-Format-Strptime/Makefile
echo x - p5-DateTime-Format-Strptime/distinfo
sed 's/^X//' >p5-DateTime-Format-Strptime/distinfo << 'END-of-p5-DateTime-Format-Strptime/distinfo'
XMD5 (DateTime-Format-Strptime-1.0302.tar.gz) = 7ebd0bc7de54e10be967e29b04e0edf0
END-of-p5-DateTime-Format-Strptime/distinfo
echo x - p5-DateTime-Format-Strptime/pkg-descr
sed 's/^X//' >p5-DateTime-Format-Strptime/pkg-descr << 'END-of-p5-DateTime-Format-Strptime/pkg-descr'
XThis module implements most of strptime(3), the POSIX function that is the
Xreverse of strftime(3), for DateTime. While strftime takes a DateTime and a
Xpattern and returns a string, strptime takes a string and a pattern and returns
Xthe DateTime object associated.
X
XWWW: http://datetime.perl.org/
END-of-p5-DateTime-Format-Strptime/pkg-descr
echo x - p5-DateTime-Format-Strptime/pkg-plist
sed 's/^X//' >p5-DateTime-Format-Strptime/pkg-plist << 'END-of-p5-DateTime-Format-Strptime/pkg-plist'
X%%SITE_PERL%%/DateTime/Format/Strptime.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Strptime/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Strptime
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-Strptime/pkg-plist
exit
--- p5-DateTime-Format-Strptime.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Jul 6 05:43:57 PDT 2003 
State-Changed-Why:  
Port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54013 
>Unformatted:
