Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade to 0.9.3 | ijliao | 2004-06-01 | 8 | -132/+45 |
| | |||||
* | - Fix MASTER_SITES | krion | 2004-05-16 | 1 | -2/+1 |
| | | | | | PR: ports/66687 Submitted by: Roman Neuhauser <neuhauser@chello.cz> | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | marcus | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | SIZEify. | trevor | 2004-01-29 | 1 | -0/+1 |
| | |||||
* | Resign as maintainer | eivind | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Fix build on -CURRENT | arved | 2002-11-28 | 2 | -0/+109 |
| | | | | | PR: 43720 Submitted by: Craig Rodrigues <rodrigc@attbi.com> | ||||
* | PERL -> REINPLACE | edwin | 2002-11-04 | 1 | -2/+3 |
| | | | | Noticed on: bento | ||||
* | Remove one distfile mirror - though the contents of the .tar.gz | eivind | 2001-03-14 | 1 | -1/+0 |
| | | | | in each location are equal, the MD5 is different. | ||||
* | Update to version 0.9.1 | eivind | 2001-02-20 | 7 | -124/+17 |
| | | | | | PR: 24906 Submitted by: Anton Berezin <tobez@tobez.org> | ||||
* | Convert to PORTNAME/PORTVERSION. | asami | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Fix new compiler error in -current. | imura | 2000-02-12 | 2 | -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 compile | steve | 1999-09-27 | 1 | -2/+11 |
| | | | | a program so remove it and fix the build for all -current machines. | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -2/+2 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Remove manpages define in MAN? fom PLIST for all the devel ports. | asami | 1998-08-12 | 1 | -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. | eivind | 1998-05-16 | 7 | -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. |