From tabthorpe@stthomasanglican.org  Sat Jun 17 02:16:20 2006
Return-Path: <tabthorpe@stthomasanglican.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9A66E16A474
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Jun 2006 02:16:20 +0000 (UTC)
	(envelope-from tabthorpe@stthomasanglican.org)
Received: from tbaytel.net (front1-nwconx.tbaytel.net [216.211.26.153])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0029443D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Jun 2006 02:16:19 +0000 (GMT)
	(envelope-from tabthorpe@stthomasanglican.org)
Received: from stjames.stthomasanglican.org ([216.26.209.27] verified)
  by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTPS id 49473394 for FreeBSD-gnats-submit@freebsd.org; Fri, 16 Jun 2006 22:16:18 -0400
Received: from stjames.stthomasanglican.org (localhost [127.0.0.1])
	by stjames.stthomasanglican.org (8.13.7/8.13.7) with ESMTP id k5H2ExRD008235
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jun 2006 22:15:01 -0400 (EDT)
	(envelope-from tabthorpe@stjames.stthomasanglican.org)
Received: (from tabthorpe@localhost)
	by stjames.stthomasanglican.org (8.13.7/8.13.7/Submit) id k5H2ExHh008234;
	Fri, 16 Jun 2006 22:14:59 -0400 (EDT)
	(envelope-from tabthorpe)
Message-Id: <200606170214.k5H2ExHh008234@stjames.stthomasanglican.org>
Date: Fri, 16 Jun 2006 22:14:59 -0400 (EDT)
From: Thomas Abthorpe <thomas@goodking.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/pear-Date_Holidays: PEAR driver based class to calculate holidays
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99069
>Category:       ports
>Synopsis:       [NEW PORT] devel/pear-Date_Holidays: PEAR driver based class to calculate holidays
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 17 02:20:17 GMT 2006
>Closed-Date:    Tue Jun 27 09:13:34 GMT 2006
>Last-Modified:  Tue Jun 27 09:13:34 GMT 2006
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.1-RELEASE-p2 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD stjames.stthomasanglican.org 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #18: Wed Jun 14 18:14:38 EDT 2006
>Description:
Date_Holidays helps you calculating the dates and titles of holidays
and other special celebrations. The calculation is driver-based so
it is easy to add new drivers that calculate a country's holidays.
The methods of the class can be used to get a holiday's date and
title in various languages.

