summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-07-10update to 1.10drochner4-17/+18
changes: * Added h4fromh5 utility. (NCSA seems to be no longer shipping the HDF5/HDF4 conversion tools with the latest HDF5 release.) * Added dkbluered color map, which is similar to bluered but uses a somewhat wider range of colors.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam83-166/+166
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam83-83/+166
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-08Don't try and do visibility stuff with gcc on Solaris as the Solarismarkd3-1/+47
gcc/ld doesn't support it. From Gilles Dauphin in PR pkg/33917
2006-07-08Don't try and do visibility stuff with gcc on Solaris as the Solarismarkd2-1/+24
gcc/ld doesn't support it. From Gilles Dauphin in PR pkg/31545
2006-07-08Patch tcpdump2xplot so that it works with modern tcpdumps which started tobad3-3/+18
print "IP" as the second field for IP packets. Bump PKGREVISION.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam6-12/+11
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07Add "twain" plug-in to package list under Mac OS X. Bump package revisiontron2-3/+12
because binary package changed.
2006-07-07The TEST_TARGET "test" does not exist anymore. It is called "check" now.rillig1-2/+2
2006-07-06Don't try and do visibility stuff with gcc on Solaris as the Solarismarkd2-1/+24
gcc/ld doesn't support it. From Gilles Dauphin in PR pkg/33919.
2006-07-06Correctly define int64_t when using gcc -m64 on solaris.markd2-1/+15
Fixes PR pkg/33416.
2006-07-06Changes 2.3.10:adam7-343/+19
- added support for a registration color in the Decompose plug-in - the Align tool now also aligns to guides - allow use CSS color notation in Script-Fu - more work on the new selection tools - let Fractal Explorer work on grayscale and give it a larger preview - speed up Value Invert plug-in - added strong undo/redo functions bound to Shift-Ctrl-[ZY] - use radio items for the image mode menu - applied Tango style on the default iconset - added plug-in for colormap manipulation - allow plug-ins to register in Layers, Channels, Vectors and Colormap dialog - added load plug-in to open desktop links - removed print plug-ins and started work on a replacement using the new GTK+ Print API - added replacements for gimp_foo_select widgets, akin to GimpFontSelectButton - introduced translation context to a number of colliding strings - bug fixes and code cleanup
2006-07-06Fix building on Darwinadam3-3/+57
2006-07-06Add and enable comix.wiz1-1/+2
2006-07-06Import comix-3.3 from pkgsrc-wip, initially package by Hugo Rivera.wiz4-0/+78
Comix is an image viewer specifically designed to handle comic books. It reads ZIP, RAR and tar archives (also gzip or bzip2 compressed), as well as plain image files. It has a simple and user-friendly GUI using PyGTK.
2006-07-06Fixed those pkglint warnings that don't affect the binary package.rillig1-10/+10
2006-07-06Default INSTLIBS to "". Fixes PR pkg/31046markd1-1/+3
2006-07-06On Solaris with "gcc -m64" make sure int64_t defined correctly.markd3-3/+17
Bump PKGREVISION
2006-07-06Remove some sunos5 BUILD_TARGET's that don't exist (any more).markd1-12/+2
Also use the pkgsrc BUILD_TARGET for Solaris on x86 - it does a better job Fixes PR pkg/30581, pkg/30894, pkg/30895, pkg/30684 and pkg/32553.
2006-07-05Update to 1.0beta6:wiz3-7/+27
Version 1.0b6 <2006.03.15> -------------------------- * some bug fixes (this includes fixes to make the package build with gcc-4.1)
2006-07-05Add "lib/pkgconfig/cairo-quartz.pc" (Mac OS X only) to package list.tron2-2/+4
Bump package revision because binary package got changed.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam13-40/+26
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04update to 0.10drochner3-25/+41
changes: * CSV import of data * Stylesheets to easily change graph appearance * Many user interface improvements * Extra plotting features and bug fixes
2006-07-04update to 0.44drochner4-63/+74
changes: * Layers dialog * Outline mode, many performance improvements * Native PDF export with transparency * Clipping and masking support * Configurable keyboard shortcuts, including optional Xara X compatibility * Docked color palette in the editing window * Interactive indicator of the style of selection in the statusbar * Innovative "node sculpting" and other improvements in Node tool * Extensions are enabled by default and work on all major platforms * Better SVG support: <switch> element, ICC color profiles for images * Persistent rotation centers, Paste Size command * New icons, redesigned preferences dialogs, rearranged menus, many cosmetic improvements * Hundreds of bugfixes and smaller features
2006-07-04update to 1.2.0drochner5-39/+48
changes: New, supported backends (PDF, PostScript, and SVG) misc API extensions Optimizations and bug fixes
2006-07-04update to 0.5.6drochner4-49/+6
changes: New GL_EXT_framebuffer_object interface. Add WGL backend. New radial gradient. YV12 surface support. misc fixes additional GL support optimization: avoid context switches
2006-07-03Add gst-plugins0.10-cairo (hi drochner!)xtraeme1-1/+3
Add libscigraphica (hi rillig!)
2006-07-03use the DESCR template used by the other gstreamer pluginsdrochner1-9/+8
2006-07-02argh - these should go to "devel" and "graphics", respectively.drochner3-0/+23
Too much c&p...
2006-07-02Update ruby-RMagick package 1.13.0:taca3-8/+15
RMagick 1.13.0 o Added transform, transform!, transpose, transpose! methods to Image class (available with ImageMagick 6.2.8) o Feature #4844, add auto_orient, auto_orient! methods to Image class (suggestion from John Oordopjes, available with ImageMagick 6.2.8) o Added adaptive_sharpen, adaptive_sharpen_channel methods to Image class (available with ImageMagick 6.2.7) o Added composite_image_channel, composite_image_channel! methods to Image class (added in ImageMagick 6.2.6) o Added radial_blur_channel method to Image class (available in ImageMagick 6.2.4) o Fix bug #4806, add hash, eql? methods to Pixel class (bug report from Tim Pease) o Change extension filename to match RubyGems 0.9.0 expectations. o Fix bug #4821, correct doc for Image#rotate (bug report from Tim Pease) o Update the Draw#annotate documentation
2006-07-02Updated scigraphica to 2.1.0. This fixes PR 33846.rillig7-172/+87
No useful ChangeLog provided.
2006-07-02Imported libscigraphica.rillig6-0/+411
SciGraphica is an Open Source data analysis and visualisation tool. It pretends to be a clone of Microcal Origin but with the aim to be fully featured, cross-platform, user-friendly scientific package that through its Open Source nature can be extended and/or bugfixed by users, as well as being user-extensible with Python modules. This package contains the support library, which is separated from the graphical user interface.
2006-07-02Needs a C compiler.rillig1-2/+2
2006-07-02Fixed pkglint warnings by using pax instead of cp to install files.rillig1-5/+2
2006-06-30Declare structures before using the in extern declarations to maketron2-1/+26
this build with GCC 4.x.
2006-06-30Don't define the portability macros on DragonFly at all.joerg3-9/+17
2006-06-30Needs msgfmt and pkg-config.joerg1-1/+2
2006-06-30Needs intltool.joerg1-1/+2
2006-06-29Update png to 1.2.12, for security fixes. ok schmonz@, jlam@.wiz2-6/+6
version 1.2.11beta1 [May 31, 2006] scripts/libpng.pc.in contained "configure" style version info and would not work with makefiles. The shared-library makefiles were linking to libpng.so.0 instead of libpng.so.3 compatibility as the library. version 1.2.11beta2 [June 2, 2006] Increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid buffer overflow. Fixed bug in example.c (png_set_palette_rgb -> png_set_palette_to_rgb) version 1.2.11beta3 [June 5, 2006] Prepended "#! /bin/sh" to ltmail.sh and contrib/pngminus/*.sh (Cosmin). Removed the accidental leftover Makefile.in~ (Cosmin). Avoided potential buffer overflow and optimized buffer in png_write_sCAL(), png_write_sCAL_s() (Cosmin). Removed the include directories and libraries from CFLAGS and LDFLAGS in scripts/makefile.gcc (Nelson A. de Oliveira, Cosmin). version 1.2.11beta4 [June 6, 2006] Allow zero-length IDAT chunks after the entire zlib datastream, but not after another intervening chunk type.
2006-06-28Add missing include path.joerg3-3/+17
2006-06-27Add DragonFly device names for probing. Bump revision.joerg5-3/+110
From walt on DragonFly's submit list.
2006-06-26Fix build with gcc4, mirroring changes in gimp-2.3.9.wiz5-1/+92
2006-06-26Revert previous, now that gcc4 in NetBSD has been fixed.wiz1-7/+1
We can readd it if the same problem appears somewhere else.
2006-06-26Prefer the POSIX NAME_MAX over MAXNAMLEN when available. Try a bitjoerg6-3/+213
harder to avoid stack overflows, bump revision for that.
2006-06-25When building with gcc4, add "-fno-tree-ter" to CFLAGS.wiz1-1/+7
Workaround for toolchain/33816, suggested by dogcow@.
2006-06-25This is a security update, which fixes a buffer overflow vulnerability.adam8-97/+25
Changes 10.34: * Add pamthreshold, pamx, pamtoxvmini. * pammasksharpen: Add -threshold. * pnmtopng: make "N colors found" message verbose-only. * pnmtopng: make "no room in palette" message non-verbose. * picttoppm: Tolerate various PICT file corruptions. * picttoppm: Don't issue warning message when file named 'fontdir' doesn't exist. * libnetpbm: Add ppmd_fill_path(). * ppmtobmp: Fix for PBM input. * bmptopnm: Don't crash on BMP with no color map. * bmptopnm: Fix wrong file name in error messages. * ppmtogif: fix bug: always produces garbage output. * ppmtompeg: fix input from Standard Input. * pnmflip: fix bug: -rotate90, -rotate180, and -rotate270 (and synonyms) don't work when followed by other rotation options. * ppmtoilbm: Fig bug: generates more planes than necessary. * pamtofits: fix buffer overflow in asembling header. * picttoppm: fix bug - interprets some images wrong because of bogus "rowBytes" value. * Redo asprintfN(), etc. so as not to use va_list in a way that doesn't work on some machines. * cameratopam: remove definition of memmem() so it doesn't collide with same in some C libraries. Add memmemN() and MEMEQ to libnetpbm. * Fix build of filename.o.
2006-06-22Needs pkg-config.joerg1-1/+2
2006-06-22Needs intltool.joerg1-1/+2
2006-06-22Needs pkg-config.joerg1-1/+2
2006-06-22Needs msgfmt.joerg1-1/+3