Commit graph

8703 commits

Author SHA1 Message Date
dsainty
ccd1a32fac Correct hash for patch-ufraw_writer.c 2011-02-08 19:41:41 +00:00
adam
a23449a7c4 Removed gnuplot-nox11; use options.mk in gnuplot to turn X11 support off 2011-02-08 13:18:40 +00:00
adam
ad8d643e92 Removed gnuplot-nox11; plotutils-nox11 2011-02-08 13:17:21 +00:00
adam
da69bfdd48 Changes 4.4.2:
* FIX color specification "lc N"
* FIX clipping error in filled curves
* FIX segfault if "refresh" command follows an interrupted replot

Changes 4.4.1:
* NEW Support the "%s" format specifier in strftime()
* NEW Optional 6th data column in candlesticks style to specific box width
* NEW If integer arithmetic i*j or i**j would overflow, return value as a real
* NEW "set style circle radius <default-radius>"
* FIX autoconfiguration of readline support in OSX
* FIX font problems in win terminal
* FIX Protect against runaway recursion by limiting depth of nested functions
* FIX metapost terminal: Fix inheritance of line thickness by text strings
* FIX cairo terminals could segfault on certain enhanced text strings
* FIX pdfcairo output to stdout now works
* FIX font ",size" in non-enhanced mode postscript terminals
* FIX Do a better job of estimating the width of UTF-8 encoded strings
* FIX baseline bug in canvas terminal rotation of enhanced text
* FIX Allow "with labels" to work for binary input data
* FIX update user GPVAL variables after plot in table mode
* CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot
* CHANGE 3D impulses are now always drawn from z=0
* CHANGE Enable HIDDEN_QUADTREE by default
* CHANGE Enable "set fit errorvariables" by default
* CHANGE Regardless of current timefmt, read time from binary files as a binary
* CHANGE do not limit 3D rotation to 0<rotx<180
2011-02-08 13:13:41 +00:00
adam
eb008a17f7 Switch to options.mk and remove plotutils-nox11 2011-02-08 13:08:06 +00:00
wiz
183b84d974 Fix build with png-1.5. 2011-02-07 21:28:56 +00:00
wiz
76b93fae0a Fix build with png-1.5. 2011-02-07 21:09:13 +00:00
wiz
96a9cbed76 Set LICENSE. 2011-02-07 21:09:06 +00:00
taca
88d4914289 Remove RUBY_REQD which specify older version of
current supported version of Ruby.

No functional change.
2011-02-07 14:55:55 +00:00
wiz
eb691f1d3d Fix build with png-1.5. 2011-02-07 01:31:57 +00:00
wiz
ed05a8af16 Set LICENSE. 2011-02-07 01:31:51 +00:00
wiz
fff632fcb2 Fix build with png-1.5. 2011-02-07 01:03:35 +00:00
wiz
15ffe5fcb5 Fix build with png-1.5.
Upstream should come up with a better fix though.
2011-02-07 00:37:53 +00:00
wiz
110fcbe816 Set LICENSE. 2011-02-07 00:37:10 +00:00
wiz
a2c6f3e90d Fix build with png-1.5. 2011-02-07 00:30:07 +00:00
wiz
83911ad071 Fix build with png-1.5. 2011-02-06 17:35:05 +00:00
wiz
b06b330f04 Fix build with png-1.5. 2011-02-06 17:06:48 +00:00
wiz
0432059ef8 Set LICENSE. 2011-02-06 17:06:17 +00:00
ryoon
86642abf8f fix build with png-1.5
PR pkg/44522
2011-02-06 16:25:27 +00:00
wiz
3ccec6f131 Incomplete fix for png-1.5 from Marko Schütz Schmuck, to avoid
duplicate work.
2011-02-06 16:14:04 +00:00
wiz
f69d29f05b Set LICENSE. 2011-02-06 16:13:13 +00:00
markd
bcbb1c5173 Fix build with png 1.5 2011-02-06 08:57:07 +00:00
adam
48627bdb0a Changes 0.48.1:
No release information available.
2011-02-05 07:57:15 +00:00
adam
a6cfed8852 Fix building with Clang 2011-02-04 23:35:29 +00:00
gls
8ca0eaba1f Update graphics/libraw to 0.12.4
Upstream changes:

Imported dcraw 9.06/1.440:

* Added camera support for: Canon S95, Casio EX-Z1080, Panasonic GF2 and GH2,
Samsung NX100, Sony A-580
* Updated color data for: Canon G12, Nikon D3100, D7000 and P7000, Olympus E-5,
Pentax K-r and K-5, Samsung NX10 and WB2000
2011-02-03 21:38:07 +00:00
wiz
c5f97146ad Update to 1.5.1:
Version 1.5.1beta10 [January 27, 2010]
  Fixed incorrect examples of callback prototypes in the manual, that were
    introduced in libpng-1.0.0.
  In addition the order of the png_get_uint macros with respect to the
    relevant function definitions has been reversed.  This helps the
    preprocessing of the symbol files be more robust.  Furthermore, the
    symbol file preprocessing now uses -DPNG_NO_USE_READ_MACROS even when
    the library may actually be built with PNG_USE_READ_MACROS; this stops
    the read macros interfering with the symbol file format.
  Made the manual, synopses, and function prototypes use the function
    argument names file_gamma, int_file_gamma, and srgb_intent consistently.

