1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Driver based class to calculate holidays in UNO.

WWW:	http://pear.php.net/package/Date_Holidays_UNO/
This commit is contained in:
Thomas Abthorpe 2008-06-09 14:16:25 +00:00
parent 81f8ac2047
commit 5c33326531
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214580
5 changed files with 36 additions and 0 deletions

View File

@ -1848,6 +1848,7 @@
SUBDIR += pear-Date_Holidays_Romania
SUBDIR += pear-Date_Holidays_Slovenia
SUBDIR += pear-Date_Holidays_Sweden
SUBDIR += pear-Date_Holidays_UNO
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_UNO
# Date created: 2008-06-05
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date_Holidays_UNO
PORTVERSION= 0.1.0
CATEGORIES= devel www pear
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Driver based class to calculate holidays in the UNO
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/UNO.php
TESTS= Date_Holidays_Driver_UNO_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_UNO-0.1.0.tgz) = 9ba2c6a4f4cac49cdc58dae7013a81f5
SHA256 (PEAR/Date_Holidays_UNO-0.1.0.tgz) = 8a6524a3f41930d77e0c75355b13f9bc4286ddb2609f61576caab6cd6773396f
SIZE (PEAR/Date_Holidays_UNO-0.1.0.tgz) = 10503

View File

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

View File

@ -0,0 +1,5 @@
share/pear/Date/Holidays/Driver/UNO.php
share/pear/packages/pear-Date_Holidays_UNO-0.1.0/package.xml
share/pear/tests/Date_Holidays_UNO/Date_Holidays_Driver_UNO_TestSuite.php
@dirrm share/pear/tests/Date_Holidays_UNO
@dirrm share/pear/packages/pear-Date_Holidays_UNO-0.1.0