Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2006 23:29:26 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101032: [NEW PORT] devel/ocaml-xstr: Thread-safe implementation of string searching/matching
Message-ID:  <20060729192926.97182120A1@fonon.realnet>
Resent-Message-ID: <200607291950.k6TJoGnI032378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060729192926.97182120A1>