aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pcre
Commit message (Collapse)AuthorAgeFilesLines
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-2/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* SIZEifyeik2004-03-181-0/+1
| | | | Prompted by: trevor
* - update to version 4.5eik2004-01-204-65/+16
| | | | | | | - use PORTDOCS - set homepage to freshmeat (under control of the author) Approved by: marcus (mentor)
* switch my ports to my FreeBSD addresseik2003-11-141-1/+1
| | | | Approved by: marcus (mentor)
* - add some unofficial mirror sites to make pcre fetchableerwin2003-10-151-3/+4
| | | | | PR: 58039 Submitted by: maintainer
* Seems the uk site went down and sf is still at 4.3, so I'llerwin2003-09-261-0/+1
| | | | serve the distfile myself for now.
* - update to 4.4erwin2003-09-252-4/+15
| | | | | | | | | - use libtool from ports - assign maintainership to submitter PR: 56966 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: maintainer
* PR: 53741foxfair2003-07-104-33/+87
| | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Reviewed by: maintainer Upgrade devel/pcre to 4.3
* replace ENABLE_UTF8 with WITH_UTF8leeym2003-02-221-1/+1
| | | | | PR: 48521 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* add an option to use the UTF-8 code in pcreleeym2003-02-211-0/+4
| | | | | PR: 48496 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* - Update pcre to 3.9knu2002-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.7dwcjr2001-11-245-81/+35
| | | | | PR: 32103 Submitted by: maintainer
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netroam2001-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).mharo2001-05-033-3/+5
| | | | | | | Also add a pointer to the homepage. PR: 27053 Submitted by: maintainer
* Upgrade to 3.4.kuriyama2001-01-244-31/+57
| | | | | | PR: ports/24430 Submitted by: yds@dppl.com No response from: maintainer
* @${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrepjeh2000-10-261-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.asami2000-06-031-0/+2
| | | | Submitted by: bento
* PORTNAME/PORTVERSION updatemharo2000-04-121-5/+5
|
* forgot this filemharo2000-03-241-0/+44
|
* This updates the pcre port to v3.1. This includes shared libsmharo2000-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.steve1999-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.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-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.05mharo1999-05-172-4/+6
| | | | | PR: 11730 Submitted by: Ollivier Robert roberto@keltia.freenix.fr
* Remove manpages define in MAN? fom PLIST for all the devel ports.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.steve1998-07-135-0/+47
A Perl Compatible Regular Expressions library. PR: 7216 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>