cvs commit: ports/textproc Makefile ports/textproc/hs-stringsearch Makefile distinfo pkg-descr pkg-plist

Jeremy Chadwick koitsu at FreeBSD.org
Sat Nov 1 18:32:15 PDT 2008


koitsu      2008-11-02 01:32:14 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/hs-stringsearch Makefile distinfo pkg-descr pkg-plist 
  Log:
  This library provides Boyer-Moore and Knuth-Morris-Pratt string search
  implementations for Haskell bytestrings (with support for all strict and
  lazy ByteString permutations).
  
  WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch
  
  Submitted by:   sbahra on EFnet #bsdports
  
  Revision  Changes    Path
  1.1273    +1 -0      ports/textproc/Makefile
  1.1       +37 -0     ports/textproc/hs-stringsearch/Makefile (new)
  1.1       +3 -0      ports/textproc/hs-stringsearch/distinfo (new)
  1.1       +5 -0      ports/textproc/hs-stringsearch/pkg-descr (new)
  1.1       +15 -0     ports/textproc/hs-stringsearch/pkg-plist (new)


More information about the cvs-ports mailing list