aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop PLOT option.Raphael Kubo da Costa2015-12-261-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | gnuplot completely removed support for the gnugraph and unixplot terminal drivers in 2011. From the one of the ChangeLog files: > 2011-05-31 Ethan A Merritt <merritt@u.washington.edu> > [...] > Remove obsolete terminal drivers gnugraph and unixplot. The underlying > gnu plotutils library is itself more than 10 years out of date (last > release July 2000) and the terminal drivers haven't been upgraded for > longer than that. In any event, current gnuplot has better native > terminal drivers for the devices supported by unixplot/gnugraph. In practice, this means the PLOT option is a no-op and the dependency on graphics/plotutils is unnecessary. Indeed, if one looks at the port's build logs in the cluster the following can be seen: configure: WARNING: unrecognized options: --without-lisp-files, --with-plot, --disable-thin-splines, --with-wx-config PR: 205488 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=404541
* math/gnuplot: 4.6.6 -> 5.0.1Kurt Jaeger2015-12-015-211/+45
| | | | | | | | | | | | | | - Changes: http://www.gnuplot.info/ReleaseNotes_5_0_1.html - The "gnuplot mode" elisp and TeX files for use with emacs are now maintained as a separate project PR: 204886 Submitted by: pi Approved by: glewis (maintainer), via mail Notes: svn path=/head/; revision=402781
* math/gnuplot: remove WX_UNICODE, is no-opKurt Jaeger2015-11-101-1/+0
| | | | | | | | PR: 204372 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=401187
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* . Add USES=readline for the readline dependency.Greg Lewis2015-07-031-1/+1
| | | | | | | | PR: 197995 Submitted by: johans@ Notes: svn path=/head/; revision=391265
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Fix build with lang/lua53Sunpoet Po-Chuan Hsieh2015-02-191-0/+2
| | | | | | | | | PR: 196885 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Notes: svn path=/head/; revision=379381
* UnbreakAntoine Brodin2014-12-141-1/+2
| | | | Notes: svn path=/head/; revision=374713
* - Separate TeX style files from math/gnuplot into math/gnuplot-tex-extrasHiroki Sato2014-12-143-17/+112
| | | | | | | | | | | | to eliminate huge TeXLive dependency. Note that TeX terminal support is still enabled by default because it works without them. - Add Lua dependency to support TeX/Tikz terminal. Approved by: glewis (maintainer) Notes: svn path=/head/; revision=374699
* Cleanup plistAntoine Brodin2014-11-151-9/+0
| | | | Notes: svn path=/head/; revision=372596
* . Update to 4.6.6.Greg Lewis2014-09-252-4/+3
| | | | Notes: svn path=/head/; revision=369216
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* . Revert WX version to 2.8 and add a comment about not updating it to 3.xGreg Lewis2014-07-261-2/+4
| | | | | | | | | since that breaks. PR: 192121 Notes: svn path=/head/; revision=362977
* Switch to wx 3.0Baptiste Daroussin2014-07-211-3/+3
| | | | | | | Add dvips dependency to build gnuplot.ps with texlive Notes: svn path=/head/; revision=362512
* - Chase revision 353604 to graphics/plotutils.Stephen Montgomery-Smith2014-05-101-1/+1
| | | | | | | See: http://svnweb.freebsd.org/ports?view=revision&revision=353604 Notes: svn path=/head/; revision=353607
* . Force WX version to 2.8 since gnuplot is apparently not ready to workGreg Lewis2014-04-171-2/+2
| | | | | | | | | with newer versions. PR: 188628 Notes: svn path=/head/; revision=351449
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+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
* . Update to 4.6.5.Greg Lewis2014-04-133-11/+10
| | | | Notes: svn path=/head/; revision=351183
* TEX options requires latexAntoine Brodin2014-04-101-1/+1
| | | | | | | | Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=350821
* Switch gnuplot to wxGTK 3.0 and texliveBaptiste Daroussin2014-04-081-3/+4
| | | | Notes: svn path=/head/; revision=350626
* . Fix "make package" without DOCSGreg Lewis2014-02-091-0/+2
| | | | | | | | PR: 186501 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=343558
* Copy EXAMPLES files into stagedirBaptiste Daroussin2014-01-281-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=341592
* Support stageBaptiste Daroussin2014-01-282-71/+32
| | | | | | | | Use options helpers Modernize lib_depends Notes: svn path=/head/; revision=341561
* Disable the PDF option as it pulls in a dependency on pdflib which isTijl Coosemans2013-11-051-2/+2
| | | | | | | | | | marked RESTRICTED. This allows building packages for gnuplot and all ports that depend on it (over a 100, mostly math/octave related). Approved by: glewis (maintainer) Notes: svn path=/head/; revision=332875
* Import a bunch of iconv fixes.Guido Falsi2013-09-271-0/+2
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328492
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - update libdg to 2.1.0Dirk Meyer2013-08-091-0/+1
| | | | Notes: svn path=/head/; revision=324437
* . Update COMMENT and pkg-descr, based on the Official Gnuplot Manual [1]Greg Lewis2013-06-033-53/+37
| | | | | | | | | | | | | | | | . Fix conversion to OptionsNG (someone forgot NOPORTDOCS and NOPORTEXAMPLES) [1] . Add EXAMPLES to the list of options [1] . Use standard DESC lines for a few common options (like X11) [1] . Trim version numbers from LIB_DEPENDS [1] . Add DOCS to the list of options . Rename the TETEX option to TEX (since teTeX is no longer the only version of TeX that can be installed) PR: 177452 [1] Submitted by: Kevin Zheng <kevinz5000@gmail.com> [1] Notes: svn path=/head/; revision=319740
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* . Update to 4.6.3.Greg Lewis2013-04-213-10/+11
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316191
* . The entry for app-defaults/Gnuplot is hidden behind %%X11%%, so hide theGreg Lewis2013-03-291-1/+1
| | | | | | | | | | corresponding dirrm directive behind it to. Fixes the packing list when X11 is not set. Submitted by: sunpoet@ Notes: svn path=/head/; revision=315521
* . Make gnuplot compile with clang and hence remove the GCC requirement.Greg Lewis2013-03-262-2/+12
| | | | | | | Submitted by: tijl@ Notes: svn path=/head/; revision=315259
* . Update to 4.6.2.Greg Lewis2013-03-232-8/+3
| | | | Notes: svn path=/head/; revision=315064
* . Update to OptionsNG.Greg Lewis2012-11-221-38/+41
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307637
* . Update to 4.6.1Greg Lewis2012-11-184-210/+59
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307526
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* . Restore the bitmap terminal.Greg Lewis2012-05-081-1/+3
| | | | | | | | PR: 167657 Submitted by: Matthew Luckie Notes: svn path=/head/; revision=296201
* . Update to 4.6.0.Greg Lewis2012-04-133-56/+64
| | | | | | | Submitted by: hrs@ Notes: svn path=/head/; revision=294761
* Chase pdflib.so version and bump PORTREVISION accordingly.Alex Dupre2012-01-101-1/+2
| | | | Notes: svn path=/head/; revision=288888
* . Update to 4.4.4.Greg Lewis2011-12-192-5/+6
| | | | | | | | . Tweak TEX settings to preserve packing list correctness. . Limit WX version to 2.8 until problems with 2.9 are resolved. Notes: svn path=/head/; revision=287631
* . Mark as MAKE_JOBS_SAFE.Greg Lewis2011-05-301-0/+1
| | | | Notes: svn path=/head/; revision=274838
* . Update to 4.4.3Greg Lewis2011-05-303-5/+5
| | | | | | | | PR: 157432 Submitted by: bf@ Notes: svn path=/head/; revision=274837
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-0/+1
| | | | Notes: svn path=/head/; revision=273475
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* . Fix the packing list when either the X11 or TETEX options are off.Greg Lewis2010-07-121-5/+5
| | | | | | | | PR: 148506 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=257660
* . Make the dependency on cairo optional.Greg Lewis2010-07-101-9/+15
| | | | | | | | | | . Make the dependency on X11 an actual option. PR: 147679 Submitted by: Dmitry <dmitry2006@yandex.ru> Notes: svn path=/head/; revision=257618
* . Update to 4.4.0.Greg Lewis2010-04-253-27/+86
| | | | | | | | | | . Turn on the WX option by default. PR: 146040 Submitted by: makc@ Notes: svn path=/head/; revision=253243