Commit graph

9392 commits

Author SHA1 Message Date
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
joerg
1a9452c4e8 Fix linkage for native X11. Still broken for modular Xorg. 2012-03-14 23:11:58 +00:00
fhajny
9125a17991 Unlock the 'dri' option for SunOS, since x11/libdrm now builds there.
Bump PKGREVISION.
2012-03-13 13:24:36 +00:00
wiz
c76dc524c3 Fix some bugs in a man page. Set LICENSE while here.
Bump PKGREVISION.
2012-03-12 14:51:39 +00:00
markd
ecb6087538 Update to 2.15
2.5 years worth of changes.
2012-03-10 21:14:51 +00:00
shattered
2a4afa461a Set LICENSE. 2012-03-10 13:20:10 +00:00
wiz
da820700a3 Update to 2.5.8:
* 2.5.8 @ 2012-03-09
  Codebase is now statically checked using splint, with stronger type safety.
2012-03-10 02:08:24 +00:00
fhajny
e2bde9832c Add --with-xml=yes since we're linking libxml2 anyway.
Bump PKGREVISION.
2012-03-09 14:49:15 +00:00
wiz
7f6ca7040e Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
drochner
70da43f491 update to 2.4.9
changes:
-fix many cases of possible memory corruption by malicious font files
 (CVE-2012-1126...-1144)
-minor fixes and feature improvements
2012-03-09 10:41:14 +00:00
wiz
310885b542 Update to 2.5.7:
* 2.5.7 @ 2012-03-08
  Fix CVE-2009-5018, filename buffer overflow bug detected by Gentoo security.
2012-03-08 17:16:58 +00:00
wiz
8b82e3fb8f Update for new python default version. Bump PKGREVISION. 2012-03-08 11:44:43 +00:00
fhajny
73d7817cdc Added graphics/p5-GraphViz2 and dependencies 2012-03-08 11:39:52 +00:00
fhajny
161f2739a1 Import p5-GraphViz2-1.12 as graphics/p5-GraphViz2.
This module provides a Perl interface to the amazing Graphviz, an open source
graph visualization tool from AT&T.

It is called GraphViz2 so that pre-existing code using (the Perl module)
GraphViz continues to work. GraphViz2 V 1 is not backwards compatible with
GraphViz V 2, despite the considerable similarity.
2012-03-08 11:31:31 +00:00
wiz
db2f1cf037 Update to 2.5.6:
* 2.5.6 @ 2012-03-07
  Fix patch for builing with png-1.5, by Thomas Klausner <tk@giga.or.at>.
  Blink production for visual checking in the regression-test suite.
2012-03-08 09:39:03 +00:00
joerg
1ea57e8443 Needs pkg-config. 2012-03-08 01:07:04 +00:00
adam
eb63266584 Changes 2.12.23:
Bug-fix release.
2012-03-07 16:29:45 +00:00
adam
609eeaccbe Changes 3.0.1:
* OpenGL ES 1.1, and OpenGL ES 2.0 support
* OpenGL 3.x and 4.x support along with associated OpenGL extensions
* Supoort for Android on tablets and phones
* Support for IOS on tablets and phones (end users applications have already
  been accepted on the App Store)
* Introduction of Present3D application for immersive 3D presentations
* New extensible serializers that provide new .osgb binary, .osgt ascii and
  .osgx xml file native formats
* New generalized serializable metadata architecture
* New osgQt library that makes it straight forward to integrate !OpenSceneGraph
  with Qt, including web browsing via QWebKit.
* New FBX plugin based on the Audodesk FBX DSK that enables reading of the the
  .fbx 3D authoring and interchange format
* New directshow plugin for handling movies under Windows
* New pov plugin for exporting a scene to POV-Ray format, enabling use of
  POV-Ray to do photo-realistic ray tracing
* New ply plugin for reading ply files
* Improvements to osgText that enable bevelling of 3D text and highter quality
  2D fonts
