From mat@aragorn.reaumur.absolight.net  Tue Jul  1 09:59:23 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 E7EF937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Jul 2003 09:59:22 -0700 (PDT)
Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A9BC743FEC
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Jul 2003 09:59:21 -0700 (PDT)
	(envelope-from mat@aragorn.reaumur.absolight.net)
Received: by mx3.absolight.com (Postfix, from userid 1007)
	id B33D12A4E; Tue,  1 Jul 2003 18:59:20 +0200 (CEST)
Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58])
	by mx3.absolight.com (Postfix) with ESMTP
	id 9B1602A43; Tue,  1 Jul 2003 18:59:19 +0200 (CEST)
Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000)
	id 100487CF1; Tue,  1 Jul 2003 18:59:16 +0200 (CEST)
Message-Id: <20030701165916.100487CF1@aragorn.reaumur.absolight.net>
Date: Tue,  1 Jul 2003 18:59:16 +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-Event-Easter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53979
>Category:       ports
>Synopsis:       new port devel/p5-DateTime-Event-Easter
>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:   Tue Jul 01 10:00:23 PDT 2003
>Closed-Date:    Sun Jul 06 03:04:34 PDT 2003
>Last-Modified:  Sun Jul 06 03:04:34 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-Event-Easter

The DateTime::Event::Easter module returns Easter events for DateTime objects.
From a given datetime, it can tell you the previous, the following and the
closest Easter event. The 'is' method will tell you if the given DateTime is an
Easter Event.

Easter Events can be Palm Sunday, Maundy Thursday, Good Friday, Black Saturday
and Easter Sunday. If that's not enough, the module will also accept an offset
so you can get the date for Pentecost (49 days after Easter Sunday) by passing
49. 
>How-To-Repeat:
>Fix:

--- p5-DateTime-Event-Easter.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-Event-Easter
#	p5-DateTime-Event-Easter/Makefile
#	p5-DateTime-Event-Easter/distinfo
#	p5-DateTime-Event-Easter/pkg-descr
#	p5-DateTime-Event-Easter/pkg-plist
#
echo c - p5-DateTime-Event-Easter
mkdir -p p5-DateTime-Event-Easter > /dev/null 2>&1
echo x - p5-DateTime-Event-Easter/Makefile
sed 's/^X//' >p5-DateTime-Event-Easter/Makefile << 'END-of-p5-DateTime-Event-Easter/Makefile'
X# New ports collection makefile for:	p5-DateTime-Event-Easter
X# Date created:	   1 july 2003
X# Whom:		   Mathieu Arnold <m@absolight.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DateTime-Event-Easter
XPORTVERSION=	1.0100
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	DateTime
XPKGNAMEPREFIX=	p5-
X
XWRKSRC=		${WRKDIR}/${DISTNAME:S/00//}
X
XMAINTAINER=	m@absolight.net
XCOMMENT=	Returns Easter events for DateTime objects
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
X		${SITE_PERL}/DateTime/Calendar/Julian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian \
X		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		DateTime::Event::Easter.3
X
X.include <bsd.port.mk>
END-of-p5-DateTime-Event-Easter/Makefile
echo x - p5-DateTime-Event-Easter/distinfo
sed 's/^X//' >p5-DateTime-Event-Easter/distinfo << 'END-of-p5-DateTime-Event-Easter/distinfo'
XMD5 (DateTime-Event-Easter-1.0100.tar.gz) = cf282e5341da41f4ef70b25a749ad566
END-of-p5-DateTime-Event-Easter/distinfo
echo x - p5-DateTime-Event-Easter/pkg-descr
sed 's/^X//' >p5-DateTime-Event-Easter/pkg-descr << 'END-of-p5-DateTime-Event-Easter/pkg-descr'
XThe DateTime::Event::Easter module returns Easter events for DateTime objects.
XFrom a given datetime, it can tell you the previous, the following and the
Xclosest Easter event. The 'is' method will tell you if the given DateTime is an
XEaster Event.
X
XEaster Events can be Palm Sunday, Maundy Thursday, Good Friday, Black Saturday
Xand Easter Sunday. If that's not enough, the module will also accept an offset
Xso you can get the date for Pentecost (49 days after Easter Sunday) by passing
X49. 
X
XWWW: http://datetime.perl.org/
END-of-p5-DateTime-Event-Easter/pkg-descr
echo x - p5-DateTime-Event-Easter/pkg-plist
sed 's/^X//' >p5-DateTime-Event-Easter/pkg-plist << 'END-of-p5-DateTime-Event-Easter/pkg-plist'
X%%SITE_PERL%%/DateTime/Event/Easter.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Easter/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Easter
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event 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/Event 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true
END-of-p5-DateTime-Event-Easter/pkg-plist
exit
--- p5-DateTime-Event-Easter.shar ends here ---


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

I moved WRKSRC to the right section 

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