1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add pecl-expect 0.2.2, a PHP extension for expect library.

PR:		ports/102167
Submitted by:	chinsan <chinsan.tw at gmail.com>
This commit is contained in:
Cheng-Lung Sung 2006-08-17 09:38:01 +00:00
parent 991f18b90d
commit b1d522dace
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170856
4 changed files with 36 additions and 0 deletions

View File

@ -1533,6 +1533,7 @@
SUBDIR += pear-XML_Util
SUBDIR += pear-XML_XPath
SUBDIR += pear-apd
SUBDIR += pecl-expect
SUBDIR += pecl-json
SUBDIR += pecl-operator
SUBDIR += pecl-runkit

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: pecl-expect
# Date created: 2006/08/17
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= expect
PORTVERSION= 0.2.2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= chinsan.tw@gmail.com
COMMENT= A PHP extension for expect library
BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c
LIB_DEPENDS= expect543:${PORTSDIR}/lang/expect
USE_PHP= yes
USE_PHPEXT= yes
post-patch:
@${REINPLACE_CMD} -e '20 s,expect,expect543,' ${WRKSRC}/config.m4
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (PECL/expect-0.2.2.tgz) = cfa53c9cad2fa80317d81e72f391c9f5
SHA256 (PECL/expect-0.2.2.tgz) = 2e72a4e81fc199567e13b7ae2d7ad7d0a223d1a0a7358b718e47f01f11c1134e
SIZE (PECL/expect-0.2.2.tgz) = 5713

View File

@ -0,0 +1,4 @@
This extension allows to interact with processes through PTY, using expect
library.
WWW: http://pecl.php.net/package/expect/