summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2007-04-18update to 6.3.3-6drochner4-28/+27
This fixes security vulnerabilities in the DCM and XWD read functions, see CVE-2007-1797. For other changes, see the ChangeLog file.
2007-04-18Avoid conflict with libc symbol setcontext.joerg4-1/+85
2007-04-17Removed xfce4-artwork, xfce4-minicmd-plugin, fce4-showdesktop-plugin,martti6-50/+1
xfce4-taskbar-plugin and xfce4-windowlist-plugin as these don't work with Xfce 4.4.x.
2007-04-15Needs pkg-config.joerg1-1/+3
2007-04-13Add the bl3.mk file.xtraeme1-0/+21
2007-04-13Added graphics/p5-cairo.xtraeme1-1/+2
2007-04-13Initial import of p5-cairo-1.023.xtraeme4-0/+30
Perl bindings to the cairo graphics library (http://www.cairographics.org).
2007-04-13Need to include inttypes.h on Tru64. Submitted upstream in:tnn2-7/+11
<https://bugs.freedesktop.org/show_bug.cgi?id=10635>
2007-04-12Remove xfce4-iconboxmartti1-2/+1
2007-04-12Updated to Xfce 4.4.1martti9-113/+412
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
2007-04-11update to 2.18.1drochner4-29/+51
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11update to 2.10.2drochner4-35/+38
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11Needs zlib. From pkgsrc AT blackmouse.biz on pkgsrc-users.joerg1-1/+2
2007-04-10update to 2.3.4drochner5-91/+6
changes: -includes security fixes for bdf font handling (was patched in pkgsrc) -fixes for truetype butecode interpreter
2007-04-08Update RMagick to 1.15.5.obache2-7/+7
Changes: RMagick 1.15.5 o Fix bug #9637, export_pixels always exports all 0's for 1-bit images (bug report from Doug Patterson)
2007-04-05Add MAKE_JOBS_SAFE=no (sometimes it builds, sometimes it doesn't).gdt1-1/+3
2007-04-05pull in a patch from freetype CVS:drochner3-2/+59
* src/bdf/bdflib.c (setsbit, sbitset): Handle values >= 128 gracefully. (_bdf_set_default_spacing): Increase `name' buffer size to 256 and issue an error for longer names. (_bdf_parse_glyphs): Limit allowed number of glyphs in font to the number of code points in Unicode. This fixes CVE-2007-1351.
2007-04-05before testing for definitions from config.h, #include itdrochner2-5/+9
fixes build failure on Linux reported by Ondrej Tuma