From ssedov@mbsd.msk.ru  Sat Jul 29 19:42:07 2006
Return-Path: <ssedov@mbsd.msk.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E465B16A4DA
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <ssedov@mbsd.msk.ru>)
	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 <ssedov@mbsd.msk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/ocaml-xstr: Thread-safe implementation of string searching/matching
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 29 19:50:15 GMT 2006
>Closed-Date:    Sun Aug 06 14:16:45 GMT 2006
>Last-Modified:  Sun Aug 06 14:16:45 GMT 2006
>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 <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

>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 <gerd@gerd-stolpmann.de>
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 <ssedov@mbsd.msk.ru>
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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Wed Aug 2 08:31:00 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101032 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Aug 6 14:16:43 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101032 
>Unformatted:
