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 | |
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')
-rw-r--r-- | math/pspp/Makefile | 3 | ||||
-rw-r--r-- | math/pspp/distinfo | 4 | ||||
-rw-r--r-- | math/pspp/files/patch-configure | 11 | ||||
-rw-r--r-- | math/pspp/pkg-plist | 5 |
4 files changed, 12 insertions, 11 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 diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 7c4a5a4f5606..01527a0a3e12 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,2 +1,2 @@ -SHA256 (pspp-0.8.4.tar.gz) = bfcc3b0e98a5e2d44b4f3383e52c1a26b7eacf5bf419786f49fa16d00bc1c52c -SIZE (pspp-0.8.4.tar.gz) = 6338998 +SHA256 (pspp-0.8.5.tar.gz) = e7efd2ffa58882e97f719cb403d84683751c913cc2ca133b49b1c5e9bd110331 +SIZE (pspp-0.8.5.tar.gz) = 6695394 diff --git a/math/pspp/files/patch-configure b/math/pspp/files/patch-configure index 01361fa91ce5..1b092f8ce3fc 100644 --- a/math/pspp/files/patch-configure +++ b/math/pspp/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2010-04-19 10:48:13.000000000 -0300 -+++ configure 2010-04-19 10:49:58.000000000 -0300 -@@ -13167,11 +13167,9 @@ +--- configure.orig 2015-06-22 10:06:05 UTC ++++ configure +@@ -15705,8 +15705,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pspp_cv_build_exeext" >&5 $as_echo "$pspp_cv_build_exeext" >&6; } EXEEXT_FOR_BUILD="" @@ -9,7 +9,4 @@ + test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeext} fi -- - # Extract the first word of "perl", so it can be a program name with args. - set dummy perl; ac_word=$2 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + diff --git a/math/pspp/pkg-plist b/math/pspp/pkg-plist index 6c4daa00be15..937cd31f1f3d 100644 --- a/math/pspp/pkg-plist +++ b/math/pspp/pkg-plist @@ -12,6 +12,8 @@ lib/pspp/libpspp-%%VERSION%%.so lib/pspp/libpspp-core.a lib/pspp/libpspp-core.so lib/pspp/libpspp-core-%%VERSION%%.so +man/man1/pspp.1.gz +man/man1/psppire.1.gz man/man1/pspp-convert.1.gz man/man1/pspp-dump-sav.1.gz %%GUI%%share/appdata/pspp.appdata.xml @@ -68,13 +70,16 @@ share/emacs/site-lisp/pspp-mode.el %%NLS%%share/locale/en_GB/LC_MESSAGES/pspp.mo %%NLS%%share/locale/es/LC_MESSAGES/pspp.mo %%NLS%%share/locale/fr/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/gl/LC_MESSAGES/pspp.mo %%NLS%%share/locale/ja/LC_MESSAGES/pspp.mo %%NLS%%share/locale/lt/LC_MESSAGES/pspp.mo %%NLS%%share/locale/nl/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pspp.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pspp.mo %%NLS%%share/locale/sl/LC_MESSAGES/pspp.mo %%NLS%%share/locale/tr/LC_MESSAGES/pspp.mo %%NLS%%share/locale/uk/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pspp.mo %%GUI%%%%DATADIR%%/actions/16x16/analyze-bivariate-correlation.png %%GUI%%%%DATADIR%%/actions/16x16/analyze-compare-means.png %%GUI%%%%DATADIR%%/actions/16x16/analyze-descriptive-statistics.png |