mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Driver based class to calculate holidays in Austria.
WWW: http://pear.php.net/package/Date_Holidays_Austria/
This commit is contained in:
parent
5e166b1fa1
commit
77df394b97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214552
@ -1834,6 +1834,7 @@
|
||||
SUBDIR += pear-Console_Table
|
||||
SUBDIR += pear-Date
|
||||
SUBDIR += pear-Date_Holidays
|
||||
SUBDIR += pear-Date_Holidays_Austria
|
||||
SUBDIR += pear-Event_Dispatcher
|
||||
SUBDIR += pear-FSM
|
||||
SUBDIR += pear-HTML_BBCodeParser
|
||||
|
24
devel/pear-Date_Holidays_Austria/Makefile
Normal file
24
devel/pear-Date_Holidays_Austria/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: pear-Date_Holidays_Austria
|
||||
# Date created: 2008-06-04
|
||||
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Date_Holidays_Austria
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= tabthorpe@FreeBSD.org
|
||||
COMMENT= Driver based class to calculate holidays in Austria
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= Date
|
||||
FILES= Holidays/Driver/Austria.php
|
||||
TESTS= Date_Holidays_Driver_Austria_TestSuite.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
devel/pear-Date_Holidays_Austria/distinfo
Normal file
3
devel/pear-Date_Holidays_Austria/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PEAR/Date_Holidays_Austria-0.1.0.tgz) = 86b654f6a4ad30dfc9054c6d677cce7e
|
||||
SHA256 (PEAR/Date_Holidays_Austria-0.1.0.tgz) = edfa10c1279d097807289325bb92babf7df60e3bd13c07e1dc91b61bcfe3189b
|
||||
SIZE (PEAR/Date_Holidays_Austria-0.1.0.tgz) = 3256
|
3
devel/pear-Date_Holidays_Austria/pkg-descr
Normal file
3
devel/pear-Date_Holidays_Austria/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Driver based class to calculate holidays in Austria.
|
||||
|
||||
WWW: http://pear.php.net/package/Date_Holidays_Austria/
|
5
devel/pear-Date_Holidays_Austria/pkg-plist
Normal file
5
devel/pear-Date_Holidays_Austria/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
share/pear/Date/Holidays/Driver/Austria.php
|
||||
share/pear/packages/pear-Date_Holidays_Austria-0.1.0/package.xml
|
||||
share/pear/tests/Date_Holidays_Austria/Date_Holidays_Driver_Austria_TestSuite.php
|
||||
@dirrm share/pear/tests/Date_Holidays_Austria
|
||||
@dirrm share/pear/packages/pear-Date_Holidays_Austria-0.1.0
|
Loading…
Reference in New Issue
Block a user