| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Mar 2013 16:29:01
108.07.00_1
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
24 Dec 2012 02:11:45
108.07.00_1
|
araujo  |
- Fix wrong bracket.
Reported by: nox@ |
20 Dec 2012 05:49:32
108.07.00
|
araujo  |
- Update to 108.07.00.
- Add LICENSE.
- Add MAKE_JOBS_UNSAFE.
- Trim header.
PR: ports/172232
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
24 Oct 2011 03:33:20
3.0.0_1
|
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 14:59:23
3.0.0_1
|
ohauer  |
-remove MD5 |
05 Apr 2011 22:23:33
3.0.0_1
|
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 |
20 Nov 2009 22:53:09
3.0.0
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
01 Jun 2008 09:42:37
3.0.0
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
08 Apr 2008 13:14:43
3.0.0
|
stas  |
- Update to 3.0.0
- fix with new ocaml [1].
Reported by: pav [1] |
19 May 2007 20:32:57
2.2.0_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
2.2.0
|
stas  |
- Change my email.
Suggested by: skv |
14 Mar 2007 04:12:32
2.2.0
|
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] |
04 Aug 2006 17:01:11
2.2.0
|
itetcu  |
This library contains functionality for parsing and pretty-printing
S-expressions. In addition to that it contains an extremely useful
preprocessing module for Camlp4, which can be used to automatically generate
code from type definitions for efficiently converting OCaml-values to
S-expressions and vice versa. In combination with the parsing and
pretty-printing functionality this frees the user from having to write his own
I/O-routines for datastructures he defines. Possible errors during automatic
conversions from S-expressions to OCaml-values are reported in a very
human-readable way. Another module in the library allows you to extract and
replace sub-expressions in S-expressions.
Author: Markus Mottl <mmottl@janestcapital.com>
WWW: http://www.janestcapital.com/ocaml/index.html
PR: ports/101221
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |