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

Joseph Koshy jkoshy at FreeBSD.org
Wed Aug 2 11:43:52 UTC 2006


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)


More information about the cvs-all mailing list