From owner-svn-ports-head@FreeBSD.ORG Fri May 1 14:48:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 353F6419; Fri, 1 May 2015 14:48:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 236CE1F4F; Fri, 1 May 2015 14:48:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t41EmpRc083650; Fri, 1 May 2015 14:48:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t41Emn8h083638; Fri, 1 May 2015 14:48:49 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201505011448.t41Emn8h083638@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 1 May 2015 14:48:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 14:48:51 -0000 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: (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 +# $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 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