[49068] trunk/dports/science

blb at macports.org blb at macports.org
Thu Apr 2 14:29:44 PDT 2009


Revision: 49068
          http://trac.macports.org/changeset/49068
Author:   blb at macports.org
Date:     2009-04-02 14:29:42 -0700 (Thu, 02 Apr 2009)
Log Message:
-----------
New port - science/flashdot, FlashDot is a generator for psychophysical experiments
Ticket #18995

Added Paths:
-----------
    trunk/dports/science/flashdot/
    trunk/dports/science/flashdot/Portfile

Added: trunk/dports/science/flashdot/Portfile
===================================================================
--- trunk/dports/science/flashdot/Portfile	                        (rev 0)
+++ trunk/dports/science/flashdot/Portfile	2009-04-02 21:29:42 UTC (rev 49068)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem        1.0
+
+name              flashdot
+version           0.7.8
+categories        science
+maintainers       macports at tobias-elze.de
+description       FlashDot is a generator for psychophysical experiments.
+long_description  \
+    FlashDot is intended for generating and presenting\
+    visual perceptual experiments that require a high temporal precision. \
+    It is controlled by a simple experiment building language and allows \
+    experiment generation with either a text or a graphical editor.
+homepage          http://flashdot.sourceforge.net
+platforms         darwin
+fetch.type        svn
+worksrcdir       src
+svn.url           https://flashdot.svn.sourceforge.net/svnroot/flashdot/trunk/src
+svn.tag          78
+# Use checkout as the version calculation makes certain assumptions
+# When 1.8 is released, svn.method can be set without the if{}
+if {[info exists svn.method]} {
+   svn.method          checkout
+}
+depends_lib       port:ocamlsdl port:ocamlgsl port:lablgl
+use_parallel_build no


Property changes on: trunk/dports/science/flashdot/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090402/dc6eddeb/attachment.html>


More information about the macports-changes mailing list