[58556] trunk/dports/science

Ryan Schmidt ryandesign at macports.org
Wed Sep 30 18:37:29 PDT 2009


On Sep 30, 2009, at 20:18, singingwolfboy at macports.org wrote:

> Revision: 58556
>          http://trac.macports.org/changeset/58556
> Author:   singingwolfboy at macports.org
> Date:     2009-09-30 18:18:35 -0700 (Wed, 30 Sep 2009)
> Log Message:
> -----------
> added new portfile for emergent simulator
>

You need to specify an svn.revision. Otherwise people installing the  
port at different times will get different versions of the software,  
which we don't want to have happen.

Also, if you don't want to maintain this, then set the maintainer line  
to "nomaintainer". "openmaintainer" by itself is not allowed, as "port  
lint" should report.


> Added Paths:
> -----------
>    trunk/dports/science/emergent/
>    trunk/dports/science/emergent/Portfile
>
> Added: trunk/dports/science/emergent/Portfile
> ===================================================================
> --- trunk/dports/science/emergent/Portfile	                         
> (rev 0)
> +++ trunk/dports/science/emergent/Portfile	2009-10-01 01:18:35 UTC  
> (rev 58556)
> @@ -0,0 +1,31 @@
> +# $Id$
> +
> +PortSystem      1.0
> +
> +name            emergent
> +version         5.0.0
> +categories      science
> +platforms       darwin
> +maintainers     openmaintainer
> +description     Neural network simulator
> +
> +long_description \
> +    emergent is a comprehensive simulation environment for creating  
> complex, \
> +    sophisticated models of the brain and cognitive processes using  
> neural \
> +    network models. It includes a full GUI environment for  
> constructing \
> +    networks and the input/output patterns for the networks to  
> process, and \
> +    many different analysis tools for understanding what the  
> networks are \
> +    doing.
> +
> +homepage        http://grey.colorado.edu/emergent
> +fetch.type      svn
> +worksrcdir      trunk
> +svn.url         http://grey.colorado.edu/svn/emergent/emergent/${worksrcdir}
> +svn.args        --username anonymous --password emergent
> +configure.env-append    UPDATE_TYPE=svn
> +build.dir       ${worksrcpath}/build
> +use_parallel_build  yes
> +
> +depends_build   bin:cmake:cmake
> +depends_lib     port:readline port:qt4-mac port:Coin port:Quarter  
> port:gsl port:ode




More information about the macports-dev mailing list