aboutsummaryrefslogtreecommitdiff
path: root/devel/re2c/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27505
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Initial import of re2c, a program to compile regular expression to C.Eivind Eklund1998-05-161-0/+26
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. Notes: svn path=/head/; revision=11012