summaryrefslogtreecommitdiffstats
path: root/sysutils/pear-Log
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2002-11-17 05:03:54 +0000
committersada <sada@FreeBSD.org>2002-11-17 05:03:54 +0000
commit678796d68f78e59552202a6dc781c058e84ccab5 (patch)
treec41d2d272c020fad9decc7fd52ba2c4d6b181908 /sysutils/pear-Log
parent3df22975f641e9f39851b20ebf2ac710cf17257a (diff)
downloadFreeBSD-ports-678796d68f78e59552202a6dc781c058e84ccab5.zip
FreeBSD-ports-678796d68f78e59552202a6dc781c058e84ccab5.tar.gz
Resurrection of port devel/pear
PR: ports/44473 Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r--sysutils/pear-Log/Makefile36
-rw-r--r--sysutils/pear-Log/distinfo1
-rw-r--r--sysutils/pear-Log/pkg-comment1
-rw-r--r--sysutils/pear-Log/pkg-descr6
-rw-r--r--sysutils/pear-Log/pkg-plist10
5 files changed, 54 insertions, 0 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
new file mode 100644
index 0000000..3398734
--- /dev/null
+++ b/sysutils/pear-Log/Makefile
@@ -0,0 +1,36 @@
+# Ports collection makefile for: pear-Log
+# Date created: 22 October 2002
+# Whom: Thierry Thomas (<thierry@pompo.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Log
+PORTVERSION= 1.5
+CATEGORIES= sysutils www
+MASTER_SITES= http://pear.php.net/get/
+PKGNAMEPREFIX= pear-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PEAR
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${PEARDIR}.DIST_PHP:${PORTSDIR}/devel/pear-install
+RUN_DEPENDS= ${PEARDIR}.DIST_PHP:${PORTSDIR}/devel/pear-install
+
+NO_BUILD= yes
+
+.include <bsd.port.pre.mk>
+
+.if exists(${LOCALBASE}/bin/php-config)
+PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
+.endif
+LPHP_LIB= lib/php
+PEARDIR= ${PHP_BASE}/${LPHP_LIB}
+PLIST_SUB= PEARDIR=${LPHP_LIB}
+
+do-install:
+ @${CP} -Rp ${WRKSRC}/* ${PEARDIR}
+ @${CHOWN} -R root:wheel ${PEARDIR}/${PORTNAME}*
+
+.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo
new file mode 100644
index 0000000..3849df4
--- /dev/null
+++ b/sysutils/pear-Log/distinfo
@@ -0,0 +1 @@
+MD5 (PEAR/Log-1.5.tgz) = 30421577a99e0837c0235abb89578697
diff --git a/sysutils/pear-Log/pkg-comment b/sysutils/pear-Log/pkg-comment
new file mode 100644
index 0000000..625e42b
--- /dev/null
+++ b/sysutils/pear-Log/pkg-comment
@@ -0,0 +1 @@
+PEAR logging utilities
diff --git a/sysutils/pear-Log/pkg-descr b/sysutils/pear-Log/pkg-descr
new file mode 100644
index 0000000..d15b0dd
--- /dev/null
+++ b/sysutils/pear-Log/pkg-descr
@@ -0,0 +1,6 @@
+PEAR Log framework providing an abstracted logging system.
+
+It supports logging to console, file, syslog, SQL, mail, and mcal targets.
+It also provides a subject - observer mechanism.
+
+WWW: http://pear.php.net/manual/en/packages.log.php
diff --git a/sysutils/pear-Log/pkg-plist b/sysutils/pear-Log/pkg-plist
new file mode 100644
index 0000000..51c492c
--- /dev/null
+++ b/sysutils/pear-Log/pkg-plist
@@ -0,0 +1,10 @@
+%%PEARDIR%%/Log/composite.php
+%%PEARDIR%%/Log/console.php
+%%PEARDIR%%/Log/file.php
+%%PEARDIR%%/Log/mail.php
+%%PEARDIR%%/Log/mcal.php
+%%PEARDIR%%/Log/observer.php
+%%PEARDIR%%/Log/sql.php
+%%PEARDIR%%/Log/syslog.php
+%%PEARDIR%%/Log.php
+@dirrm %%PEARDIR%%/Log
OpenPOWER on IntegriCloud