summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-05-28Added support for installation to DESTDIR. Approved by Min Sik Kim.heinz1-4/+6
2007-05-28- Added support for installation to DESTDIR.heinz2-19/+20
- Files named ".DS_Store" (from the MacOS GUI) do not belong to this package, so we filter them at installation time. Changes approved by Jan Schaumann.
2007-05-28- Updated outdated download URLs (taken from FreeBSD's Makefile).heinz6-51/+150
- Added HOMEPAGE. - Libraries should be installed with BSD_INSTALL_LIB, not BSD_INSTALL_DATA (see patch-ak). - Added support for installation to DESTDIR (Makefile, patch-ac, patch-ak, patch-am, patch-az).
2007-05-28Changes 2.3.17:adam5-33/+28
- improved import of multi-page TIFF files - reduced rounding errors in Blur routines (core and plug-ins) - further improved parameter checks in the PDB - added support for loading .abr v2 Photoshop brushes - improved border behavior of the Blur tool - show the brush outline at the Clone tool's source position - added libgimpbase API to retrieve the user's Pictures folder - add a shortcut to the user's Pictures folder to the file-chooser dialog - improved the quality of the Motion Blur filter - save paths in TIFF files - let the Screenshot plug-in name the new layer after the window - use memory slices to reduce memory fragmentation - some code cleanup - lots of bug fixes
2007-05-28Changes 2.2.15:adam5-62/+17
- fixed parsing of GFig files with CRLF line endings - guard against a possible stack overflow in the Sunras loader - fixed definition of datarootdir in gimptool-2.0 - fixed Perspective tool crash on Mac OS X - fixed area resizing in the Image Map plug-in - added missing library in gimptool-2.0 --libs output - added new localizations: Occitan and Persian
2007-05-27Update ruby-rcairo to 1.5.0.obache3-10/+14
Release 1.5.0 (2007-05-27) Kouhei Sutou <kou@cozmixng.org>) ========================================================== Many API improvement. Features -------- * Support Cairo::Surface.new with block. * Support RubyGems. * Add experimental API Cairo::Context#pseudo_blur. (API may be changed.) * Fix strange Cairo::Context#push_group and Cairo::Context#pop_group behaviour. * Fix Cairo::Context::Path#map_path_onto. * Add high-level color interface. (Cairo::Color) * Improve color related API. For example: From: context.set_source_rgb(1, 0, 0) To: context.set_source_color(:red) * Support RGB/CMYK/HSV conversion. * Many default color definitions. * Support path creation using Cairo::Path without Cairo::Context. * Improve constant value specify API. For example: From: Cairo::ImageSurface.new(Cairo::FORMAT_ARGB32, 100, 100) To: Cairo::ImageSurface.new(:argb32, 100, 100) * Support win32 surface. (Yoshinao Muramatsu)
2007-05-26Let to install 'rb_cairo.h'.obache2-3/+6
Bump PKGREVISION. And change HOMEPAGE to rcaio's one.
2007-05-26Add patch from GIMP SVN repository to fix the vulnerability reportedtron3-2/+55
in CVE-2007-2356. Bump package revision.
2007-05-26Update ruby-rcairo to 1.4.1.obache3-10/+16
Release 1.4.1 (2007-03-10 Kouhei Sutou <kou@cozmixng.org>) ========================================================== Features -------- * Add missing pkg-config.rb. Release 1.4.0 (2007-03-06 Kouhei Sutou <kou@cozmixng.org>) ========================================================== Features -------- * All cairo 1.4.0 API are implemented.
2007-05-26rcairo already exists as ruby-cairo.obache5-45/+1
2007-05-26Add rcairo.obache1-1/+2
2007-05-26Import rcairo version 1.4.1.obache4-0/+43
Ruby bindings for cairo // cairo extension for Ruby * PNG saving * PostScript saving * PDF saving * SVG saving * all cairo API
2007-05-26Add ruby-gnome2-rsvg.obache1-1/+2
2007-05-26Import ruby-gnome2-rsvg version 0.16.0.obache3-0/+23
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/RSVG is a Ruby binding of librsvg.
2007-05-25Follow rename of PKG_BUILD_OPTION for gtk2.joerg1-2/+2
2007-05-24Fixed pkglint warnings and file permissions. PKGREVISION++rillig2-13/+15
2007-05-24Added the patch from PR 36383, which fixes a type name clash on NetBSD.rillig2-1/+46
2007-05-23Update to KDE 3.5.7markd1-4/+4
PDF metainfo plugin * Free memory and file descriptor as soon as possible after reading the metadata. KPDF * Show the tooltip of a link when hovering on them. * Add the possibility of rasterize the file to image before printing it. * React to the commands for opening the TOC pane, and for expanding the subtrees of the TOC. * Fix unability to open some files. * Fix keyboard navigation when switching tabs in konqueror. * Fix wrongly asking for password. * Render pstricks psgrid correctly. * Fix some transparency issues. * Accept image width and height to be reals even if standard mandates integers. * Fix problems with deletion of message boxes of already closed documents. * Restore the previously open pane in the side toolbox after reloading a watched document. * Improve selected page size detection when printing. KolourPaint * Add "File / Scan...". * Save local files atomically - KolourPaint will no longer truncate an existing file if the KImageIO library for the file format is missing or if you run out of disk space. * Add global session save/restore. * Make "File / Open Recent" work consistently when multiple windows are open. Kuickshow * Fix crash when pressing delete without having anything selected.
2007-05-20Desupport option for gnome1-based help viewer.wiz2-21/+1
2007-05-20Remove remaining gnome1-libs dependencies from pkgsrc.wiz5-103/+1
2007-05-20Remove some more gnome1-libs dependencies.wiz4-34/+1
No comment on pkgsrc-users nor from the maintainers after two weeks.
2007-05-19Added support for installation to DESTDIR.heinz1-2/+3
2007-05-19Apply patch from CVS repository to fix the security vulnerabilitytron3-2/+38
reported in CVE-2007-2754. Bump package revision.
2007-05-19Updated to version 1.44.heinz2-8/+10
Pkgsrc changes: - The package supports installation to DESTDIR. - p5-GDGraph also needs p5-GD directly. - A more recent version of p5-GDTextUtil is needed. Changes since version 1.43: =========================== 25 Apr 2007 - Patched bugs 21610, 20792, 20802, 23755 and 22932 - Updated POD to clarify current maintenance status, and encourage bug reporting via RT (and to point out some external help resources) - Release 1.44 17 May 2006 - Patched bugs 7307, 2944 (extended the fix to mixed graphs), 4177, and 16863. - Fixed a fencepost error in pie.pm that caused an occasional segfault (reported by John Westlund and Hank Leininger) - Fixed a bug that broke bar charts with no visible 0-axis (reported by Steve Foster) 19 Feb 2006 - Patched bugs 2218, 4632 (which had two duplicates), 7881, and 15374 - Failed to update CHANGES file before releasing 1.4307 to CPAN (oops) 4 Feb 2006 - Patched bugs 16880 and 16791 19 Dec 2005 - Resolved the following bug reports/feature requests from RT: 1363, 2944, 3346, 3850, 4104, 4380, 4384, 4469, 5275, 5282, 6751, 6786, 7287, 7819 - Straightened out $my_graph/$graph confusion in docs - Added five new sample scripts - Individual module versions now reflect a branch from original CVS versioning, in case things need to be merged at some later date. - Uploading to CPAN as 1.4305 under ~BWARFIELD because I can't seem to get in touch with Martien Verbruggen.
2007-05-19Updated to version 2.35.heinz2-8/+9
Pkgsrc changes: - The package uses a C compiler. - Removed unnecessary :M* modifier (pkglint gave the hint). Changes since version 2.30: ===================================== 2.35 Some instructions on installation for Windows users. Doesn't push libpng onto @LIBS unless png support is requested. Supports Storable's freeze/thaw via a custom serializer. Remove "scale redefined" message during compilation of Polyline. 2.34 Added a check for stray gd.h include files from older installations. If any are found, Makefile.PL will issue a warning. Fixed incorrect documentation of GD::Simple->string() method. The method call *does* move the pen. 2.33 Added appropriate #ifdefs to allow to compile under version 5.6.0 (due to lack of threading macros before 5.8). 2.32 Added a GD::Simple->HSVtoRGB() method. Documentation fixes from Mark Manning. Added a clear() method to GD::Polygon to remove all vertices. 2.31 Fixed GD::Simple->transparent to support symbolic color names. Made changes that should render the module thread-safe. Changed newSVpv calls to newSVpvn, in hopes of improving performance. Added a GD::Simple->HSVtoRGB() method. Fixed incorrect freeing of user-provided raw data in newFromGdData() and newFromGd2Data() (this caused segfaults; patch provided by Nigel Sandever)
2007-05-19The package supports installation to DESTDIR.heinz1-1/+3
2007-05-18Activated p5-GD-Graph-sparklinesheinz1-1/+2
2007-05-18Initial import of p5-GD-Graph-sparklines 0.2.heinz4-0/+33
"Sparklines are data-intense, design-simple word-sized graphics" Edward Tufte, in "Beautiful Evidence" GD::Graph::sparklines is a Perl module for creating sparklines using the GD::Graph infrastructure.
2007-05-18Make to build & linked with correct RPATH (cheked on NetBSD/i386 3.1).obache1-9/+14
2007-05-18Avoid to relink in install phase, because relink remove RPATH.obache2-6/+8
Bump PKGREVISION.
2007-05-18+ tesseract.wiz1-1/+2
2007-05-18Initial import of tesseract-1.04b from pkgsrc-wip (packaged by heinz@wiz9-0/+396
and myself): This code is a raw OCR engine. It has NO PAGE LAYOUT ANALYSIS, NO OUTPUT FORMATTING, and NO UI. It can only process an image of a single column and create text from it. It can detect fixed pitch vs proportional text. Having said that, in 1995, this engine was in the top 3 in terms of character accuracy, and it compiles and runs on both Linux and Windows. Another current limitation is that it only recognizes English and its character set is only US-ASCII. Training code IS included in the open source release however, and will be included in a future release.
2007-05-16Updated to version 2.4.1. (OK by adrianp@)heinz2-9/+15
Pkgsrc changes: - Marked package as supporting installation to DESTDIR. - Shut up warning about *.pm files installed with execute permissions. - This is a pure Perl module. - According to the documentation, p5-GD 1.20 is sufficient. Changes since version 2.3: ========================== 2.4 Changes done by Christine Zilker, Gerhard Stuhlpfarrer, R. Dassing Added new Options: ring Draw a ring instead of a Pie legend_lines Connect Pie and the description with a line stepline Connect Lines and LinesPoints by a stepped line stepline_mode (thanks to Gerhard Stuhlpfarrer) brush_size1 Define Brush Size for Composite 1 brush_size2 and 2 Color problem in Pie fixed Positioning of the description optimized in Pie Division by zero problem fixed in Pie Module 'Bars' checks for numeric data a input on y-axis New Function added to Base: minimum - determine minimal value of an array of numeric values maximum - determine maximal value of an array of numeric values arccos - arccos arcsin - arcsin Some small bugs corrected: Base::_find_y_scale Base::_find_y_range : check for numeric values Base::_find_x_range : check for numeric values Latex sources for documentation included (We hope to get a better documentation be a native english speaking person)
2007-05-16Activated p5-SVG and p5-GD-SVG.heinz1-1/+3
2007-05-16Initial import of p5-GD-SVG 0.28.heinz4-0/+31
GD::SVG seamlessly enables the scalable vector graphics (SVG) output from scripts written using GD. It accomplishes this by translating GD functions into SVG functions.
2007-05-16Initial import of p5-SVG 2.33.heinz4-0/+27
This module is a perl extension for generating stand-alone or inline SVG (scaleable vector graphics) images using the W3C SVG xml recommendation.
2007-05-16Update to 1.2.18:wiz2-6/+6
version 1.2.17beta1 [March 6, 2007] Revised scripts/CMakeLists.txt to install both shared and static libraries. Deleted a redundant line from pngset.c. version 1.2.17beta2 [April 26, 2007] Relocated misplaced test for png_ptr == NULL in pngpread.c Change "==" to "&" for testing PNG_RGB_TO_GRAY_ERR & PNG_RGB_TO_GRAY_WARN flags. Changed remaining instances of PNG_ASSEMBLER_* to PNG_MMX_* Added pngerror() when write_IHDR fails in deflateInit2(). Added "const" to some array declarations. Mention examples of libpng usage in the libpng*.txt and libpng.3 documents. version 1.2.17rc1 [May 4, 2007] No changes. version 1.2.17rc2 [May 8, 2007] Moved several PNG_HAVE_* macros out of PNG_INTERNAL because applications calling set_unknown_chunk_location() need them. Changed transformation flag from PNG_EXPAND_tRNS to PNG_EXPAND in png_set_expand_gray_1_2_4_to_8(). Added png_ptr->unknown_chunk to hold working unknown chunk data, so it can be free'ed in case of error. Revised unknown chunk handling in pngrutil.c and pngpread.c to use this structure. version 1.2.17rc3 [May 8, 2007] Revised symbol-handling in configure script. version 1.2.17rc4 [May 10, 2007] Revised unknown chunk handling to avoid storing unknown critical chunks. version 1.2.17 [May 15, 2007] Added "png_ptr->num_trans=0" before error return in png_handle_tRNS, to eliminate a vulnerability (CVE-2007-2554, CERT VU#684664) version 1.2.18 [May 15, 2007] Reverted the libpng-1.2.17rc3 change to symbol-handling in configure script
2007-05-16The package supports installation to DESTDIR.heinz1-1/+2
2007-05-16Added support for installation into DESTDIR.heinz1-12/+18
2007-05-16# fails in test not finding libgd.agdt1-1/+4
MAKE_JOBS_SAFE= no
2007-05-15Enable to configure with CMake 2.4, 2.2 compatibility mode?obache1-2/+3
2007-05-13Remove some GNOME1 packages that are unmaintained upstream and/or inwiz20-393/+1
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
2007-05-08Reset the PKGREVISION in packages that use the version string from php4 or php5adrianp1-2/+1
Pointed out by Geert Hendrickx on tech-pkg@
2007-05-06Add security fix for CVE-2007-1001 to "php4-gd" and "php5-gd" packages.tron1-1/+2
Bump package revision.
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp3-3/+6
pick up the new dependencies properly
2007-04-30Changes 2.3.16:adam5-48/+51
- make the XOR color configurable as a workaround for broken drivers - allow to assign keyboard shortcuts to procedures without menu entry - allow to configure the height of the preview area in data editors - improved file detection in TGA plug-in - improved brush scaling code, now also scales up - converted standard pixmap brushes to parametric ones - improved zoom tool behavior - D-Bus methods now have a return value indicating success or failure - added more menu tooltips - allow procedures to request the display ID they are being called from - depend on GTK+ >= 2.10.6 and use some of the new functions in GTK+ 2.10 - allow filename passed on the command-line to be opened as new images - various optimizations - bug fixes and code cleanup
2007-04-30Changes 2.2.14:adam5-22/+20
- avoid crashing on newer versions of the winicon format - fixed crash in Postscript plug-in - fixed handling of TABs in the text tool - fixed bug in Depth Merge plug-in - fixed bug in GimpDrawablePreview widget - fixed bug in Line Nove script - fixed bug in Ripple plug-in - save locale independent files from Fractal Explorer plug-in - fixed bug in Super Nova plug-in - be more robust against broken XCF files - fixed drawing issues in Image Map plug-in - fixed smoothing option in Fractal Explorer plug-in - load channels in the proper order when opening an XCF file - deal with floating selections in the Burn-In Animation script - fixed clipping in the GimpPreviewArea widget - fixed a potential crash in gimp-remote - work around a file-chooser problem on Windows - fixed markup of the gimp(1) manual page - fixed the fix for the right-to-left layout in layers dialog - fixed PSD save plug-in on 64bit architectures - added missing dependency in gimpui-2.0.pc file - fixed a crash in the PSD save plug-in - improved robustness of transform tool preview code - improved forward compatibility of XCF loader - don't crash in the Compressor plug-in if files can't be opened - fixed sensitivity of input fields in the Lighting plug-in
2007-04-27Update RMagick to 1.15.6.obache2-7/+7
Changes: RMagick 1.15.6 o Fix bug #10070, memory leak in Draw#get_type_metrics, Draw#get_multiline_type_metrics, Draw#annotate (bug report from Sinclair Bain) o Fix bug #10080, scripts in examples directory should not be marked executable (bug report from Lucas Nussbaum)
2007-04-22use .sl instead of .so on hpuxtnn1-1/+3
2007-04-19update to 0.96.1drochner7-22/+144
changes: * Text rendering is now based on the TextLine objects, each of which contain one line of text along with font and font height. This has allowed proper control of text width and speedier rendering. * Visio VXD files can now be imported and exported, thanks to Ian Redfern. -internal API changes * A number of new keyboard shortcuts. * Layer visibility is now undoable. * New sheets for Business Process Modelling -bugfixes