aboutsummaryrefslogtreecommitdiff
path: root/math/pspp
Commit message (Collapse)AuthorAgeFilesLines
* 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 Notes: svn path=/head/; revision=484680
* 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 Notes: svn path=/head/; revision=484628
* Update math/gsl to 2.5Tobias C. Berner2018-06-231-1/+1
| | | | | | | PR: 229067 Notes: svn path=/head/; revision=473116
* - Add CPE information for math/psppCarlos J. Puga Medina2017-10-121-1/+3
| | | | | | | Submitted by: swills via email Notes: svn path=/head/; revision=451937
* 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) Notes: svn path=/head/; revision=451648
* - 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 Notes: svn path=/head/; revision=448986
* - 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 Notes: svn path=/head/; revision=448513
* Update math/gsl to 2.4Tobias C. Berner2017-07-031-1/+1
| | | | | | | | Exp-Run by: antoine PR: 220408 Notes: svn path=/head/; revision=444988
* 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 Notes: svn path=/head/; revision=444463
* 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 Notes: svn path=/head/; revision=439928
* - Add LICENSE_FILECarlos J. Puga Medina2017-04-261-0/+1
| | | | Notes: svn path=/head/; revision=439458
* - 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 Notes: svn path=/head/; revision=419128
* - 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) Notes: svn path=/head/; revision=412553
* - Use post-install-DOCS-on targetCarlos J. Puga Medina2016-04-041-4/+3
| | | | | | | | | - Use post-install-EXAMPLES-on target Approved by: junovitch (mentor) Notes: svn path=/head/; revision=412493
* - 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) Notes: svn path=/head/; revision=412443
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* 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. Notes: svn path=/head/; revision=404106
* 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) Notes: svn path=/head/; revision=390284
* - 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] Notes: svn path=/head/; revision=380210
* - Update to version 0.8.4Pawel Pekala2014-11-023-20/+6
| | | | | | | | | | - Clean pkg-plist PR: 194168 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=372076
* 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) Notes: svn path=/head/; revision=365182
* UPdate to 0.8.3Martin Wilke2014-06-173-92/+282
| | | | | | | PR: 191097 Notes: svn path=/head/; revision=358138
* 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) Notes: svn path=/head/; revision=357526
* Attempt to unbreak by using new LIB_DEPENDS syntaxAntoine Brodin2014-05-181-3/+3
| | | | | | | | Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=354410
* - Chase revision 353604 to graphics/plotutils.Stephen Montgomery-Smith2014-05-101-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=353618
* 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) Notes: svn path=/head/; revision=351411
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Removed leftovers USE_GMAKEBaptiste Daroussin2013-09-161-1/+0
| | | | | | | Reported by: az Notes: svn path=/head/; revision=327415
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327411
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-2/+2
| | | | Notes: svn path=/head/; revision=325401
* - 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 Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert to OptionsNGMartin Wilke2013-03-051-15/+10
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - 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 Notes: svn path=/head/; revision=282282
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - unbreak port to build in FreeBSD 9 arch i386Sylvio Cesar Teixeira2011-03-042-5/+0
| | | | | | | Submitted by: jilles@ Notes: svn path=/head/; revision=270296
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* 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@ Notes: svn path=/head/; revision=264837
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix build in 9-current arch amd64Sylvio Cesar Teixeira2010-04-212-4/+18
| | | | | | | | | | | - Mark BROKEN only in 9-current arch i386 - BUMP PORTREVISION Reported by: erwin@ Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=253015
* Mark BROKEN on 9.x: does not configureErwin Lansing2010-04-181-0/+4
| | | | Notes: svn path=/head/; revision=252884
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-1/+1
| | | | Notes: svn path=/head/; revision=251666
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Chase math/gsl update,Max Brazhnikov2009-12-011-0/+1
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* - Update to 0.6.2Sylvio Cesar Teixeira2009-11-013-6/+8
| | | | | | | | | | | | - Add USE_LDCONFIG - Take maintainership. PR: ports/139627 Submitted by: myself Approved by: itetcu (mentor) Notes: svn path=/head/; revision=243605
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Install developer tools if WITH_GUI is enabledMartin Wilke2009-01-142-1/+28
| | | | | | | | | | - Fix handling empty directory PR: 130469 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=226059
* - Update to version 0.6.1 (bugfix)Dmitry Marakasov2008-11-053-5/+5
| | | | | | | | | | - Add yelp as a dependency for the GUI (still off by default). PR: 128532 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> Notes: svn path=/head/; revision=222429