Added: trunk/dports/science/TwitterDemandAnalyzer/Portfile (0 => 105423)
--- trunk/dports/science/TwitterDemandAnalyzer/Portfile (rev 0)
+++ trunk/dports/science/TwitterDemandAnalyzer/Portfile 2013-04-20 04:12:57 UTC (rev 105423)
@@ -0,0 +1,30 @@
+# -*- 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 TwitterDemandAnalyzer 1.0
+categories science
+platforms darwin
+maintainers ad.wsu.edu:tazz_ben
+license public-domain
+supported_archs noarch
+
+description An analysis tool (to be used on the data created by the collector) for economists \
+ using the fact that twitter presents a demand curve for information
+
+long_description An analysis tool (to be used on the data created by the collector) for economists \
+ using the fact that twitter presents a demand curve for information. A method paper \
+ by Smith and Wooten will be forthcoming in an open access journal.
+
+checksums rmd160 c4fe850318f22f0aebe7062ce26fbfce27d95335 \
+ sha256 90f2a256c6e5dbb5cdd5933297858e8da1b0853356fbab43e9775e42c013b7e8
+
+python.default_version 27
+
+depends_lib-append port:py${python.version}-dateutil \
+ port:py${python.version}-tz
+
+python.link_binaries_suffix
Property changes on: trunk/dports/science/TwitterDemandAnalyzer/Portfile
___________________________________________________________________
Added: trunk/dports/science/TwitterDemandCollector/Portfile (0 => 105423)
--- trunk/dports/science/TwitterDemandCollector/Portfile (rev 0)
+++ trunk/dports/science/TwitterDemandCollector/Portfile 2013-04-20 04:12:57 UTC (rev 105423)
@@ -0,0 +1,30 @@
+# -*- 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 TwitterDemandCollector 1.0
+categories science
+platforms darwin
+maintainers ad.wsu.edu:tazz_ben
+license public-domain
+supported_archs noarch
+
+description A collection tool for economists using the fact that Twitter presents a demand \
+ curve for information
+
+long_description A collection tool for economists using the fact that Twitter presents a demand \
+ curve for information. A method paper by Smith and Wooten will be forthcoming \
+ in an open access journal.
+
+checksums rmd160 9ffc424d7c999ca6a5c8b77c69bd61b4566881ad \
+ sha256 b317574340ff26e660aa3ce867f985f311e99425910a81aedae4e8bcb3f70afd
+
+python.default_version 27
+
+depends_lib-append port:py${python.version}-dateutil \
+ port:py${python.version}-tweepy
+
+python.link_binaries_suffix
Property changes on: trunk/dports/science/TwitterDemandCollector/Portfile
___________________________________________________________________