The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : gnuplot

A command-driven interactive function plotting program

 Gnuplot is a command-driven interactive function plotting program.

Plots any number of functions, built up of C operators, C library
functions, and some things C doesn't have like **, sgn(), etc.  Also
support for plotting data files, to compare actual data to
theoretical curves.

User-defined X and Y ranges (optional auto-ranging), smart axes
scaling, smart tic marks.

Labelling of X and Y axes.

User-defined constants and functions.

Support through a generalized graphics driver for AED 512, AED 767,
BBN BitGraph, Commodore Amiga, Roland DXY800A, EEPIC, TeXDraw, EmTeX,
Epson 60dpi printers, Epson LX-800, Fig, HP2623, HP2648, HP75xx, HPGL,
HP LaserJet II, Imagen, Iris 4D, MS-DOS Kermit, Kyocera laser printer,
LaTeX, NEC CP6 pinwriter, PostScript, QMS QUIC, ReGis (VT125 and
VT2xx), SCO Xenix CGI, Selanar, Star color printer, Tandy DMP-130
printer, Tek 401x, Tek 410x, Vectrix 384, VT like Tektronix emulator,
Unix PC (ATT 3b1 or ATT 7300), unixplot, and X11.  The PC version
compiled by Microsoft C supports IBM CGA, EGA, VGA, Hercules, ATT
6300, and Corona 325 graphics.  The PC version compiled by Borland C++
sup- ports IBM CGA, EGA, MCGA, VGA, Hercules and ATT 6300 graphics.
Other devices can be added simply, but will require recompiling.

Shell escapes and command line substitution.

Output redirection. 

http://www.gnuplot.info/



gnuplot history


v. 1.75
date: 2007/10/28 23:21:59;  author: glewis;  state: Exp;  lines: +15 -5
. Add a TETEX option which allows gnuplot to be compiled without TeTeX.

PR		113313
Submitted by:	Tetsuya Uemura 

