Add pecl-htscanner 0.7.0, support htaccess for PHP.

PR:		ports/109858
Submitted by:	chinsan
This commit is contained in:
Rong-En Fan 2007-03-06 07:32:18 +00:00
parent 61c0ea807c
commit f2eb6a037c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186648
4 changed files with 34 additions and 0 deletions

View File

@ -1662,6 +1662,7 @@
SUBDIR += pecl-bcompiler
SUBDIR += pecl-expect
SUBDIR += pecl-hidef
SUBDIR += pecl-htscanner
SUBDIR += pecl-json
SUBDIR += pecl-operator
SUBDIR += pecl-runkit

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: pecl-htscanner
# Date created: 2007/03/02
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= htscanner
PORTVERSION= 0.7.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Support htaccess for PHP
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-htscanner
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (PECL/htscanner-0.7.0.tgz) = 3ef9663cb1a9338f456c3dc1278a26b6
SHA256 (PECL/htscanner-0.7.0.tgz) = 55154bb79fb75746463cb14ffa982d705eebf71b019c4e77b172c1e88aa92f52
SIZE (PECL/htscanner-0.7.0.tgz) = 8258

View File

@ -0,0 +1,6 @@
Allow one to use htaccess-like file to configure PHP per directory,
just like apache's htaccess. It is especially useful with fastcgi.
This package was originally developed by Bart Vanbrabant.
WWW: http://pecl.php.net/package/htscanner/