diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 21:59:05 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 21:59:05 +0800 |
commit | b707f6f2eb9631f7b211580a446f2a5ad47995a7 (patch) | |
tree | 58ac1e08cef5006f027cc1ae8204f7c74a5eaa5c | |
parent | 9f9f28e566ea6e6a30a350768716e32a39b0c414 (diff) | |
download | freebsd-ports-gnome-b707f6f2eb9631f7b211580a446f2a5ad47995a7.tar.gz freebsd-ports-gnome-b707f6f2eb9631f7b211580a446f2a5ad47995a7.tar.zst freebsd-ports-gnome-b707f6f2eb9631f7b211580a446f2a5ad47995a7.zip |
Driver based class to calculate holidays in Austria.
WWW: http://pear.php.net/package/Date_Holidays_Austria/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Austria/Makefile | 24 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Austria/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Austria/pkg-descr | 3 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Austria/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7414dd952da4..28ddd2a61671 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/pear-Date_Holidays_Austria/Makefile b/devel/pear-Date_Holidays_Austria/Makefile new file mode 100644 index 000000000000..193da9fedd41 --- /dev/null +++ b/devel/pear-Date_Holidays_Austria/Makefile @@ -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> diff --git a/devel/pear-Date_Holidays_Austria/distinfo b/devel/pear-Date_Holidays_Austria/distinfo new file mode 100644 index 000000000000..b8293ea98bc6 --- /dev/null +++ b/devel/pear-Date_Holidays_Austria/distinfo @@ -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 diff --git a/devel/pear-Date_Holidays_Austria/pkg-descr b/devel/pear-Date_Holidays_Austria/pkg-descr new file mode 100644 index 000000000000..a05ce206e7f0 --- /dev/null +++ b/devel/pear-Date_Holidays_Austria/pkg-descr @@ -0,0 +1,3 @@ +Driver based class to calculate holidays in Austria. + +WWW: http://pear.php.net/package/Date_Holidays_Austria/ diff --git a/devel/pear-Date_Holidays_Austria/pkg-plist b/devel/pear-Date_Holidays_Austria/pkg-plist new file mode 100644 index 000000000000..660a16579697 --- /dev/null +++ b/devel/pear-Date_Holidays_Austria/pkg-plist @@ -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 |