summaryrefslogtreecommitdiff
path: root/lang/ocaml-camlidl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* mark MAKE_JOBS_UNSAFEBrendan Fabeny2012-04-191-0/+2
| | | | | | | | PR: 166675 Submitted by: M. Dzham Notes: svn path=/head/; revision=295086
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276987
* - Bump portrevisions on all ocaml libraries, as it appears that compiledStanislav Sedov2011-04-051-1/+1
| | | | | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree Notes: svn path=/head/; revision=272267
* - OCAMLWASH is not needed. In fact, it was not really used as the properStanislav Sedov2009-01-081-1/+0
| | | | | | | | | name of variable is OCAML_WASH. Spotted by: pav Notes: svn path=/head/; revision=225470
* bsd.port.port.mk -> bsd.port.post.mkEdwin Groothuis2007-10-041-1/+1
| | | | | | | Pointy hat to: moi Notes: svn path=/head/; revision=200788
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-5/+1
| | | | Notes: svn path=/head/; revision=200774
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Change my email.Stanislav Sedov2007-03-271-1/+1
| | | | | | | Suggested by: skv Notes: svn path=/head/; revision=188599
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].Mark Linimon2007-03-141-1/+0
| | | | | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] Notes: svn path=/head/; revision=187350
* Fix build/install on 4.x by using gmake+gunzip.Shaun Amott2006-09-131-2/+6
| | | | | | | | PR: ports/103216 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=172951
* CamlIDL is a stub code generator and COM binding for Objective Caml.Ion-Mihai Tetcu2006-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> Notes: svn path=/head/; revision=172189