From owner-cvs-ports@FreeBSD.ORG Sun Aug 6 14:17:13 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1880A16A4DD; Sun, 6 Aug 2006 14:17:13 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C8F43D45; Sun, 6 Aug 2006 14:17:12 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EHCWb078492; Sun, 6 Aug 2006 14:17:12 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EHC8U078491; Sun, 6 Aug 2006 14:17:12 GMT (envelope-from itetcu) Message-Id: <200608061417.k76EHC8U078491@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 14:17:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-xstr Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 14:17:13 -0000 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 WWW: http://www.ocaml-programming.de/packages/ PR: ports/101032 Submitted by: Stanislav Sedov 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)