diff options
author | sada <sada@FreeBSD.org> | 2002-11-17 13:03:54 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-11-17 13:03:54 +0800 |
commit | 678796d68f78e59552202a6dc781c058e84ccab5 (patch) | |
tree | c41d2d272c020fad9decc7fd52ba2c4d6b181908 /net/pear-Net_Sieve | |
parent | 3df22975f641e9f39851b20ebf2ac710cf17257a (diff) | |
download | freebsd-ports-gnome-678796d68f78e59552202a6dc781c058e84ccab5.tar.gz freebsd-ports-gnome-678796d68f78e59552202a6dc781c058e84ccab5.tar.zst freebsd-ports-gnome-678796d68f78e59552202a6dc781c058e84ccab5.zip |
Resurrection of port devel/pear
PR: ports/44473
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'net/pear-Net_Sieve')
-rw-r--r-- | net/pear-Net_Sieve/Makefile | 37 | ||||
-rw-r--r-- | net/pear-Net_Sieve/distinfo | 1 | ||||
-rw-r--r-- | net/pear-Net_Sieve/pkg-comment | 1 | ||||
-rw-r--r-- | net/pear-Net_Sieve/pkg-descr | 6 | ||||
-rw-r--r-- | net/pear-Net_Sieve/pkg-plist | 1 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile new file mode 100644 index 000000000000..1639fa015605 --- /dev/null +++ b/net/pear-Net_Sieve/Makefile @@ -0,0 +1,37 @@ +# Ports collection makefile for: pear-Net_Sieve +# Date created: 25 October 2002 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME= Net_Sieve +PORTVERSION= 0.8.1 +CATEGORIES= net www +MASTER_SITES= http://pear.php.net/get/ +PKGNAMEPREFIX= pear- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PEAR + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket + +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}/Net + @${CHOWN} root:wheel ${PEARDIR}/Net/Sieve.php + @${CHMOD} a-x ${PEARDIR}/Net/Sieve.php + +.include <bsd.port.post.mk> diff --git a/net/pear-Net_Sieve/distinfo b/net/pear-Net_Sieve/distinfo new file mode 100644 index 000000000000..895a477858b8 --- /dev/null +++ b/net/pear-Net_Sieve/distinfo @@ -0,0 +1 @@ +MD5 (PEAR/Net_Sieve-0.8.1.tgz) = bc43d7a9f00ba2e2b2cfbb7c02ce6488 diff --git a/net/pear-Net_Sieve/pkg-comment b/net/pear-Net_Sieve/pkg-comment new file mode 100644 index 000000000000..a735df618709 --- /dev/null +++ b/net/pear-Net_Sieve/pkg-comment @@ -0,0 +1 @@ +PEAR class to handle talking to timsieved diff --git a/net/pear-Net_Sieve/pkg-descr b/net/pear-Net_Sieve/pkg-descr new file mode 100644 index 000000000000..e994efc7f20b --- /dev/null +++ b/net/pear-Net_Sieve/pkg-descr @@ -0,0 +1,6 @@ +Net_Sieve is a PEAR class which handles talking to timsieved. + +Provides an API to talk to the timsieved server that comes with Cyrus +IMAPd. Can be used to install, remove, mark active, etc. SIEVE scripts. + +WWW: http://pear.php.net/package-info.php?pacid=71 diff --git a/net/pear-Net_Sieve/pkg-plist b/net/pear-Net_Sieve/pkg-plist new file mode 100644 index 000000000000..a1753da6c08f --- /dev/null +++ b/net/pear-Net_Sieve/pkg-plist @@ -0,0 +1 @@ +%%PEARDIR%%/Net/Sieve.php |