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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pspp |
---|
7 | version 0.6.0 |
---|
8 | categories math |
---|
9 | maintainers lavergne.gotdns.org:jeremy |
---|
10 | description Statistical analysis of sampled data (free replacement \ |
---|
11 | for SPSS). |
---|
12 | long_description PSPP is a program for \ |
---|
13 | statistical analysis of sampled data. It is a Free \ |
---|
14 | replacement for the proprietary program SPSS, and \ |
---|
15 | appears very similar to it with a few exceptions. |
---|
16 | homepage http://www.gnu.org/software/pspp/ |
---|
17 | platforms darwin |
---|
18 | master_sites ftp://ftp.gnu.org/gnu/pspp/ |
---|
19 | |
---|
20 | checksums md5 425c4a59d8e85276d3a4ecd6cb0024a3 \ |
---|
21 | sha1 b6a89d758a39c9c53803a8b44d73899e9219e33c \ |
---|
22 | rmd160 889745e4b423845f0d87cdfb38004320475dff49 |
---|
23 | |
---|
24 | extract.suffix .tar.gz |
---|
25 | use_parallel_build yes |
---|
26 | |
---|
27 | depends_lib port:gsl \ |
---|
28 | port:perl5.8 \ |
---|
29 | port:libiconv \ |
---|
30 | port:plotutils \ |
---|
31 | port:pkgconfig \ |
---|
32 | port:gtk2 \ |
---|
33 | port:libglade2 \ |
---|
34 | port:libpqxx \ |
---|
35 | port:zlib \ |
---|
36 | port:libxml2 \ |
---|
37 | port:ncursesw \ |
---|
38 | port:readline \ |
---|
39 | port:texinfo |
---|
40 | |
---|
41 | patchfiles patch-config.h.in |
---|