* Improvements to osgVolume enabling high quality ray traced volume rendering
* Improvements to osgManipulator making it more flexible
* Improvements to osgParticle to support shader based particle effects
* Revamped 3ds plugin for reading and writing of .3ds files
* Revamped dxf plugin for reading and writing of .dxf files
* Support for Cocoa and 64bit OSX build
* Improved thread safety and efficiency of database paging
* New Texture and buffer object pools for efficiently managing GL object
  resources
2012-03-07 16:27:35 +00:00
wiz
6466b8339a png-license is just a zlib with many authors. Use zlib here (as already
done in png package).
2012-03-07 15:29:52 +00:00
wiz
6f2d3edfef Update to 2.5.5.
* 2.5.5 @ 2012-02-28
  Added -m (preserve file modification time) option by Steve Ward.
  web2png is checked with pylint.
2012-03-07 15:28:12 +00:00
taca
22d09788a7 Update pear-Image_Canvas package to 0.3.4.
Changelog:

QA release
Bug #16947 Font-size in GD (with GD2) incorrect
Bug #17448 Font alignment for 90 degrees
Bug #18366 Call to undefined function ps_new()
Bug #18507 SVG output of multi-line axis labels is screwed up.
Bug #18549 setThickness not working on GD / PNG output
2012-03-07 14:50:22 +00:00
adam
7dedef2075 Changes 0.7:
* Upgraded libpng to version 1.4.9.
* Upgraded zlib to version 1.2.6-optipng.
* Resolved a rarely-occurring out-of-bounds memory access error in
  Z_RLE, by upgrading zlib.
* Added the popularly-requested option -strip.
  The only suboption currently supported is "-strip all".
* Added the option -clobber.
* Added the option -backup, as an alias of -keep.
* Added the option -silent, as an alias of -quiet.
* Deprecated the option -log.
* Changed the activity display output from STDOUT to STDERR.
* Allowed the option -preserve to save high-resolution timestamps
  on Unix, if the POSIX-1.2008 API is available.  This feature was
  previously available on Windows only.
* Fixed a minor precision error in the display of file size percents.
* Fixed a memory leak that occurred when reading broken GIF images.
* Fixed various build issues.
* Resolved all remaining compatibility issues with libpng-1.5.
* Added build support for clang.
* Reorganized the source directory structure.
2012-03-07 09:11:43 +00:00
joerg
13e29503ee Don't install a cat page. Bump revision. 2012-03-06 23:26:38 +00:00
ryoon
9c53210756 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
minskim
3ef258641d Reduce gri's dependencies on TeX. 2012-03-05 17:21:13 +00:00
dholland
b3c2a2fa97 Fix post-extract chmod so it hopefully works on Solaris. This thing
ships with its toplevel dir mode 0, and it seems that on Solaris if
you do find -exec chmod, find fails before it manages to run chmod.
2012-03-05 04:36:04 +00:00
obache
6aad2ec11e refrect reality to PKGCONFIG_OVERRIDE. 2012-03-04 11:37:48 +00:00
wiz
b630ed46ca More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
obache
60f84445c6 Update rabbit to 1.0.6.
== 1.0.6: 2012-03-03

CodeRay 1.0.x support release.

=== Improvements

==== rabbit

  * Supported CodeRay 1.0.x. [Reported by TAKATSU Tomonari]
