diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-31 13:31:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-31 13:31:37 +0000 |
commit | 9ac130cc980a43b5305b81308ca4afc5d2c5bb3f (patch) | |
tree | 0fb6c3e006a202eac244befbd24303f0a61ad711 /devel/pear-PHP_CompatInfo | |
parent | 52aaa6c4849b8232665066627afb450263c71fda (diff) | |
download | ports-9ac130cc980a43b5305b81308ca4afc5d2c5bb3f.tar.gz ports-9ac130cc980a43b5305b81308ca4afc5d2c5bb3f.zip |
Notes
Diffstat (limited to 'devel/pear-PHP_CompatInfo')
-rw-r--r-- | devel/pear-PHP_CompatInfo/Makefile | 21 | ||||
-rw-r--r-- | devel/pear-PHP_CompatInfo/distinfo | 6 |
2 files changed, 19 insertions, 8 deletions
diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile index bfe97393d561..34d0c6e0eda5 100644 --- a/devel/pear-PHP_CompatInfo/Makefile +++ b/devel/pear-PHP_CompatInfo/Makefile @@ -6,10 +6,10 @@ # PORTNAME= PHP_CompatInfo -PORTVERSION= 1.1.1 +PORTVERSION= 1.4.0 CATEGORIES= devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chinsan@FreeBSD.org COMMENT= PEAR class to find out the minimum version and extensions required BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear @@ -19,9 +19,20 @@ USE_PHP= tokenizer CATEGORY= PHP FILES= CompatInfo/Cli.php CompatInfo/const_array.php \ - CompatInfo/func_array.php CompatInfo.php -EXAMPLES= checkConstants.php checkPHP5.php ci_frontend.php Cli.php \ - cliOutput.txt parseArray.php parseDir.php parseFile.php \ + CompatInfo/func_array.php CompatInfo/pcicmd.php CompatInfo.php +DOCS= TDG/img/admons/caution.png TDG/img/admons/important.png \ + TDG/img/admons/note.png TDG/img/admons/tip.png \ + TDG/img/admons/warning.png TDG/img/created-with-docbook.png \ + TDG/img/external-link.gif TDG/img/pearsmall.gif TDG/book.css \ + TDG/ch01.html TDG/ch01s02.html TDG/ch01s03.html TDG/ch02.html \ + TDG/ch03.html TDG/ch03s02.html TDG/ch04.html TDG/ch04s02.html \ + TDG/ch05.html TDG/ch05s02.html TDG/ch06.html TDG/ch06s02.html \ + TDG/ch07.html TDG/index.html TDG/pr01.html TDG/pr01s02.html \ + TDG/pt01.html TDG/pt02.html TDG/pt03.html TDG/re01.html \ + TDG/re02.html TDG/re03.html TDG/re04.html TDG/re05.html +EXAMPLES= checkConstants.php checkPHP5.php ci_frontend.php cliCustom.php \ + cliOutput.txt ignorePHP5implements.php \ + parseArray.php parseDir.php parseFile.php \ parseString.php TESTS= checkMax.php sample_req6056.php _EXAMPLESDIR= docs/examples diff --git a/devel/pear-PHP_CompatInfo/distinfo b/devel/pear-PHP_CompatInfo/distinfo index 5d79e3c01ccd..67e262df4977 100644 --- a/devel/pear-PHP_CompatInfo/distinfo +++ b/devel/pear-PHP_CompatInfo/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/PHP_CompatInfo-1.1.1.tgz) = ca0e4caf52effb400dfb11a71053f247 -SHA256 (PEAR/PHP_CompatInfo-1.1.1.tgz) = d28407570893fed8b4cee44fbba3c7f2b25707dd4e8ee2917573f161db234dde -SIZE (PEAR/PHP_CompatInfo-1.1.1.tgz) = 54470 +MD5 (PEAR/PHP_CompatInfo-1.4.0.tgz) = 0e7da112542fa124f7b523cb09c7624a +SHA256 (PEAR/PHP_CompatInfo-1.4.0.tgz) = a884f3ac356a0183290247af647c3d6ca296cf28b6e4bdf05fc35cc3173d0c69 +SIZE (PEAR/PHP_CompatInfo-1.4.0.tgz) = 90578 |