From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 29 19:50:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 033CA16A4E5 for ; Sat, 29 Jul 2006 19:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43E543D7B for ; Sat, 29 Jul 2006 19:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6TJoG8P032380 for ; Sat, 29 Jul 2006 19:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6TJoGnI032378; Sat, 29 Jul 2006 19:50:16 GMT (envelope-from gnats) Resent-Date: Sat, 29 Jul 2006 19:50:16 GMT Resent-Message-Id: <200607291950.k6TJoGnI032378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E465B16A4DA for ; Sat, 29 Jul 2006 19:42:06 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 893CB43D5F for ; Sat, 29 Jul 2006 19:42:05 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [217.118.83.1] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1G6uow-0003j3-NF for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Jul 2006 23:50:06 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 97182120A1; Sat, 29 Jul 2006 23:29:26 +0400 (MSD) Message-Id: <20060729192926.97182120A1@fonon.realnet> Date: Sat, 29 Jul 2006 23:29:26 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101032: [NEW PORT] devel/ocaml-xstr: Thread-safe implementation of string searching/matching X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 19:50:23 -0000 >Number: 101032 >Category: ports >Synopsis: [NEW PORT] devel/ocaml-xstr: Thread-safe implementation of string searching/matching >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 29 19:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: 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/ Note: this ports depends entirely on ports/101029 http://www.freebsd.org/cgi/query-pr.cgi?pr=101029 >How-To-Repeat: >Fix: --- ocaml-xstr-0.2.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ocaml-xstr # ocaml-xstr/pkg-descr # ocaml-xstr/Makefile # ocaml-xstr/pkg-plist # ocaml-xstr/distinfo # echo c - ocaml-xstr mkdir -p ocaml-xstr > /dev/null 2>&1 echo x - ocaml-xstr/pkg-descr sed 's/^X//' >ocaml-xstr/pkg-descr << 'END-of-ocaml-xstr/pkg-descr' XThis package implements frequent string operations: searching, replacing, Xsplitting, matching. It is independent from the Str library, and can Xreplace Str in many cases. Unlike Str, xstr is thread-safe. xstr does Xnot implement regular expressions in general, but an important subset. XSome operations of xstr are performed as quickly as by Str; if the string Xto be processed is small, xstr is often faster than Str; if the string is Xbig, xstr is upto half as fast than Str. X XAuthor: Gerd Stolpmann XWWW: http://www.ocaml-programming.de/packages/ END-of-ocaml-xstr/pkg-descr echo x - ocaml-xstr/Makefile sed 's/^X//' >ocaml-xstr/Makefile << 'END-of-ocaml-xstr/Makefile' X# New ports collection makefile for: ocaml-xstr X# Date created: 2006-07-29 X# Whom: Stanislav Sedov X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= xstr XPORTVERSION= 0.2.1 XCATEGORIES= devel XMASTER_SITES= http://www.ocaml-programming.de/packages/ XPKGNAMEPREFIX= ocaml- X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= Thread-safe implementation of string searching/matching X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_GMAKE= yes XUSE_OCAML= yes XUSE_OCAML_FINDLIB=yes X X.include END-of-ocaml-xstr/Makefile echo x - ocaml-xstr/pkg-plist sed 's/^X//' >ocaml-xstr/pkg-plist << 'END-of-ocaml-xstr/pkg-plist' X%%OCAML_SITELIBDIR%%/xstr/META X%%OCAML_SITELIBDIR%%/xstr/xstr.cma X%%OCAML_SITELIBDIR%%/xstr/xstr_match.cmi X%%OCAML_SITELIBDIR%%/xstr/xstr_match.mli X%%OCAML_SITELIBDIR%%/xstr/xstr_search.cmi X%%OCAML_SITELIBDIR%%/xstr/xstr_search.mli X%%OCAML_SITELIBDIR%%/xstr/xstr_split.cmi X%%OCAML_SITELIBDIR%%/xstr/xstr_split.mli END-of-ocaml-xstr/pkg-plist echo x - ocaml-xstr/distinfo sed 's/^X//' >ocaml-xstr/distinfo << 'END-of-ocaml-xstr/distinfo' XMD5 (xstr-0.2.1.tar.gz) = 81598c438d6ab5c5d544ea7cc6ed8a34 XSHA256 (xstr-0.2.1.tar.gz) = 796f77589af651d1bb627444fa48c76d887c97d98a58cb95913d86103fb168be XSIZE (xstr-0.2.1.tar.gz) = 14703 END-of-ocaml-xstr/distinfo exit --- ocaml-xstr-0.2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: