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

(-)ocaml-pcre-new/Makefile (-2 / +7 lines)
Lines 7-22 Link Here
7
7
8
PORTNAME=	pcre
8
PORTNAME=	pcre
9
PORTVERSION=	6.2.2
9
PORTVERSION=	6.2.2
10
PORTREVISION=	1
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	http://www.ocaml.info/ocaml_sources/
12
MASTER_SITES=	http://hg.ocaml.info/release/pcre-ocaml/archive/
12
PKGNAMEPREFIX=	ocaml-
13
PKGNAMEPREFIX=	ocaml-
13
DISTNAME=	pcre-ocaml-${PORTVERSION}
14
DISTNAME=	release-${PORTVERSION}
14
15
15
MAINTAINER=	johans@FreeBSD.org
16
MAINTAINER=	johans@FreeBSD.org
16
COMMENT=	Perl compatible regular expressions for Objective Caml
17
COMMENT=	Perl compatible regular expressions for Objective Caml
17
18
18
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
19
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
19
20
21
WRKSRC=		${WRKDIR}/pcre-ocaml-release-${PORTVERSION}
22
23
LICENSE=	LGPL21
24
20
USE_OCAML=	yes
25
USE_OCAML=	yes
21
USE_OCAML_FINDLIB=	yes
26
USE_OCAML_FINDLIB=	yes
22
USE_OCAML_LDCONFIG=	yes
27
USE_OCAML_LDCONFIG=	yes
(-)ocaml-pcre-new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pcre-ocaml-6.2.2.tar.gz) = a0219044b20acb6f1c15ebf438cc780d814b72480c2d78511eadf6140ee8791a
1
SHA256 (release-6.2.2.tar.gz) = 59ccd8ec4518c95571b2397bae506770a2924a33a6612ff316e2d63c49286683
2
SIZE (pcre-ocaml-6.2.2.tar.gz) = 60382
2
SIZE (release-6.2.2.tar.gz) = 60359
(-)ocaml-pcre-new/pkg-plist (-24 / +24 lines)
Lines 6-32 Link Here
6
%%OCAML_SITELIBDIR%%/pcre/pcre.cmi
6
%%OCAML_SITELIBDIR%%/pcre/pcre.cmi
7
%%OCAML_SITELIBDIR%%/pcre/pcre.cmxa
7
%%OCAML_SITELIBDIR%%/pcre/pcre.cmxa
8
%%OCAML_SITELIBDIR%%/pcre/pcre.mli
8
%%OCAML_SITELIBDIR%%/pcre/pcre.mli
9
%%PORTDOCS%%%%EXAMPLESDIR%%/OMakefile
9
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OMakefile
10
%%PORTDOCS%%%%EXAMPLESDIR%%/cloc/Makefile
10
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/Makefile
11
%%PORTDOCS%%%%EXAMPLESDIR%%/cloc/OMakefile
11
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/OMakefile
12
%%PORTDOCS%%%%EXAMPLESDIR%%/cloc/README
12
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/README
13
%%PORTDOCS%%%%EXAMPLESDIR%%/cloc/cloc.ml
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/cloc.ml
14
%%PORTDOCS%%%%EXAMPLESDIR%%/cloc/make_win32_cloc.bat
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloc/make_win32_cloc.bat
15
%%PORTDOCS%%%%EXAMPLESDIR%%/count_hash/Makefile
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/Makefile
16
%%PORTDOCS%%%%EXAMPLESDIR%%/count_hash/OMakefile
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/OMakefile
17
%%PORTDOCS%%%%EXAMPLESDIR%%/count_hash/README
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/README
18
%%PORTDOCS%%%%EXAMPLESDIR%%/count_hash/count_hash.ml
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/count_hash/count_hash.ml
19
%%PORTDOCS%%%%EXAMPLESDIR%%/pcregrep/Makefile
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/Makefile
20
%%PORTDOCS%%%%EXAMPLESDIR%%/pcregrep/OMakefile
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/OMakefile
21
%%PORTDOCS%%%%EXAMPLESDIR%%/pcregrep/README
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/README
22
%%PORTDOCS%%%%EXAMPLESDIR%%/pcregrep/pcregrep.ml
22
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcregrep/pcregrep.ml
23
%%PORTDOCS%%%%EXAMPLESDIR%%/subst/Makefile
23
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/Makefile
24
%%PORTDOCS%%%%EXAMPLESDIR%%/subst/OMakefile
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/OMakefile
25
%%PORTDOCS%%%%EXAMPLESDIR%%/subst/README
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/README
26
%%PORTDOCS%%%%EXAMPLESDIR%%/subst/subst.ml
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst/subst.ml
27
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/subst
27
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/subst
28
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/pcregrep
28
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pcregrep
29
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/count_hash
29
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/count_hash
30
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cloc
30
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cloc
31
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
31
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
32
%%PORTDOCS%%@dirrmtry share/examples/ocaml
32
%%PORTEXAMPLES%%@dirrmtry share/examples/ocaml

Return to bug 155156