Date: Sun, 6 Aug 2006 14:17:12 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-xstr Makefile distinfo pkg-descr pkg-plist Message-ID: <200608061417.k76EHC8U078491@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2006-08-06 14:17:12 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/ocaml-xstr Makefile distinfo pkg-descr pkg-plist
Log:
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/
PR: ports/101032
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Revision Changes Path
1.2399 +1 -0 ports/devel/Makefile
1.1 +25 -0 ports/devel/ocaml-xstr/Makefile (new)
1.1 +3 -0 ports/devel/ocaml-xstr/distinfo (new)
1.1 +10 -0 ports/devel/ocaml-xstr/pkg-descr (new)
1.1 +8 -0 ports/devel/ocaml-xstr/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608061417.k76EHC8U078491>
