Date: Fri, 1 May 2015 14:48:49 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385117 - in head/devel: . ocaml-ppx-tools Message-ID: <201505011448.t41Emn8h083638@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri May 1 14:48:49 2015 New Revision: 385117 URL: https://svnweb.freebsd.org/changeset/ports/385117 Log: 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) Added: head/devel/ocaml-ppx-tools/ head/devel/ocaml-ppx-tools/Makefile (contents, props changed) head/devel/ocaml-ppx-tools/distinfo (contents, props changed) head/devel/ocaml-ppx-tools/pkg-descr (contents, props changed) head/devel/ocaml-ppx-tools/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 1 14:36:27 2015 (r385116) +++ head/devel/Makefile Fri May 1 14:48:49 2015 (r385117) @@ -1401,6 +1401,7 @@ SUBDIR += ocaml-ounit SUBDIR += ocaml-pcre SUBDIR += ocaml-pomap + SUBDIR += ocaml-ppx-tools SUBDIR += ocaml-react SUBDIR += ocaml-res SUBDIR += ocaml-sdl Added: head/devel/ocaml-ppx-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-ppx-tools/Makefile Fri May 1 14:48:49 2015 (r385117) @@ -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> Added: head/devel/ocaml-ppx-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-ppx-tools/distinfo Fri May 1 14:48:49 2015 (r385117) @@ -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 Added: head/devel/ocaml-ppx-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-ppx-tools/pkg-descr Fri May 1 14:48:49 2015 (r385117) @@ -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 Added: head/devel/ocaml-ppx-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-ppx-tools/pkg-plist Fri May 1 14:48:49 2015 (r385117) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011448.t41Emn8h083638>