Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2006 11:43:52 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/tre Makefile distinfo pkg-descr pkg-plist ports/devel/tre/files patch-Makefile.in patch-tests_Makefile.in
Message-ID:  <200608021143.k72Bhq3e040696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkoshy      2006-08-02 11:43:52 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/tre            Makefile distinfo pkg-descr pkg-plist 
    devel/tre/files      patch-Makefile.in patch-tests_Makefile.in 
  Log:
  Add a port for 'tre', an LGPL'ed regex library.  From the port's
  description:
  
    TRE is a lightweight, robust, and efficient POSIX compliant regexp
    matching library supporting:
     - approximate (fuzzy) matching,
     - strict standards conformance,
     - predicable and modest memory consumption,
     - wide-character and multibyte character support,
     - binary pattern and data support,
     - thread-safe implementation.
  
    At the core of TRE is a new algorithm for regular expression matching
    with submatch addressing. The algorithm uses linear worst-case time
    in the length of the text being searched, and quadratic worst-case
    time in the length of the used regular expression.
  
  Revision  Changes    Path
  1.2388    +1 -0      ports/devel/Makefile
  1.1       +35 -0     ports/devel/tre/Makefile (new)
  1.1       +3 -0      ports/devel/tre/distinfo (new)
  1.1       +11 -0     ports/devel/tre/files/patch-Makefile.in (new)
  1.1       +11 -0     ports/devel/tre/files/patch-tests_Makefile.in (new)
  1.1       +15 -0     ports/devel/tre/pkg-descr (new)
  1.1       +10 -0     ports/devel/tre/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608021143.k72Bhq3e040696>