[99349] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Fri Nov 2 22:35:04 PDT 2012


Revision: 99349
          http://trac.macports.org//changeset/99349
Author:   ryandesign at macports.org
Date:     2012-11-02 22:35:04 -0700 (Fri, 02 Nov 2012)
Log Message:
-----------
EGSimulation: new port, version 1.0 (#36690)

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

Added: trunk/dports/science/EGSimulation/Portfile
===================================================================
--- trunk/dports/science/EGSimulation/Portfile	                        (rev 0)
+++ trunk/dports/science/EGSimulation/Portfile	2012-11-03 05:35:04 UTC (rev 99349)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        tazzben EGSimulation 1.0
+github.project      EconScripts
+categories          science
+platforms           darwin
+maintainers         ad.wsu.edu:tazz_ben
+license             public-domain
+supported_archs     noarch
+
+description         Simulate the Ellison & Glaeser statistic using randomness alone
+
+long_description    By using a simulation of firm sizes (using a lognormal distribution) and specified geographic regions, standard deviations and employee head count, we can compute the critical regions for the Ellison & Glaeser statistic. In the process, it also calculates herfindahl values and provides critical regions.
+
+homepage            ${github.homepage}/tree/master/Simulations/Python/EG%20Statistic
+github.tarball_from downloads
+
+checksums           rmd160  5dcd5d51188a9fa6e550383fbc57bf655119a0ed \
+                    sha256  2a3fcdbacee642ef701561ea6664208a427f453a09bc39be0a28710d1a6dbff4
+
+python.versions     27
+
+depends_lib-append  port:py${python.version}-crypto \
+                    port:py${python.version}-numpy \
+                    port:py${python.version}-scipy
+
+python.link_binaries_suffix
+
+livecheck.type      regex
+livecheck.url       ${github.homepage}/downloads
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/science/EGSimulation/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/20121102/188be954/attachment.html>


More information about the macports-changes mailing list