mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add pspp, a language for statistics strikingly similar to spss.
This commit is contained in:
parent
5eb41bc5f9
commit
f0443f5b4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28424
3 changed files with 20 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
SUBDIR += pari
|
SUBDIR += pari
|
||||||
SUBDIR += parmetis
|
SUBDIR += parmetis
|
||||||
SUBDIR += plplot
|
SUBDIR += plplot
|
||||||
|
SUBDIR += pspp
|
||||||
SUBDIR += py-scientific
|
SUBDIR += py-scientific
|
||||||
SUBDIR += pygist
|
SUBDIR += pygist
|
||||||
SUBDIR += rcalc
|
SUBDIR += rcalc
|
||||||
|
|
18
math/pspp/Makefile
Normal file
18
math/pspp/Makefile
Normal file
|
@ -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>
|
1
math/pspp/distinfo
Normal file
1
math/pspp/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (pspp-0.2.4.tar.gz) = dedd6906c55da015911394b79bd2f665
|
Loading…
Add table
Reference in a new issue