| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Mar 2013 16:29:01
1.05_2
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
19 Apr 2012 04:10:34
1.05_2
|
bf  |
mark MAKE_JOBS_UNSAFE
PR: 166675
Submitted by: M. Dzham |
24 Oct 2011 03:33:20
1.05_2
|
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
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). |
03 Jul 2011 13:45:36
1.05_2
|
ohauer  |
- remove MD5 |
05 Apr 2011 22:23:33
1.05_2
|
stas  |
- Bump portrevisions on all ocaml libraries, as it appears that compiled
interface files (.cmi) are not backward compatible with a newer ocaml
version.
PR: ports/156195
Suggested by: mandree |
08 Jan 2009 16:12:38
1.05_1
|
stas  |
- OCAMLWASH is not needed. In fact, it was not really used as the proper
name of variable is OCAML_WASH.
Spotted by: pav |
04 Oct 2007 05:55:26
1.05_1
|
edwin  |
bsd.port.port.mk -> bsd.port.post.mk
Pointy hat to: moi |
04 Oct 2007 01:25:18
1.05_1  |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
19 May 2007 20:32:57
1.05_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Mar 2007 22:12:03
1.05
|
stas  |
- Change my email.
Suggested by: skv |
14 Mar 2007 04:12:32
1.05
|
linimon  |
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] |
13 Sep 2006 16:39:47
1.05
|
shaun  |
Fix build/install on 4.x by using gmake+gunzip.
PR: ports/103216
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
04 Sep 2006 15:27:12
1.05
|
itetcu  |
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 <ssedov at mbsd.msk.ru> |