diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 03:14:32 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 03:14:32 +0800 |
commit | ca7bd2ddc25d0791673e64a566fadcdc1ee9b72f (patch) | |
tree | f1ed641d2713b5036924feb7e7d3c06ecddd23cb /sysutils | |
parent | 7e29784527c99c710b581a0802ce82793a91bbf0 (diff) | |
download | freebsd-ports-gnome-ca7bd2ddc25d0791673e64a566fadcdc1ee9b72f.tar.gz freebsd-ports-gnome-ca7bd2ddc25d0791673e64a566fadcdc1ee9b72f.tar.zst freebsd-ports-gnome-ca7bd2ddc25d0791673e64a566fadcdc1ee9b72f.zip |
Horde Logging package with configurable handlers, filters, and formatting.
WWW: http://pear.horde.org
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pear-Horde_Log/Makefile | 18 | ||||
-rw-r--r-- | sysutils/pear-Horde_Log/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pear-Horde_Log/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2cecaf680cbb..ce31574749d9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -625,6 +625,7 @@ SUBDIR += pear-File_Find SUBDIR += pear-File_Fstab SUBDIR += pear-File_Gettext + SUBDIR += pear-Horde_Log SUBDIR += pear-I18Nv2 SUBDIR += pear-Log SUBDIR += pear-Translation2 diff --git a/sysutils/pear-Horde_Log/Makefile b/sysutils/pear-Horde_Log/Makefile new file mode 100644 index 000000000000..d616e614d543 --- /dev/null +++ b/sysutils/pear-Horde_Log/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_Log +# Date created: 6 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Log +PORTVERSION= 1.0.0 +CATEGORIES= sysutils www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Logging library + +USE_HORDE_RUN= Horde_Constraint Horde_Exception + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/sysutils/pear-Horde_Log/distinfo b/sysutils/pear-Horde_Log/distinfo new file mode 100644 index 000000000000..9df8c3f9d900 --- /dev/null +++ b/sysutils/pear-Horde_Log/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Log-1.0.0.tgz) = a0368678b9dbb7ebc5f630baf4e421c90fd9939dc2d87bfd729ac0493b3688db +SIZE (Horde/Horde_Log-1.0.0.tgz) = 12226 diff --git a/sysutils/pear-Horde_Log/pkg-descr b/sysutils/pear-Horde_Log/pkg-descr new file mode 100644 index 000000000000..205a7af69854 --- /dev/null +++ b/sysutils/pear-Horde_Log/pkg-descr @@ -0,0 +1,3 @@ +Horde Logging package with configurable handlers, filters, and formatting. + +WWW: http://pear.horde.org |