View | Details | Raw Unified | Return to bug 172235
Collapse All | Expand All

(-)devel/ocaml-xstr/Makefile (-8 / +9 lines)
Lines 1-24 Link Here
1
# New ports collection makefile for:	ocaml-xstr
1
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
2
# Date created:		2006-07-29
3
# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
4
#
5
# $MBSDlabs$
6
# $FreeBSD: ports/devel/ocaml-xstr/Makefile,v 1.6 2011/10/24 03:32:57 stas Exp $
2
# $FreeBSD: ports/devel/ocaml-xstr/Makefile,v 1.6 2011/10/24 03:32:57 stas Exp $
7
#
8
3
9
PORTNAME=	xstr
4
PORTNAME=	xstr
10
PORTVERSION=	0.2.1
5
PORTVERSION=	0.2.1
11
PORTREVISION=	2
6
PORTREVISION=	2
12
CATEGORIES=	devel
7
CATEGORIES=	devel
13
MASTER_SITES=	http://www.ocaml-programming.de/packages/
8
MASTER_SITES=	http://download.camlcity.org/download/
14
PKGNAMEPREFIX=	ocaml-
9
PKGNAMEPREFIX=	ocaml-
15
10
16
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	Thread-safe implementation of string searching/matching
12
COMMENT=	Thread-safe implementation of string searching/matching
18
13
14
LICENSE=	MIT
15
19
WRKSRC=		${WRKDIR}/${PORTNAME}
16
WRKSRC=		${WRKDIR}/${PORTNAME}
20
USE_GMAKE=	yes
17
21
USE_OCAML=	yes
18
USE_OCAML=	yes
22
USE_OCAML_FINDLIB=yes
19
USE_OCAML_FINDLIB=yes
20
USE_OCAMLFIND_PLIST=yes
21
22
USE_GMAKE=	yes
23
ALL_TARGET=	all opt
23
24
24
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)devel/ocaml-xstr/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
big, xstr is up to half as fast than Str.
7
big, xstr is up to half as fast than Str.
8
8
9
Author:	Gerd Stolpmann <gerd@gerd-stolpmann.de>
9
Author:	Gerd Stolpmann <gerd@gerd-stolpmann.de>
10
WWW:	http://www.ocaml-programming.de/packages/
10
WWW:	http://projects.camlcity.org/projects/xstr.html
(-)devel/ocaml-xstr/pkg-plist (-8 lines)
Lines 1-8 Link Here
1
%%OCAML_SITELIBDIR%%/xstr/META
2
%%OCAML_SITELIBDIR%%/xstr/xstr.cma
3
%%OCAML_SITELIBDIR%%/xstr/xstr_match.cmi
4
%%OCAML_SITELIBDIR%%/xstr/xstr_match.mli
5
%%OCAML_SITELIBDIR%%/xstr/xstr_search.cmi
6
%%OCAML_SITELIBDIR%%/xstr/xstr_search.mli
7
%%OCAML_SITELIBDIR%%/xstr/xstr_split.cmi
8
%%OCAML_SITELIBDIR%%/xstr/xstr_split.mli

Return to bug 172235