From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 15 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7D49BC68 for ; Fri, 15 Feb 2013 10:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6468CFB1 for ; Fri, 15 Feb 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1FAe0H0075118 for ; Fri, 15 Feb 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1FAe02c075117; Fri, 15 Feb 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2013 10:40:00 GMT Resent-Message-Id: <201302151040.r1FAe02c075117@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaap Boender Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 72C9AAC2 for ; Fri, 15 Feb 2013 10:32:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4CFECF52 for ; Fri, 15 Feb 2013 10:32:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1FAWOQc071502 for ; Fri, 15 Feb 2013 10:32:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1FAWObN071501; Fri, 15 Feb 2013 10:32:24 GMT (envelope-from nobody) Message-Id: <201302151032.r1FAWObN071501@red.freebsd.org> Date: Fri, 15 Feb 2013 10:32:24 GMT From: Jaap Boender To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176163: [new port] devel/js_of_ocaml (OCaml to JavaScript compiler) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 10:40:00 -0000 >Number: 176163 >Category: ports >Synopsis: [new port] devel/js_of_ocaml (OCaml to JavaScript compiler) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jaap Boender >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD purcell.mdx.ac.uk 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This is a new port, devel/js_of_ocaml, an OCaml to JavaScript compiler. It is needed for Eliom - a part of the Ocsigen web framework programming, the original port having been split. This needs the new version of lwt (submitted as ports/176061) and the new port devel/js_of_ocaml (submitted as ports/176162) I have tested it with ocaml 4 (ports/173364), but it should work with the version currently in ports as well. >How-To-Repeat: n/a >Fix: shar of port directory included. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # js_of_ocaml # js_of_ocaml/Makefile # js_of_ocaml/distinfo # js_of_ocaml/pkg-descr # echo c - js_of_ocaml mkdir -p js_of_ocaml > /dev/null 2>&1 echo x - js_of_ocaml/Makefile sed 's/^X//' >js_of_ocaml/Makefile << '4cef69b610bc3c287b5efa175fdbea19' X# New ports collection makefile for: js_of_ocaml X# Date created: February 13, 2013 X# Whom: Jaap Boender X# X# $FreeBSD$ X XPORTNAME= js_of_ocaml XPORTVERSION= 1.3.2 XCATEGORIES= devel www XMASTER_SITES= http://ocsigen.org/download/ X XMAINTAINER= jaapb@kerguelen.org XCOMMENT= OCaml to JavaScript compiler X XBUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ X ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen XRUN_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ X ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen X XSA_DIR= ${PREFIX}/${OCAML_SITELIBDIR} X XUSE_OCAML= yes XUSE_OCAML_FINDLIB= yes XUSE_OCAML_LDCONFIG= yes XUSE_OCAMLFIND_PLIST= yes X XPLIST_FILES+= bin/js_of_ocaml X XUSE_GMAKE= yes X X.include 4cef69b610bc3c287b5efa175fdbea19 echo x - js_of_ocaml/distinfo sed 's/^X//' >js_of_ocaml/distinfo << '8b96a147e87db990952a9365ae1eab03' XSHA256 (js_of_ocaml-1.3.2.tar.gz) = 5996d2a9bc32121186e1964af557bb411eb5a27aa155d2c6a8a144ee5f3d0c36 XSIZE (js_of_ocaml-1.3.2.tar.gz) = 1901593 8b96a147e87db990952a9365ae1eab03 echo x - js_of_ocaml/pkg-descr sed 's/^X//' >js_of_ocaml/pkg-descr << 'ffa2fe1a1cb965ee3fab628e8149bb44' XJs_of_ocaml is a compiler of OCaml bytecode to Javascript. It makes it possible Xto run Ocaml programs in a Web browser. X XWWW: http://ocsigen.org/js_of_ocaml/ ffa2fe1a1cb965ee3fab628e8149bb44 exit >Release-Note: >Audit-Trail: >Unformatted: