pecl-inclued, Inclued gives you a Clue for PHP inclusion check.

WWW: http://t3.dotgnu.info/blog/tags/inclued/
This commit is contained in:
Chin-San Huang 2007-10-27 18:20:57 +00:00
parent dd4073e5a4
commit 5a9934179f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202148
4 changed files with 31 additions and 0 deletions

View file

@ -1784,6 +1784,7 @@
SUBDIR += pecl-expect
SUBDIR += pecl-hidef
SUBDIR += pecl-htscanner
SUBDIR += pecl-inclued
SUBDIR += pecl-json
SUBDIR += pecl-operator
SUBDIR += pecl-runkit

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: pecl-inclued
# Date created: 2007/10/28
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= inclued
PORTVERSION= 0.3
CATEGORIES= devel pear
MASTER_SITES= http://t3.dotgnu.info/code/ LOCAL/chinsan/PECL
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Inclued gives you a Clue for PHP inclusion check
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-inclued
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (PECL/inclued-0.3.tar.gz) = 2e45f375f80af5d7470fa64700da7dea
SHA256 (PECL/inclued-0.3.tar.gz) = e46df2bb1e62b534b8cd261015a9631b420e488882cc23b4b2a042ca35921b7a
SIZE (PECL/inclued-0.3.tar.gz) = 7532

View file

@ -0,0 +1,4 @@
Inclued gives you a Clue ! Also inclued is some php code to transform the
dump data into graphviz formatted .dot files.
WWW: http://t3.dotgnu.info/blog/tags/inclued/