Version 1.5.1beta11 [January 28, 2011]
  Changed PNG_UNUSED from "param=param;" to "{if(param){}}".
  Corrected local variable type in new API png_process_data_skip()
    The type was self-evidently incorrect but only causes problems on 64 bit
    architectures.
  Added transform tests to pngvalid and simplified the arguments.

Version 1.5.1rc01 [January 29, 2011]
  No changes.

Version 1.5.1rc02 [January 31, 2011]
  Added a request in the manual that applications do not use "png_" or
    "PNG_" to begin any of their own symbols.
  Changed PNG_UNUSED to "(void)param;" and updated the commentary in pngpriv.h

Version 1.5.1 [February 3, 2011]
  No changes.
2011-02-03 09:20:58 +00:00
drochner
539eb82fa3 uses bash as CONFIG_SHELL, thus needs to be a build dependency 2011-02-02 14:44:45 +00:00
wiz
ffa6b87c2d Fix build with png-1.5. 2011-02-01 10:32:00 +00:00
wiz
d3ff4e2b88 Set LICENSE. 2011-02-01 10:31:53 +00:00
wiz
f51df44146 Put LICENSE in MAINTAINER section. 2011-02-01 10:27:56 +00:00
wiz
926a561987 Fix build with png-1.5. 2011-02-01 10:27:39 +00:00
wiz
784554a3ac Set LICENSE. 2011-02-01 09:05:49 +00:00
wiz
2b413438a3 Fix build with png-1.5. 2011-02-01 09:05:30 +00:00
wiz
cf36eb2971 Set LICENSE. 2011-02-01 08:50:31 +00:00
wiz
2b2582f4a9 Fix build with png-1.5. 2011-02-01 08:50:06 +00:00
drochner
3c86f3b7be bump PKGREV for poppler shlib major change 2011-01-31 17:08:19 +00:00
wiz
381781d6d5 Remove obsolete patch (a very similar chunk is nowadays a few lines
higher, where the variables are defined).
2011-01-31 10:23:44 +00:00
wiz
874c6a8ee7 Add comments to patches. 2011-01-31 10:22:26 +00:00
wiz
01ee072450 Remove trailing line (pkglint--).. 2011-01-31 10:21:41 +00:00
wiz
5573905e2c Fix build with png-1.5. 2011-01-31 10:17:41 +00:00
rumko
68b8130ae5 graphics/sane-backends: add upstream bug report for PR pkg/44193
ok@ wiz
2011-01-30 18:04:23 +00:00
markd
1c99381ff9 Add dependency on libidn for linux as Tgif.tmpl-linux tries to link it. 2011-01-30 01:53:41 +00:00
markd
1dabb531e3 Fix build with gcc4.5 2011-01-29 22:39:27 +00:00
markd
9ed2b57480 Don't insist on the 1990 standard as then fails to handle the // comments
in lcms.h
2011-01-29 22:06:50 +00:00
markd
269db6881f fix build with gcc4.5 2011-01-29 22:00:59 +00:00
markd
476762d9fa Fix build with gcc4.3 2011-01-29 21:48:41 +00:00
adam
003c9a8dbc Fix building with libpng-1.5 2011-01-29 16:38:33 +00:00
adam
c3ff8bcfd9 Fix building with libpng-1.5 2011-01-29 16:30:41 +00:00
adam
150fee57c7 Changes 1.7.1:
* Fixed the build process for MacOS X.
* Re-activeted vigra-config (script to query VIGRA installation information)
  and added VigraConfig.cmake (query VIGRA installation information from within
  cmake).
* Added CDash support (nightly builds and tests).
* Added convexHull().
* Added vigra::Box.
* Added vigra::Sampler class to sample given data in various ways.
* Added much new functionality to the vigra::RandomForest class (e.g. more
  split strategies, variable importance measures, feature selection)
* Added readSIF() (reader for the Andor SIF file format).
* Added vigra::HDF5File for easier navigation in HDF5 files.
* Added recursive approximation of the Gaussian filter
  (recursiveGaussianFilterX(), recursiveGaussianFilterY())
* vigranumpy: added Gabor filtering.
* Fixed multi-threading bugs at various places.
* Minor improvements and bug fixes in the code and documentation.
2011-01-29 16:29:03 +00:00
adam
87b90bf0d9 Fix buildling with clang 2011-01-29 14:46:48 +00:00