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 Austria.

WWW:	http://pear.php.net/package/Date_Holidays_Austria/
This commit is contained in:
Thomas Abthorpe 2008-06-09 13:59:05 +00:00
parent 5e166b1fa1
commit 77df394b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214552
5 changed files with 36 additions and 0 deletions

View File

@ -1834,6 +1834,7 @@
SUBDIR += pear-Console_Table
SUBDIR += pear-Date
SUBDIR += pear-Date_Holidays
SUBDIR += pear-Date_Holidays_Austria
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_Austria
# Date created: 2008-06-04
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date_Holidays_Austria
PORTVERSION= 0.1.0
CATEGORIES= devel www pear
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Austria
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/Austria.php
TESTS= Date_Holidays_Driver_Austria_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_Austria-0.1.0.tgz) = 86b654f6a4ad30dfc9054c6d677cce7e
SHA256 (PEAR/Date_Holidays_Austria-0.1.0.tgz) = edfa10c1279d097807289325bb92babf7df60e3bd13c07e1dc91b61bcfe3189b
SIZE (PEAR/Date_Holidays_Austria-0.1.0.tgz) = 3256

View File

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

View File

@ -0,0 +1,5 @@
share/pear/Date/Holidays/Driver/Austria.php
share/pear/packages/pear-Date_Holidays_Austria-0.1.0/package.xml
share/pear/tests/Date_Holidays_Austria/Date_Holidays_Driver_Austria_TestSuite.php
@dirrm share/pear/tests/Date_Holidays_Austria
@dirrm share/pear/packages/pear-Date_Holidays_Austria-0.1.0