summaryrefslogtreecommitdiff
path: root/devel/re2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 0.9.3Ying-Chieh Liao2004-06-018-132/+45
| | | | Notes: svn path=/head/; revision=110593
* - Fix MASTER_SITESKirill Ponomarev2004-05-161-2/+1
| | | | | | | | PR: ports/66687 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109263
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Resign as maintainerEivind Eklund2003-08-111-1/+1
| | | | Notes: svn path=/head/; revision=86767
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix build on -CURRENTTilman Keskinoz2002-11-282-0/+109
| | | | | | | | PR: 43720 Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=71222
* PERL -> REINPLACEEdwin Groothuis2002-11-041-2/+3
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69423
* Remove one distfile mirror - though the contents of the .tar.gzEivind Eklund2001-03-141-1/+0
| | | | | | | in each location are equal, the MD5 is different. Notes: svn path=/head/; revision=39840
* Update to version 0.9.1Eivind Eklund2001-02-207-124/+17
| | | | | | | | PR: 24906 Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=38532
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27505
* Fix new compiler error in -current.R. Imura2000-02-122-0/+85
| | | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> All no response from: maintainer Notes: svn path=/head/; revision=25698
* We haven't for a long time (if ever) had to call g++ with -lg++ to compileSteve Price1999-09-271-2/+11
| | | | | | | a program so remove it and fix the build for all -current machines. Notes: svn path=/head/; revision=21977
* 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
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi 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). Notes: svn path=/head/; revision=12467
* Initial import of re2c, a program to compile regular expression to C.Eivind Eklund1998-05-167-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. Notes: svn path=/head/; revision=11012