diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-13 14:15:19 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-13 14:15:19 +0000 |
commit | f0443f5b4cbba870b16df8e5015917da34c9c5cc (patch) | |
tree | 4c33a871ca9b5d5dea413539a7a629c4979dc2d9 /math | |
parent | 5eb41bc5f938d1b37ee64e8a866f8c54b84e9acd (diff) | |
download | ports-f0443f5b4cbba870b16df8e5015917da34c9c5cc.tar.gz ports-f0443f5b4cbba870b16df8e5015917da34c9c5cc.zip |
Add pspp, a language for statistics strikingly similar to spss.
Notes
Notes:
svn path=/head/; revision=28424
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/pspp/Makefile | 18 | ||||
-rw-r--r-- | math/pspp/distinfo | 1 |
3 files changed, 20 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 514f6800931a..3e0b75fffa91 100644 --- a/math/Makefile +++ b/math/Makefile @@ -42,6 +42,7 @@ SUBDIR += pari SUBDIR += parmetis SUBDIR += plplot + SUBDIR += pspp SUBDIR += py-scientific SUBDIR += pygist SUBDIR += rcalc diff --git a/math/pspp/Makefile b/math/pspp/Makefile new file mode 100644 index 000000000000..7622bb618bfc --- /dev/null +++ b/math/pspp/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: pspp +# Date created: 22 Apr 2000 +# Whom: Andrew L. Neporada <andrew@chg.ru> +# +# $FreeBSD$ +# + +PORTNAME= pspp +PORTVERSION= 0.2.4 +CATEGORIES= math +MASTER_SITES= ftp://alpha.gnu.org/gnu/pspp/ \ + ftp://pspp.stat.wisc.edu/pub/PSPP/ + +MAINTAINER= andrew@chg.ru + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/pspp/distinfo b/math/pspp/distinfo new file mode 100644 index 000000000000..495287ff300b --- /dev/null +++ b/math/pspp/distinfo @@ -0,0 +1 @@ +MD5 (pspp-0.2.4.tar.gz) = dedd6906c55da015911394b79bd2f665 |