Ticket #40833: flashdot.diff
File flashdot.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
13 13 visual perceptual experiments that require a high temporal precision. \ 14 14 It is controlled by a simple experiment building language and allows \ 15 15 experiment generation with either a text or a graphical editor. 16 homepage http:// flashdot.sourceforge.net16 homepage http://www.flashdot.info/ 17 17 platforms darwin 18 18 fetch.type svn 19 worksrcdir src20 svn.url https:// flashdot.svn.sourceforge.net/svnroot/flashdot/trunk/src21 svn.revision 7819 worksrcdir src 20 svn.url https://svn.code.sf.net/p/flashdot/code/trunk/src/ 21 svn.revision 78 22 22 # Use checkout as the version calculation makes certain assumptions 23 # When 1.8 is released, svn.method can be set without the if{} 24 if {[info exists svn.method]} { 25 svn.method checkout 26 } 23 svn.method checkout 24 27 25 depends_lib port:ocaml port:ocamlsdl port:ocaml-gsl port:lablgl 28 26 use_parallel_build no