gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9217: update pspp to 2.0.0-pre1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9217: update pspp to 2.0.0-pre1
Date: Sun, 7 May 2023 20:15:15 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9217
revision-id: carlhansen1234@gmail.com-20230508001509-6lbsfstmhdiz3k6f
parent: carlhansen1234@gmail.com-20230508001405-0wel9asxvv3egv3h
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2023-05-07 17:15:09 -0700
message:
  update pspp to 2.0.0-pre1
added:
  pkg/gnualpha/pspp-alpha/       psppalpha-20230508001444-3xo9ogn160w52mr9-1
  pkg/gnualpha/pspp-alpha/Makefile makefile-20230508001444-3xo9ogn160w52mr9-4
  pkg/gnualpha/pspp-alpha/config.mk config.mk-20230508001444-3xo9ogn160w52mr9-2
  pkg/gnualpha/pspp-alpha/gpg-keyring 
gpgkeyring-20230508001444-3xo9ogn160w52mr9-3
  pkg/gnualpha/pspp-alpha/sha256sums 
sha256sums-20230508001444-3xo9ogn160w52mr9-5
=== added directory 'pkg/gnualpha/pspp-alpha'
=== added file 'pkg/gnualpha/pspp-alpha/Makefile'
--- a/pkg/gnualpha/pspp-alpha/Makefile  1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/pspp-alpha/Makefile  2023-05-08 00:15:09 +0000
@@ -0,0 +1,61 @@
+# Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2018, 2020, 2022, 2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#  
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = PSPP
+GARNAME = pspp
+GARVERSION = 2.0.0-pre1
+HOME_URL = http://www.gnu.org/software/pspp/
+DESCRIPTION = Statistical analysis
+define BLURB
+GNU PSPP is a statistical analysis program.  It can perform descriptive
+statistics, T-tests, linear regression and non-parametric tests.  It
+features both a graphical interface as well as command-line input.
+PSPP is designed to interoperate with Gnumeric, LibreOffice and
+OpenOffice.  Data can be imported from spreadsheets, text files and
+database sources and it can be output in text, PostScript, PDF or
+HTML.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU_ALPHA)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+INFO_FILES = $(GARNAME).info $(GARNAME)-dev.info
+
+BUILDDEPS = #gsl plotutils ncurses readline libxml2  zlib
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
+CONFIGURE_ARGS +=   CFLAGS="-fgnu89-inline -std=gnu11"
+#CONFIGURE_ARGS += --with-libreadline-prefix=$(prefix)   
CFLAGS="-fgnu89-inline -std=gnu11"
+BUILD_ARGS +=  CFLAGS="-fgnu89-inline -std=gnu11"
+
+
+

=== added file 'pkg/gnualpha/pspp-alpha/config.mk'
--- a/pkg/gnualpha/pspp-alpha/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/pspp-alpha/config.mk 2023-05-08 00:15:09 +0000
@@ -0,0 +1,7 @@
+## Configuration options for pspp ##
+
+#CONFIGURE_OPTS ?= --without-gui  
+CONFIGURE_OPTS ?= 
+#BUILD_OPTS ?=  CFLAGS+=-fgnu89-inline
+# there exist problems compiling, for me...
+BUILD_OPTS ?=  

=== added file 'pkg/gnualpha/pspp-alpha/gpg-keyring'
Binary files a/pkg/gnualpha/pspp-alpha/gpg-keyring      1970-01-01 00:00:00 
+0000 and b/pkg/gnualpha/pspp-alpha/gpg-keyring     2023-05-08 00:15:09 +0000 
differ
=== added file 'pkg/gnualpha/pspp-alpha/sha256sums'
--- a/pkg/gnualpha/pspp-alpha/sha256sums        1970-01-01 00:00:00 +0000
+++ b/pkg/gnualpha/pspp-alpha/sha256sums        2023-05-08 00:15:09 +0000
@@ -0,0 +1,2 @@
+62f9d5b9a3108539ed19645b4b1b87b2d08f0e7fa45056c44b068da6913bf440  
download/pspp-2.0.0-pre1.tar.gz
+3b861abde555e578c3437122555703070ca2b8597943d28abf6c3613430c1db5  
download/pspp-2.0.0-pre1.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]