mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Driver based class to calculate holidays in the Netherlands.
WWW: http://pear.php.net/package/Date_Holidays_Netherlands/
This commit is contained in:
parent
6859186d8e
commit
09c1fd908d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214568
5 changed files with 37 additions and 0 deletions
|
@ -1842,6 +1842,7 @@
|
|||
SUBDIR += pear-Date_Holidays_Germany
|
||||
SUBDIR += pear-Date_Holidays_Iceland
|
||||
SUBDIR += pear-Date_Holidays_Ireland
|
||||
SUBDIR += pear-Date_Holidays_Netherlands
|
||||
SUBDIR += pear-Event_Dispatcher
|
||||
SUBDIR += pear-FSM
|
||||
SUBDIR += pear-HTML_BBCodeParser
|
||||
|
|
24
devel/pear-Date_Holidays_Netherlands/Makefile
Normal file
24
devel/pear-Date_Holidays_Netherlands/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: pear-Date_Holidays_Netherlands
|
||||
# Date created: 2008-06-05
|
||||
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Date_Holidays_Netherlands
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= tabthorpe@FreeBSD.org
|
||||
COMMENT= Driver based class to calculate holidays in the Netherlands
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= Date
|
||||
FILES= Holidays/Driver/Netherlands.php \
|
||||
Holidays/Filter/Netherlands/Official.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
devel/pear-Date_Holidays_Netherlands/distinfo
Normal file
3
devel/pear-Date_Holidays_Netherlands/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PEAR/Date_Holidays_Netherlands-0.1.0.tgz) = 11e5e71f18a6650b4cf0153cc97a4231
|
||||
SHA256 (PEAR/Date_Holidays_Netherlands-0.1.0.tgz) = 0d98a79154aa673507c7ecdd8ee160a0647c00883806f6702c9a804ff22b33b8
|
||||
SIZE (PEAR/Date_Holidays_Netherlands-0.1.0.tgz) = 2960
|
3
devel/pear-Date_Holidays_Netherlands/pkg-descr
Normal file
3
devel/pear-Date_Holidays_Netherlands/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Driver based class to calculate holidays in the Netherlands.
|
||||
|
||||
WWW: http://pear.php.net/package/Date_Holidays_Netherlands/
|
6
devel/pear-Date_Holidays_Netherlands/pkg-plist
Normal file
6
devel/pear-Date_Holidays_Netherlands/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
share/pear/Date/Holidays/Driver/Netherlands.php
|
||||
share/pear/Date/Holidays/Filter/Netherlands/Official.php
|
||||
share/pear/packages/pear-Date_Holidays_Netherlands-0.1.0/package.xml
|
||||
@dirrm share/pear/packages/pear-Date_Holidays_Netherlands-0.1.0
|
||||
@dirrm share/pear/Date/Holidays/Filter/Netherlands
|
||||
@dirrm share/pear/Date/Holidays/Filter
|
Loading…
Add table
Reference in a new issue