diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-06-22 12:17:48 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-06-22 12:17:48 +0000 |
commit | 2843323f5baff2df51c6f1f921bb76ca9a0f5afd (patch) | |
tree | 89178da302b49f4f41655fdc8c4f58ab90c444c5 /math/pspp/Makefile | |
parent | c20ace2452fc098ed5c4e551afcb6dccab92e20d (diff) |
math/pspp: 0.8.4 -> 0.8.5
Release-Announcement:
http://lists.gnu.org/archive/html/pspp-announce/2015-06/msg00000.html
Changes:
- The FREQUENCIES and CROSSTABS commands can now generate barcharts.
- The FACTOR command can now perform PROMAX rotations.
- SPSS/PC+ system files are now supported on GET and other commands
that read SPSS system files. The pspp-convert program can now read
SPSS/PC+ system files. Writing the obsolete SPSS/PC+ system file
format is not supported.
- SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable
files.
- FREQUENCIES: A bug was fixed where an assertion failure occured
when an empty dataset was presented.
- The GRAPH command is now available. Initially it supports
scatterplots and histograms.
- The RND operator in expressions now supports additional operands
for rounding to values other than integers and to indicate a level
of rounding fuzz. The default rounding fuzz may now be controlled
and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
PR: 201040
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Notes
Notes:
svn path=/head/; revision=390284
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r-- | math/pspp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index efc5ecaeb85c..8407163dfeea 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.5 CATEGORIES= math MASTER_SITES= GNU |