v. 1.74 date: 2007/10/07 06:51:22; author: glewis; state: Exp; lines: +13 -2 . Update to 4.2.2. PR: 116734 Submitted by: bf
v. 1.73 date: 2007/05/19 20:15:00; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.72 date: 2007/04/16 18:37:06; author: glewis; state: Exp; lines: +2 -3 . Remove redundant CONFIGURE_TARGET setting. [1] . Start CONFIGURE_ARGS with +=. [1] . Fix a whitespace nit. . Move some @dirrm to @dirrmtry as appropriate. Pointed out by: bf [1]
v. 1.71 date: 2007/04/16 18:17:59; author: glewis; state: Exp; lines: +1 -2 . Simplify (and fix) WX support by using WX_CONF_ARGS. The prior version was broken due to use of WXCONFIG (should have been WX_CONFIG) Pointed out by: bf
v. 1.70 date: 2007/04/14 06:58:38; author: glewis; state: Exp; lines: +12 -2 . Optional WX support. I don't have it installed, so this is untested. 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
v. 1.69 date: 2007/04/14 06:42:34; author: glewis; state: Exp; lines: +3 -1 . Restore correct OPTIONS handling broken in 4.2.0 update. Pointy hat to: glewis
v. 1.68 date: 2007/04/14 06:19:59; author: glewis; state: Exp; lines: +14 -4 . Since we're depending on teTeX-base anyway, add --with-kpsexpand to 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
v. 1.67 date: 2007/04/14 02:48:54; author: glewis; state: Exp; lines: +11 -55 . Update to 4.2.0. This is an initial update I've been working on which is a little more stripped down than the port has previously been. The extras from PR/111548 will be merged in shortly. PR: 110368
v. 1.66 date: 2007/03/07 20:05:47; author: glewis; state: Exp; lines: +2 -2 . (Potentially) set USE_EMACS before we include bsd.port.pre.mk, not after, so that we pick up bsd.emacs.mk. PR: 109580
v. 1.65 date: 2007/01/09 07:19:34; author: glewis; state: Exp; lines: +3 -3 . Fix the location of the bsd.port.pre.mk include. . Install the elisp files in the correct location. PR: 107043 Submitted by: Koji Yokota
v. 1.64 date: 2006/11/02 18:21:57; author: glewis; state: Exp; lines: +1 -1 . Fix the PDF terminal. PR: 104431 Submitted by: Roland Smith
v. 1.63 date: 2006/10/09 08:18:34; author: ale; state: Exp; lines: +2 -2 Chase pdf library and bump PORTREVISION.
v. 1.62 date: 2006/05/10 22:37:08; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.61 date: 2006/01/28 02:11:31; author: linimon; state: Exp; lines: +1 -0 - Fix possibility of "infinite make fork" when "Registering install for ..." 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 [1], sem [1, 3, 8, 12], Andrew Heybey [2], Jamie Jones , tobez [4], Mark Andrews [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy [9], Ulrich Spoerlein [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
v. 1.60 date: 2005/11/15 06:50:05; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
v. 1.59 date: 2005/11/01 20:46:22; author: glewis; state: Exp; lines: +10 -1 . Build and install some of the documentation files. PR: 88018 Submitted by: Ulrich Spoerlein
v. 1.58 date: 2005/04/12 03:26:03; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.57 date: 2005/04/11 08:03:15; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.56 date: 2004/10/26 19:51:06; author: glewis; state: Exp; lines: +31 -9 . Add support for stacked histograms (off by default). . 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
v. 1.55 date: 2004/07/13 16:31:01; author: glewis; state: Exp; lines: +1 -1 . Bump PORTREVISION (forgotten in previous commit).
v. 1.54 date: 2004/07/13 16:28:56; author: glewis; state: Exp; lines: +15 -8 . Sort OPTIONS and the associated sections that deal with them. . Add a GD option that compile gd support into gnuplot. Prompted by: Chris Burkert
v. 1.53 date: 2004/06/27 18:12:21; author: krion; state: Exp; lines: +7 -6 Fix OPTIONS PR: ports/68388 Submitted by: Ports Fury
v. 1.52 date: 2004/06/25 16:33:57; author: glewis; state: Exp; lines: +1 -1 . Chase print/pdflib updates. While this change fixes compilation and is my best guess at what needs to happen so far, PDF file generation currently appears broken.
v. 1.51 date: 2004/06/12 20:13:44; author: glewis; state: Exp; lines: +41 -13 . Update to 4.0.0. [1] . Use OPTIONS. [2] PR: 65717 [1] Submitted by: Ports Fury [1] Morten Rodal [1] [2]
v. 1.50 date: 2003/09/26 23:39:36; author: edwin; state: Exp; lines: +1 -1 Chase print/pdflib version bump PR: ports/57204
v. 1.49 date: 2003/06/16 20:14:35; author: glewis; state: Exp; lines: +1 -1 . Workaround a problem in gcc 2.95.4 when compiling with -march=pentiumpro. Based on a patch from the submitter. PR: 46329 Submitted by: Hidenori Ishikawa
v. 1.48 date: 2003/06/09 16:13:30; author: glewis; state: Exp; lines: +1 -1 . Take maintainership of this port. I've done the last two upgrades and closed a number of related PRs, so I think I've demonstrated enough interest in maintaining it :).
v. 1.47 date: 2003/06/08 00:30:49; author: kris; state: Exp; lines: +1 -1 Remove chuckr as maintainer of his ports. He has not committed since 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
v. 1.46 date: 2003/06/04 23:41:02; author: glewis; state: Exp; lines: +3 -4 1. Place gnuplot.gih in ${DATADIR} rather than ${PREFIX}/share (the 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 [1] [1] PR/46757 was mostly addressed in rev 1.10 of pkg-plist, with some clean up occuring in this commit.
v. 1.45 date: 2003/06/04 23:33:38; author: glewis; state: Exp; lines: +4 -3 Grr. This is not my day. . Revert changes in the previous commit which weren't meant to be committed at that time.
v. 1.44 date: 2003/06/04 23:27:22; author: glewis; state: Exp; lines: +3 -4 . Forced commit to note that the last commit also addressed PR/49952 (in a slightly different way that the PR). PR: 49952 Submitted by: Peter Jeremy (the PR) Pointed out by: Ports Fury
v. 1.43 date: 2003/06/03 16:16:12; author: glewis; state: Exp; lines: +24 -31 . Tidy up conditional compilation sections. . Install doc files in the correct directories. . Support NOPORTDOCS. PR: 46945 Submitted by: Ports Fury
v. 1.42 date: 2003/05/22 23:09:54; author: glewis; state: Exp; lines: +1 -1 . Update to 3.7.3
v. 1.41 date: 2003/04/14 06:27:44; author: edwin; state: Exp; lines: +1 -1 print/pdflib -> print/pdflib4 Informed maintaines.
v. 1.40 date: 2003/03/07 06:06:02; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.39 date: 2002/11/23 18:25:47; author: glewis; state: Exp; lines: +18 -2 . Add a knob to allow compilation without PNG support. . Add a similar knob which introduces (optional) PDFlib support. Approved by: maintainer timeout
v. 1.38 date: 2002/11/08 03:47:27; author: glewis; state: Exp; lines: +4 -6 (1) Remove dependency on and support for linking with gd. Gnuplot is only 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 (2)
v. 1.37 date: 2002/11/05 22:28:11; author: glewis; state: Exp; lines: +12 -1 . Respect WITHOUT_X11 setting. Change is essentially as per the PRs but with an added necessary package list tweak. PR: 35177, 44834 Submitted by: Stijn Hoop , Aurélien Nephtali Approved by: maintainer timeout
v. 1.36 date: 2002/11/05 06:09:30; author: glewis; state: Exp; lines: +4 -4 . Update to 3.7.2. Approved by: maintainer timeout
v. 1.35 date: 2001/09/11 03:19:45; author: ache; state: Exp; lines: +2 -2 Bump png major
v. 1.34 date: 2001/02/12 10:01:05; author: knu; state: Exp; lines: +3 -2 Chase graphics/gd's shlib version bump.
v. 1.33 date: 2000/07/04 07:12:53; author: sobomax; state: Exp; lines: +2 -2 Bump png shared library version. Submitted by: Hajimu UMEMOTO
v. 1.32 date: 2000/06/06 17:56:50; author: will; state: Exp; lines: +2 -2 Update LIB_DEPENDS for gd: gd.0 -> gd.1.
v. 1.31 date: 2000/04/14 07:20:06; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.30 date: 2000/02/09 02:40:20; author: chuckr; state: Exp; lines: +2 -2 Fix configure args for readline. PR: 16579 Submitted by: AMAKAWA Shuhei
v. 1.29 date: 2000/01/23 22:49:23; author: chuckr; state: Exp; lines: +6 -1 Install the demos (and a README) with gnunplot. Nice demos, worth it. Submitted by: Ilia Chipitsine
v. 1.28 date: 2000/01/21 23:17:50; author: chuckr; state: Exp; lines: +4 -9 Upgrade gnuplot to 3.7.1 PR: 15505 Submitted by: Ade Lovett.
v. 1.27 date: 1999/12/27 21:28:22; author: steve; state: Exp; lines: +3 -3 These ports now need 'LIB_DEPENDS=gd.0:...'.
v. 1.26 date: 1999/09/10 23:40:04; author: chuckr; state: Exp; lines: +7 -1 Break gnuplot of bad (gif-ish) habits, it builds now.
v. 1.25 date: 1999/09/10 12:03:52; author: chuckr; state: Exp; lines: +1 -1 Rollback gd dependency change. Reviewed by: Satoshi.
v. 1.24 date: 1999/09/05 18:25:47; author: chuckr; state: Exp; lines: +2 -2 changed this to make us of the gd-old library (and include files) instead of gd, so that the old gd port, which had the required gif support, is now working.
v. 1.23 date: 1999/08/25 07:10:10; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.22 date: 1999/02/10 04:10:05; author: mph; state: Exp; lines: +8 -9 Upgrade to 3.7. PR: 9995 Submitted by: Kris Kennaway
v. 1.21 date: 1999/01/23 07:05:24; author: vanilla; state: Exp; lines: +2 -2 Bump png's major number to 3.
v. 1.20 date: 1998/11/29 12:43:08; author: asami; state: Exp; lines: +2 -1 More missing dependencies.
v. 1.19 date: 1998/09/17 00:50:50; author: asami; state: Exp; lines: +2 -2 Roll back libpng major to 2.
v. 1.18 date: 1998/09/15 11:57:46; author: asami; state: Exp; lines: +2 -2 libpng major is now 3. Also remove regexp support in preparation for ELF conversion.
v. 1.17 date: 1998/04/28 21:30:23; author: chuckr; state: Exp; lines: +2 -2 Fix missing "=" in BUILD_DEPENDS line, ruined gd dependency.
v. 1.16 date: 1998/04/19 23:22:04; author: chuckr; state: Exp; lines: +9 -7 Modified to add gif terminal, and dependency on graphics/gd. PR: ports/5993
v. 1.15 date: 1998/03/31 00:39:01; author: asami; state: Exp; lines: +2 -2 Typo fix (actually update png major :).
v. 1.14 date: 1998/03/28 20:02:10; author: ache; state: Exp; lines: +2 -2 upgrade png major
v. 1.13 date: 1997/09/01 07:41:23; author: cwt; state: Exp; lines: +5 -2 Explicitly specify --libdir as ${PREFIX}/lib in the CONFIGURE_ARGS so that configure can be adjusted to probe the right place for -lpng (and subsequently provide the correct LDFLAGS in the Makefiles it creates.)
v. 1.12 date: 1997/07/22 02:22:31; author: asami; state: Exp; lines: +6 -5 Some little cleanups. Most notably, substitute "/usr/local" with "${PREFIX}".
v. 1.11 date: 1997/07/19 01:21:09; author: chuckr; state: Exp; lines: +2 -1 Oops --- forgot to add new libpng dependency. Fixed now.
v. 1.10 date: 1997/07/19 01:09:03; author: chuckr; state: Exp; lines: +5 -5 Upgrading to version 3.36. Still a beta, but improving. This is a modification of a patch by Thomas Gellekum
v. 1.9 date: 1997/01/13 08:15:58; author: asami; state: Exp; lines: +5 -11 Update the "version required" comment. Change "Whom" and MAINTAINER to 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).
v. 1.8 date: 1997/01/12 20:07:13; author: chuckr; state: Exp; lines: +12 -9 Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it, and I want the new octave). Look for octave later today.
v. 1.7 date: 1996/11/18 14:05:16; author: asami; state: Exp; lines: +3 -1 Compress a bunch of manpages. Remove unnecessary @ directives from 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.
v. 1.6 date: 1996/11/18 10:24:43; author: asami; state: Exp; lines: +4 -3 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5 date: 1995/04/28 13:35:36; author: jkh; state: Exp; lines: +2 -1 Add a few CATEGORIES lines to take these ports out of `orphans'. Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
v. 1.4 date: 1995/04/22 11:30:11; author: asami; state: Exp; lines: +3 -3 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.3 date: 1995/04/11 02:01:00; author: jmz; state: Exp; lines: +3 -1 Add MAINTAINER= jmz@FreeBSD.org
v. 1.2 date: 1995/04/11 01:18:55; author: asami; state: Exp; lines: +10 -1 Some more Makefile updates, for the math ports.
v. 1.1 date: 1994/10/06 01:09:48; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/06 01:09:49; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's gnuplot port. 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 ============================================================================= v. 1.75 date: 2007/10/28 23:21:59; author: glewis; state: Exp; lines: +15 -5 . Add a TETEX option which allows gnuplot to be compiled without TeTeX. PR 113313 Submitted by: Tetsuya Uemura
v. 1.74 date: 2007/10/07 06:51:22; author: glewis; state: Exp; lines: +13 -2 . Update to 4.2.2. PR: 116734 Submitted by: bf
v. 1.73 date: 2007/05/19 20:15:00; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.72 date: 2007/04/16 18:37:06; author: glewis; state: Exp; lines: +2 -3 . Remove redundant CONFIGURE_TARGET setting. [1] . Start CONFIGURE_ARGS with +=. [1] . Fix a whitespace nit. . Move some @dirrm to @dirrmtry as appropriate. Pointed out by: bf [1]
v. 1.71 date: 2007/04/16 18:17:59; author: glewis; state: Exp; lines: +1 -2 . Simplify (and fix) WX support by using WX_CONF_ARGS. The prior version was broken due to use of WXCONFIG (should have been WX_CONFIG) Pointed out by: bf
v. 1.70 date: 2007/04/14 06:58:38; author: glewis; state: Exp; lines: +12 -2 . Optional WX support. I don't have it installed, so this is untested. 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
v. 1.69 date: 2007/04/14 06:42:34; author: glewis; state: Exp; lines: +3 -1 . Restore correct OPTIONS handling broken in 4.2.0 update. Pointy hat to: glewis
v. 1.68 date: 2007/04/14 06:19:59; author: glewis; state: Exp; lines: +14 -4 . Since we're depending on teTeX-base anyway, add --with-kpsexpand to 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
v. 1.67 date: 2007/04/14 02:48:54; author: glewis; state: Exp; lines: +11 -55 . Update to 4.2.0. This is an initial update I've been working on which is a little more stripped down than the port has previously been. The extras from PR/111548 will be merged in shortly. PR: 110368
v. 1.66 date: 2007/03/07 20:05:47; author: glewis; state: Exp; lines: +2 -2 . (Potentially) set USE_EMACS before we include bsd.port.pre.mk, not after, so that we pick up bsd.emacs.mk. PR: 109580
v. 1.65 date: 2007/01/09 07:19:34; author: glewis; state: Exp; lines: +3 -3 . Fix the location of the bsd.port.pre.mk include. . Install the elisp files in the correct location. PR: 107043 Submitted by: Koji Yokota
v. 1.64 date: 2006/11/02 18:21:57; author: glewis; state: Exp; lines: +1 -1 . Fix the PDF terminal. PR: 104431 Submitted by: Roland Smith
v. 1.63 date: 2006/10/09 08:18:34; author: ale; state: Exp; lines: +2 -2 Chase pdf library and bump PORTREVISION.
v. 1.62 date: 2006/05/10 22:37:08; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.61 date: 2006/01/28 02:11:31; author: linimon; state: Exp; lines: +1 -0 - Fix possibility of "infinite make fork" when "Registering install for ..." 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 [1], sem [1, 3, 8, 12], Andrew Heybey [2], Jamie Jones , tobez [4], Mark Andrews [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy [9], Ulrich Spoerlein [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
v. 1.60 date: 2005/11/15 06:50:05; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
v. 1.59 date: 2005/11/01 20:46:22; author: glewis; state: Exp; lines: +10 -1 . Build and install some of the documentation files. PR: 88018 Submitted by: Ulrich Spoerlein
v. 1.58 date: 2005/04/12 03:26:03; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.57 date: 2005/04/11 08:03:15; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.56 date: 2004/10/26 19:51:06; author: glewis; state: Exp; lines: +31 -9 . Add support for stacked histograms (off by default). . 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
v. 1.55 date: 2004/07/13 16:31:01; author: glewis; state: Exp; lines: +1 -1 . Bump PORTREVISION (forgotten in previous commit).
v. 1.54 date: 2004/07/13 16:28:56; author: glewis; state: Exp; lines: +15 -8 . Sort OPTIONS and the associated sections that deal with them. . Add a GD option that compile gd support into gnuplot. Prompted by: Chris Burkert
v. 1.53 date: 2004/06/27 18:12:21; author: krion; state: Exp; lines: +7 -6 Fix OPTIONS PR: ports/68388 Submitted by: Ports Fury
v. 1.52 date: 2004/06/25 16:33:57; author: glewis; state: Exp; lines: +1 -1 . Chase print/pdflib updates. While this change fixes compilation and is my best guess at what needs to happen so far, PDF file generation currently appears broken.
v. 1.51 date: 2004/06/12 20:13:44; author: glewis; state: Exp; lines: +41 -13 . Update to 4.0.0. [1] . Use OPTIONS. [2] PR: 65717 [1] Submitted by: Ports Fury [1] Morten Rodal [1] [2]
v. 1.50 date: 2003/09/26 23:39:36; author: edwin; state: Exp; lines: +1 -1 Chase print/pdflib version bump PR: ports/57204
v. 1.49 date: 2003/06/16 20:14:35; author: glewis; state: Exp; lines: +1 -1 . Workaround a problem in gcc 2.95.4 when compiling with -march=pentiumpro. Based on a patch from the submitter. PR: 46329 Submitted by: Hidenori Ishikawa
v. 1.48 date: 2003/06/09 16:13:30; author: glewis; state: Exp; lines: +1 -1 . Take maintainership of this port. I've done the last two upgrades and closed a number of related PRs, so I think I've demonstrated enough interest in maintaining it :).
v. 1.47 date: 2003/06/08 00:30:49; author: kris; state: Exp; lines: +1 -1 Remove chuckr as maintainer of his ports. He has not committed since 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
v. 1.46 date: 2003/06/04 23:41:02; author: glewis; state: Exp; lines: +3 -4 1. Place gnuplot.gih in ${DATADIR} rather than ${PREFIX}/share (the 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 [1] [1] PR/46757 was mostly addressed in rev 1.10 of pkg-plist, with some clean up occuring in this commit.
v. 1.45 date: 2003/06/04 23:33:38; author: glewis; state: Exp; lines: +4 -3 Grr. This is not my day. . Revert changes in the previous commit which weren't meant to be committed at that time.
v. 1.44 date: 2003/06/04 23:27:22; author: glewis; state: Exp; lines: +3 -4 . Forced commit to note that the last commit also addressed PR/49952 (in a slightly different way that the PR). PR: 49952 Submitted by: Peter Jeremy (the PR) Pointed out by: Ports Fury
v. 1.43 date: 2003/06/03 16:16:12; author: glewis; state: Exp; lines: +24 -31 . Tidy up conditional compilation sections. . Install doc files in the correct directories. . Support NOPORTDOCS. PR: 46945 Submitted by: Ports Fury
v. 1.42 date: 2003/05/22 23:09:54; author: glewis; state: Exp; lines: +1 -1 . Update to 3.7.3
v. 1.41 date: 2003/04/14 06:27:44; author: edwin; state: Exp; lines: +1 -1 print/pdflib -> print/pdflib4 Informed maintaines.
v. 1.40 date: 2003/03/07 06:06:02; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.39 date: 2002/11/23 18:25:47; author: glewis; state: Exp; lines: +18 -2 . Add a knob to allow compilation without PNG support. . Add a similar knob which introduces (optional) PDFlib support. Approved by: maintainer timeout
v. 1.38 date: 2002/11/08 03:47:27; author: glewis; state: Exp; lines: +4 -6 (1) Remove dependency on and support for linking with gd. Gnuplot is only 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 (2)
v. 1.37 date: 2002/11/05 22:28:11; author: glewis; state: Exp; lines: +12 -1 . Respect WITHOUT_X11 setting. Change is essentially as per the PRs but with an added necessary package list tweak. PR: 35177, 44834 Submitted by: Stijn Hoop , Aurélien Nephtali Approved by: maintainer timeout
v. 1.36 date: 2002/11/05 06:09:30; author: glewis; state: Exp; lines: +4 -4 . Update to 3.7.2. Approved by: maintainer timeout
v. 1.35 date: 2001/09/11 03:19:45; author: ache; state: Exp; lines: +2 -2 Bump png major
v. 1.34 date: 2001/02/12 10:01:05; author: knu; state: Exp; lines: +3 -2 Chase graphics/gd's shlib version bump.
v. 1.33 date: 2000/07/04 07:12:53; author: sobomax; state: Exp; lines: +2 -2 Bump png shared library version. Submitted by: Hajimu UMEMOTO
v. 1.32 date: 2000/06/06 17:56:50; author: will; state: Exp; lines: +2 -2 Update LIB_DEPENDS for gd: gd.0 -> gd.1.
v. 1.31 date: 2000/04/14 07:20:06; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.30 date: 2000/02/09 02:40:20; author: chuckr; state: Exp; lines: +2 -2 Fix configure args for readline. PR: 16579 Submitted by: AMAKAWA Shuhei
v. 1.29 date: 2000/01/23 22:49:23; author: chuckr; state: Exp; lines: +6 -1 Install the demos (and a README) with gnunplot. Nice demos, worth it. Submitted by: Ilia Chipitsine
v. 1.28 date: 2000/01/21 23:17:50; author: chuckr; state: Exp; lines: +4 -9 Upgrade gnuplot to 3.7.1 PR: 15505 Submitted by: Ade Lovett.
v. 1.27 date: 1999/12/27 21:28:22; author: steve; state: Exp; lines: +3 -3 These ports now need 'LIB_DEPENDS=gd.0:...'.
v. 1.26 date: 1999/09/10 23:40:04; author: chuckr; state: Exp; lines: +7 -1 Break gnuplot of bad (gif-ish) habits, it builds now.
v. 1.25 date: 1999/09/10 12:03:52; author: chuckr; state: Exp; lines: +1 -1 Rollback gd dependency change. Reviewed by: Satoshi.
v. 1.24 date: 1999/09/05 18:25:47; author: chuckr; state: Exp; lines: +2 -2 changed this to make us of the gd-old library (and include files) instead of gd, so that the old gd port, which had the required gif support, is now working.
v. 1.23 date: 1999/08/25 07:10:10; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.22 date: 1999/02/10 04:10:05; author: mph; state: Exp; lines: +8 -9 Upgrade to 3.7. PR: 9995 Submitted by: Kris Kennaway
v. 1.21 date: 1999/01/23 07:05:24; author: vanilla; state: Exp; lines: +2 -2 Bump png's major number to 3.
v. 1.20 date: 1998/11/29 12:43:08; author: asami; state: Exp; lines: +2 -1 More missing dependencies.
v. 1.19 date: 1998/09/17 00:50:50; author: asami; state: Exp; lines: +2 -2 Roll back libpng major to 2.
v. 1.18 date: 1998/09/15 11:57:46; author: asami; state: Exp; lines: +2 -2 libpng major is now 3. Also remove regexp support in preparation for ELF conversion.
v. 1.17 date: 1998/04/28 21:30:23; author: chuckr; state: Exp; lines: +2 -2 Fix missing "=" in BUILD_DEPENDS line, ruined gd dependency.
v. 1.16 date: 1998/04/19 23:22:04; author: chuckr; state: Exp; lines: +9 -7 Modified to add gif terminal, and dependency on graphics/gd. PR: ports/5993
v. 1.15 date: 1998/03/31 00:39:01; author: asami; state: Exp; lines: +2 -2 Typo fix (actually update png major :).
v. 1.14 date: 1998/03/28 20:02:10; author: ache; state: Exp; lines: +2 -2 upgrade png major
v. 1.13 date: 1997/09/01 07:41:23; author: cwt; state: Exp; lines: +5 -2 Explicitly specify --libdir as ${PREFIX}/lib in the CONFIGURE_ARGS so that configure can be adjusted to probe the right place for -lpng (and subsequently provide the correct LDFLAGS in the Makefiles it creates.)
v. 1.12 date: 1997/07/22 02:22:31; author: asami; state: Exp; lines: +6 -5 Some little cleanups. Most notably, substitute "/usr/local" with "${PREFIX}".
v. 1.11 date: 1997/07/19 01:21:09; author: chuckr; state: Exp; lines: +2 -1 Oops --- forgot to add new libpng dependency. Fixed now.
v. 1.10 date: 1997/07/19 01:09:03; author: chuckr; state: Exp; lines: +5 -5 Upgrading to version 3.36. Still a beta, but improving. This is a modification of a patch by Thomas Gellekum
v. 1.9 date: 1997/01/13 08:15:58; author: asami; state: Exp; lines: +5 -11 Update the "version required" comment. Change "Whom" and MAINTAINER to 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).
v. 1.8 date: 1997/01/12 20:07:13; author: chuckr; state: Exp; lines: +12 -9 Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it, and I want the new octave). Look for octave later today.
v. 1.7 date: 1996/11/18 14:05:16; author: asami; state: Exp; lines: +3 -1 Compress a bunch of manpages. Remove unnecessary @ directives from 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.
v. 1.6 date: 1996/11/18 10:24:43; author: asami; state: Exp; lines: +4 -3 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5 date: 1995/04/28 13:35:36; author: jkh; state: Exp; lines: +2 -1 Add a few CATEGORIES lines to take these ports out of `orphans'. Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
v. 1.4 date: 1995/04/22 11:30:11; author: asami; state: Exp; lines: +3 -3 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.3 date: 1995/04/11 02:01:00; author: jmz; state: Exp; lines: +3 -1 Add MAINTAINER= jmz@FreeBSD.org
v. 1.2 date: 1995/04/11 01:18:55; author: asami; state: Exp; lines: +10 -1 Some more Makefile updates, for the math ports.
v. 1.1 date: 1994/10/06 01:09:48; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/06 01:09:49; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's gnuplot port. 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 ============================================================================= v. 1.75 date: 2007/10/28 23:21:59; author: glewis; state: Exp; lines: +15 -5 . Add a TETEX option which allows gnuplot to be compiled without TeTeX. PR 113313 Submitted by: Tetsuya Uemura
v. 1.74 date: 2007/10/07 06:51:22; author: glewis; state: Exp; lines: +13 -2 . Update to 4.2.2. PR: 116734 Submitted by: bf
v. 1.73 date: 2007/05/19 20:15:00; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.72 date: 2007/04/16 18:37:06; author: glewis; state: Exp; lines: +2 -3 . Remove redundant CONFIGURE_TARGET setting. [1] . Start CONFIGURE_ARGS with +=. [1] . Fix a whitespace nit. . Move some @dirrm to @dirrmtry as appropriate. Pointed out by: bf [1]
v. 1.71 date: 2007/04/16 18:17:59; author: glewis; state: Exp; lines: +1 -2 . Simplify (and fix) WX support by using WX_CONF_ARGS. The prior version was broken due to use of WXCONFIG (should have been WX_CONFIG) Pointed out by: bf
v. 1.70 date: 2007/04/14 06:58:38; author: glewis; state: Exp; lines: +12 -2 . Optional WX support. I don't have it installed, so this is untested. 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
v. 1.69 date: 2007/04/14 06:42:34; author: glewis; state: Exp; lines: +3 -1 . Restore correct OPTIONS handling broken in 4.2.0 update. Pointy hat to: glewis
v. 1.68 date: 2007/04/14 06:19:59; author: glewis; state: Exp; lines: +14 -4 . Since we're depending on teTeX-base anyway, add --with-kpsexpand to 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
v. 1.67 date: 2007/04/14 02:48:54; author: glewis; state: Exp; lines: +11 -55 . Update to 4.2.0. This is an initial update I've been working on which is a little more stripped down than the port has previously been. The extras from PR/111548 will be merged in shortly. PR: 110368
v. 1.66 date: 2007/03/07 20:05:47; author: glewis; state: Exp; lines: +2 -2 . (Potentially) set USE_EMACS before we include bsd.port.pre.mk, not after, so that we pick up bsd.emacs.mk. PR: 109580
v. 1.65 date: 2007/01/09 07:19:34; author: glewis; state: Exp; lines: +3 -3 . Fix the location of the bsd.port.pre.mk include. . Install the elisp files in the correct location. PR: 107043 Submitted by: Koji Yokota
v. 1.64 date: 2006/11/02 18:21:57; author: glewis; state: Exp; lines: +1 -1 . Fix the PDF terminal. PR: 104431 Submitted by: Roland Smith
v. 1.63 date: 2006/10/09 08:18:34; author: ale; state: Exp; lines: +2 -2 Chase pdf library and bump PORTREVISION.
v. 1.62 date: 2006/05/10 22:37:08; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.61 date: 2006/01/28 02:11:31; author: linimon; state: Exp; lines: +1 -0 - Fix possibility of "infinite make fork" when "Registering install for ..." 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 [1], sem [1, 3, 8, 12], Andrew Heybey [2], Jamie Jones , tobez [4], Mark Andrews [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy [9], Ulrich Spoerlein [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
v. 1.60 date: 2005/11/15 06:50:05; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
v. 1.59 date: 2005/11/01 20:46:22; author: glewis; state: Exp; lines: +10 -1 . Build and install some of the documentation files. PR: 88018 Submitted by: Ulrich Spoerlein
v. 1.58 date: 2005/04/12 03:26:03; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.57 date: 2005/04/11 08:03:15; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.56 date: 2004/10/26 19:51:06; author: glewis; state: Exp; lines: +31 -9 . Add support for stacked histograms (off by default). . 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
v. 1.55 date: 2004/07/13 16:31:01; author: glewis; state: Exp; lines: +1 -1 . Bump PORTREVISION (forgotten in previous commit).
v. 1.54 date: 2004/07/13 16:28:56; author: glewis; state: Exp; lines: +15 -8 . Sort OPTIONS and the associated sections that deal with them. . Add a GD option that compile gd support into gnuplot. Prompted by: Chris Burkert
v. 1.53 date: 2004/06/27 18:12:21; author: krion; state: Exp; lines: +7 -6 Fix OPTIONS PR: ports/68388 Submitted by: Ports Fury
v. 1.52 date: 2004/06/25 16:33:57; author: glewis; state: Exp; lines: +1 -1 . Chase print/pdflib updates. While this change fixes compilation and is my best guess at what needs to happen so far, PDF file generation currently appears broken.
v. 1.51 date: 2004/06/12 20:13:44; author: glewis; state: Exp; lines: +41 -13 . Update to 4.0.0. [1] . Use OPTIONS. [2] PR: 65717 [1] Submitted by: Ports Fury [1] Morten Rodal [1] [2]
v. 1.50 date: 2003/09/26 23:39:36; author: edwin; state: Exp; lines: +1 -1 Chase print/pdflib version bump PR: ports/57204
v. 1.49 date: 2003/06/16 20:14:35; author: glewis; state: Exp; lines: +1 -1 . Workaround a problem in gcc 2.95.4 when compiling with -march=pentiumpro. Based on a patch from the submitter. PR: 46329 Submitted by: Hidenori Ishikawa
v. 1.48 date: 2003/06/09 16:13:30; author: glewis; state: Exp; lines: +1 -1 . Take maintainership of this port. I've done the last two upgrades and closed a number of related PRs, so I think I've demonstrated enough interest in maintaining it :).
v. 1.47 date: 2003/06/08 00:30:49; author: kris; state: Exp; lines: +1 -1 Remove chuckr as maintainer of his ports. He has not committed since 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
v. 1.46 date: 2003/06/04 23:41:02; author: glewis; state: Exp; lines: +3 -4 1. Place gnuplot.gih in ${DATADIR} rather than ${PREFIX}/share (the 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 [1] [1] PR/46757 was mostly addressed in rev 1.10 of pkg-plist, with some clean up occuring in this commit.
v. 1.45 date: 2003/06/04 23:33:38; author: glewis; state: Exp; lines: +4 -3 Grr. This is not my day. . Revert changes in the previous commit which weren't meant to be committed at that time.
v. 1.44 date: 2003/06/04 23:27:22; author: glewis; state: Exp; lines: +3 -4 . Forced commit to note that the last commit also addressed PR/49952 (in a slightly different way that the PR). PR: 49952 Submitted by: Peter Jeremy (the PR) Pointed out by: Ports Fury
v. 1.43 date: 2003/06/03 16:16:12; author: glewis; state: Exp; lines: +24 -31 . Tidy up conditional compilation sections. . Install doc files in the correct directories. . Support NOPORTDOCS. PR: 46945 Submitted by: Ports Fury
v. 1.42 date: 2003/05/22 23:09:54; author: glewis; state: Exp; lines: +1 -1 . Update to 3.7.3
v. 1.41 date: 2003/04/14 06:27:44; author: edwin; state: Exp; lines: +1 -1 print/pdflib -> print/pdflib4 Informed maintaines.
v. 1.40 date: 2003/03/07 06:06:02; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.39 date: 2002/11/23 18:25:47; author: glewis; state: Exp; lines: +18 -2 . Add a knob to allow compilation without PNG support. . Add a similar knob which introduces (optional) PDFlib support. Approved by: maintainer timeout
v. 1.38 date: 2002/11/08 03:47:27; author: glewis; state: Exp; lines: +4 -6 (1) Remove dependency on and support for linking with gd. Gnuplot is only 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 (2)
v. 1.37 date: 2002/11/05 22:28:11; author: glewis; state: Exp; lines: +12 -1 . Respect WITHOUT_X11 setting. Change is essentially as per the PRs but with an added necessary package list tweak. PR: 35177, 44834 Submitted by: Stijn Hoop , Aurélien Nephtali Approved by: maintainer timeout
v. 1.36 date: 2002/11/05 06:09:30; author: glewis; state: Exp; lines: +4 -4 . Update to 3.7.2. Approved by: maintainer timeout
v. 1.35 date: 2001/09/11 03:19:45; author: ache; state: Exp; lines: +2 -2 Bump png major
v. 1.34 date: 2001/02/12 10:01:05; author: knu; state: Exp; lines: +3 -2 Chase graphics/gd's shlib version bump.
v. 1.33 date: 2000/07/04 07:12:53; author: sobomax; state: Exp; lines: +2 -2 Bump png shared library version. Submitted by: Hajimu UMEMOTO
v. 1.32 date: 2000/06/06 17:56:50; author: will; state: Exp; lines: +2 -2 Update LIB_DEPENDS for gd: gd.0 -> gd.1.
v. 1.31 date: 2000/04/14 07:20:06; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.30 date: 2000/02/09 02:40:20; author: chuckr; state: Exp; lines: +2 -2 Fix configure args for readline. PR: 16579 Submitted by: AMAKAWA Shuhei
v. 1.29 date: 2000/01/23 22:49:23; author: chuckr; state: Exp; lines: +6 -1 Install the demos (and a README) with gnunplot. Nice demos, worth it. Submitted by: Ilia Chipitsine
v. 1.28 date: 2000/01/21 23:17:50; author: chuckr; state: Exp; lines: +4 -9 Upgrade gnuplot to 3.7.1 PR: 15505 Submitted by: Ade Lovett.
v. 1.27 date: 1999/12/27 21:28:22; author: steve; state: Exp; lines: +3 -3 These ports now need 'LIB_DEPENDS=gd.0:...'.
v. 1.26 date: 1999/09/10 23:40:04; author: chuckr; state: Exp; lines: +7 -1 Break gnuplot of bad (gif-ish) habits, it builds now.
v. 1.25 date: 1999/09/10 12:03:52; author: chuckr; state: Exp; lines: +1 -1 Rollback gd dependency change. Reviewed by: Satoshi.
v. 1.24 date: 1999/09/05 18:25:47; author: chuckr; state: Exp; lines: +2 -2 changed this to make us of the gd-old library (and include files) instead of gd, so that the old gd port, which had the required gif support, is now working.
v. 1.23 date: 1999/08/25 07:10:10; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.22 date: 1999/02/10 04:10:05; author: mph; state: Exp; lines: +8 -9 Upgrade to 3.7. PR: 9995 Submitted by: Kris Kennaway
v. 1.21 date: 1999/01/23 07:05:24; author: vanilla; state: Exp; lines: +2 -2 Bump png's major number to 3.
v. 1.20 date: 1998/11/29 12:43:08; author: asami; state: Exp; lines: +2 -1 More missing dependencies.
v. 1.19 date: 1998/09/17 00:50:50; author: asami; state: Exp; lines: +2 -2 Roll back libpng major to 2.
v. 1.18 date: 1998/09/15 11:57:46; author: asami; state: Exp; lines: +2 -2 libpng major is now 3. Also remove regexp support in preparation for ELF conversion.
v. 1.17 date: 1998/04/28 21:30:23; author: chuckr; state: Exp; lines: +2 -2 Fix missing "=" in BUILD_DEPENDS line, ruined gd dependency.
v. 1.16 date: 1998/04/19 23:22:04; author: chuckr; state: Exp; lines: +9 -7 Modified to add gif terminal, and dependency on graphics/gd. PR: ports/5993
v. 1.15 date: 1998/03/31 00:39:01; author: asami; state: Exp; lines: +2 -2 Typo fix (actually update png major :).
v. 1.14 date: 1998/03/28 20:02:10; author: ache; state: Exp; lines: +2 -2 upgrade png major
v. 1.13 date: 1997/09/01 07:41:23; author: cwt; state: Exp; lines: +5 -2 Explicitly specify --libdir as ${PREFIX}/lib in the CONFIGURE_ARGS so that configure can be adjusted to probe the right place for -lpng (and subsequently provide the correct LDFLAGS in the Makefiles it creates.)
v. 1.12 date: 1997/07/22 02:22:31; author: asami; state: Exp; lines: +6 -5 Some little cleanups. Most notably, substitute "/usr/local" with "${PREFIX}".
v. 1.11 date: 1997/07/19 01:21:09; author: chuckr; state: Exp; lines: +2 -1 Oops --- forgot to add new libpng dependency. Fixed now.
v. 1.10 date: 1997/07/19 01:09:03; author: chuckr; state: Exp; lines: +5 -5 Upgrading to version 3.36. Still a beta, but improving. This is a modification of a patch by Thomas Gellekum
v. 1.9 date: 1997/01/13 08:15:58; author: asami; state: Exp; lines: +5 -11 Update the "version required" comment. Change "Whom" and MAINTAINER to 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).
v. 1.8 date: 1997/01/12 20:07:13; author: chuckr; state: Exp; lines: +12 -9 Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it, and I want the new octave). Look for octave later today.
v. 1.7 date: 1996/11/18 14:05:16; author: asami; state: Exp; lines: +3 -1 Compress a bunch of manpages. Remove unnecessary @ directives from 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.
v. 1.6 date: 1996/11/18 10:24:43; author: asami; state: Exp; lines: +4 -3 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5 date: 1995/04/28 13:35:36; author: jkh; state: Exp; lines: +2 -1 Add a few CATEGORIES lines to take these ports out of `orphans'. Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
v. 1.4 date: 1995/04/22 11:30:11; author: asami; state: Exp; lines: +3 -3 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.3 date: 1995/04/11 02:01:00; author: jmz; state: Exp; lines: +3 -1 Add MAINTAINER= jmz@FreeBSD.org
v. 1.2 date: 1995/04/11 01:18:55; author: asami; state: Exp; lines: +10 -1 Some more Makefile updates, for the math ports.
v. 1.1 date: 1994/10/06 01:09:48; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/06 01:09:49; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's gnuplot port. 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 =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm