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

(-)pcre/Makefile (-2 / +2 lines)
Lines 8-18 Link Here
8
PORTNAME=	pcre
8
PORTNAME=	pcre
9
PORTVERSION=	3.4
9
PORTVERSION=	3.4
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
13
13
MAINTAINER=	dom@myrddin.demon.co.uk
14
MAINTAINER=	dom@myrddin.demon.co.uk
14
15
15
USE_BZIP2=	yes
16
USE_LIBTOOL=	yes
16
USE_LIBTOOL=	yes
17
17
18
MAN3=		pcre.3 pcreposix.3
18
MAN3=		pcre.3 pcreposix.3
(-)pcre/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (pcre-3.4.tar.bz2) = 477c8e7fda57dd0a1a4b9d226b386812
1
MD5 (pcre-3.4.tar.gz) = 75918d0111f592097939a7b8c490dcd0
(-)pcre/pkg-descr (+2 lines)
Lines 4-6 Link Here
4
efficient use of memory for compiled regular expressions.
4
efficient use of memory for compiled regular expressions.
5
5
6
Original Author:  Phil Hazel <ph10@cam.ac.uk>
6
Original Author:  Phil Hazel <ph10@cam.ac.uk>
7
8
WWW: http://www.pcre.org/

Return to bug 27053