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

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

View File

@ -1847,6 +1847,7 @@
SUBDIR += pear-Date_Holidays_PHPdotNet
SUBDIR += pear-Date_Holidays_Romania
SUBDIR += pear-Date_Holidays_Slovenia
SUBDIR += pear-Date_Holidays_Sweden
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_Sweden
# Date created: 2008-06-05
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date_Holidays_Sweden
PORTVERSION= 0.1.0
CATEGORIES= devel www pear
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Driver based class to calculate holidays in Sweden
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/Sweden.php
TESTS= Date_Holidays_Driver_Sweden_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_Sweden-0.1.0.tgz) = c8e778f63e9a2fd3d3719988cc1446a5
SHA256 (PEAR/Date_Holidays_Sweden-0.1.0.tgz) = da46379fdaf906d33eb343f18b6905c38813f526c2ee302cbb4ca7f7962d6ab9
SIZE (PEAR/Date_Holidays_Sweden-0.1.0.tgz) = 5097

View File

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

View File

@ -0,0 +1,5 @@
share/pear/Date/Holidays/Driver/Sweden.php
share/pear/packages/pear-Date_Holidays_Sweden-0.1.0/package.xml
share/pear/tests/Date_Holidays_Sweden/Date_Holidays_Driver_Sweden_TestSuite.php
@dirrm share/pear/tests/Date_Holidays_Sweden
@dirrm share/pear/packages/pear-Date_Holidays_Sweden-0.1.0