Commit graph

6024 commits

Author SHA1 Message Date
drochner
63a5783282 update to 0.44
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-04 15:46:34 +00:00
drochner
8809cedbc9 update to 1.2.0
changes:
New, supported backends (PDF, PostScript, and SVG)
misc API extensions
Optimizations and bug fixes
2006-07-04 15:14:49 +00:00
drochner
099cfd5568 update to 0.5.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-04 15:12:58 +00:00
xtraeme
e5642de3d2 Add gst-plugins0.10-cairo (hi drochner!)
Add libscigraphica (hi rillig!)
2006-07-03 19:34:02 +00:00
drochner
cec7d4dec2 use the DESCR template used by the other gstreamer plugins 2006-07-03 10:57:38 +00:00
drochner
7839039c6e argh - these should go to "devel" and "graphics", respectively.
Too much c&p...
2006-07-02 11:56:01 +00:00
taca
1997286e2a Update ruby-RMagick package 1.13.0:
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-02 11:03:27 +00:00
rillig
7609ebdbe8 Updated scigraphica to 2.1.0. This fixes PR 33846.
No useful ChangeLog provided.
2006-07-02 10:21:14 +00:00
rillig
ac3fb8f465 Imported libscigraphica.
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-02 10:18:32 +00:00
rillig
0b9f06b004 Needs a C compiler. 2006-07-02 10:12:52 +00:00
rillig
9ea9cbfd2a Fixed pkglint warnings by using pax instead of cp to install files. 2006-07-02 10:12:25 +00:00
tron
cfee4e608b Declare structures before using the in extern declarations to make
this build with GCC 4.x.
2006-06-30 18:59:34 +00:00
joerg
0c1661725f Don't define the portability macros on DragonFly at all. 2006-06-30 02:48:59 +00:00
joerg
859064cc7b Needs msgfmt and pkg-config. 2006-06-30 02:30:17 +00:00
joerg
e8a9c17a97 Needs intltool. 2006-06-30 00:50:08 +00:00
wiz
dec742d03e Update png to 1.2.12, for security fixes. ok schmonz@, jlam@.
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-29 22:21:18 +00:00
joerg
2fad3d0842 Add missing include path. 2006-06-28 22:33:47 +00:00
joerg
c6ae4768e4 Add DragonFly device names for probing. Bump revision.
From walt on DragonFly's submit list.
2006-06-27 12:27:06 +00:00
wiz
1ba16fdf98 Fix build with gcc4, mirroring changes in gimp-2.3.9. 2006-06-26 21:12:53 +00:00
wiz
4538a88fb9 Revert previous, now that gcc4 in NetBSD has been fixed.
We can readd it if the same problem appears somewhere else.
2006-06-26 19:52:33 +00:00
joerg
1e837f5f6e Prefer the POSIX NAME_MAX over MAXNAMLEN when available. Try a bit
harder to avoid stack overflows, bump revision for that.
2006-06-26 16:11:43 +00:00
wiz
aae0514abb When building with gcc4, add "-fno-tree-ter" to CFLAGS.
Workaround for toolchain/33816, suggested by dogcow@.
2006-06-25 12:20:58 +00:00
adam
6ec6761023 This is a security update, which fixes a buffer overflow vulnerability.
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-25 06:35:58 +00:00
joerg
766e65d4d2 Needs pkg-config. 2006-06-22 10:24:25 +00:00
joerg
82d95bca39 Needs intltool. 2006-06-22 10:17:07 +00:00
joerg
74cfe5547a Needs pkg-config. 2006-06-22 10:13:43 +00:00
joerg
f00a67813c Needs msgfmt. 2006-06-22 10:04:25 +00:00
joerg
0d666f33c1 Needs msgfmt. 2006-06-21 21:31:23 +00:00
joerg
0401f1311e Remove a number of spurious semicolons, rename a variable shadowing
itself and fix include of fnmatch.h, which can be obtained from
Heimdal. The latter can go away after the branch, when Heimdal itself
is fixed.
2006-06-21 21:00:49 +00:00
jlam
1f1a375a47 The icon-theme cache file generated by gtk-update-icon-cache from the
icon-cache.tmpl INSTALL script fragment should never be in any PLIST
-- set CHECK_FILES_SKIP appropriately.
2006-06-21 16:08:59 +00:00
joerg
eb0cb8dbb5 Needs libtool handling. 2006-06-21 15:27:05 +00:00
joerg
6ed24b1d7d Needs msgfmt. 2006-06-20 23:44:01 +00:00
minskim
c146031600 This package needs zlib to build. 2006-06-20 23:32:36 +00:00
joerg
3f9a6b6e45 Disable the tty check again, not sure why I don't hit it. 2006-06-20 22:50:13 +00:00
joerg
5f2e7ad799 Needs msgfmt. 2006-06-20 20:43:08 +00:00
joerg
4b35e55d66 Fix build with FreeType 2.2+ 2006-06-20 12:54:48 +00:00
minskim
25aed54419 Build .dylib instead of .so on Darwin. Bump PKGREVISION. 2006-06-18 16:18:11 +00:00
minskim
7ec40e5594 Add missing files to PLIST. Those are installed when the AGL framework
is available.  Bump PKGREVISION.
2006-06-18 13:17:12 +00:00
rillig
9d8ac8642f Fixed pkglint warnings regarding the SUBST block. 2006-06-18 00:56:11 +00:00
reed
be0444dc35 Configure with --without-x. This fixes problem where GL components
were detected and tiffgt was built.

