From 3337321d0acf88f50649ac89dbbfcc59e013e1c7 Mon Sep 17 00:00:00 2001 From: Automaton IAS Date: Sun, 30 Dec 2012 13:44:51 +0100 Subject: [PATCH] Import sysutils/pear-Log version 1.12.7 --- sysutils/pear-Log/Makefile | 44 +++++++++++++++++++++++++++++++++++++ sysutils/pear-Log/distinfo | 2 ++ sysutils/pear-Log/pkg-descr | 6 +++++ 3 files changed, 52 insertions(+) create mode 100644 sysutils/pear-Log/Makefile create mode 100644 sysutils/pear-Log/distinfo create mode 100644 sysutils/pear-Log/pkg-descr diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile new file mode 100644 index 00000000000..24d792377f4 --- /dev/null +++ b/sysutils/pear-Log/Makefile @@ -0,0 +1,44 @@ +# Created by: Thierry Thomas () +# $FreeBSD: ports/sysutils/pear-Log/Makefile,v 1.59 2012/12/17 02:18:03 svnexp Exp $ + +PORTNAME= Log +PORTVERSION= 1.12.7 +CATEGORIES= sysutils www pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= PEAR logging utilities + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear + +USE_PHP= yes +IGNORE_WITH_PHP= 4 +PEAR_AUTOINSTALL= yes + +LATEST_LINK= pear-Log +OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PEAR_SQLITE +PEAR_DB_DESC= PEAR::DB support +PEAR_MDB2_DESC= PEAR::MDB2 support +PEAR_MAIL_DESC= PEAR::Mail support +PHP_SQLITE_DESC= PHP sqlite support (php5 only) + +.include + +.if ${PORT_OPTIONS:MPEAR_DB} +BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +.endif + +.if ${PORT_OPTIONS:MPEAR_MDB2} +BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +.endif + +.if ${PORT_OPTIONS:MPEAR_MAIL} +BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail +.endif + +.if ${PORT_OPTIONS:MPHP_SQLITE} +USE_PHP+= sqlite +.endif + +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo new file mode 100644 index 00000000000..7717665a989 --- /dev/null +++ b/sysutils/pear-Log/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/Log-1.12.7.tgz) = 7db9d8dae364e3cde16de2087a371eb862479f33d32631db947620b20d2306c0 +SIZE (PEAR/Log-1.12.7.tgz) = 46898 diff --git a/sysutils/pear-Log/pkg-descr b/sysutils/pear-Log/pkg-descr new file mode 100644 index 00000000000..5d98ca5cf85 --- /dev/null +++ b/sysutils/pear-Log/pkg-descr @@ -0,0 +1,6 @@ +PEAR Log framework provides an abstracted logging system. + +It supports logging to console, file, syslog, SQL, Sqlite, mail and +mcal targets. It also provides a subject - observer mechanism. + +WWW: http://pear.php.net/package/Log -- 2.41.0