1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Driver based class to calculate birthdays of some members of the

PHP.net community.

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

View File

@ -1844,6 +1844,7 @@
SUBDIR += pear-Date_Holidays_Ireland
SUBDIR += pear-Date_Holidays_Netherlands
SUBDIR += pear-Date_Holidays_Norway
SUBDIR += pear-Date_Holidays_PHPdotNet
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_PHPdotNet
# Date created: 2008-06-05
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date_Holidays_PHPdotNet
PORTVERSION= 0.1.0
CATEGORIES= devel www pear
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Driver based class to calculate birthdays of members of PHP.net
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Date
FILES= Holidays/Driver/PHPdotNet.php
TESTS= Date_Holidays_Driver_PHPdotNet_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_PHPdotNet-0.1.0.tgz) = 2f459a7874612e4f4737874d64aaddf8
SHA256 (PEAR/Date_Holidays_PHPdotNet-0.1.0.tgz) = 210e8049d289d60f9f1c73aaeed7a0196177bfb25922b8def2ece7a9d09d4f19
SIZE (PEAR/Date_Holidays_PHPdotNet-0.1.0.tgz) = 3387

View File

@ -0,0 +1,4 @@
Driver based class to calculate birthdays of some members of the
PHP.net community.
WWW: http://pear.php.net/package/Date_Holidays_PHPdotNet/

View File

@ -0,0 +1,5 @@
share/pear/Date/Holidays/Driver/PHPdotNet.php
share/pear/packages/pear-Date_Holidays_PHPdotNet-0.1.0/package.xml
share/pear/tests/Date_Holidays_PHPdotNet/Date_Holidays_Driver_PHPdotNet_TestSuite.php
@dirrm share/pear/tests/Date_Holidays_PHPdotNet
@dirrm share/pear/packages/pear-Date_Holidays_PHPdotNet-0.1.0