a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name dap
version 3.5
categories math
maintainers nomaintainer@macports.org
description small statistics and graphics package
long_description \
Dap is a small statistics and graphics package based on C. \
Version 3.0 of Dap can read SBS programs! The user wishing \
to perform basic statistical analyses is now freed from \
learning and using C syntax for straightforward tasks, \
while retaining access to the C-style graphics and \
statistics features provided by the original \
implementation. Dap provides core methods of data \
management, analysis, and graphics that are commonly used \
in statistical consulting practice (univariate statistics, \
correlations and regression, ANOVA, categorical data \
analysis, logistic regression, and nonparametric analyses).
homepage http://www.gnu.org/software/dap/dap.html
platforms darwin
master_sites gnu
checksums md5 ec50994b1f4baca937ebe8b69ab4d158
configure.args --infodir=${prefix}/share/info
post-destroot {
file delete -force ${destroot}${prefix}/share/info/dir
}