summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-06-06add koverartistmarkd1-1/+2
2007-06-06Import of koverartist-0.5markd7-0/+178
KoverArtist is a program for the fast creation of covers for cd/dvd cases and boxes. The main idea behind it is to be able to create decent looking covers with some mouseclicks.
2007-06-05Adopt some new features from www.jpegclub.org that have already beentnn10-4/+2285
adopted by many Linux distributions as well as FreeBSD ports: o jpegtran: add "-perfect" switch: Fail if there are non-transformable edge blocks. o jpegtran: add "-crop" switch: Crop to a rectangular subarea. o jpegtran: correct EXIF handling. o jpegexiforient: Get and set the Exif Orientation Tag. o exifautotran: Transforms Exif files so that Orientation becomes 1. Suggested by dzoe on #NetBSD IRCNet.
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz18-30/+36
affected packages.
2007-06-04Add rabbit.obache1-1/+2
2007-06-04Import rabbit version 0.5.2.obache5-0/+496
This is an application to do presentation with RD document.
2007-06-03Fogot to set MAINTAINER to myself. Also, some cosmetic changes for pkglint.dsainty1-5/+5
2007-06-03Add gimp-fix-cadsainty1-1/+2
2007-06-03Fix-CA is a Gimp plug-in to correct chromatic aberration (CA).dsainty4-0/+43
2007-06-03Update to 0.9.1:wiz3-93/+158
Documentation for the 0.9.1 release.
2007-06-02Updated to 0.6b.hamajima4-26/+12
New support Logitech QuickCam chat (Device ID:0x092e).
2007-06-01Update to 3.6.4:wiz3-7/+9
Comix 3.6.4 - Added a Russian translation by Artyom Smirnov. - Added a Croatian translation by Adrian C. - Fixed a bug in the thumbnailer, comicthumb, failing to create thumbnails for Zip and tar archives. - Some minor changes.
2007-05-30PLIST fixadam1-1/+9
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig2-16/+6
pkg-build-options.mk procedure.
2007-05-29Update ps2eps to 1.64.minskim2-6/+6
Changes since 1.58: - Tried to make DSCfilter command more robust - better detection for files that have a binary heading stuff containing even %! as character sequence - changed year in comment and info printout only - incorporated changes for Windows/Cygwin detection - removed surrounding ticks '' for -c $translation in $translatecmd - removed useless/unsupported 2>&1 in $bboxver for Windows - fix for two negative offsets in translation
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.