Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2006 22:14:59 -0400 (EDT)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99069: [NEW PORT] devel/pear-Date_Holidays: PEAR driver based class to calculate holidays
Message-ID:  <200606170214.k5H2ExHh008234@stjames.stthomasanglican.org>
Resent-Message-ID: <200606170220.k5H2KHGr045936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 17 02:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606170214.k5H2ExHh008234>