summaryrefslogtreecommitdiff
path: root/math/pspp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Bl3ify and use gmp from devel/gmp not the supplied and older one. Thisseb5-155/+317
fix build with gcc3. Note that the somewhat aging gmp autoconf test had been removed wholesale. Bump PKGREVISION.
2004-03-08Remove info files entries from PLIST.seb1-10/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-02Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-07-29Do not override CFLAGS while building the package, so that optimizations arejmmv4-11/+42
not lost. Fixes PR pkg/20696 by tls@. While here, fix a build failure.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-24Make this package install its configuration files under the examples treejmmv5-9/+46
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2002-10-21Convert to buildlink2.wiz1-2/+3
2002-10-02get rid of autoconf dependency by patching configuredillo3-6/+218
2002-06-28On 1.6 and above, <readline/history.h> needs <stdio.h> to be includedagc2-1/+14
specifically - do so.
2002-03-07Fix obvious bug in call to tmsg compiler was complaining about.jmc2-1/+15
2002-02-18Introduce new framework for handling info files generation and installation.seb2-5/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Fix a few more paste-o's.fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-05Replace DEPENDS on gettext by USE_LIBINTL and BUILD_DEPENDS on gettext.wiz1-2/+3
(Only 2 more left!)
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-04-16This pkg wants termcap, not curses.mycroft3-13/+22
Also, make sure to run autoconf so that configure really does look for libedit.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-14Update pspp to 0.3.0rh8-119/+168
Version 0.3.0 changes since 0.2.3: Bugs fixed: * Using alphanumeric variables in functions under AGGREGATE segfaulted. Fixed. * Under certain circumstances, the final case would be omitted from the results of an AGGREGATE operation. Fixed. * Undefined behavior was invoked by referencing a freed pointer under certain circumstances. Fixed. * A wrong record size was displayed when paging the active file to disk. Fixed. * Not having enough temporary space for sorting caused a core dump. Fixed. * Syntax errors in function descriptions on AGGREGATE caused core dumps. Fixed. * A null pointer was dereferenced, causing a core dump, when PERCENTILES was specified on FREQUENCIES. This fixes the problem, but PSPP still doesn't calculate percentiles. * SORT always sorted in ascending order. Fixed. * Some minor memory leaks in the expression parser were removed. * Many assertions fixed for strict ANSI C compliance. New features: * SET ECHO ON now implemented, but turned off by default. * PRINT specifier supported on END REPEAT. Other: * System libgmp2 library is used if installed instead of unconditionally using the included libgmp2 subset. * Extensive code cleanup, which continues. * Added CORRELATIONS command parser, but not implemented.
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-13 * Use libedit's readline wrapper instead of readline when possible.jlam10-8/+214
* Update readline dependency.
1999-07-09Add package patch checksum files.agc1-0/+4
1999-07-06 * Update ncurses dependency.jlam1-3/+3
XXX Should really change this to use libedit's readline API since pspp XXX only uses the history functions.
1999-04-23Mirror Makefile.in changes in Makefile.am, in case automake is run.mycroft1-0/+13
1999-03-15update pspp to 0.2.3rh2-5/+11
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-12-28Move "gettext" package from "misc" to "devel" category.tron1-2/+2
1998-12-23Depend on "gettext-0.10.35".tron1-2/+2
1998-10-26Initial import of pspp-0.2.0, a program for statistical analysis of sampledfrueauf6-0/+83
data, provided in pr 6361 by Rene Hexel with some refining by me.