WWW: http://pear.php.net/package/Date_Holidays

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pear-Date_Holidays-0.16.0.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:
#
#	pear-Date_Holidays
#	pear-Date_Holidays/pkg-descr
#	pear-Date_Holidays/Makefile
#	pear-Date_Holidays/distinfo
#
echo c - pear-Date_Holidays
mkdir -p pear-Date_Holidays > /dev/null 2>&1
echo x - pear-Date_Holidays/pkg-descr
sed 's/^X//' >pear-Date_Holidays/pkg-descr << 'END-of-pear-Date_Holidays/pkg-descr'
XDate_Holidays helps you calculating the dates and titles of holidays
Xand other special celebrations. The calculation is driver-based so
Xit is easy to add new drivers that calculate a country's holidays.
XThe methods of the class can be used to get a holiday's date and
Xtitle in various languages.
X
XWWW: http://pear.php.net/package/Date_Holidays
END-of-pear-Date_Holidays/pkg-descr
echo x - pear-Date_Holidays/Makefile
sed 's/^X//' >pear-Date_Holidays/Makefile << 'END-of-pear-Date_Holidays/Makefile'
X# New ports collection makefile for:	pear-Date_Holidays
X# Date created:		2006-06-16
X# Whom:			Thomas Abthorpe <thomas@goodking.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Date_Holidays
XPORTVERSION=	0.16.0
XCATEGORIES=	devel www pear
X
XMAINTAINER=	thomas@goodking.ca
XCOMMENT=	PEAR driver based class to calculate holidays
X
XBUILD_DEPENDS=	${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
X		${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
X		${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	Date
XFILES=		Holidays.php \
X		Holidays/Driver/Christian.php \
X		Holidays/Driver/Composite.php \
X		Holidays/Driver/Germany.php \
X		Holidays/Driver/Jewish.php \
X		Holidays/Driver/PHPdotNet.php \
X		Holidays/Driver/Sweden.php \
X		Holidays/Driver/UNO.php \
X		Holidays/Driver/USA.php \
X		Holidays/Filter/Germany/BadenWuerttemberg.php \
X		Holidays/Filter/Germany/Bavaria.php \
X		Holidays/Filter/Germany/Berlin.php \
X		Holidays/Filter/Germany/Brandenburg.php \
X		Holidays/Filter/Germany/Bremen.php \
X		Holidays/Filter/Germany/Hamburg.php \
X		Holidays/Filter/Germany/Hesse.php \
X		Holidays/Filter/Germany/LowerSaxony.php \
X		Holidays/Filter/Germany/MecklenburgWesternPomerania.php \
X		Holidays/Filter/Germany/NorthRhineWestphalia.php \
X		Holidays/Filter/Germany/Official.php \
X		Holidays/Filter/Germany/RhinelandPalatinate.php \
X		Holidays/Filter/Germany/Saarland.php \
X		Holidays/Filter/Germany/Saxony.php \
X		Holidays/Filter/Germany/SaxonyAnhalt.php \
X		Holidays/Filter/Germany/SchleswigHolstein.php \
X		Holidays/Filter/Germany/Thuringia.php \
X		Holidays/Filter/Blacklist.php \
X		Holidays/Filter/Composite.php \
X		Holidays/Filter/Whitelist.php \
X		Holidays/Driver.php \
X		Holidays/Filter.php \
X		Holidays/Holiday.php
XEXAMPLES=	addingTranslations.php languagefile-with-properties.xml \
X		creating_drivers.php usingCompositeDriver.php \
X		fetchingInstalledDrivers.php usingStandaloneDriver.php
XTESTS=		AllTests.php \
X		Date_Holidays_Driver_Christian_TestSuite.php \
X		Date_Holidays_Driver_Germany_TestSuite.php \
X		Date_Holidays_Driver_Jewish_TestSuite.php \
X		Date_Holidays_Driver_PHPdotNet_TestSuite.php \
X		Date_Holidays_Driver_Sweden_TestSuite.php \
X		Date_Holidays_Driver_TestSuite.php \
X		Date_Holidays_Driver_UNO_TestSuite.php \
X		Date_Holidays_Driver_USA_TestSuite.php \
X		Date_Holidays_TestSuite.php \
X		Example.php
X
XLATEST_LINK=	pear-Date_Holidays
XOPTIONS=	PEAR_CONSOLE_GETARGS "devel/pear-Console_Getargs" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(PEAR_CONSOLE_GETARGS) || defined(WITH_PEAR_CONSOLE_GETARGS)
XBUILD_DEPENDS+=${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
X.endif
X
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-pear-Date_Holidays/Makefile
echo x - pear-Date_Holidays/distinfo
sed 's/^X//' >pear-Date_Holidays/distinfo << 'END-of-pear-Date_Holidays/distinfo'
XMD5 (PEAR/Date_Holidays-0.16.0.tgz) = 6c7ea772a822ab00a1243769238798d0
XSHA256 (PEAR/Date_Holidays-0.16.0.tgz) = db39a19237373ad56d285d6e8e754f75851af2379b5de20eb09667df47813093
XSIZE (PEAR/Date_Holidays-0.16.0.tgz) = 54864
END-of-pear-Date_Holidays/distinfo
exit
--- pear-Date_Holidays-0.16.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: novel 
Responsible-Changed-When: Tue Jun 27 08:50:51 UTC 2006 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99069 
State-Changed-From-To: open->closed 
State-Changed-By: novel 
State-Changed-When: Tue Jun 27 09:13:30 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

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