mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Add pecl-htscanner 0.7.0, support htaccess for PHP.
PR: ports/109858 Submitted by: chinsan
This commit is contained in:
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
|
@ -1662,6 +1662,7 @@
|
||||||
SUBDIR += pecl-bcompiler
|
SUBDIR += pecl-bcompiler
|
||||||
SUBDIR += pecl-expect
|
SUBDIR += pecl-expect
|
||||||
SUBDIR += pecl-hidef
|
SUBDIR += pecl-hidef
|
||||||
|
SUBDIR += pecl-htscanner
|
||||||
SUBDIR += pecl-json
|
SUBDIR += pecl-json
|
||||||
SUBDIR += pecl-operator
|
SUBDIR += pecl-operator
|
||||||
SUBDIR += pecl-runkit
|
SUBDIR += pecl-runkit
|
||||||
|
|
24
devel/pecl-htscanner/Makefile
Normal file
24
devel/pecl-htscanner/Makefile
Normal 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>
|
3
devel/pecl-htscanner/distinfo
Normal file
3
devel/pecl-htscanner/distinfo
Normal 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
|
6
devel/pecl-htscanner/pkg-descr
Normal file
6
devel/pecl-htscanner/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue