diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 22:01:32 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 22:01:32 +0800 |
commit | 5f48be7607a45e24070e7ffbcf4abe3f1338bd7c (patch) | |
tree | fa2c7653bd65fa3af7e5258cf945da76bafc0581 | |
parent | e38f0b3368af0faaa669b0e914f74d5417ec93f1 (diff) | |
download | freebsd-ports-graphics-5f48be7607a45e24070e7ffbcf4abe3f1338bd7c.tar.gz freebsd-ports-graphics-5f48be7607a45e24070e7ffbcf4abe3f1338bd7c.tar.zst freebsd-ports-graphics-5f48be7607a45e24070e7ffbcf4abe3f1338bd7c.zip |
Driver based class to calculate holidays in Denmark.
WWW: http://pear.php.net/package/Date_Holidays_Denmark/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Denmark/Makefile | 24 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Denmark/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Denmark/pkg-descr | 3 | ||||
-rw-r--r-- | devel/pear-Date_Holidays_Denmark/pkg-plist | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3133b34c9cb..b79da4d63bf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1836,6 +1836,7 @@ SUBDIR += pear-Date_Holidays SUBDIR += pear-Date_Holidays_Austria SUBDIR += pear-Date_Holidays_Brazil + SUBDIR += pear-Date_Holidays_Denmark SUBDIR += pear-Event_Dispatcher SUBDIR += pear-FSM SUBDIR += pear-HTML_BBCodeParser diff --git a/devel/pear-Date_Holidays_Denmark/Makefile b/devel/pear-Date_Holidays_Denmark/Makefile new file mode 100644 index 00000000000..780468e7064 --- /dev/null +++ b/devel/pear-Date_Holidays_Denmark/Makefile @@ -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> + diff --git a/devel/pear-Date_Holidays_Denmark/distinfo b/devel/pear-Date_Holidays_Denmark/distinfo new file mode 100644 index 00000000000..3b54f355a23 --- /dev/null +++ b/devel/pear-Date_Holidays_Denmark/distinfo @@ -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 diff --git a/devel/pear-Date_Holidays_Denmark/pkg-descr b/devel/pear-Date_Holidays_Denmark/pkg-descr new file mode 100644 index 00000000000..3635a3d24d6 --- /dev/null +++ b/devel/pear-Date_Holidays_Denmark/pkg-descr @@ -0,0 +1,3 @@ +Driver based class to calculate holidays in Denmark. + +WWW: http://pear.php.net/package/Date_Holidays_Denmark/ diff --git a/devel/pear-Date_Holidays_Denmark/pkg-plist b/devel/pear-Date_Holidays_Denmark/pkg-plist new file mode 100644 index 00000000000..7244395c6f5 --- /dev/null +++ b/devel/pear-Date_Holidays_Denmark/pkg-plist @@ -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 |