mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Driver based class to calculate holidays in Denmark.
WWW: http://pear.php.net/package/Date_Holidays_Denmark/
This commit is contained in:
parent
8abb9fc926
commit
6f7eb91b3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214556
5 changed files with 34 additions and 0 deletions
|
@ -1836,6 +1836,7 @@
|
||||||
SUBDIR += pear-Date_Holidays
|
SUBDIR += pear-Date_Holidays
|
||||||
SUBDIR += pear-Date_Holidays_Austria
|
SUBDIR += pear-Date_Holidays_Austria
|
||||||
SUBDIR += pear-Date_Holidays_Brazil
|
SUBDIR += pear-Date_Holidays_Brazil
|
||||||
|
SUBDIR += pear-Date_Holidays_Denmark
|
||||||
SUBDIR += pear-Event_Dispatcher
|
SUBDIR += pear-Event_Dispatcher
|
||||||
SUBDIR += pear-FSM
|
SUBDIR += pear-FSM
|
||||||
SUBDIR += pear-HTML_BBCodeParser
|
SUBDIR += pear-HTML_BBCodeParser
|
||||||
|
|
24
devel/pear-Date_Holidays_Denmark/Makefile
Normal file
24
devel/pear-Date_Holidays_Denmark/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# New ports collection makefile for: pear-Date_Holidays_Denmark
|
||||||
|
# Date created: 2008-06-04
|
||||||
|
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Date_Holidays_Denmark
|
||||||
|
PORTVERSION= 0.1.0
|
||||||
|
CATEGORIES= devel www pear
|
||||||
|
|
||||||
|
MAINTAINER= tabthorpe@FreeBSD.org
|
||||||
|
COMMENT= Driver based class to calculate holidays in Denmark
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
CATEGORY= Date
|
||||||
|
FILES= Holidays/Driver/Denmark.php
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
3
devel/pear-Date_Holidays_Denmark/distinfo
Normal file
3
devel/pear-Date_Holidays_Denmark/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (PEAR/Date_Holidays_Denmark-0.1.0.tgz) = 476c8a81a4d6e341c55538cef48e6620
|
||||||
|
SHA256 (PEAR/Date_Holidays_Denmark-0.1.0.tgz) = e0fe47ed781ca18a3a999fb8c84d92dff3d5e7eade5763e036d4d3671b9e0264
|
||||||
|
SIZE (PEAR/Date_Holidays_Denmark-0.1.0.tgz) = 2683
|
3
devel/pear-Date_Holidays_Denmark/pkg-descr
Normal file
3
devel/pear-Date_Holidays_Denmark/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Driver based class to calculate holidays in Denmark.
|
||||||
|
|
||||||
|
WWW: http://pear.php.net/package/Date_Holidays_Denmark/
|
3
devel/pear-Date_Holidays_Denmark/pkg-plist
Normal file
3
devel/pear-Date_Holidays_Denmark/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
share/pear/Date/Holidays/Driver/Denmark.php
|
||||||
|
share/pear/packages/pear-Date_Holidays_Denmark-0.1.0/package.xml
|
||||||
|
@dirrm share/pear/packages/pear-Date_Holidays_Denmark-0.1.0
|
Loading…
Add table
Reference in a new issue