aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ocaml-camlidl
Commit message (Collapse)AuthorAgeFilesLines
* - OCAMLWASH is not needed. In fact, it was not really used as the properstas2009-01-091-1/+0
| | | | | | name of variable is OCAML_WASH. Spotted by: pav
* bsd.port.port.mk -> bsd.port.post.mkedwin2007-10-041-1/+1
| | | | Pointy hat to: moi
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-5/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Change my email.stas2007-03-281-1/+1
| | | | Suggested by: skv
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-141-1/+0
| | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
* Fix build/install on 4.x by using gmake+gunzip.shaun2006-09-141-2/+6
| | | | | PR: ports/103216 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* CamlIDL is a stub code generator and COM binding for Objective Caml.itetcu2006-09-044-0/+110
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 <ssedov at mbsd.msk.ru>