aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml-camlidl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update OCaml to version 4.05.0 (this is the last version where stringsAlexey Dokuchaev2019-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are unsafe by default, which is the main motivation why it was picked, but not the very latest one) and synchronize the rest of the stack and dependent ports with it, particularly: - Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak, register build dependency on all ports that require it (should be part of USE_OCAML, but we do not want to make any Mk-related changes the for time being) - Update `devel/ocaml-camlp4' to version 4.05+2 - Update `devel/ocaml-camlp5' to version 7.07 (the project had moved to GitHub) - Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is very outdated and requires quite a lot of work - Update `x11-toolkits/ocaml-labltk' to version 8.06.3 PR: 218333 Exp-run by: antoine Notes: svn path=/head/; revision=505020
* - Unbreak packaging as non-root user by removing needless call to chmod(1)Alexey Dokuchaev2018-09-291-2/+0
| | | | | | | | | | | | - While here, do not force ${SHAREMODE} (444) on docfiles as well: default permissions (644) are perfectly fine Reported by: pkg-fallout PR: 231802 Submitted by: maintainer Notes: svn path=/head/; revision=480926
* - Resurrect and stagify `lang/ocaml-camlidl' portAlexey Dokuchaev2018-09-274-0/+100
| | | | | | | | | | | - Fix spelling in the COMMENT and add LICENSE knobs - Pass maintainership to the submitter PR: 231568 Submitted by: Greg Kennedy Notes: svn path=/head/; revision=480802
* Remove non staged ports without pending PR from l*Baptiste Daroussin2014-09-014-105/+0
| | | | Notes: svn path=/head/; revision=366903
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* 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