Bug 101032

Summary: [NEW PORT] devel/ocaml-xstr: Thread-safe implementation of string searching/matching
Product: Ports & Packages Reporter: Stanislav Sedov <ssedov>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ocaml-xstr-0.2.1.shar none

Description Stanislav Sedov 2006-07-29 20:50:15 UTC
This package implements frequent string operations: searching, replacing,
splitting, matching. It is independent from the Str library, and can
replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does
not implement regular expressions in general, but an important subset.
Some operations of xstr are performed as quickly as by Str; if the string
to be processed is small, xstr is often faster than Str; if the string is
big, xstr is upto half as fast than Str.

Author:	Gerd Stolpmann <gerd@gerd-stolpmann.de>
WWW:	http://www.ocaml-programming.de/packages/

Note: this ports depends entirely on ports/101029
http://www.freebsd.org/cgi/query-pr.cgi?pr=101029
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-08-02 09:31:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-08-06 15:16:43 UTC
State Changed
From-To: open->closed

New port added. Thanks!