diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-25 01:47:11 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-25 01:47:11 +0800 |
commit | 8b8dc89c3d9921279101b7fd071b7a4dd73e2b9c (patch) | |
tree | 785f3245c4928af80f162c246443c22350155695 /textproc/Makefile | |
parent | 012f8ff517072b7c15a439a5616cfbcccb67ba27 (diff) | |
download | freebsd-ports-gnome-8b8dc89c3d9921279101b7fd071b7a4dd73e2b9c.tar.gz freebsd-ports-gnome-8b8dc89c3d9921279101b7fd071b7a4dd73e2b9c.tar.zst freebsd-ports-gnome-8b8dc89c3d9921279101b7fd071b7a4dd73e2b9c.zip |
Adding port textproc/p5-Algorithm-RabinKarp, an implementation of Rabin and Karp's streaming hash, as described
in "Winnowing: Local Algorithms for Document Fingerprinting" by Schleimer,
Wilkerson, and Aiken.
Approved by: tobez (implicit)
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5463afb6a7ed..61f0c6e47ee2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -302,6 +302,7 @@ SUBDIR += openvanilla-modules SUBDIR += or-aspell SUBDIR += p5-AI-Categorizer + SUBDIR += p5-Algorithm-RabinKarp SUBDIR += p5-Apache-ParseLog SUBDIR += p5-Apache-XBEL SUBDIR += p5-Bloom-Filter |