aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnuplot
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 4.2.5.glewis2009-05-183-4/+6
| | | | | PR: 134575 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* . Update to 4.2.4.glewis2008-11-032-4/+4
| | | | | PR: 128361 Submitted by: bf <bf2006a@yahoo.com>
* . Update to 4.2.3.glewis2008-04-143-142/+143
| | | | | | | . Respect NOPORTEXAMPLES, use PORTEXAMPLES in the packing list. PR: 122684 Submitted by: bf <bf2006a@yahoo.com>
* USE_XLIB -> USE_XORGdes2008-03-181-1/+3
| | | | Approved by: maintainer
* . Don't try to regenerate gnuplot.texi when emacs is installed as thisglewis2007-10-291-0/+23
| | | | | | currently fails. Reported by: Andriy Gapon <avg@icyb.net.ua>
* . Add a TETEX option which allows gnuplot to be compiled without TeTeX.glewis2007-10-292-8/+18
| | | | | PR 113313 Submitted by: Tetsuya Uemura <t_uemura@macome.co.jp>
* . Update to 4.2.2.glewis2007-10-072-5/+16
| | | | | PR: 116734 Submitted by: bf <bf2006a@yahoo.com>
* - Welcome X.org 7.2 \o/.flz2007-05-202-3/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* . Remove redundant CONFIGURE_TARGET setting. [1]glewis2007-04-172-6/+5
| | | | | | | | . Start CONFIGURE_ARGS with +=. [1] . Fix a whitespace nit. . Move some @dirrm to @dirrmtry as appropriate. Pointed out by: bf <bf2006a@yahoo.com> [1]
* . Simplify (and fix) WX support by using WX_CONF_ARGS. The prior versionglewis2007-04-171-2/+1
| | | | | | was broken due to use of WXCONFIG (should have been WX_CONFIG) Pointed out by: bf <bf2006a@yahoo.com>
* . Optional WX support. I don't have it installed, so this is untested.glewis2007-04-141-2/+12
| | | | | | | | Reports welcome. Based on the changes in the PR, but tweaked based on the WX section in the Porter's handbook. PR: 111548 Submitted by: bf<bf2006a@yahoo.com>
* . Restore correct OPTIONS handling broken in 4.2.0 update.glewis2007-04-141-1/+3
| | | | Pointy hat to: glewis
* . Since we're depending on teTeX-base anyway, add --with-kpsexpand toglewis2007-04-141-4/+14
| | | | | | | | | | | CONFIGURE_ARGS. . Add support for plotutils. This is based on the diffs in the referenced PR, but is done somewhat differently and the merge isn't complete (yet). PR: 111548 Submitted by: bf<bf2006a@yahoo.com>
* . Update to 4.2.0. This is an initial update I've been working on whichglewis2007-04-145-132/+95
| | | | | | | | is a little more stripped down than the port has previously been. The extras from PR/111548 will be merged in shortly. PR: 110368
* . (Potentially) set USE_EMACS before we include bsd.port.pre.mk, not after,glewis2007-03-081-2/+2
| | | | | | so that we pick up bsd.emacs.mk. PR: 109580
* . Fix the location of the bsd.port.pre.mk include.glewis2007-01-091-3/+3
| | | | | | | . Install the elisp files in the correct location. PR: 107043 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
* . Fix the PDF terminal.glewis2006-11-032-6/+20
| | | | | PR: 104431 Submitted by: Roland Smith <rsmith@xs4all.nl>
* Chase pdf library and bump PORTREVISION.ale2006-10-091-2/+2
|
* Add SHA256 checksumedwin2006-06-081-0/+3
|
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* . Build and install some of the documentation files.glewis2005-11-022-1/+21
| | | | | PR: 88018 Submitted by: Ulrich Spoerlein <q@galgenberg.net>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* . Don't generate the .texi documentation files. They already exist inglewis2005-03-101-0/+16
| | | | | | | the distribution and the doc2texi.el seems to cause problems for some versions of emacs (e.g. xemacs). Problem report and testing by: Tobias Roth <ports@fsck.ch>
* . Add support for stacked histograms (off by default).glewis2004-10-273-9/+44
| | | | | | | | . Add readline support (on by default). This is done a little differently from the submitter's patch (the support is optional). PR: 72827 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
* . Bump PORTREVISION (forgotten in previous commit).glewis2004-07-141-1/+1
|
* . Sort OPTIONS and the associated sections that deal with them.glewis2004-07-141-8/+15
| | | | | | . Add a GD option that compile gd support into gnuplot. Prompted by: Chris Burkert <chris@chrisburkert.de>
* Fix OPTIONSkrion2004-06-281-6/+7
| | | | | PR: ports/68388 Submitted by: Ports Fury
* . Chase print/pdflib updates. While this change fixes compilation and isglewis2004-06-262-1/+14
| | | | | my best guess at what needs to happen so far, PDF file generation currently appears broken.
* . Update to 4.0.0. [1]glewis2004-06-136-129/+137
| | | | | | | | . Use OPTIONS. [2] PR: 65717 [1] Submitted by: Ports Fury [1] Morten Rodal <morten@rodal.no> [1] [2]
* . SIZEify.glewis2004-03-161-0/+1
|
* Chase print/pdflib version bumpedwin2003-09-271-1/+1
| | | | PR: ports/57204
* . Workaround a problem in gcc 2.95.4 when compiling with -march=pentiumpro.glewis2003-06-172-1/+22
| | | | | | | Based on a patch from the submitter. PR: 46329 Submitted by: Hidenori Ishikawa <hideishi@magisystem.net>
* . Take maintainership of this port. I've done the last two upgrades andglewis2003-06-101-1/+1
| | | | | closed a number of related PRs, so I think I've demonstrated enough interest in maintaining it :).
* Remove chuckr as maintainer of his ports. He has not committed sincekris2003-06-081-1/+1
| | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
* 1. Place gnuplot.gih in ${DATADIR} rather than ${PREFIX}/share (theglewis2003-06-052-9/+8
| | | | | | | | | | | | | | | | correct way, by modifying CONFIGURE_ARGS, rather than the bogus way previously done in post-install). 2. Update to use the new version of pdflib (and bump PORTREVISION to reflect this). 3. Info files are included even when NOPORTDOCS is set, and gnuplot.gih definitely should be (mea culpa for these two). PR: 52940, 46757 [1] Submitted by: Ports Fury (2, 3), Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> [1] [1] PR/46757 was mostly addressed in rev 1.10 of pkg-plist, with some clean up occuring in this commit.
* Grr. This is not my day.glewis2003-06-051-3/+4
| | | | | . Revert changes in the previous commit which weren't meant to be committed at that time.
* . Forced commit to note that the last commit also addressed PR/49952glewis2003-06-051-4/+3
| | | | | | | | (in a slightly different way that the PR). PR: 49952 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> (the PR) Pointed out by: Ports Fury
* . Tidy up conditional compilation sections.glewis2003-06-042-100/+96
| | | | | | | | . Install doc files in the correct directories. . Support NOPORTDOCS. PR: 46945 Submitted by: Ports Fury
* . Update to 3.7.3glewis2003-05-233-2/+3
|
* print/pdflib -> print/pdflib4edwin2003-04-141-1/+1
| | | | Informed maintaines.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* . Add a knob to allow compilation without PNG support.glewis2002-11-241-2/+18
| | | | | | . Add a similar knob which introduces (optional) PDFlib support. Approved by: maintainer timeout
* (1) Remove dependency on and support for linking with gd. Gnuplot is onlyglewis2002-11-081-6/+4
| | | | | | | | | interested in gd for making gifs. gd hasn't done this since around version 1.4 IIRC (we're now at 1.8.4). (2) Detect libpng correctly (this is fixed slightly differently than the PR). PR: 45035 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (2)
* . Respect WITHOUT_X11 setting.glewis2002-11-062-2/+13
| | | | | | | | | | Change is essentially as per the PRs but with an added necessary package list tweak. PR: 35177, 44834 Submitted by: Stijn Hoop <stijn@win.tue.nl>, Aurélien Nephtali <aurelien.nephtali@wanadoo.fr> Approved by: maintainer timeout
* . Update to 3.7.2.glewis2002-11-052-4/+4
| | | | Approved by: maintainer timeout
* change WWWijliao2002-05-151-1/+1
| | | | No Response from: maintainer
* Bump png majorache2001-09-111-1/+1
|
* Chase graphics/gd's shlib version bump.knu2001-02-121-1/+2
|
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Add a WWW.sobomax2000-07-031-0/+2
|
* Update LIB_DEPENDS for gd: gd.0 -> gd.1.will2000-06-071-1/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Fix configure args for readline.chuckr2000-02-091-1/+1
| | | | | PR: 16579 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Fix PLIST problem.chuckr2000-01-311-2/+0
| | | | Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
* Install the demos (and a README) with gnunplot. Nice demos, worth it.chuckr2000-01-243-0/+79
| | | | Submitted by: Ilia Chipitsine <ilia@cgilh.chel.su>
* Upgrade gnuplot to 3.7.1chuckr2000-01-222-9/+4
| | | | | PR: 15505 Submitted by: Ade Lovett.
* These ports now need 'LIB_DEPENDS=gd.0:...'.steve1999-12-281-2/+2
|
* Break gnuplot of bad (gif-ish) habits, it builds now.chuckr1999-09-112-48/+20
|
* Rollback gd dependency change.chuckr1999-09-101-1/+1
| | | | Reviewed by: Satoshi.
* changed this to make us of the gd-old library (and include files)chuckr1999-09-062-4/+42
| | | | | instead of gd, so that the old gd port, which had the required gif support, is now working.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Upgrade to 3.7.mph1999-02-104-22/+21
| | | | | PR: 9995 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Bump png's major number to 3.vanilla1999-01-231-2/+2
|
* More missing dependencies.asami1998-11-291-1/+2
|
* Roll back libpng major to 2.asami1998-09-171-2/+2
|
* libpng major is now 3. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Don't try to package manpages twice.steve1998-08-171-2/+0
|
* Fix missing "=" in BUILD_DEPENDS line, ruined gd dependency.chuckr1998-04-291-2/+2
|
* Modified to add gif terminal, and dependency on graphics/gd.chuckr1998-04-203-31/+17
| | | | PR: ports/5993
* Typo fix (actually update png major :).asami1998-03-311-2/+2
|
* upgrade png majorache1998-03-291-2/+2
|
* Correctly probe for -lpng and supply -L$libdir into LDFLAGS when needed.cwt1997-09-011-3/+20
|
* Explicitly specify --libdir as ${PREFIX}/lib in the CONFIGURE_ARGS socwt1997-09-011-2/+5
| | | | | that configure can be adjusted to probe the right place for -lpng (and subsequently provide the correct LDFLAGS in the Makefiles it creates.)
* Some little cleanups. Most notably, substitute "/usr/local" with "${PREFIX}".asami1997-07-221-5/+6
|
* Oops --- forgot to add new libpng dependency. Fixed now.chuckr1997-07-191-1/+2
|
* Upgrading to version 3.36. Still a beta, but improving.chuckr1997-07-192-6/+6
| | | | This is a modification of a patch by Thomas Gellekum <tg@ihf.rwth-aachen.de>
* Non-working help file.obrien1997-01-251-1/+1
| | | | PLIST had lib/gnuplot.gih, but it was actually installed in share/
* Update the "version required" comment. Change "Whom" and MAINTAINER toasami1997-01-131-11/+5
| | | | | | | | reflect reality (who's "cbr"?). Change PKGNAME to follow standard. Remove commented out MASTER_SITES (I know how it got here, and I do this myself too, but you have to make sure you delete it before committing, Chuck :), remove unnecessary pre-install target (directories are created by mtree).
* Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it,chuckr1997-01-133-105/+23
| | | | and I want the new octave). Look for octave later today.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-7/+5
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+4
|
* More missing newlines.asami1996-03-311-1/+1
|
* Shorten the COMMENT linejmz1995-10-251-1/+1
|
* Add a few CATEGORIES lines to take these ports out of `orphans'.jkh1995-04-281-1/+2
| | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
* I was going to convert the math Makefiles according to the newasami1995-04-221-3/+3
| | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-1/+3
|
* Some more Makefile updates, for the math ports.asami1995-04-111-1/+10
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Jean-Marc Zucconi's gnuplot port.jkh1994-10-065-0/+146
If Jean-Marc keeps this up, I'm simply going to have to have my own subdirectory for him - /usr/ports/jmz. :-) Submitted by: jmz