Driver based class to calculate holidays in Ireland.

WWW:	http://pear.php.net/package/Date_Holidays_Ireland/
This commit is contained in:
Thomas Abthorpe 2008-06-09 14:07:19 +00:00
parent e68c65f225
commit 6859186d8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214566
5 changed files with 36 additions and 0 deletions

View file

@ -1841,6 +1841,7 @@
SUBDIR += pear-Date_Holidays_EnglandWales
SUBDIR += pear-Date_Holidays_Germany
SUBDIR += pear-Date_Holidays_Iceland
SUBDIR += pear-Date_Holidays_Ireland
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_Ireland
# Date created: 2008-06-05
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date_Holidays_Ireland
PORTVERSION= 0.1.0
CATEGORIES= devel www pear
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Ireland
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/Ireland.php
TESTS= Date_Holidays_Driver_Ireland_TestSuite.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_Ireland-0.1.0.tgz) = e7db4969abe3e59e050a5d3530af8aa3
SHA256 (PEAR/Date_Holidays_Ireland-0.1.0.tgz) = 1666f68ee5a41197c32bf9ab9bebfe4b0fcbc1cf771b0f01ca4c6bf09509fcbc
SIZE (PEAR/Date_Holidays_Ireland-0.1.0.tgz) = 4017

View file

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

View file

@ -0,0 +1,5 @@
share/pear/Date/Holidays/Driver/Ireland.php
share/pear/packages/pear-Date_Holidays_Ireland-0.1.0/package.xml
share/pear/tests/Date_Holidays_Ireland/Date_Holidays_Driver_Ireland_TestSuite.php
@dirrm share/pear/tests/Date_Holidays_Ireland/
@dirrm share/pear/packages/pear-Date_Holidays_Ireland-0.1.0