Ticket #53829: Portfile.orig

File Portfile.orig, 1.3 KB (added by tazzben (Ben Smith), 8 years ago)
Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           github 1.0
5PortGroup           python 1.0
6
7github.setup        tazzben WW 1.4
8
9categories          science education
10platforms           darwin
11maintainers         unomaha.edu:bosmith
12license             MIT
13supported_archs     noarch
14
15description         A command line tool to disaggregate pre and post test responses into Walstad and Wagner learning types
16
17long_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.
18
19checksums           rmd160  6bcb65512d391eb95aefd8ac2935a0166e78165e \
20                    sha256  ef596cdf47c6382d5950726b384ab5b458ba165a9713f6c60baaa94712707a22
21
22python.default_version  27
23
24depends_build       port:py${python.version}-setuptools
25depends_lib-append  port:py${python.version}-pandas