2012-03-03 11:44:29 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
8c25c96e67 Fix build on SunOS. 2012-03-01 19:44:42 +00:00
jnemeth
32d07357a8 sort 2012-03-01 07:02:31 +00:00
shattered
ef43ebe42d Replace hardcoded /usr/local patch with ${LOCALBASE}.
Avoids crash in dirname (pool=0xbfbfcc6c, fname=0x0) at nsdejavu.c:531
2012-02-29 21:22:16 +00:00
hans
b051fc5ec1 Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
drochner
9e42a5623e reset PKGREV for base pkg update 2012-02-28 18:43:39 +00:00
reinoud
db2ed9b153 As per correspondence with Florian Kirsch, the author of OpenCSG, remove a
piece of code that was obviously wrong to him. Fixes rendering problems.
2012-02-28 10:42:12 +00:00
reinoud
cc03c7f690 Add OpenCSG to the list of subdirs 2012-02-26 20:42:08 +00:00
reinoud
e37ca61204 Add OpenCSG 1.3.2, an image based CSG renderer that renders the CSG using
OpenGL.
2012-02-26 20:41:04 +00:00
obache
c8b47d2133 reset PKGREVISION from base pkg update. 2012-02-26 12:34:47 +00:00
obache
156c81adfc reset PKGREVISION. 2012-02-26 12:23:31 +00:00
obache
01183d0d4c Update GraphicsMagick to 1.3.14.
1.3.14 (February 25, 2012)
==========================

Security Fixes:

  * Windows bundled libpng updated to the 1.5.9 release, which fixes
    the dire CVE-2011-3026 buffer overrun bug.

Bug fixes:

  * EMF format : Fixed wrong module mapping which caused EMF reading
    to not work under Windows.

  * TGA format: Assume that 32-bit TGA files have an alpha channel,
    even if they are not marked as such.

  * XCF format: Fix reading XCF which is comprised of different sized
    layers.

  * JPEG & CineonLog: Convert RGB-compatible colorspaces
    (e.g. CineonLog) to RGB by default since that was the case prior
    to release 1.3.13.

  * RAW formats: Small memory leak in dcraw module was fixed.

  * Resize: ResizeImage() was ignoring its resize filter argument and
    was using the filter setting from the Image structure instead.

  * The mirror virtual pixel method was broken.

New Features:

  * Open64 Compiler Suite: Version 5.0 is fully supported.

  * Wand API: Added MagickExtentImage().

  * MEF RAW: Mamiya Photo RAW "MEF" format is now supported.

Feature improvements:

  * DPX format: Original file endianness is preserved by default.

  * PNG library: Updated libpng to 1.5.9 release.

  * TIFF library: Updated libtiff to 4.0.1 release.

  * Zlib library: Updated to zlib 1.2.6 release.

Performance Improvements:

  * Despeckle algorithm (-despeckle) is many times faster.

Behavior Changes:

  * DPX format: Original file endianness is preserved by default.
2012-02-26 12:22:06 +00:00
obache
6d56ee3689 At least, gcc-4.1.3 does not have abs(signed long long).
PR 45922.
2012-02-26 08:38:21 +00:00
obache
c205d81061 Move removal of patch backup files to pre-install to be easier patch maintainance. 2012-02-26 08:33:06 +00:00
obache
53d268722a No need to override cairo-tee.pc, it will be generated from cairo-features.pc.in. 2012-02-24 10:40:49 +00:00
ryoon
9329bfd85a Enable tee surface backend.
This is potentially used "--enable-system-cairo"ed devel/xulrunner.

Bump PKGREVISION.
2012-02-23 14:00:43 +00:00
wiz
aa30e03c98 For some reason this seems to need pkg-config now to build all its libraries.
Add it to TOOLS.
2012-02-22 12:26:33 +00:00
drochner
72e687dd46 -pull in xz/bl3 to avoid hidden dependency
-update to 4.0.1 -- this only adds symbol versioning support to ease
 transition from 3.x to 4.x; this is not used in pkgsrc so the
 update is purely cosmetical
2012-02-21 13:03:00 +00:00
wiz
5e6e0f5b7d Set some defaults so that CVE-2011-3026 will not repeat,
following suggestions from upstream.
Bump PKGREVISION.
2012-02-20 22:42:29 +00:00
adam
291331320a Changes 1.7.25:
* built with libpng-1.5.9 and zlib-1.2.5
2012-02-20 17:27:24 +00:00
tron
3de8c56b0a Update "libpng" package to version 1.5.9. There are no change since
version 1.5.9rc01 except of the minor detail that you can actually
fetch the distfile.
2012-02-19 09:26:39 +00:00