summaryrefslogtreecommitdiff
path: root/math/pspp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/gsl: bump portrevision of consumers after update to 2.7.1Tobias C. Berner2022-01-121-0/+1
| | | | PR: 260201
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* USE_LDCONFIG is note required.Thierry Thomas2021-01-121-1/+0
| | | | Reported by: marcus
* - Upgrade to 1.4.1Thierry Thomas2021-01-124-60/+33
| | | | | | - Install the GUI by default - Add a test target.
* Return cpm@'s ports to the pool after safekeeping his commit bit.Rene Ladan2020-10-051-1/+1
| | | | With hat: portmgr-secretary
* math/gsl: update to 2.6Tobias C. Berner2019-10-251-1/+1
| | | | | | | | | | - math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken - this also breaks the two consumers of this port - biology/gemma: has a conflict with cblas, and is makred broken. PR: 241363 Exp-run by: antoine
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* math/pspp: Fix underlinkingCarlos J. Puga Medina2019-04-071-0/+2
| | | | | | While here, pet portlint. Reported by: pkg-fallout
* math/pspp: Update to 1.2.0Carlos J. Puga Medina2018-11-114-22/+8
| | | | | | Changes from 1.0.1 to 1.2.0 http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00004.html
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* Update math/gsl to 2.5Tobias C. Berner2018-06-231-1/+1
| | | | PR: 229067
* - Add CPE information for math/psppCarlos J. Puga Medina2017-10-121-1/+3
| | | | Submitted by: swills via email
* math/pspp: fix NLS optionCarlos J. Puga Medina2017-10-091-3/+4
| | | | | | | | | - Fix USES=gettext-* when NLS option is not set - Bump PORTREVISION PR: 222831 Reported by: Miroslav Lachman <000.fbsd@quip.cz> MFH: 2017Q4 (blanket)
* - Update to 1.0.1Carlos J. Puga Medina2017-08-302-4/+4
| | | | | | | | | | | | Changes from 1.0.0 to 1.0.1: http://lists.gnu.org/archive/html/pspp-announce/2017-08/msg00003.html MFH: 2017Q3 Security: CVE-2017-12958 Security: CVE-2017-12959 Security: CVE-2017-12960 Security: CVE-2017-12961
* - Update to 1.0.0Carlos J. Puga Medina2017-08-225-143/+26
| | | | | | | | | | | | | | | | | | | | | - Cosmetic fix - Update WWW in pkg-descr Changes from 0.10.2 to 0.11.0: http://lists.gnu.org/archive/html/pspp-announce/2017-08/msg00000.html Changes from 0.11.0 to 1.0.0: http://lists.gnu.org/archive/html/pspp-announce/2017-08/msg00002.html MFH: 2017Q3 Security: CVE-2017-10791 Security: CVE-2017-10792 Security: CVE-2017-12958 Security: CVE-2017-12959 Security: CVE-2017-12960 Security: CVE-2017-12961
* Update math/gsl to 2.4Tobias C. Berner2017-07-031-1/+1
| | | | | Exp-Run by: antoine PR: 220408
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Update math/gsl to 2.3Tobias C. Berner2017-05-021-0/+1
| | | | | | | | | | | | | | | This release introduces some new features and fixes several bugs: http://savannah.gnu.org/forum/forum.php?forum_id=8751 * update to 2.3 and take maintainership * update math/py-gsl to 2.2.0 for gsl2 support * update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support PR: 218952 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10522
* - Add LICENSE_FILECarlos J. Puga Medina2017-04-261-0/+1
|
* - Update to 0.10.2Carlos J. Puga Medina2016-07-262-7/+5
| | | | | | | | | | | - Switch to USES=localbase Changelog: http://savannah.gnu.org/forum/forum.php?forum_id=8626 Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7308
* - Update to 0.10.1 releaseCarlos J. Puga Medina2016-04-052-11/+8
| | | | | | | | | - Add GUI_VARS to catch INSTALLS_ICONS knob. - Drop extra .include line - Use post-install-GUI-on target. Reviewed by: mat, jbeich Approved by: junovitch (mentor)
* - Use post-install-DOCS-on targetCarlos J. Puga Medina2016-04-041-4/+3
| | | | | | - Use post-install-EXAMPLES-on target Approved by: junovitch (mentor)
* - Update to 0.10.0Carlos J. Puga Medina2016-04-033-26/+37
| | | | | | | | | | | | | - Update MAINTAINER to my @FreeBSD.org address - Update GUI dependency to GTK3 - Add EXAMPLES option - Fix pkg-plist Changelog: http://lists.gnu.org/archive/html/pspp-announce/2016-03/msg00000.html Approved by: junovitch (mentor)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Drop dependency on graphics/plotutils.Raphael Kubo da Costa2015-12-211-2/+2
| | | | | According to the port's NEWS and ChangeLog, charts are currently produced with Cairo and Pango, so the dependency on libplot is useless nowadays.
* math/pspp: 0.8.4 -> 0.8.5Kurt Jaeger2015-06-224-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Release-Announcement: http://lists.gnu.org/archive/html/pspp-announce/2015-06/msg00000.html Changes: - The FREQUENCIES and CROSSTABS commands can now generate barcharts. - The FACTOR command can now perform PROMAX rotations. - SPSS/PC+ system files are now supported on GET and other commands that read SPSS system files. The pspp-convert program can now read SPSS/PC+ system files. Writing the obsolete SPSS/PC+ system file format is not supported. - SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable files. - FREQUENCIES: A bug was fixed where an assertion failure occured when an empty dataset was presented. - The GRAPH command is now available. Initially it supports scatterplots and histograms. - The RND operator in expressions now supports additional operands for rounding to values other than integers and to indicate a level of rounding fuzz. The default rounding fuzz may now be controlled and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively. PR: 201040 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Install more DOCS [1]Jan Beich2015-03-012-3/+18
| | | | | | | | | | | - Install Emacs mode [2] - Simplify INSTALL_TARGET [2] - Unbreak build when NLS=off [2] - Pass maintainership [1] PR: 197786 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> [1] Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> [2]
* - Update to version 0.8.4Pawel Pekala2014-11-023-20/+6
| | | | | | | - Clean pkg-plist PR: 194168 Submitted by: tkato432@yahoo.com
* math/gsl:Tijl Coosemans2014-08-171-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port)
* UPdate to 0.8.3Martin Wilke2014-06-173-92/+282
| | | | PR: 191097
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
* Attempt to unbreak by using new LIB_DEPENDS syntaxAntoine Brodin2014-05-181-3/+3
| | | | | Reported by: pkg-fallout With hat: portmgr
* - Chase revision 353604 to graphics/plotutils.Stephen Montgomery-Smith2014-05-101-1/+1
| | | | Approved by: portmgr (implicit)
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* Removed leftovers USE_GMAKEBaptiste Daroussin2013-09-161-1/+0
| | | | Reported by: az
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | Convert USE_GMAKE to USES
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-2/+2
|
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* - Convert to OptionsNGMartin Wilke2013-03-051-15/+10
| | | | | | - Trim header Reviewed by: beat, bapt, kwm
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | and LIB_DEPENDS of dependent ports
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
|
* - unbreak port to build in FreeBSD 9 arch i386Sylvio Cesar Teixeira2011-03-042-5/+0
| | | | Submitted by: jilles@
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|