From 653a7dd29ccc0ecb6b563a965a2cb5d61f1b5738 Mon Sep 17 00:00:00 2001 From: frueauf Date: Mon, 26 Oct 1998 18:54:42 +0000 Subject: Initial import of pspp-0.2.0, a program for statistical analysis of sampled data, provided in pr 6361 by Rene Hexel with some refining by me. --- math/pspp/Makefile | 20 ++++++++++++++++++++ math/pspp/files/md5 | 3 +++ math/pspp/patches/patch-aa | 13 +++++++++++++ math/pspp/pkg/COMMENT | 1 + math/pspp/pkg/DESCR | 24 ++++++++++++++++++++++++ math/pspp/pkg/PLIST | 22 ++++++++++++++++++++++ 6 files changed, 83 insertions(+) create mode 100644 math/pspp/Makefile create mode 100644 math/pspp/files/md5 create mode 100644 math/pspp/patches/patch-aa create mode 100644 math/pspp/pkg/COMMENT create mode 100644 math/pspp/pkg/DESCR create mode 100644 math/pspp/pkg/PLIST (limited to 'math') diff --git a/math/pspp/Makefile b/math/pspp/Makefile new file mode 100644 index 00000000000..b91a2ba42e9 --- /dev/null +++ b/math/pspp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/26 18:54:42 frueauf Exp $ +# + +DISTNAME= pspp-0.2.0 +CATEGORIES= math +MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \ + ftp://alpha.gnu.org/gnu/pspp/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/pspp/ + +DEPENDS+= gettext-0.10:../../misc/gettext +DEPENDS+= readline-2.2:../../devel/readline +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses + +GNU_CONFIGURE= yes +USE_GTEXINFO= yes +CONFIGURE_ENV= CPPFLAGS="-Dunix -I ${PREFIX}/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/math/pspp/files/md5 b/math/pspp/files/md5 new file mode 100644 index 00000000000..3fb9a1706b7 --- /dev/null +++ b/math/pspp/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/10/26 18:54:42 frueauf Exp $ + +MD5 (pspp-0.2.0.tar.gz) = 972ec9a3c8874181001738ac471d7edf diff --git a/math/pspp/patches/patch-aa b/math/pspp/patches/patch-aa new file mode 100644 index 00000000000..adf5d055408 --- /dev/null +++ b/math/pspp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1998/10/26 18:54:43 frueauf Exp $ + +--- Makefile.in.orig Sun Oct 18 01:59:38 1998 ++++ Makefile.in Mon Oct 26 10:51:34 1998 +@@ -97,7 +97,7 @@ + + SUBDIRS = doc intl po lib src config tests + +-pkgdocdir = $(prefix)/doc/@PACKAGE@ ++pkgdocdir = $(prefix)/share/doc/@PACKAGE@ + pkgdoc_DATA = NEWS README TODO + noinst_DATA = AUTHORS THANKS + diff --git a/math/pspp/pkg/COMMENT b/math/pspp/pkg/COMMENT new file mode 100644 index 00000000000..076dfa1a53f --- /dev/null +++ b/math/pspp/pkg/COMMENT @@ -0,0 +1 @@ +A program for statistical analysis of sampled data. diff --git a/math/pspp/pkg/DESCR b/math/pspp/pkg/DESCR new file mode 100644 index 00000000000..2a998c65256 --- /dev/null +++ b/math/pspp/pkg/DESCR @@ -0,0 +1,24 @@ +PSPP is a program for statistical analysis of sampled data. It interprets +commands in the SPSS language and produces tabular output in ASCII, HTML, +or PostScript format. In previous releases, PSPP was known as Fiasco. + +A main goal of the PSPP project is compatibility with the SPSS language. +PSPP also aims to be written better than the program it replaces. Right +now this includes: + + * High-quality output formatting: + - Presentation-quality tables on devices that can handle it, such + as laser printers and raster displays. This is currently implemented + through a PostScript driver and a simple HTML tables driver. + - Other devices, such as terminals and dot-matrix printers, are + supported through an ASCII driver. IBM PC box-drawing + characters can also be used. Bold and italics are supported + if the underlying device supports them. + - Output can be directed to multiple devices at once and + retain the unique output properties of each device. + - All this can be done on any operating system that PSPP supports. + Though the latest versions of what PSPP replaces support similar + functionality, they do so only under non-free Microsoft + operating systems. + * Portability: PSPP is easy to port. It should be simple to port it + to any operating system having an ANSI C compiler. diff --git a/math/pspp/pkg/PLIST b/math/pspp/pkg/PLIST new file mode 100644 index 00000000000..c3fd24ddfb9 --- /dev/null +++ b/math/pspp/pkg/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/26 18:54:43 frueauf Exp $ +bin/pspp +etc/pspp/devices +etc/pspp/html-prologue +etc/pspp/papersize +etc/pspp/ps-prologue +@unexec %D/bin/install-info --delete %D/info/pspp.info %D/info/dir +info/pspp.info +info/pspp.info-1 +info/pspp.info-2 +info/pspp.info-3 +info/pspp.info-4 +info/pspp.info-5 +info/pspp.info-6 +info/pspp.info-7 +info/pspp.info-8 +@exec %D/bin/install-info %D/info/pspp.info %D/info/dir +share/doc/pspp/NEWS +share/doc/pspp/README +share/doc/pspp/TODO +@dirrm etc/pspp +@dirrm share/doc/pspp -- cgit v1.2.3