summaryrefslogtreecommitdiff
path: root/devel/pcre (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace ENABLE_UTF8 with WITH_UTF8Yen-Ming Lee2003-02-211-1/+1
| | | | | PR: 48521 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* add an option to use the UTF-8 code in pcreYen-Ming Lee2003-02-211-0/+4
| | | | | PR: 48496 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* - Update pcre to 3.9Akinori MUSHA2002-09-202-3/+7
| | | | | | | | | | - Temporarily disable USE_BZIP2 due to corrupted distfile on SourceForge mirrors PR: ports/42067 Submitted by: Sergei Kolobov <sergei@kolobov.com> (no response from MAINTAINER)
* Update to 3.7David W. Chapman Jr.2001-11-245-81/+35
| | | | | PR: 32103 Submitted by: maintainer
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netPeter Pentchev2001-06-071-1/+1
| | | | | | PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
* The distfile has moved (and switched to a .tar.gz).Michael Haro2001-05-033-3/+5
| | | | | | | Also add a pointer to the homepage. PR: 27053 Submitted by: maintainer
* Upgrade to 3.4.Jun Kuriyama2001-01-244-31/+57
| | | | | | PR: ports/24430 Submitted by: yds@dppl.com No response from: maintainer
* @${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrepJames E. Housley2000-10-251-0/+5
| | | | | | | | in the pre-install target otherwise we get a broken pgrep shell script installed instead of the binary we really want. PR: 21508 Submitted by: MAINTAINER
* Add two .la files.Satoshi Asami2000-06-031-0/+2
| | | | Submitted by: bento
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-5/+5
|
* forgot this fileMichael Haro2000-03-241-0/+44
|
* This updates the pcre port to v3.1. This includes shared libsMichael Haro2000-03-243-20/+11
| | | | | | | | | using that bane of every porters life, libtool. Unfortunately, the libtool support in this library is decidely non-standard, so it still installs .la files. They aren't in the PLIST though. PR: 17294 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* Update to version 2.08.Steve Price1999-09-284-7/+9
| | | | | | PR: 13708, 14000 Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>, Mike Fisher <mfisher@parsons.rh.rit.edu>
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Update to 2.05Michael Haro1999-05-162-4/+6
| | | | | PR: 11730 Submitted by: Ollivier Robert roberto@keltia.freenix.fr
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-3/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Initial import of pcre version 1.09.Steve Price1998-07-125-0/+47
A Perl Compatible Regular Expressions library. PR: 7216 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>