Commit graph

61 commits

Author SHA1 Message Date
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
drochner
3ab0974f89 -don't use usleep() for the "pause" command, this does only work
for sleep times less than a second (see SUSv3)
 fixes PR pkg/35533 by Matyas Janos
-share patches between gnuplot{,-nox11}
-bump PKGREVISION
2007-02-01 12:15:38 +00:00
joerg
e97c2310b8 Modular Xorg support. Based on patch from drochner@ 2007-01-22 22:09:15 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
26d1765101 * List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
2006-04-04 14:45:44 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
garbled
3a7285c482 Enable the history file in gnuplot per PR pkg/32139. Bump pkgrev to 3 2005-12-29 23:01:51 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
e7816f22b3 Do the Interix fix a different way: put it in stdfn.h.
This should resolve the build problems on NetBSD-current.
2005-03-13 01:26:45 +00:00
tv
9dcde7668d Include <sys/time.h> in x11.trm to pick up fd_set on Interix.
(No functional changes, and only affects X11 version.)
2005-03-10 17:26:18 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
adrianp
c173eba21d Tell gnuplot not to install lisp files by default.
Patch supplied by Kouichirou Hiratsuka <hira (at) po6.nsk.ne.jp> in PR#26111.

Thanks.
2004-06-29 18:10:53 +00:00
grant
4512c41bae - s/Gnu/GNU/ when used as an acronym
- note the inclusion or lack of X11 support
- | fmt 70 75
2004-06-26 06:44:18 +00:00
grant
8761b80efd move the common bits of these packages out into gnuplot/Makefile.common.
no functional change.
2004-06-26 06:40:08 +00:00
adrianp
5ef7a7fb34 Update gnuplot to 4.0.0
Closes PR #25450 submitted by me.

Ok'ed wiz@/snj@/root (at) garbled.net

Thanks to xtraeme@ for fixing GD's X11 issues.

From the CHANGELOG:

 What's New
 ==========


 The list of changes is immense this time, so only the highlights
 can be given here.  For the full details, see the NEWS file or the
 ChangeLog, or look into the online version of the documentation at
 http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
 You'll quite probably have to (re-)read large parts of the
 documentation to learn all the details that have changed.


 Major changes visible to users:
 -------------------------------


 o Global Command syntax change: instead of 'set no...' it's now
   'unset ...'.
 o Commands 'set data style', 'set function style' and 'set linestyle'
   changed to 'set style {data|function|line}, respectively.
 o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
   plotting style.
 o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
   styles can be filled with solid colors or hatch patterns.
 o New plot style 'with filledcurves' to fill an area defined by a curve
   in solid colour.
 o Windows, X11, OS/2 and GGI interactive graphical terminals now support
   interaction with the plot window by mouse and hotkeys.
 o The "enhanced" mode has been generalized from PostScript to some
   other terminal drivers.
 o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
   surfaces plotted with them.
 o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
 o New function to query if a user-defined variable exists.
 o PNG and JPEG terminals using the GD library support libfreetype to
   use true-type fonts.
 o 'set label' can output a point symbol the comment refers to, and the
   text itself can be rotated by arbitrary angles (on some terminals).
 o The color of text elements can be changed.
 o 'set size ratio' now affects 3D plots, too.
 o The 'dgrid3d' can be switched between thin-plate splines and
   the older weighted averaging method, at compile time.
 o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
   encoding of user input.
 o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
   and supports changing linewidth by core gnuplot commands.
 o A native compilation option of gnuplot for Mac OS X is now part of
   the mainline source, using the 'aquaterm' driver [3].
 o Datafile comment character, column separator and decimal sign
   can be changed.
 o Arrows can be drawn with relative coordinates for the head, and the
   heads can be filled.
 o Allows 'set timefmt' independantly for each axis, and supports new
   '%s' format for seconds-since-1970 input.
 o Even more documentation misprints have been fixed, thanks to
   Shigeharu TAKENO


 Internal changes:
 -----------------


 o Reorganization of the entire source tree.
 o Broken into considerably more source files than before.
 o Large sets of related global variables have been collected into
   relatively few global data structures (the 'axis' array and a
   global 'key' data structure, e.g.).
 o The gnuplot_x11 driver no longer is installed in the PATH, to
   avoid confusion about it.
 o Scaling and ticking of time/date axes respects the fact that
   12 and 60 are not the same 10 or 100 much better.


 And, obviously, more bug fixes than could possibly fit into this
 narrow margin...
