aboutsummaryrefslogtreecommitdiffstats
path: root/devel/re2c
Commit message (Collapse)AuthorAgeFilesLines
* Resign as maintainereivind2003-08-111-1/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix build on -CURRENTarved2002-11-292-0/+109
| | | | | PR: 43720 Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* PERL -> REINPLACEedwin2002-11-041-2/+3
| | | | Noticed on: bento
* Remove one distfile mirror - though the contents of the .tar.gzeivind2001-03-151-1/+0
| | | | in each location are equal, the MD5 is different.
* Update to version 0.9.1eivind2001-02-217-124/+17
| | | | | PR: 24906 Submitted by: Anton Berezin <tobez@tobez.org>
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Fix new compiler error in -current.imura2000-02-132-0/+85
| | | | | Submitted by: Alexander Langer <alex@big.endian.de> All no response from: maintainer
* We haven't for a long time (if ever) had to call g++ with -lg++ to compilesteve1999-09-271-2/+11
| | | | a program so remove it and fix the build for all -current machines.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Remove manpages define in MAN? fom PLIST for all the devel ports.asami1998-08-121-1/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Initial import of re2c, a program to compile regular expression to C.eivind1998-05-177-0/+60
This is basically the same concept as lex, except this time it doesn't turn your code inside out, and it generates actual C code to parse the expressions (not tables), and the resulting code is usually about 2 times faster than flex.