Driver based class to calculate holidays in Romania.

WWW:	http://pear.php.net/package/Date_Holidays_Romania/
This commit is contained in:
Thomas Abthorpe 2008-06-09 14:12:34 +00:00
parent ef4c79ed60
commit db5313808b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214574
5 changed files with 37 additions and 0 deletions

View File

@ -1845,6 +1845,7 @@
SUBDIR += pear-Date_Holidays_Netherlands
SUBDIR += pear-Date_Holidays_Norway
SUBDIR += pear-Date_Holidays_PHPdotNet
SUBDIR += pear-Date_Holidays_Romania
SUBDIR += pear-Event_Dispatcher
SUBDIR += pear-FSM
SUBDIR += pear-HTML_BBCodeParser

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: pear-Date_Holidays_Romania
# Date created: 2008-06-05
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date_Holidays_Romania
PORTVERSION= 0.1.0
CATEGORIES= devel www pear
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Romania
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/Romania.php
TESTS= Date_Holidays_Driver_Romania_TestSuite.php test_UkraineRomanianHolidays.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/Date_Holidays_Romania-0.1.0.tgz) = 697c072097326db6531cdaebbc94f5fc
SHA256 (PEAR/Date_Holidays_Romania-0.1.0.tgz) = e6c785f3705d83eb3ef714dcf0e384d8f671e1fca6123ecd910c934e7c363095
SIZE (PEAR/Date_Holidays_Romania-0.1.0.tgz) = 3469

View File

@ -0,0 +1,3 @@
Driver based class to calculate holidays in Romania.
WWW: http://pear.php.net/package/Date_Holidays_Romania/

View File

@ -0,0 +1,6 @@
share/pear/Date/Holidays/Driver/Romania.php
share/pear/packages/pear-Date_Holidays_Romania-0.1.0/package.xml
share/pear/tests/Date_Holidays_Romania/Date_Holidays_Driver_Romania_TestSuite.php
share/pear/tests/Date_Holidays_Romania/test_UkraineRomanianHolidays.php
@dirrm share/pear/tests/Date_Holidays_Romania
@dirrm share/pear/packages/pear-Date_Holidays_Romania-0.1.0