2004-06-25 17:08:13 +00:00
minskim
4115f91ae0 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-06-02 15:43:09 +00:00
snj
fad3d1b68b Convert to buildlink3. Move PKGREVISION to make pkglint happy. 2004-04-24 23:18:38 +00:00
seb
553ff8ac6c Remove info files entries from PLIST. 2004-02-17 23:37:12 +00:00
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
seb
3c58e326c0 Fix CONFLICTS. 2003-07-03 15:33:04 +00:00
seb
86bac2fd86 Convert to USE_NEW_TEXINFO. 2003-07-03 14:14:03 +00:00
jschauma
b035659872 Split plotutils and gnuplot into '<pkgname>' and '<pkgname>-nox11' each
(alternatively, we could have renamed one to '<pkgname>-x11', but for the
element of least surprise, the default remains x11 enabled).
This will work much better than the previous attempt to build two packages
from one Makefile, which wasn't all thought out wrt to dependencies, buildlinks etc.
Bump PKGREVISION on plotutils and gnuplot for this.
2003-06-07 17:39:23 +00:00
jschauma
dd333bd0f9 Same as plotutils:
If X11 is present, set the pkgname to gnuplot-x11 and conflict with
plain gnuplot (and the other way around).
2003-06-06 14:41:29 +00:00
jschauma
03488b35c0 If X is found to be present, this package builds and installs gnuplot_x11,
if not, not.  Fix accordingly.  Pointed out by wiz@.  Sorry.
2003-06-04 21:34:08 +00:00
jschauma
921cc33b8e These don't really need X after all -- they can be useful on headless
machines without X, too, so remove USE_X11.
2003-06-04 18:21:48 +00:00
wiz
4a72af3c14 Update to 3.7.3, from Jim Bernard in PR 19663.
Changes:
3.7.3
* Major: contributed code to re-add gamma, inverse normal, and
  inverse error function
* Windows specific fixes, most visibly changing the 'pause' command
  to avoid cpu hogging, and updated build procedures
* Improved metapost driver
* Make Linux driver work with devfs
* Numerous bugfixes backported from development version, see ChangeLog
* A large number of documentation misprints have been fixed

3.7.2
* Major: we have removed code that was labeled with a
  non-commercial use clause. The effect is that this
  removes the gamma, inverse normal, and inverse error
  function from platforms that have no native
  implementation.
* Support for BeOS
* New terminal drivers: emf (Enhanced Metafile Format),
  epslatex, ggi (General Graphics Interface), pdf, svg
 (W3C Scalable Vector Graphics)
* Updated png driver: web-friendly palette, transparent
  images, explicit colour specification
* Updated HPGL driver: optional multi-pen support,
  alternative plot sizes, variable font sizes
* Updated gnugraph driver: now requires GNU plotutils 2.2
  or better
* Updated eepic driver: picture environment now scales with
  "set size"
* Updated fig driver to fig file format 3.2
* Updated tkcanvas driver
* Fix font size option in pslatex driver
* configure-alike script for VMS
* Command substitution in double-quoted strings
* Vector clipping style for 2D plots
* Sort terminals by name before displaying
* Numerous bugfixes
2003-03-05 14:01:25 +00:00
wiz
5f9a110cb6 Add png support. Bump version to 3.7.1nb1. Requested in PR 18798. 2002-10-28 13:38:14 +00:00
jlam
2e99492e0d buildlink1 -> buildlink2 2002-09-22 00:49:32 +00:00
jlam
b11ce0740a Strongly buildlinkify. 2001-11-26 10:12:03 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wennmach
f5bd35d108 Update gnuplot to 3.7.1.
This is a prerequisite step for octave-current.
2001-03-19 22:11:14 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
hubertf
399e2989b6 Fix URL
noted in PR 7750 by Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
1999-06-10 15:23:10 +00:00
hubertf
0924435786 add RCS-ID 1999-03-03 22:23:31 +00:00
hubertf
26d97dc763 Add to #define unix, per PR 7079 by Jaromir Dolecek <dolecek@ics.muni.cz> 1999-03-03 22:22:32 +00:00
bad
39cf4fc8c9 Be consistent: tell the configure script which graphics drivers to enable. 1999-02-09 14:47:58 +00:00
bad
acd4e81429 USE_X11 1999-02-09 14:21:16 +00:00