From owner-cvs-ports Sat May 16 10:45:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12308 for cvs-ports-outgoing; Sat, 16 May 1998 10:45:48 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12230; Sat, 16 May 1998 10:45:26 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16354; Sat, 16 May 1998 10:41:25 -0700 (PDT) Date: Sat, 16 May 1998 10:41:25 -0700 (PDT) Message-Id: <199805161741.KAA16354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/re2c - Imported sources Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/05/16 10:41:25 PDT ports/devel/re2c - Imported sources Update of /home/ncvs/ports/devel/re2c In directory freefall.freebsd.org:/tmp/cvs-serv16328 Log Message: Initial import of re2c, a program to compile regular expression to C. 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. Status: Vendor Tag: EE Release Tags: initial N ports/devel/re2c/Makefile N ports/devel/re2c/files/md5 N ports/devel/re2c/patches/patch-aa N ports/devel/re2c/patches/patch-ab N ports/devel/re2c/pkg/DESCR N ports/devel/re2c/pkg/PLIST N ports/devel/re2c/pkg/COMMENT No conflicts created by this import