No change to package.

(TODO: do not install the tiffgt manual pages. Maybe install separate
tiffgt package if needed.)
2006-06-17 20:25:23 +00:00
minskim
97b2bcbc14 Update freetype1 packages to 1.5, the final version.
Changes:
- apiref.txt has been again revised.
- apirefx.txt has been extended to document the GPOS interface.
- TODO has  been  dropped  (since  we  consider there  will be  no
  further development).
- TT_Char_Index() now uses  TT_ULong for character codes.   It now
  supports cmap tables in format 8 and 12.
- New error  code (TT_Err_Too_Many_FDefs)  when a font defines too
  many functions.
- Support files  for BeOS have been contributed  by Chris Herborth.
- The  EXPORT_DEF/EXPORT_FUNC/etc. stuff has  been replaced with a
  more elaborate  scheme.
- Cleaning up of the ft_conf.h files to remove obsolete stuff.
- TT_GSUB_Add_String()  has two  additional parameters  needed for
  GPOS support.
- TT_CharMap_Next() of  the ftxcmap extension  now uses `TT_ULong'
  as the second parameter.
- A  long-lived  bug  in  ftxpost.c.
2006-06-17 19:41:32 +00:00
joerg
2ab283097f Needs msgfmt. 2006-06-16 14:16:54 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
salo
1d07100aaf Security fix for CVE-2006-2906:
"The LZW decoding in the gdImageCreateFromGifPtr function in the Thomas
 Boutell graphics draw (GD) library (aka libgd) 2.0.33 allows remote
 attackers to cause a denial of service (CPU consumption) via malformed
 GIF data that causes an infinite loop."

Patch from Xavier Roche via Ubuntu.
2006-06-14 21:42:33 +00:00
adam
e57912d09b Fix buildling for gcc4 2006-06-14 19:20:05 +00:00
rillig
ced9b2fd21 Fixed pkglint warnings. 2006-06-14 10:30:34 +00:00
reed
f57063984a Mention glx-utils distinfo if changing this version. 2006-06-13 23:48:45 +00:00
reed
b17fe05577 Add glx-utils. 2006-06-13 23:45:20 +00:00
reed
8b437a6cc4 Import glx-utils. I chose the graphics category since that's
where the rest of its family is.

The glxinfo program can be used to learn about your OpenGL library.
It can identify the OpenGL implementation in use and the detected
hardware.

The glxgears program is a GLX implementation of the "gears" demo.

These tools are from the MesaDemos source code.
2006-06-13 23:44:09 +00:00
drochner
9055a0e5e7 update to 2.14.2
changes:
-Use the directory of the currently viewed file as
  initial location of file chooser
-code cleanup
-bugfixes
-translation updates
2006-06-13 17:30:08 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
wiz
cbd356bd23 Update to 1.2.5:
1.2.5:
Maurizio Monge - Sun May 14 13:57:32 PDT 2006
 * Fixed loading BMP palettes at unusual offsets
Sam Lantinga - Thu May 11 21:51:19 PDT 2006
 * Added support for dynamically loading libjpeg, libpng, and libtiff.
Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
 * Added gcc-fat.sh for generating Universal binaries on Mac OS X
 * Updated libtool support to version 1.5.22
Sam Lantinga - Sat Feb  4 15:17:44 PST 2006
 * Added support for XV thumbnail images
Gautier Portet - Fri, 19 Mar 2004 17:35:12 +0100
 * Added support for 32-bit BMP files with alpha

Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
2006-06-12 16:25:22 +00:00
adam
ef144e53d9 Changes 6.2.8.0:
* Bug fixes and improvements
2006-06-12 09:13:27 +00:00
joerg
99ce717213 Uses C++. 2006-06-11 22:58:12 +00:00
joerg
7f01e8ee73 Needs msgfmt. 2006-06-11 21:46:19 +00:00
drochner
fdf9bcb767 fix help file installation in the !gnome case, problem found by
Lubomir Sedlacik
(no PKGREVISION bump because the default case is not affected)
Help display seems fundamentally broken to me in the !gnome case;
the code looks for an "index.html" which is not installed (and which
no make rule is present for).
2006-06-11 16:55:35 +00:00
joerg
5dbea59b38 Needs pkg-config and msgfmt. 2006-06-11 14:33:03 +00:00
joerg
491cc52d17 Needs msgfmt. 2006-06-11 14:28:33 +00:00
gdt
5a9e10847e optionize gimp.
bl3 gtk2 always; it's a direct dependency.
2006-06-11 14:17:30 +00:00
joerg
2db894c041 Needs pkg-config. 2006-06-11 13:58:22 +00:00
joerg
200e0017ec Needs pkg-config. 2006-06-11 13:51:25 +00:00
joerg
7fafb71078 Ensure that the path of the real makeinfo is embedded in the Makefiles.
Bump revision. I haven't made it a runtime dependency, since this is a
source package with examples only.
2006-06-11 13:27:20 +00:00
gdt
174a41b761 fix thinko in libexif option 2006-06-11 00:46:50 +00:00
gdt
e054791602 Optionize for choice of EXIF library.
exiv2 is enabled by default; this is known to work and supports most
raw formats (NEF is new with 0.10).
libexif is disabled by default because of stability concerns,
following guidance from the ufraw author.  The only format libexif
supports that exiv2 does not is Fuji RAF.
2006-06-11 00:19:04 +00:00
gdt
4dd45a480f set BUILDLINK_API_DEPENDS, not ABI, and use +=.
(shlib major changed, so assume API changed too)
2006-06-11 00:05:50 +00:00
heinz
0b1553c4c9 Activated pdiff 2006-06-10 19:57:53 +00:00
heinz
29029f0fca Initial version of pdiff-0.9b
Pdiff is an image comparison utility that makes use of a computational
model of the human visual system to compare two images.
2006-06-10 19:53:54 +00:00
gdt
a8ee3c0d6e PKGREVISION++ for exiv2 ABI change 2006-06-10 17:03:43 +00:00
gdt
602be99231 BUILDLINK_ABI_DEPENDS on 0.10; the shlib version changed from 0.9 2006-06-10 17:03:14 +00:00
adam
55f0d027a4 Changes 1.6.4:
* Fixed bug in handling of undocumented -trns_a option.
* Fixed bug with "nosave" handling of unknown chunks.
2006-06-10 07:43:11 +00:00
drochner
ccc57c46ae fixup the .pc file 2006-06-09 20:37:53 +00:00
gdt
32242a47ba Take maintainership.
Update HOMEPAGE/MASTER_SITES.

Update to 0.10.
  bug fixes
  improved CRW support
  add tiff suppport (and therefore NEF)
2006-06-09 20:04:23 +00:00
minskim
fd66a6a7f6 USE_TOOLS+=lex 2006-06-09 16:01:23 +00:00
joerg
ba9fbc5d64 Just hack in all answers instead of assuming that the scripts asks
the same questions on all platforms. Makes this work on DragonFly.
2006-06-08 21:40:21 +00:00
minskim
05dc7b84dd USE_TOOLS+=lex yacc 2006-06-08 16:03:13 +00:00
joerg
f2202d9299 Fix INSTALLLATION_DIRS. 2006-06-08 15:54:55 +00:00
adam
92f36de53e Changes 2.3.9:
- better interpolation for "smooth" curves in the Curve tool
- added an Auto button to the Threshold tool that picks a suitable value
- simplified user installation, only display a dialog in case of an error
- added Red Eye Removal plug-in
- added thumbnail loader to GIF load plug-in
- declared even more data as const
- refactoring of the PDB and plug-in management code
- allow Merge to work on a single layer
- added a way to remove all keyboard shortcuts from the Preferences dialog
- added menu items for "Text to Path", "Text along Path" and "Text to
  Selection"
- allow to initialize a new layer mask with any of the image's channels
- added clipboard brush and clipboard pattern
- added scripts to sort color palettes
- swap meanings of "dilate" and	"erode" which have been wrong for a long time
- show Clone tool source location while painting
- use GtkFileChooserButton in place of GimpFileEntry
- added script to reverse the order of layers
- added "Sample merged" and "Selected Pixels only" options to Palette import
- added actions to select palette and colormap colors
- new environment variable to control which batch interpreter to use
- give plug-ins access to the CPU detection so that they can use MMX code
- speed up Selective Gaussian Blur plug-in
- improved tool cursors, added edge resizing cursors
- improved behaviour of new selection tools
- allow to reset all gimprc values from the Preferences dialog
- optionally show guides in the Crop tool
- bug fixes and code cleanup
2006-06-08 15:39:38 +00:00
ben
f959c01790 Add optional support for HP ScanJet 3900 series scanners. 2006-06-08 14:14:11 +00:00
joerg
8836ac7aab Needs Python 2.3+ 2006-06-08 12:22:58 +00:00
salo
0f84cfb46d Security fix for CVE-2006-2193:
"A vulnerability in LibTIFF can be exploited by malicious people to
 cause a DoS (Denial of Service) and potentially compromise a user's
 system.

 The vulnerability is caused due to a boundary error within tiff2pdf
 when handling a TIFF file with a "DocumentName" tag that contains
 UTF-8 characters.  This can be exploited to cause a stack-based buffer
 overflow and may allow arbitrary code execution."

http://secunia.com/advisories/20488/
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2193

Patch from Ubuntu.
2006-06-08 11:05:14 +00:00
joerg
404dfe1887 Fix entry. 2006-06-07 14:44:10 +00:00
abs
425c605657 Add:
- devel/p5-IO-Prompt
- devel/p5-List-MoreUtils
- devel/p5-Perl6-Export
- devel/p5-Perl6-Slurp
- devel/p5-version
- graphics/p5-RRDTool-OO
- time/p5-DateTime-Format-Builder
- time/p5-DateTime-Format-ISO8601
- time/p5-DateTime-Format-Strptime
- www/p5-FCGI-ProcManager
2006-06-07 12:03:13 +00:00
abs
fb21160c2f Added graphics/p5-RRDTool-OO-0.14
RRDTool::OO is an object-oriented interface to Tobi Oetiker's round
robin database tool rrdtool. It uses rrdtool's RRDs module to get
access to rrdtool's shared library.

RRDTool::OO tries to marry rrdtool's database engine with the
dwimminess and whipuptitude Perl programmers take for granted.
Using RRDTool::OO abstracts away implementation details of the RRD
engine, uses easy to memorize named parameters and sets meaningful
defaults for parameters not needed in simple cases. For the
experienced user, however, it provides full access to rrdtool's
API. (Please check "Development Status" to verify how much of it
has been implemented yet, though, since this module is under
development :).
2006-06-07 11:50:51 +00:00
joerg
c654ac9119 Mesa needs C++ and makedepend. 2006-06-07 11:43:34 +00:00
rillig
d96c3f46dc Needs expat, like the Makefile. 2006-06-07 07:26:35 +00:00
taca
3975f3cc4e Update graphics/ruby18-RMagick pacakge to 1.12.0.
RMagick 1.12.0
    o Fix bug #4630, the new signature for #level is incompatible with
      releases prior to 1.10.1 (bug report from Al Evans)
2006-06-07 03:09:35 +00:00
joerg
7f40514ead Uses C++. 2006-06-05 17:25:23 +00:00
joerg
5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00
joerg
dcf9829df2 py-Numeric needs Python 2.2+ 2006-06-02 23:38:10 +00:00
joerg
34d10d2900 py-Numeric needs Python 2.2+. 2006-06-02 23:37:24 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
3b46c814dd Be explicit: uses C for the LFS test. 2006-06-02 13:44:55 +00:00
rillig
960bd46eeb Made the package build with SunPro. Removed *.orig from the PLIST. Fixed
some pkglint warnings. Bumped PKGREVISION.
2006-06-02 12:13:03 +00:00
tron
d8f2367994 Add "c++" to "USE_LANGUAGES" to make this build again. 2006-06-02 08:23:01 +00:00
markd
08356681a9 Update to KDE 3.5.3
Changes:
* KPDF
  o Fix bug parsing some TOCs
  o Fix display of some JBIG2 files
  o Enable print action when opening files using drag and drop
* KGhostView
  o Fix KGhostView .desktop files
* Kuickshow
  o Fix remote browsing of http-urls
  o Don't display non-existing files
2006-06-01 14:19:08 +00:00
joerg
593d62a9f9 Explicitly add --tag for libtool calls to fix problems on SunOS.
Patch from Andreas Tannert in PR 33588.
2006-06-01 12:56:41 +00:00
drochner
032f7e69ce add a patch from freetype to make it build with 2.2.1 2006-05-31 18:01:49 +00:00
drochner
13bb0830bd update to 0.95.1
changes:
3 minor bugfixes
2006-05-31 17:50:12 +00:00
tron
581a744938 Make this package build with version 2.2.1 or newer of the "freetype2"
package. Patch provided by Mark Davies. Bump package revision.
2006-05-31 13:52:54 +00:00
tron
8bfc81cb55 Make this package build with version 2.2.1 or newer of the "freetype2"
package. Patch provided by Mark Davies. Bump package revision.
2006-05-31 13:37:46 +00:00
tron
a2b1f32b35 Remove stale checksum for "patch-aa". Problem pointed out by Dave Sainty. 2006-05-31 10:24:54 +00:00
taca
a93e3761dc Update graphics/ruby-RMagick package to 1.11.1 applying patch from
OBATA Akio as PR pkg/33538.

RMagick 1.11.1
    o Fix bug #4511, add Makefile, rmagick_config.h as dependencies
      in the Makefile (bug report from Eric Hodel)
    o Ensure ExceptionInfo structures are freed

RMagick 1.11.0
    o Feature #3705, add resize_to_fit (thanks to Robert Manni for the code)
    o Added optimize_layers method to the ImageList class (available with
      ImageMagick 6.2.6)
    o Added limit_resource method to the Magick module
    o Replaced install.rb with setup.rb, improved gem install
      (bug report from Ryan Davis)
    o Added --disable-htmldoc option to setup.rb
    o Fix bug #4104, incorrect label on example (reported by Jason Lee)
    o Added contrast_stretch_channel to the Image class (available with
      ImageMagick 6.2.6)
    o Improved Magick exception handling to eliminate memory leaks when an exception
      is rescued and execution continues.
    o Tested with ImageMagick 6.2.7
2006-05-31 04:32:28 +00:00
tron
0d188c9d61 Update "freetype2" package to version 2.2.1. Changes since version 2.1.10
include:
- security fixes for SA20100
- version 2.2 no longer exposes its internals
- various improvements in font handling
2006-05-29 22:05:21 +00:00
joerg
ab165d4a0d Fix label at end of compound statement. 2006-05-28 15:52:37 +00:00
joerg
b52e66a320 Triggers ICE with Propolice on DragonFly: disable. 2006-05-28 15:50:05 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
hamajima
5bda9dbe89 ignore warning of debug print 2006-05-27 02:43:50 +00:00
joerg
710565a0c4 py-gtk2 dependency supports only Python 2.3 and 2.4. 2006-05-27 00:01:57 +00:00
joerg
8d866b518e py-numarray dependency support only Python 2.2 and newer. 2006-05-27 00:00:56 +00:00
joerg
c300b2e34e Fix typo in last commit. 2006-05-26 23:39:27 +00:00
joerg
8bc7245998 Don't hard-code nb version of p5-Gdk-Imlib, bump revision. 2006-05-26 19:27:27 +00:00
markd
932c680f6e kde3.mk sets USE_PKGLOCALEDIR so don't bother here.
Uses C++.
2006-05-25 11:34:45 +00:00
wiz
348bdec298 Building really does not need c++, but the configure script
breaks if it is not supplied. Set USE_LANGUAGES appropriately.
2006-05-24 18:52:41 +00:00
rillig
46608f39e7 Fixed the automatic changes done by revbump. It had replaced
${PYPKGPREFIX} with py24. While here, fixed pkglint warnings.
2006-05-23 11:17:33 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
wiz
e2e9bc7b9a USE_LANGUAGES=c++; update HOMEPAGE and MASTER_SITES 2006-05-22 20:21:59 +00:00
wiz
3964778db3 USE_LANGUAGES=c++ 2006-05-22 19:06:28 +00:00
wiz
afee6c4284 USE_LANGUAGES=c++ 2006-05-22 18:21:10 +00:00
wiz
6a23d6e2d6 USE_LANGUAGES=c c++ 2006-05-22 16:46:54 +00:00
wiz
bbb703748f Remove directories with ${RMDIR}, not ${RM}, and fix argument (needs %D
prefix).
2006-05-22 16:46:29 +00:00
adam
b3814216cf Changes 6.2.7.7:
* Don't fault when processing bad TIFF profiles (4 characters or less).
  * Masks are now read properly for 16-bit DIB's.
  * The pixel cache file descriptor limit code failed because the pixel cache
    timestamp was not always being set properly.
  * Fixed a small memory leak in IsGrayImage().
  * Fixed Cineon writing bug for very long filenames in 6.2.7 (reference
    http://redux.imagemagick.org/discussion-server/viewtopic.php?t=6590)
  * Begin the long journey of enhancing the conjure utility to support
    all options that are supported by the convert utility and PerlMagick
    (e.g. border, guassian-blur, etc.).
2006-05-22 11:30:19 +00:00
xtraeme
faeb5ebb5d - xanim 2006-05-21 16:59:48 +00:00
rillig
071cd211ef On NetBSD the DLL files are installed, too. Bumped PKGREVISION. 2006-05-21 13:23:31 +00:00
rillig
1b6c0fd3ee Replaced the inclusion of the cmake buildlink3.mk file with a
BUILD_DEPENDS, since the buildlink3.mk file does not exist anymore.
2006-05-21 09:28:55 +00:00
wiz
73998f3e19 USE_LANGUAGES=c c++ 2006-05-21 02:25:02 +00:00
rillig
f8d6eb0e4a Synchronized the Makefiles with the filesystem. 2006-05-19 19:57:26 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
wiz
83158489a7 Update to 1.2.10:
Package change: install old compat library as libpngcompat (pkgsrc
specific, will probably be changed in the future). Makes package
handling quite a bit easier.

version 1.2.10beta1 [April 15, 2006]
  Renamed "config.h" to "png_conf.h" and revised Makefile.am to add
    -DPNG_BUILDING_LIBPNG to compile directive, and modified pngconf.h
    to include png_conf.h only when PNG_BUILDING_LIBPNG is defined.

version 1.2.10beta2 [April 15, 2006]
  Manually updated Makefile.in and configure.  Changed png_conf.h.in
    back to config.h.

version 1.2.10beta3 [April 15, 2006]
  Change png_conf.h back to config.h in pngconf.h.

version 1.2.10beta4 [April 16, 2006]
  Change PNG_BUILDING_LIBPNG to PNG_CONFIGURE_LIBPNG in config/Makefile*.

version 1.2.10beta5 [April 16, 2006]
  Added a configure check for compiling assembler code in pnggccrd.c

version 1.2.10beta6 [April 17, 2006]
  Revised the configure check for pnggccrd.c
  Moved -DPNG_CONFIGURE_LIBPNG into @LIBPNG_DEFINES@
  Added @LIBPNG_DEFINES@ to arguments when building libpng.sym

version 1.2.10beta7 [April 18, 2006]
  Change "exec_prefix=$prefix" to "exec_prefix=$(prefix)" in makefiles.

version 1.2.10rc1 [April 19, 2006]
  Ensure pngconf.h doesn't define both PNG_USE_PNGGCCRD and PNG_USE_PNGVCRD
  Fixed "LN_FS" typo in makefile.sco and makefile.solaris.

version 1.2.10rc2 [April 20, 2006]
  Added a backslash between -DPNG_CONFIGURE_LIBPNG and -DPNG_NO_ASSEMBLER_CODE
   in configure.ac and configure
  Made the configure warning about versioned symbols less arrogant.

version 1.2.10rc3 [April 21, 2006]
  Added a note in libpng.txt that png_set_sig_bytes(8) can be used when
    writing an embedded PNG without the 8-byte signature.
  Revised makefiles and configure to avoid making links to libpng.so.*

version 1.2.10 [April 23, 2006]
  Reverted configure to "rc2" state.
2006-05-17 21:48:57 +00:00
abs
4b6f858b71 USE_LANGUAGES+=c++ 2006-05-16 21:15:23 +00:00
drochner
4d173efe9d update to 0.8.1
changes:
-Preliminary zoom support
-some improvements in algorithms
-support for EXIF data of Canon CRW and Fuji RAF
-White balance presets for more cameras
-bugfixes

pkgsrc changes:
-pull in exiv2 for Canon CRW EXIF support
-use xdg dirs, use c++
2006-05-16 08:27:08 +00:00
drochner
9d2bfc3e1c add one 2006-05-16 08:21:48 +00:00
joerg
6f313dda88 Uses C++. 2006-05-15 22:45:38 +00:00
joerg
563924048c Uses C++. 2006-05-15 22:04:36 +00:00
joerg
070e74098e Uses C++. 2006-05-15 21:55:28 +00:00
joerg
72d1f17d89 Uses C++. 2006-05-15 21:40:00 +00:00
joerg
4957b713b0 Uses C++. 2006-05-15 21:35:40 +00:00
joerg
c7a1606067 Disable WMF build for now, since it creates unresolved symbols in
libMagick, which in turn breaks many configure scripts and other
attempts at linking it. Making libMagick depend on libWand is not a
good idea either. Bump revision.
2006-05-15 21:32:08 +00:00
abs
e698749f9e +USE_LANGUAGES+=c++ 2006-05-15 10:37:33 +00:00
schwarz
bc18c810e3 when using alloca() on IRIX 5 alloca.h has to be included 2006-05-14 21:16:00 +00:00
minskim
e67964cf0d This package installs a perl script. Add a dependency on perl using USE_TOOLS.
Bump PKGREVISION.
2006-05-14 18:22:38 +00:00
minskim
7adf79abce Fix a pkglint warning. 2006-05-14 18:19:08 +00:00
wiz
1d37a1278f Fix configure script for broken hostname implementations that
don't grok options (e.g. Solaris). From Gilles Dauphin in PR 33349.
2006-05-14 16:50:53 +00:00
wiz
00d3efb978 Add patches for some issues from the known-bugs page, including
one that should fix PR 33347 by martijn (build on amd64).

Bump PKGREVISION.
2006-05-14 16:39:05 +00:00
seb
03820197c6 Fix typo on USE_LANGUAGES hence fixing the build. 2006-05-14 16:19:45 +00:00
adam
62f3050186 Changes 2.14.4:
* Bug fixes
	* Updated API documentation to match deprecated symbol list
2006-05-13 18:29:05 +00:00
gdt
b83c2f5a0a Update to 6.17. See Changes in distfile for full details. Highlights:
- Fixed problem with rpmbuild on Mandriva 2006.0 (thanks Niels Kristian)
  - Improvements to Nikon AF point decoding (thanks Roger Larsson)
  - Made FileName and Directory writable (enabling a whole new functionality!)
  - Made Rotation writable in CRW images

  - Improved JPEG writer to tolerate any segment ordering

  - Added ability to write ICC_Profile data as a block
  - Added read/write support for ICC and ICM color profile files
  - API Changes:
      - Added ability to prefix tag name with group in arguments to ImageInfo()
        (read/write symmetry is now improved since this feature already existed
        in the write routines, and now group names can be used in shortcuts)
      - Changed order of filtering for Group# option and tag exclusions to be
        applied after extracting tags specified in calls to ImageInfo()

  - Added -overwrite_original_in_place option
  - Added a number of new XMP tags and bring XMP support up to new
    specification, plus a few undocumented XMP-aux tags (thanks Lou Salkind)
  - Added ability to decode DNGMakerNotes
  - Added back RedBalance and BlueBalance as composite tags
2006-05-12 14:17:06 +00:00
joerg
5910f689fc Add DragonFly support and fix GCC 3.4+ issues. 2006-05-12 12:26:58 +00:00
joerg
97c3b535ae Fix build on DragonFly. Use PTHREAD_AUTO_VARS. 2006-05-12 10:53:14 +00:00
jmc
abaa0a66a9 Add USE_LANGUAGES here as some files are c++.
XXX: gotta love changes which cause builds to fail with (Error 1) and nothing
else. The complete lack of design around this is appalling.
2006-05-11 21:51:40 +00:00
joerg
42e24a982b Update distinfo once more for patch-aa. 2006-05-11 19:00:26 +00:00
joerg
54791df01a Fix C++ to work with GCC 3.4. Fix linkage to make at least some sense.
Always link with -lddmsock, it might be overridden in the application
though. The former guranties that the libraries don't have unresolved
symbols. Bump revision.
2006-05-11 18:55:31 +00:00
joerg
7f721af138 Fix errno. On DragonFly, initialise the rle_dflt_hdr at runtime with
stdout, it can't be computed at link time.
2006-05-11 14:46:35 +00:00
joerg
556fb0aafc Uses C++. 2006-05-11 14:07:51 +00:00
jlam
c501569a32 On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first. 2006-05-10 17:19:00 +00:00
drochner
285b344982 don't @dirrm foreign dirs 2006-05-10 16:52:27 +00:00
drochner
0c16d814b4 icon-theme.cache doesn't belong here 2006-05-10 16:50:45 +00:00
tonio
98e7abe8e8 Update graphics/ImageMagick to 6.2.7.5, as the 6.2.7.4 distfile is not available
Changelog:
  * Default quantum scale to QuantumRange/(maximum-minimum) in magick/quantum.c.

Also remove two files from PLIST, as they are no more present
2006-05-10 12:47:01 +00:00
wiz
7a6c37fc12 Propagate PNG_NO_ASSEMBLER_CODE to dependencies.
This should fix PR 33325 (ImageMagick not building on amd64).
2006-05-09 22:28:18 +00:00
adam
f8b86482d4 Changes 0.5.2:
* Improved handling of inexact PNM-to-PNG conversions.
* Fixed a typo that was breaking the build on some Unix platforms.
2006-05-08 22:31:12 +00:00
hira
69afacf451 Move definition of USE_LANGUAGES before inclusion of mk/compiler.mk. 2006-05-08 17:22:51 +00:00
adam
17263e6c1c Changes 6.2.7.3:
* Add -adaptive-sharpen to the convert and mogrify programs.

Changes 6.2.7.2:
 * Generate proper image filenames when filename has more than one embedded
   period (e.g. image.gif.eps becomes image.gif-0.eps, image.gif-1.eps,
   etc.).
 * CompositeImage() is now thread-safe.
2006-05-08 11:39:07 +00:00
salo
f23d6c4a8f Uses C++, noted by <smb> on pkgsrc-users. 2006-05-08 11:04:40 +00:00
minskim
b16abf0c27 Add ruby-gnuplot. 2006-05-07 21:43:17 +00:00
minskim
e11d6b0fe5 Import ruby-gnuplot.
Ruby Gnuplot is a pipe-based interface to the gnuplot package.  It
provides the full capabilities of the gnuplot package to Ruby
programs.
2006-05-07 21:41:18 +00:00
joerg
ed8c708165 Fix GCC 3.4+: Label at end of compound statement. 2006-05-06 12:42:28 +00:00
wiz
cb2d738ed0 Bump PKGREVISION:
Remove use of internal png library function, to make this package
build against the current png package.

From the povray.general newsgroup:
Well - you could remove that call but will probably loose ability to
interrupt/continue render with PNG output.
2006-05-06 11:59:49 +00:00
adam
a2bcfe3a58 -lz is mendatory on some platorms (like Darwin) 2006-05-06 10:25:20 +00:00
adam
dcaf406914 Changes 0.5.1:
* Implemented bit depth reduction for palette images.
* Upgraded libpng to version 1.2.10-optipng [private]
* Improved the BMP support.
* Added a Unix man page.
* Allowed abbreviation of command-line options.
* Changed user option -log to accept a file name as an argument.
* Changed user option -no to -simulate.
* Fixed an error in handling .bak files on Unix.
* Fixed a small typo in the help screen.
* Added the GUIDE and THANKS documents.
* Converted some text document files to HTML.
2006-05-06 08:48:43 +00:00
tv
60ae9a38c4 I meant to remove that bogus "xpost-patch" a long time ago -- GC it. 2006-05-04 16:39:53 +00:00
wiz
bf77321daf Fix some ifdef'd png code, using patch provided by Mathieu in PR 33325.
Build fix for some cases.
2006-05-03 22:57:22 +00:00
drochner
4f4d46a694 update to 2.14.1
changes:
-Use the directory of the currently viewed image as file chooser
 initial location
-Avoid setting the error twice in thumbnail code
-Checks mimetype before trying to include new detected files on image list
- Updated translations
2006-05-02 17:15:13 +00:00
drochner
98f401acd8 update to 0.95
changes:
-"mainpoint" system allows lines to always point towards the middle
-Python plug-ins added
-automatically change grid size depending on zoom level
-Text input now highlights the object
-security problems fixed in XFig import and Python plug-in
-new shapes added
-new UML objects added
-Full screen mode
-Improved SVG import
-Plug-in loading and unloading doesn't require restart
-i18n problems fixed
-bugs have been fixed
-Command line usage has improved
-ses the new GTK+ File Dialog

pkgsrc change:
-precompile Python files
2006-05-02 16:23:30 +00:00
minskim
ae3d60ddcd This package installs a perl script; add a runtime dependency on perl by
setting USE_TOOLS.  Bump PKGREVISION.
2006-05-01 21:44:04 +00:00
adam
d294d2a2c6 Changes 1.7:
This is a bugfix release. A bug in the progress bar code, which
 caused arithmetic exceptions on some 64-bit architectures, has been
 fixed.

Changes 1.6:
 This release contains an algorithm improvement that leads to a
 speedup of 20-60% over previous versions of potrace. A new PDF
 backend was added, courtesy of Tor Andersson. An option --progress
 was added for displaying a progress bar. The Windows version of
 potrace now uses MinGW instead of Cygwin, eliminating the need to
 install a special DLL alongside the executable programs, and solving
 some problems with wildcards and executable PostScript files. Some
 spurious "premature end of file" messages were eliminated. The
 core functionality of potrace was separated into a library with a
 documented API, making it easier for developers to incorporate
 potrace into other GPL-licensed software.
2006-05-01 20:46:54 +00:00
joerg
e7787b9be6 subprocess is only installed on Python <= 2.3. Conditionalize PLIST
accordingly. Bump revision.
2006-04-30 22:30:43 +00:00
adam
5df1bf279c Reset PKGREVISION on ImageMagick update; plus cosmetics 2006-04-30 17:55:50 +00:00
adam
9feeced14e Changes 6.2.7.1:
* Bug fixes and improvements (see ChangeLog for details)
2006-04-30 17:55:12 +00:00
joerg
d282527de6 Add DragonFly support. 2006-04-28 20:33:30 +00:00
joerg
e2206eea32 Fix pthread detection. 2006-04-28 18:23:28 +00:00
jschauma
32f2626fe5 apparently on IRIX some of the math functions are found in libmx, so
add this explicitly to LDFLAGS
2006-04-28 17:55:48 +00:00
joerg
bbf54cc200 Never ever touch the included libtiff. Bump revision. 2006-04-28 16:55:10 +00:00
joerg
dd68a97aee Uses msgfmt. 2006-04-28 16:54:08 +00:00
joerg
b5a1134594 Add DragonFly support. 2006-04-28 16:49:51 +00:00
joerg
d15242f2c6 Don't try to install cat pages, the extension detection doesn't work.
Bump revision.
2006-04-28 16:48:21 +00:00
drochner
666e96f6f6 rename kimdaba to kphotoalbum 2006-04-28 16:17:18 +00:00
drochner
91bf56be5a update to 2.2, and call it "kphotoalbum" as the author prefers
most visible change is a new thumbnail viewer (faster, larger);
there is also some exif support which I didn't enable in the pkg yet
2006-04-28 16:04:39 +00:00
wiz
9f6d17557c Fix build with png-1.2.9nb2. Bump PKGREVISION. 2006-04-23 18:29:39 +00:00
wiz
fe52c2eb72 Add untested patch by the maintainer to fix build on 1.6.2. 2006-04-23 17:13:03 +00:00
joerg
18c6780eac Python is normally multithreaded, so link against pthread.
Fix label at end of compound statement errors.
2006-04-22 18:44:58 +00:00
joerg
cae350510a Add DragonFly support. 2006-04-22 18:32:00 +00:00
joerg
277ce08e28 Don't hard-code -lpthread, use correct pkgsrc variables instead. 2006-04-22 18:28:04 +00:00
joerg
0caca718a4 Add DragonFly support. 2006-04-22 18:18:38 +00:00
joerg
dff6c989f8 Add DragonFly support. 2006-04-22 18:06:30 +00:00
joerg
5b0a4db694 Fix GCC 3.4+: (int *)[] is not valid C++. 2006-04-22 17:45:38 +00:00
joerg
6a10c314f4 Fix GCC 3.4+: __FUNCTION__ works like __func__ (aka variable).
Add DragonFly support.
2006-04-22 17:45:05 +00:00
joerg
0d16682624 Split patch-aa (one patch per file) and add DragonFly support. 2006-04-22 17:24:27 +00:00
joerg
703f1478b7 Move shared library entries into the main PLIST and use them
conditionally on Darwin, DragonFly and FreeBSD. Bump revision.
2006-04-22 17:07:19 +00:00
jschauma
2e669ba50c correct homepage URL; noted by Mr Raymond Phillips in a mail to
webmaster@
2006-04-22 15:05:39 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00