Driver based class to calculate holidays in Norway.
WWW: http://pear.php.net/package/Date_Holidays_Norway/
This commit is contained in:
parent
09c1fd908d
commit
9a6f22202a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214570
@ -1843,6 +1843,7 @@
|
||||
SUBDIR += pear-Date_Holidays_Iceland
|
||||
SUBDIR += pear-Date_Holidays_Ireland
|
||||
SUBDIR += pear-Date_Holidays_Netherlands
|
||||
SUBDIR += pear-Date_Holidays_Norway
|
||||
SUBDIR += pear-Event_Dispatcher
|
||||
SUBDIR += pear-FSM
|
||||
SUBDIR += pear-HTML_BBCodeParser
|
||||
|
23
devel/pear-Date_Holidays_Norway/Makefile
Normal file
23
devel/pear-Date_Holidays_Norway/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: pear-Date_Holidays_Norway
|
||||
# Date created: 2008-06-05
|
||||
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Date_Holidays_Norway
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= tabthorpe@FreeBSD.org
|
||||
COMMENT= Driver based class to calculate holidays in Norway
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= Date
|
||||
FILES= Holidays/Driver/Norway.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
devel/pear-Date_Holidays_Norway/distinfo
Normal file
3
devel/pear-Date_Holidays_Norway/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PEAR/Date_Holidays_Norway-0.1.0.tgz) = f0193c61b94b7f70b6e751b5ef5d85f6
|
||||
SHA256 (PEAR/Date_Holidays_Norway-0.1.0.tgz) = 07f4d8e0ed41a0d9c20fc470c674130d96637e1e1b0f4333801e11671bc69c56
|
||||
SIZE (PEAR/Date_Holidays_Norway-0.1.0.tgz) = 2432
|
3
devel/pear-Date_Holidays_Norway/pkg-descr
Normal file
3
devel/pear-Date_Holidays_Norway/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Driver based class to calculate holidays in Norway.
|
||||
|
||||
WWW: http://pear.php.net/package/Date_Holidays_Norway/
|
3
devel/pear-Date_Holidays_Norway/pkg-plist
Normal file
3
devel/pear-Date_Holidays_Norway/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
share/pear/Date/Holidays/Driver/Norway.php
|
||||
share/pear/packages/pear-Date_Holidays_Norway-0.1.0/package.xml
|
||||
@dirrm share/pear/packages/pear-Date_Holidays_Norway-0.1.0
|
Loading…
Reference in New Issue
Block a user