Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2000 17:09:12 +0400 (MSD)
From:      andrew@chg.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18158: New port: math/pspp
Message-ID:  <200004221309.RAA99578@sign.chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         18158
>Category:       ports
>Synopsis:       New port: math/pspp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 22 06:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew L. Neporada
>Release:        FreeBSD 3.4-20000217-STABLE i386
>Organization:
>Environment:

3.4-STABLE

>Description:

PSPP is a program for statistical analysis of sampled data. It
interprets commands in the SPSS language and produces tabular output
in ASCII or PostScript format.

>How-To-Repeat:


>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pspp
#	pspp/files
#	pspp/files/md5
#	pspp/pkg
#	pspp/pkg/COMMENT
#	pspp/pkg/DESCR
#	pspp/pkg/PLIST
#	pspp/Makefile
#	pspp/patches
#	pspp/patches/patch-aa
#	pspp/patches/patch-ab
#
echo c - pspp
mkdir -p pspp > /dev/null 2>&1
echo c - pspp/files
mkdir -p pspp/files > /dev/null 2>&1
echo x - pspp/files/md5
sed 's/^X//' >pspp/files/md5 << 'END-of-pspp/files/md5'
XMD5 (pspp-0.2.4.tar.gz) = dedd6906c55da015911394b79bd2f665
END-of-pspp/files/md5
echo c - pspp/pkg
mkdir -p pspp/pkg > /dev/null 2>&1
echo x - pspp/pkg/COMMENT
sed 's/^X//' >pspp/pkg/COMMENT << 'END-of-pspp/pkg/COMMENT'
XProgram for statistical analysis of sampled data
END-of-pspp/pkg/COMMENT
echo x - pspp/pkg/DESCR
sed 's/^X//' >pspp/pkg/DESCR << 'END-of-pspp/pkg/DESCR'
XPSPP is a program for statistical analysis of sampled data. It
Xinterprets commands in the SPSS language and produces tabular output
Xin ASCII or PostScript format.
X
XPSPP development is ongoing. It already supports a large subset of
XSPSS's transformation language.  Its statistical procedure support is
Xcurrently limited, but growing.
X
XSource code for the latest development release of PSPP is available at
Xftp://alpha.gnu.org/gnu/pspp and ftp://pspp.stat.wisc.edu/pub/PSPP.
END-of-pspp/pkg/DESCR
echo x - pspp/pkg/PLIST
sed 's/^X//' >pspp/pkg/PLIST << 'END-of-pspp/pkg/PLIST'
Xbin/pspp
X@unexec install-info --delete %D/info/pspp.info %D/info/dir
Xinfo/pspp.info
Xinfo/pspp.info-1
Xinfo/pspp.info-2
Xinfo/pspp.info-3
Xinfo/pspp.info-4
Xinfo/pspp.info-5
Xinfo/pspp.info-6
Xinfo/pspp.info-7
Xinfo/pspp.info-8
X@exec install-info %D/info/pspp.info %D/info/dir
Xshare/doc/pspp/NEWS
Xshare/doc/pspp/README
Xshare/doc/pspp/TODO
X@dirrm share/doc/pspp
Xetc/pspp/devices.default
X@exec if [ ! -f %D/etc/pspp/devices ] ; then cp -p %D/%F %B/devices; fi
Xetc/pspp/html-prologue.default
X@exec if [ ! -f %D/etc/pspp/html-prologue ] ; then cp -p %D/%F %B/html-prologue; fi
Xetc/pspp/papersize.default
X@exec if [ ! -f %D/etc/pspp/papersize ] ; then cp -p %D/%F %B/papersize; fi
Xetc/pspp/ps-prologue.default
X@exec if [ ! -f %D/etc/pspp/ps-prologue ] ; then cp -p %D/%F %B/ps-prologue; fi
X@unexec rmdir %D/etc/pspp 2>/dev/null || true
END-of-pspp/pkg/PLIST
echo x - pspp/Makefile
sed 's/^X//' >pspp/Makefile << 'END-of-pspp/Makefile'
X# New ports collection makefile for:   pspp
X# Date created:                        22 Apr 2000
X# Whom:                                Andrew L. Neporada <andrew@chg.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pspp
XPORTVERSION=	0.2.4
XCATEGORIES=	math
XMASTER_SITES=	ftp://alpha.gnu.org/gnu/pspp/ \
X		ftp://pspp.stat.wisc.edu/pub/PSPP/
X
XMAINTAINER=	andrew@chg.ru
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-pspp/Makefile
echo c - pspp/patches
mkdir -p pspp/patches > /dev/null 2>&1
echo x - pspp/patches/patch-aa
sed 's/^X//' >pspp/patches/patch-aa << 'END-of-pspp/patches/patch-aa'
X--- Makefile.in.orig	Sun Jan 16 19:06:30 2000
X+++ Makefile.in	Sat Apr 22 15:23:56 2000
X@@ -97,7 +97,7 @@
X 
X SUBDIRS = doc intl po lib src config tests
X 
X-pkgdocdir = $(prefix)/doc/@PACKAGE@
X+pkgdocdir = $(datadir)/doc/@PACKAGE@
X pkgdoc_DATA = NEWS README TODO
X noinst_DATA = AUTHORS THANKS
X 
END-of-pspp/patches/patch-aa
echo x - pspp/patches/patch-ab
sed 's/^X//' >pspp/patches/patch-ab << 'END-of-pspp/patches/patch-ab'
X--- config/Makefile.in.orig	Sun Jan 16 19:06:43 2000
X+++ config/Makefile.in	Sat Apr 22 13:04:25 2000
X@@ -125,12 +125,15 @@
X 	$(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)
X 	@list='$(pkgsysconf_DATA)'; for p in $$list; do \
X 	  if test -f $(srcdir)/$$p; then \
X-	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
X-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
X+	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p.default"; \
X+	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p.default; \
X 	  else if test -f $$p; then \
X 	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
X 	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
X 	  fi; fi; \
X+          if test ! -f $(DESTDIR)$(pkgsysconfdir)/$$p; then \
X+	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
X+	  fi; \
X 	done
X 
X uninstall-pkgsysconfDATA:
END-of-pspp/patches/patch-ab
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004221309.RAA99578>