New port: devel/ocaml-ppx-tools
Tools for authors of syntactic tools (such as ppx rewriters). This package is licensed by LexiFi under the terms of the MIT license. WWW: https://github.com/alainfrisch/ppx_tools PR: 195777 Submitted by: <Michael Grünewald> (michipili@gmail.com)
This commit is contained in:
parent
5a0dc22eaf
commit
bcf00cd767
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385117
5 changed files with 47 additions and 0 deletions
|
@ -1401,6 +1401,7 @@
|
||||||
SUBDIR += ocaml-ounit
|
SUBDIR += ocaml-ounit
|
||||||
SUBDIR += ocaml-pcre
|
SUBDIR += ocaml-pcre
|
||||||
SUBDIR += ocaml-pomap
|
SUBDIR += ocaml-pomap
|
||||||
|
SUBDIR += ocaml-ppx-tools
|
||||||
SUBDIR += ocaml-react
|
SUBDIR += ocaml-react
|
||||||
SUBDIR += ocaml-res
|
SUBDIR += ocaml-res
|
||||||
SUBDIR += ocaml-sdl
|
SUBDIR += ocaml-sdl
|
||||||
|
|
26
devel/ocaml-ppx-tools/Makefile
Normal file
26
devel/ocaml-ppx-tools/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Created by: Michael Grünewald <michipili@gmail.com>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= ppx-tools
|
||||||
|
PORTVERSION= 0.99.2
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= https://github.com/alainfrisch/${PORTNAME:C/-/_/}/archive/
|
||||||
|
PKGNAMEPREFIX= ocaml-
|
||||||
|
DISTNAME= ${PORTNAME:C/-/_/}_${PORTVERSION}
|
||||||
|
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||||
|
|
||||||
|
MAINTAINER= michipili@gmail.com
|
||||||
|
COMMENT= Tools for authors of ppx rewriters
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
|
USES= gmake
|
||||||
|
USE_OCAML= yes
|
||||||
|
USE_OCAML_FINDLIB=yes
|
||||||
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME:C/-/_/}-${PORTNAME:C/-/_/}_${PORTVERSION}
|
||||||
|
|
||||||
|
post-stage:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/ppx_tools/ppx_tools.cmxs
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/ocaml-ppx-tools/distinfo
Normal file
2
devel/ocaml-ppx-tools/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (ocaml-ppx-tools/ppx_tools_0.99.2.tar.gz) = 98128022ea0574d769a263eb9b73be06200eec4bac9adb8dc44df289a77c4dec
|
||||||
|
SIZE (ocaml-ppx-tools/ppx_tools_0.99.2.tar.gz) = 15877
|
5
devel/ocaml-ppx-tools/pkg-descr
Normal file
5
devel/ocaml-ppx-tools/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Tools for authors of syntactic tools (such as ppx rewriters).
|
||||||
|
|
||||||
|
This package is licensed by LexiFi under the terms of the MIT license.
|
||||||
|
|
||||||
|
WWW: https://github.com/alainfrisch/ppx_tools
|
13
devel/ocaml-ppx-tools/pkg-plist
Normal file
13
devel/ocaml-ppx-tools/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/META
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmi
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ast_convenience.cmx
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmi
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ast_mapper_class.cmx
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/dumpast
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/genlifter
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_metaquot
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.a
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cma
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxa
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/ppx_tools.cmxs
|
||||||
|
%%OCAML_SITELIBDIR%%/ppx_tools/rewriter
|
Loading…
Reference in a new issue