From owner-cvs-ports@FreeBSD.ORG Mon Sep 4 15:27:13 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBB316A4E7; Mon, 4 Sep 2006 15:27:13 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C15B43D49; Mon, 4 Sep 2006 15:27:13 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FRCTC085589; Mon, 4 Sep 2006 15:27:12 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FRCJ9085588; Mon, 4 Sep 2006 15:27:12 GMT (envelope-from itetcu) Message-Id: <200609041527.k84FRCJ9085588@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 4 Sep 2006 15:27:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/ocaml-camlidl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:27:13 -0000 itetcu 2006-09-04 15:27:12 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/ocaml-camlidl Makefile distinfo pkg-descr pkg-plist Log: CamlIDL is a stub code generator and COM binding for Objective Caml. CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language; it looks like C header files with some extras annotations, plus a notion of object interfaces that look like C++ classess without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components. WWW: http://caml.inria.fr/pub/old_caml_site/camlidl/ PR: ports/101100 Submitted by: Stanislav Sedov Revision Changes Path 1.511 +1 -0 ports/lang/Makefile 1.1 +66 -0 ports/lang/ocaml-camlidl/Makefile (new) 1.1 +6 -0 ports/lang/ocaml-camlidl/distinfo (new) 1.1 +14 -0 ports/lang/ocaml-camlidl/pkg-descr (new) 1.1 +24 -0 ports/lang/ocaml-camlidl/pkg-plist (new)