summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06split giflib into 2 pkgs: one for the lib, one for cmd line utilsdrochner8-87/+282
2011-09-04* Add a patch for CVE-2008-4935, based on Debian's fix, adjust mktemp(1)obache5-3/+86
behavior differ between OpenBSD orign and FreeBSD one. * Add some missing includion of header files. * LICENSE=gnu-gpl-v2 Bump PKGREVISION.
2011-09-03Install utils and docs.obache4-18/+88
Based on PR pkg/45321 by Uwe Klaus. While here, set LICENSE=mit. Bump PKGREVISION.
2011-09-02Remove unwanted message.obache1-7/+0
graphics/aview-x11 package had been removed at the time x11 option was introduced to graphics/aalib, and x11 option is enabled by default.
2011-08-31No need to include "../../mk/bsd.prefs.mk" since there is no conditionaltaca1-3/+1
any more. No functional change.
2011-08-30update to 2.24.0drochner9-160/+36
This switches to the latest stable branch.
2011-08-30Forcibly disable compiling with SNMP.gdt1-1/+2
On systems with netsnmp, configure sort of finds SNMP, and adds -lnetsnmp. This is wrong because the package doesn't depend on netsnmp, and problematic because then looking for getenv() fails. No PKGREVISION++ because this doesn't change the behavior in cases that previously resulted in a successful build.
2011-08-25Update to darktable-0.9.2.jakllsch10-39/+44
pkgsrc changes: enable flickr module. upstream changes: 0.9.1 to 0.9.2: not yet available 0.9 to 0.9.1: - new rawspeed, dcraw, libraw - fixed various segfaults and deadlocks - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between) - fixed a nasty bug which could cause complete loss of history for an image - darktable-faster now plays nicely with darktablerc (non-gconf) - lots of opencl improvements - updated translations - second part of our GSoC: customizable keyboard shortcuts!
2011-08-21Ensure PTHREAD_STUBLIB is set in MAKE_ENV not just PKGSRC_MAKE_ENV - fixes ↵abs1-1/+2
clean env build on Linux
2011-08-20Build fix: add -std=c++0x to the compiler flags for gcc-4.4+.wiz1-1/+7
2011-08-20Fix build on 64bit Linuxabs2-1/+27
2011-08-20Needs libXt for modular Xorg.joerg1-2/+2
2011-08-20Fix C++ syntaxjoerg3-1/+29
2011-08-20Remove unneeded conditional. Test with X11_TYPE=native.wiz1-3/+1
2011-08-20Add ad hoc change to fix build problem with X11_TYPE == "modular".taca1-1/+6
2011-08-19Remove png12, no packages need it.wiz11-203/+1
2011-08-18Kill Id from jlam's original patchjoerg2-5/+4
2011-08-16Update to 2.4.2. Set LICENSE.wiz2-7/+7
2.4.2 Changes done by R. Dassing, Michael Potter Base.pm: The values for 'true' resp. 'false' may be of the following true: TRUE, true, T, t, 1 and defined false: FALSE, false, F, f, 0 or undefined Base.pm: Added new options xlabel and xrange which is valid for xy_plot and Chart::Lines, Chart::Points, Chart::LinesPoints, Chart::Split, Chart::ErrorBars. In order to use the labels, the chart module needs to have 'xlabels' AND 'xrange' set. Below is some example code for use: @labels = (['Jan', 'Feb','Mar'], ['10','40','70']); $chart->set( xlabels => \@labels, xrange => [0,100] ); This options allow to set and position labels at the x-axis arbitrary. add_dataset() and app_pt() accepts now datasets as lists and as references to list like already mentioned in the docs Pie.pm: Optimized organisation of the placement of the labels. Added flag to avoid plotting of legends at all Using GD Version 2.0.36 as this version supports 'filledArc' Composite.pm: Correction due to Request 23166 write the endmost value of input array in imagemap_data array Lines.pm: Correction due to Request 23166: write the endmost value of input array in imagemap_data array
2011-08-16Update to 1.062:wiz2-7/+6
Overview of changes in Cairo 1.062 ================================== * Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid segfaults * Add two new example programs * Fix test failures
2011-08-15Add an option to select/suppress SNMP support.schnoebe1-2/+9
(configure was finding libsnmp.so if net-snmp was installed, but net-snmp wasn't buildlink'd in. It would build just fine if net-snmp wasn't installed.)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache33-58/+66
2011-08-13Add MESSAGE, missing in previous.wiz1-0/+11
2011-08-12Restrict dependency pattern due to gemspec.taca1-2/+3
Bump PKGREVISION.
2011-08-12Update graphics/ruby-chunky_png package to 1.2.1.taca3-7/+11
Changes are unknown.
2011-08-11Update nwdiag to 0.4.0.obache2-6/+6
0.4.0 (2011-08-09) * Add syntax for peer network
2011-08-11Update blockdiag to 0.8.9.obache3-7/+8
0.8.9 (2011-08-09) * Fix bugs 0.8.8 (2011-08-08) * Fix bugs
2011-08-10Add note that next PKGREVISION bump should be to 3, as 2 was used brieflydholland1-1/+2
a few months ago and then reverted.
2011-08-07Update to 4.0.1, from Nicolas Thauvin.wiz12-421/+263
4.0.1 * Minor bug fixes, patch submitted by Damien Doligez 4.0.0 * Stop supporting the autoconf build. (It might works though.) * Instead of autoconf, using omake and ocamlfind * Subpackages: no need to link codes for uninterested format. * Stop supporting lablgtk1 - Ximage2 module is now Ximage, and the older Ximage is removed - OXimage2 module is now OXimage, and the older OXimage is removed 3.2.0 * Misnamed version. It should have been 3.0.3 or something. * Small bug fix for image load memory allocation vulnerability 3.0.2 * O'Caml 3.11 port. * Integer overflow vulnerability fix for pngread.c 3.0.1 * Alpha channel support for png images. 3.0.0 * new version numbering scheme * autoconf and makefiles cleanup * fix examples compilation 2.2.1 * Now compiling with -warn-error -A
2011-08-07+ py-actdiag, py-nwdiag, py-seqdiagobache1-1/+4
2011-08-07Import py-seqdiag-0.3.8 as graphics/py-seqdiag.obache4-0/+69
`seqdiag' generate sequence-diagram image file from spec-text file. * Generate sequence-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-08-07Import py-nwdiag-0.3.3 as graphics/py-nwdiag.obache4-0/+75
`nwdiag' generate network-diagram image file from spec-text file. * Generate network-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-08-07Import py-actdiag-0.1.7 as graphics/py-actdiag.obache4-0/+69
`actdiag' generate activity-diagram image file from spec-text file. * Generate activity-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-08-07Update blockdiag to 0.8.7obache3-7/+14
0.8.7 (2011-08-06) * Fix bugs 0.8.6 (2011-08-01) * Support Pillow as replacement of PIL (experimental) * Fix bugs 0.8.5 (2011-07-31) * Allow dot characters in node_id * Fix bugs
2011-08-06Add gourceryoon1-1/+2
2011-08-06Import gource-0.35 as graphics/gource from wip/gource.ryoon4-0/+54
Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project. Currently Gource includes built-in log generation support for Git, Mercurial and Bazaar and SVN (as of 0.29). Gource can also parse logs produced by several third party tools for CVS repositories.
2011-08-06Update rabbit to 1.0.4.obache3-8/+15
== 1.0.4: 2011-08-06 Theme improvements release! === Improvements ==== Theme * nari: Added. This is for nari. [Created by nari] * image-slide-number: Changed the default here to a cute here. * image-slide-number: Supported flag color customize. * image-timer: Changed the default tortoise to a cute tortoise. * rubykaigi2011: Supported the tortoise and the here. === Fixes ==== Documentation * Fixed Pango link. [Patch by Ken Muryoi] === Thanks * nari * Ken Muryoi == 1.0.3: 2011-07-17 A bug fix release of 1.0.2. === Improvements ==== Core * Supported RubyGems 1.8.5. [Reported by okkez] * rabbit command doesn't use standard input as the default source type. === Fixes ==== Core * Fixed a problem that Wiki notation support doesn't show error. [Reported by kimura wataru] * Added missing Sinatra dependency. ==== Theme * footer-comment: Fixed a problem that a comment is hidden shortly. === Thanks * okkez * kimura wataru
2011-08-05Add comments to patches.wiz7-13/+27
2011-08-04Add upstream bug report URL.wiz2-3/+4
2011-08-03pull in boundary check from gdk2-pixbuf to fix a possible bufferdrochner3-5/+16
overflow by invalid GIF images, see redhat bug#727081 bump PKGREV
2011-08-03Fixed: build failure on 5.99.55cheusov4-123/+25
Update to 2.4.6, No answer from maintainer. CHANGES BETWEEN 2.4.5 and 2.4.6 I. IMPORTANT BUG FIXES - For TrueType based fonts, the ascender and descender values were incorrect sometimes (off by a pixel if the ppem value was not a multiple of 5). Depending on the use you might now experience a different layout; the change should result in better, more consistent line spacing. - Fix CVE-2011-0226 which causes a vulnerability while handling Type 1 fonts. - BDF fonts containing glyphs with negative values for ENCODING were incorrectly rejected. This bug has been introduced in FreeType version 2.2.0. - David Bevan contributed a major revision of the FreeType stroker code: . The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected. . A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has been introduced to support PostScript and PDF miter joins. . FT_STROKER_LINEJOIN_MITER_VARIABLE has been introduced ches has been fixed. II. MISCELLANEOUS - SFNT bitmap fonts which contain an outline glyph for `.notdef' only no longer set the FT_FACE_FLAG_SCALABLE flag. CHANGES BETWEEN 2.4.4 and 2.4.5 I. IMPORTANT BUG FIXES - A rendering regression for second-order B#zier curves has been fixed, introduced in 2.4.3. II. IMPORTANT CHANGES - If autohinting is not explicitly disabled, FreeType now uses the autohinter if a TrueType based font doesn't contain native hints. - The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH has been made redundant and is simply ignored; this means that FreeType now ignores the global advance width value in TrueType fonts. III. MISCELLANEOUS - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of a font. - Support for PCF files compressed with bzip2 has been contributed by Joel Klinghed. To make this work, the OS must provide a bzip2 library. - Bradley Grainger contributed project and solution files in Visual Studio 2010 format. - Again some fixes to better handle broken fonts.
2011-07-31Add png 1.5 support and go back to current png. Should have done this adholland3-8/+733
long time ago; it was somewhat lengthy but completely straightforward.
2011-07-31Add sys/socket.h to backend/magicolor.c and backend/xerox_mfp-tcp.c.gls4-4/+42
Should fix PR pkg/45196 by Alex Hornung.
2011-07-31povray needs old png-1.2, use it now that we have it again.jakllsch9-45/+40
2011-07-31+png12jakllsch1-1/+2
2011-07-31Add package of png-1.2 series.jakllsch10-0/+201
Needed for compatibility with packages that haven't been ported to png-1.5.
2011-07-31Add two patches from upstream to fix importing raws with libraw 0.13.6 and ↵gls4-2/+62
0.13.7 PKGREV++
2011-07-31Update graphics/libraw to 0.13.7.gls2-6/+6
Upstream changes: * Changes in cropping code: o cropping is now works for Fuji files (instead of crash) o bad pixels map and dark frame subtraction is turned off if cropping enable o for technical reasons, coordinates of top-left corner of crop box are rounded to multiple of 4 for Fuji files. * ./configure stuff fixes: o install static libraries only when --enable-static is set o compiled samples are dynamically linked if shared library not disabled. * OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
2011-07-28Do not generate an mpost format for mfplain, which is now a part ofminskim2-10/+3
web2c. Noted by tron@.
2011-07-28Update ps2eps to 1.68.minskim2-6/+6
Changes: - quoted translate command string - quote of tmpfname for coping with spaces in filenames - added -a option - changed handling of hiresBB (now rounded to hiresprecision, by default 0.5pt) - added %%BeginData %%EndData as indicators for Binary Section - added new option -b (treat as binary) to prevent filtering CR/LF stuff - fixed help/usage formatting output
2011-07-26Fix man page path with a patch.jakllsch2-1/+14