[150951] trunk/dports/science

mf2k at macports.org mf2k at macports.org
Wed Aug 3 08:55:17 PDT 2016


Revision: 150951
          https://trac.macports.org/changeset/150951
Author:   mf2k at macports.org
Date:     2016-08-03 08:55:17 -0700 (Wed, 03 Aug 2016)
Log Message:
-----------
WW: New port. (#51938)

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

Added: trunk/dports/science/WW/Portfile
===================================================================
--- trunk/dports/science/WW/Portfile	                        (rev 0)
+++ trunk/dports/science/WW/Portfile	2016-08-03 15:55:17 UTC (rev 150951)
@@ -0,0 +1,26 @@
+# -*- 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 WW 1.1
+
+categories          science education
+platforms           darwin
+maintainers         unomaha.edu:bosmith
+license             MIT
+supported_archs     noarch
+
+description         A command line tool to disaggregate pre and post test responses into Walstad and Wagner learning types
+
+long_description    In the Spring of 2016, Walstad and Wagner released a paper suggesting that the pretest/posttest delta is insufficient in assessing learning outcomes. However, performing such a disaggregation is time intensive, especially if the questions appear in a different location (or order) on the pre and post test.  WW_out is a command line tool that makes this disaggregation easy. It uses four CSV files to generate outcomes by question and student.
+
+checksums           rmd160  241bd5236a9d31e4cffd7066e341b4294051ba7c \
+                    sha256  f6ef7d0f4f185bf9da203cf3f24260e3af1abc672a4791b8163834036824bf94
+
+python.default_version  27
+
+depends_build       port:py${python.version}-setuptools
+depends_lib-append  port:py${python.version}-pandas


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


More information about the macports-changes mailing list