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

(-)b/devel/ocaml-ppx-tools/Makefile (-10 / +26 lines)
Lines 1-9 Link Here
1
# Created by: Michael Grünewald <michipili@gmail.com>
1
# Created by: Michael Grünewald <michipili@gmail.com>
2
2
3
PORTNAME=	ppx-tools
3
PORTNAME=	ppx_tools
4
PORTVERSION=	5.0
4
PORTVERSION=	6.5
5
PORTREVISION=	1
6
DISTVERSIONSUFFIX=	+4.05.0
7
CATEGORIES=	devel
5
CATEGORIES=	devel
8
PKGNAMEPREFIX=	ocaml-
6
PKGNAMEPREFIX=	ocaml-
9
7
Lines 12-26 COMMENT= Tools for authors of ppx rewriters Link Here
12
10
13
LICENSE=	MIT
11
LICENSE=	MIT
14
12
15
USES=		gmake
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
16
USE_OCAML=	yes
14
		cppo:devel/ocaml-cppo	\
17
USE_OCAML_FINDLIB=yes
15
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
18
MAKE_JOBS_UNSAFE=yes
16
19
USE_GITHUB=	yes
17
USE_GITHUB=	yes
20
GH_ACCOUNT=	ocaml-ppx
18
GH_ACCOUNT=	ocaml-ppx
21
GH_PROJECT=	${PORTNAME:C/-/_/}
19
20
USE_OCAML=	yes
21
22
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
25
OPTIONS_DEFINE=	DOCS
26
27
BINS=		ast_lifter/ast_lifter.cmxs metaquot/ppx_metaquot.cmxs	\
28
		metaquot/ppx.exe dumpast genlifter ppx_metaquot rewriter\
29
		ppx_tools.cmxs
30
31
do-build:
32
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
33
34
do-install:
35
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
22
36
23
post-install:
37
post-install:
24
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/ppx_tools/ppx_tools.cmxs
38
.for bin in ${BINS}
39
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/${PORTNAME}/${bin}
40
.endfor
25
41
26
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx-tools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1488115400
1
TIMESTAMP = 1647984309
2
SHA256 (ocaml-ppx-ppx_tools-5.0+4.05.0_GH0.tar.gz) = 031e05e2f98fd77a412cff00f19262e186b0c8a1804fece06d2af05e37a563b7
2
SHA256 (ocaml-ppx-ppx_tools-6.5_GH0.tar.gz) = deb6410b6a0cc6f1bab6595f603b66c8c4937886513a0307ff90677431a79a16
3
SIZE (ocaml-ppx-ppx_tools-5.0+4.05.0_GH0.tar.gz) = 17893
3
SIZE (ocaml-ppx-ppx_tools-6.5_GH0.tar.gz) = 19200
(-)b/devel/ocaml-ppx-tools/pkg-plist (-1 / +24 lines)
Lines 3-19 Link Here
3
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmt
3
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmt
4
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmti
4
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmti
5
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmx
5
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmx
6
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.ml
6
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.mli
7
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.mli
8
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.a
9
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cma
10
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmi
11
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmt
12
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmx
13
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmxa
14
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.cmxs
15
%%OCAML_SITELIBDIR%%/ppx_tools/ast_lifter/ast_lifter.ml
7
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmi
16
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmi
8
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmt
17
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmt
9
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmti
18
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmti
10
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmx
19
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmx
20
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.ml
11
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.mli
21
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.mli
12
%%OCAML_SITELIBDIR%%/ppx_tools/dumpast
22
%%OCAML_SITELIBDIR%%/ppx_tools/dumpast
23
%%OCAML_SITELIBDIR%%/ppx_tools/dune-package
13
%%OCAML_SITELIBDIR%%/ppx_tools/genlifter
24
%%OCAML_SITELIBDIR%%/ppx_tools/genlifter
25
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx.exe
26
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.a
27
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cma
28
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmi
29
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmt
30
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmx
31
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmxa
32
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.cmxs
33
%%OCAML_SITELIBDIR%%/ppx_tools/metaquot/ppx_metaquot.ml
34
%%OCAML_SITELIBDIR%%/ppx_tools/opam
14
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_metaquot
35
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_metaquot
15
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.a
36
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.a
16
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cma
37
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cma
17
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxa
38
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxa
18
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxs
39
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxs
19
%%OCAML_SITELIBDIR%%/ppx_tools/rewriter
40
%%OCAML_SITELIBDIR%%/ppx_tools/rewriter
20
- 
41
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
42
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
43
%%PORTDOCS%%%%DOCSDIR%%/README.md

Return to bug 262790