FreeBSD Bugzilla – Attachment 68801 Details for
Bug 101032
[NEW PORT] devel/ocaml-xstr: Thread-safe implementation of string searching/matching
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
ocaml-xstr-0.2.1.shar
ocaml-xstr-0.2.1.shar (text/plain), 2.47 KB, created by
Stanislav Sedov
on 2006-07-29 20:50:15 UTC
(
hide
)
Description:
ocaml-xstr-0.2.1.shar
Filename:
MIME Type:
Creator:
Stanislav Sedov
Created:
2006-07-29 20:50:15 UTC
Size:
2.47 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 101032
: 68801