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

(-)Makefile (-1 / +3 lines)
Lines 9-21 Link Here
9
PKGNAMEPREFIX=	pecl-
9
PKGNAMEPREFIX=	pecl-
10
DIST_SUBDIR=	PECL
10
DIST_SUBDIR=	PECL
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	dbaio@bsd.com.br
13
COMMENT=	PECL extension to create/apply binary and text patches
13
COMMENT=	PECL extension to create/apply binary and text patches
14
14
15
LICENSE=	PHP301
15
LICENSE=	PHP301
16
16
17
LIB_DEPENDS=	libxdiff.so:textproc/libxdiff
17
LIB_DEPENDS=	libxdiff.so:textproc/libxdiff
18
18
19
PORTSCOUT=	limit:^1.*
20
19
USES=		php:ext tar:tgz
21
USES=		php:ext tar:tgz
20
IGNORE_WITH_PHP=	70
22
IGNORE_WITH_PHP=	70
21
23
(-)distinfo (+1 lines)
Lines 1-2 Link Here
1
TIMESTAMP = 1474131141
1
SHA256 (PECL/xdiff-1.5.2.tgz) = ebe72b887fcd2296f1e4032d476a8a463803ccfb0b34b403be8433daf3cfd81d
2
SHA256 (PECL/xdiff-1.5.2.tgz) = ebe72b887fcd2296f1e4032d476a8a463803ccfb0b34b403be8433daf3cfd81d
2
SIZE (PECL/xdiff-1.5.2.tgz) = 9275
3
SIZE (PECL/xdiff-1.5.2.tgz) = 9275
(-)pkg-descr (-1 / +2 lines)
Lines 1-3 Link Here
1
xdiff is an extension to do binary and text differences
1
pecl-xdiff is a php extension that creates and applies 
2
patches to both text and binary files.
2
3
3
WWW: http://pecl.php.net/package/xdiff/
4
WWW: http://pecl.php.net/package/xdiff/

Return to bug 212774