View | Details | Raw Unified | Return to bug 104727
Collapse All | Expand All

(-)/usr/home/chinsan/project/pear-PHP_CompatInfo/Makefile (-5 / +16 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	PHP_CompatInfo
8
PORTNAME=	PHP_CompatInfo
9
PORTVERSION=	1.1.1
9
PORTVERSION=	1.4.0
10
CATEGORIES=	devel pear
10
CATEGORIES=	devel pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	chinsan@FreeBSD.org
13
COMMENT=	PEAR class to find out the minimum version and extensions required
13
COMMENT=	PEAR class to find out the minimum version and extensions required
14
14
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
Lines 19-27 Link Here
19
19
20
CATEGORY=	PHP
20
CATEGORY=	PHP
21
FILES=		CompatInfo/Cli.php CompatInfo/const_array.php \
21
FILES=		CompatInfo/Cli.php CompatInfo/const_array.php \
22
		CompatInfo/func_array.php CompatInfo.php
22
		CompatInfo/func_array.php CompatInfo/pcicmd.php CompatInfo.php
23
EXAMPLES=	checkConstants.php checkPHP5.php ci_frontend.php Cli.php \
23
DOCS=		TDG/img/admons/caution.png TDG/img/admons/important.png \
24
		cliOutput.txt parseArray.php parseDir.php parseFile.php \
24
		TDG/img/admons/note.png TDG/img/admons/tip.png \
25
		TDG/img/admons/warning.png TDG/img/created-with-docbook.png \
26
		TDG/img/external-link.gif TDG/img/pearsmall.gif TDG/book.css \
27
		TDG/ch01.html TDG/ch01s02.html TDG/ch01s03.html TDG/ch02.html \
28
		TDG/ch03.html TDG/ch03s02.html TDG/ch04.html TDG/ch04s02.html \
29
		TDG/ch05.html TDG/ch05s02.html TDG/ch06.html TDG/ch06s02.html \
30
		TDG/ch07.html TDG/index.html TDG/pr01.html TDG/pr01s02.html \
31
		TDG/pt01.html TDG/pt02.html TDG/pt03.html TDG/re01.html \
32
		TDG/re02.html TDG/re03.html TDG/re04.html TDG/re05.html
33
EXAMPLES=	checkConstants.php checkPHP5.php ci_frontend.php cliCustom.php \
34
		cliOutput.txt ignorePHP5implements.php \
35
		parseArray.php parseDir.php parseFile.php \
25
		parseString.php
36
		parseString.php
26
TESTS=		checkMax.php sample_req6056.php
37
TESTS=		checkMax.php sample_req6056.php
27
_EXAMPLESDIR=	docs/examples
38
_EXAMPLESDIR=	docs/examples
(-)/usr/home/chinsan/project/pear-PHP_CompatInfo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/PHP_CompatInfo-1.1.1.tgz) = ca0e4caf52effb400dfb11a71053f247
1
MD5 (PEAR/PHP_CompatInfo-1.4.0.tgz) = 0e7da112542fa124f7b523cb09c7624a
2
SHA256 (PEAR/PHP_CompatInfo-1.1.1.tgz) = d28407570893fed8b4cee44fbba3c7f2b25707dd4e8ee2917573f161db234dde
2
SHA256 (PEAR/PHP_CompatInfo-1.4.0.tgz) = a884f3ac356a0183290247af647c3d6ca296cf28b6e4bdf05fc35cc3173d0c69
3
SIZE (PEAR/PHP_CompatInfo-1.1.1.tgz) = 54470
3
SIZE (PEAR/PHP_CompatInfo-1.4.0.tgz) = 90578

Return to bug 104727