aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-react
Commit message (Collapse)AuthorAgeFilesLines
* - patch to make devel/ocaml-react work with ocamlfind [1]Michael Scheidell2012-01-073-0/+14
| | | | | | | | | | | | - Add check for X11 so ocaml-nox11 is used as dependency if WITHOUT_X11 is defined [2] PR: ports/163717 [1] Submitted by: jaapb@kerguelen.org (maintainer) [1] Reviewed by: scheidell [2] Approved by: jaapb@kerguelen.org (maintainer), gabor (mentor) Notes: svn path=/head/; revision=288690
* - destdir check should only be done in install phaseEitan Adler2012-01-032-1/+2
| | | | | | | | Submitted by: pointyhat Reviewed by: jsa Notes: svn path=/head/; revision=288445
* React is an Ocaml module for functional reactive programming. It providesEitan Adler2011-12-254-0/+55
support to programs with time varying values: applicative events and signals. React doesn't define any primitive event or signal, this lets the client choose the concrete timeline. WWW: http://erratique.ch/software/react PR: ports/156472 Submitted by: Jaap Boender <jaapb@kerguelen.org> Notes: svn path=/head/; revision=288021