aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-react
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371546
* Unbreak on the package builders by using the same option as ocaml (X11 on by ↵Antoine Brodin2014-07-221-0/+1
| | | | | | | default) Notes: svn path=/head/; revision=362516
* Remove some instances of WITHOUT_X11 and use an X11 OPTIONAdam Weinberger2014-07-211-1/+6
| | | | | | | instead. Notes: svn path=/head/; revision=362457
* ocaml-(react, lwt): Use ldconfig againJohn Marino2014-03-261-0/+2
| | | | | | | | USE_OCAML_LDCONFIG should be working again, so fix the last two Ocaml ports to use it, and bump them too. Notes: svn path=/head/; revision=349304
* devel/ocaml-react: Upgrade version 0.9.2 -> 0.9.4 and stageJohn Marino2014-03-263-22/+22
| | | | | | | | | | | | | | The maintainer patch worked out of the box, but it came from a time before staging. Significant rework was necessary to provide stage support, but luckily Jaap already added this support for the pkgsrc version he maintains (also at devel/ocaml-react over there). PR: ports/176057 Submitted by: maintainer (Jaap Boender) Stage support: Taken from pkgsrc Notes: svn path=/head/; revision=349285
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - 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