Commit graph

5821 commits

Author SHA1 Message Date
wiz
ecc6a45739 Remove unnecessary fonts.alias and fonts.scale. Bump PKGREVISION.
Fixes CHECK_FILES build.
2006-02-18 21:40:34 +00:00
wiz
94cbd3d20d Make build with newer tiffs. Remove BROKEN_IN. 2006-02-18 21:27:57 +00:00
wiz
e05b04fa80 Add missing file to PLIST, bump PKGREVISION.
Add missing pkg-config to USE_TOOLS.
2006-02-18 18:15:56 +00:00
adam
db7eb777fa Distinfo fix 2006-02-18 17:39:00 +00:00
wiz
bbf6aee665 Add missing file to PLIST. Bump PKGREVISION. 2006-02-18 17:16:01 +00:00
wiz
021d8a92df Do not move ${PREFIX}/bin/pstoedit (unnecessarily). Found by CHECK_PLIST build. 2006-02-18 16:09:59 +00:00
adam
bb9c269507 Changes 1.6.2:
* Fixed bug with "PNG_ROWBYTES" usage, introduced in version 1.6.1.
  The bug could cause a crash and only affects the "nolib" builds.
* Converted C++ style (// ...) comments to C style (/* ... */).
* Defined TOO_FAR == 32767 in deflate.c (again). The definition was omitted
  from version 1.6.0 when zlib was upgraded to version 1.2.3.

Changes 1.6.1:
* Copied non-exported libpng functions from libpng into pngcrush, to make
  pngcrush play more nicely with shared libpng. These are ifdef'ed out when
  a static library is being built with the bundled libpng and pngcrush.h is
  included.

Changes 1.6.0:
* Moved ChangeLog out of pngcrush.c comments and into a separate file.
* Filtered pngcrush.c through "indent -kr" and "expand" for readability.
* Moved 550 lines of usage/help/copyright/license/version info to separate
  function(s) and cleaned up significantly.
* Added some comments for ease of navigation and readability.
* Stripped out a bunch of ancient-libpng compatibility stuff.
* Defined PNG_UINT_* macros (pngcrush.h for now).
* Fixed unknown-chunk handling ("-rem alla" and "-rem gifx" now work).
* Created modified version of makefile that supports external zlib.
* Added support for methods using Z_RLE zlib strategy (zlib 1.2.x only).
* Documented -huffman option in usage screen.
* Added IDAT statistics to final per-file summary.
* Added utime() support to give output files same timestamps as input files.
2006-02-18 11:07:10 +00:00
wiz
e7b15090ba Add missing files to PLIST. Bump PKGREVISION. 2006-02-18 09:31:08 +00:00
wiz
e188c5ea82 Add missing libtool dependency.
Fill in PLIST (hi xtraeme!). Bump PKGREVISION.
2006-02-18 09:19:20 +00:00
wiz
57039428ca Add missing fltk buildlink3.mk file. Fixes build. 2006-02-17 23:42:35 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
wiz
387183aeac Do not remove share/aclocal, it's in the *dist files. 2006-02-16 18:09:27 +00:00
drochner
3ad21fc69e update to 1.9.4
changes:
* Require gtk+-2.6.
* Bulgarian translation.
* Fixed the getdelim(3) replacement for non-GNU systems.
* Windows now contain the GLiv logo.
* Force -lX11 in X11 libraries.
* Added an option to disable the OpenGL bilinear filtering.
* Added a command to reload the current image.
* Russian translation update.
* Thumbnails browser.
* Split the "No automatic image centering" in different initial image positions.
* The "Transformations" menu has been reorganized.
* Added a command to hide all floating windows at once.
* Updated documentation.
* Improved framerate limiter.
* Automatically rebuild the menus when new images are inserted.
2006-02-15 17:49:32 +00:00
minskim
c15633b67d Use _NSGetEnviron() instead of environ if it is available (e.g. on Darwin).
Suggested by Idar Tollefsen in PR pkg/32753.
2006-02-15 02:53:29 +00:00
adam
d2f3dde216 Fix build on FreeBSD 6 (PR-32234) 2006-02-14 21:57:44 +00:00
wiz
017354df44 PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change. 2006-02-13 21:12:55 +00:00
wiz
9f8c27274c Bump BUILDLINK_DEPENDS for MesaLib bl3.mk removal. 2006-02-13 21:11:13 +00:00
adam
1d85d52f3b Changes 1.2.0:
* This is the first stable release of GtkGLExt 1.0 since maintainership changed
  to Tim Shead, tshead@k-3d.com
2006-02-13 20:56:15 +00:00
wiz
300ae0bc1f Update to 2.14.0:
Version 2.14.0

* New stock_person icon
  -- bug #311844 (Jakub Steiner)
* Update names for shuffle and repeat icons (Jakub Steiner)
* No longer install to hicolor (Rodney Dawes)

Version 2.13.4

* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
* New saved search icon (Jakub Steiner)
* New translations [te]

Changes since 2.13.2

* Removed specific video mime type icons (Rodney Dawes)
* Fixups for generic image mime type icon (Jakub Steiner)

Changes since 2.13.0

* Removed specific image mime type icons (Rodney Dawes)
* Added ruby mime type icon
  -- bug #317102
* Updated translations [sk]
2006-02-13 19:17:59 +00:00
rillig
eb2b18657c Fixed a typo. 2006-02-13 15:32:31 +00:00
rillig
2775ee66e7 Removed pornview-gtk2, which has been superseded by pornview with
default options.
2006-02-13 15:25:39 +00:00
rillig
37dcefb1ee This file is not needed anymore. 2006-02-13 15:23:54 +00:00
rillig
03b9fc9f7a Converted the package to the options framework. The only supported
option is "gtk1" (disabled by default). This makes the pornview-gtk2
package obsolete. Bumped PKGREVISION.
2006-02-13 15:23:03 +00:00
joerg
a90eff9301 Fix an Apple specific buffer overflow. To skip the first argument from
Finder, some copying to and from a local buffer in main is done, without
argument checking.

When a web browser or MUA is configured to start Blender automatically,
this might be exploitable to gain priviledges of the current user.

This is related to CVE-2005-3151.
2006-02-12 21:52:18 +00:00
jschauma
d9fe9c312f drop maintainership. 2006-02-12 21:32:38 +00:00
wiz
e9773a35c2 Reset maintainer, email bounces:
550 User unknown (in reply to RCPT TO command)
2006-02-11 19:31:24 +00:00
rillig
040cb06923 Added pornview and pornview-gtk2. 2006-02-11 13:24:30 +00:00
rillig
362bd9f829 Imported pornview-gtk2 from pkgsrc-wip.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.

PornView contains no objectionable content.

This package is built with GTK+ 2.0 support.

Packaged by Leonard Schmidt.
2006-02-11 13:09:21 +00:00
rillig
e7d134db03 Imported pornview from pkgsrc-wip.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.

PornView contains no objectionable content.

This package is built with GTK+ 1.0 support.

Packaged by David Howland.
2006-02-11 13:06:43 +00:00
adam
5d1cd91f0e Changes 2.41:
* GLSL pixel and vertex shaders
* Full access to Blenders material capabilities
* Split screen and multi-viewports
* Number of fixes were made to the physics system
* Return of the armature capabilities
2006-02-10 20:34:25 +00:00
adam
9995b837d8 Fix buildling on Darwin/MacOSX 2006-02-10 12:09:24 +00:00
drochner
19943b674e update to 0.9
major changes:
* Contour support (thanks to the code of the matplotlib guys!)
* Undo/redo
* Rubber band axis zooming
2006-02-10 11:13:52 +00:00
adam
b5468d064f 6.4.2 February 2, 2006
New:
	- added OSMesaColorClamp() function/feature
	- added wglGetExtensionStringARB() function
    Bug fixes:
	- fixed some problems when building on Windows
	- GLw header files weren't installed by installmesa script (bug 5396)
	- GL/glfbdev.h file was missing from tarballs
	- fixed TNL initialization bug which could lead to crash (bug 5791)
2006-02-09 12:27:42 +00:00
adam
4877e7c0e6 Changes 2.3.7:
- depend on GTK+ 2.8, use some of the new features
- removed workarounds for problems in GTK+ 2.6
- moved Align Visible Layers to the Image menu
- started to add a new vectors PDB API
- make it more obvious that docks can be rearranged by drag and drop
- modified the behaviour of the Tab key
- added --license command-line option
- improved dither matrix for RGB->Indexed conversion
- added PDB API to stroke with any paint method
- gave some plug-ins more sensible names
- keep settings of brush/pattern/font/... button popups across sessions
- reduced number of memory allocations by declaring some strings as static
- some improvements to the plug-in preview widgets
- added links to important topics in the user manual
- let the configure script display a summary of options
- bug fixes and code cleanup
2006-02-09 12:00:37 +00:00
drochner
e891a92ab1 update to 8.05 (RCS rev 1.315)
this adds color management
(I've made this optional for now, enabled per default, just in case
some platform has problems with lcms)
2006-02-09 10:58:20 +00:00
drochner
253f748f5e this uses pkg-config 2006-02-08 18:49:26 +00:00
drochner
064342bd2c update to 2.12.3
changes:
-bugfixes
-translation updates
2006-02-08 18:34:20 +00:00
joerg
3546694304 Add DragonFly support. 2006-02-08 17:18:53 +00:00
joerg
26478a3401 Use FreeBSD template for DragonFly as well. 2006-02-08 16:58:29 +00:00
joerg
d4b5c207cf Uses msgfmt. 2006-02-08 16:48:59 +00:00
tv
7133f1e3f8 Um, depend on mpeg2codec>=1.2, not mpeg2codec-1.2. Otherwise a PKGREVISION
bump on mpeg2codec makes it incompatible.

Bump PKGREVISION.
2006-02-08 12:19:38 +00:00
drochner
eb92c90f64 update to 0.9.1
changes:
-New -M option to specify modify commands directly on the command line
-new -l option for a directory to/from which to extract/import files
-bugfixes
-Libtool support
-added makernotes
-raw file support
2006-02-07 21:52:39 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
ad6037a352 Fix installing of xfig Library files that start with "-", such as those
in Libraries/Electronic/Schematic/More/simple_device-inch.
Fix PLIST, bump PKGREVISION.
2006-02-04 13:17:51 +00:00
markd
af46f24af1 Fix build on Solaris. 2006-02-04 12:23:55 +00:00
hira
481fa9c038 Re-add missing (removed in previous revision) inclusion of
x11/gtk2/modules.mk.  Bump PKGREVISION.
2006-02-04 11:14:24 +00:00
markd
d817455372 Another xpdf buffer overflow
http://www.kde.org/info/security/advisory-20060202-1.txt
Bump PKGREVISION.
2006-02-04 11:01:03 +00:00
rillig
6c104f17f9 Added missing file to the PLIST. Bumped PKGREVISION. 2006-02-03 13:55:58 +00:00
joerg
d78ac3bbb5 After redefining and undefining uint16 and uint32, redefine them to
the POSIX types.
2006-02-03 11:29:54 +00:00
joerg
2d9c49da75 Has BROKEN_GETTEXT_DETECTION. 2006-02-03 11:28:23 +00:00
taca
0f5e3b8ef4 Bump PKGREVISION of these packages which affected (fixed) by
fix of REPLACE_RUBY, the impact was big or small.
2006-02-03 04:43:47 +00:00
joerg
68afefceab Add explicit rpath for PREFIX/lib for DragonFly. 2006-02-02 18:20:59 +00:00
joerg
71ab31518c Save a bunch of coredump message in my dmesg and allow groff to compile
by fixing pnmtopng's opt parsing. Bump revision.
2006-02-02 17:01:17 +00:00
joerg
a08cf60a6e Regen for patch-ad. 2006-02-02 16:04:35 +00:00
joerg
be8365b843 Fix compilation on DragonFly by reordering includes. 2006-02-02 16:04:13 +00:00
markd
69c163eb40 USE_TOOLS+= pkg-config 2006-02-02 09:29:25 +00:00
wiz
93725233a7 Update to 4.1.4, provided by Matthew Luckie in PR 32688:
Version 4.1.4
=============
This version fixes some bugs with deallocating ColorMaps and fix building
on several platforms.

* Fix several areas in decoding where we removed a ColorMap from our GifFile
  but didn't set the pointer to NULL.  This could lead to double free's of
  the ColorMap.
* Fix a bug in dev2gif.c where we redefined some gl types incorrectly.
* Fix building on Windows.  Note -- there has been one API changing event for
  Windows (renaming DrawText to DrawGifText.)  This should have conflicted with
  Windows API and therefore caused the builds to fail previously.  If you had
  it working with DrawText before, apologies, you'll need to change to
  DrawGifText in your code.  This only affects Windows.
* Add support for building on The Game Boy Advance.  Note: Due to the GBA's
  limited memory, the API for the GBA uses short's in many places where the
  other platforms use ints.  This shouldn't affect anyone unless you've
  been able to get an older version of the code to run on GBA and want to
  start using this version instead.  A recompile of your dependent code
  will be necessary in this case.
2006-02-01 07:10:03 +00:00
markd
411188623a Update to KDE 3.5.1
Changes:
* KPDF
  o Fix constant disk I/O when resizing Navigation panel
  o Fix Wrong page size and layout in some documents
  o Fix DCT decoding for broken files
  o Fix crash in some strange documents
  o Fix slowlyness on documents with broken TOC definition
  o Make non existant ps file loading fail gracefully
* KIconEdit
  o Needs configuration dialog help, proper markup for toolbars
2006-01-31 22:47:11 +00:00
kristerw
c56fea569d Fix some more places where the evil macro RENDER_SPAN prevents this
package from building with gcc 2.95.
2006-01-31 21:44:31 +00:00
adam
ac798391d6 Changed 0.20.2:
Overall stability has improved.
User interface is more clear regarding colourmanaging.
Softproofing is introduced.
The gutenprint plug-in uses the proofing profile as default separation target.
OpenEXR <-> ICC colour space information conversation
The expose item is moved from <imagemenu>-->Color-->Expose Image
to <imagemenu>-->View-->Expose. It is now a per window setting and
only available for 32-bit floats.
Many bugs where fixed.
2006-01-31 21:06:56 +00:00
wiz
9c25a106eb pkglint: REPLACE_PERL+= instead of = 2006-01-31 19:55:03 +00:00
wiz
ee8cfb14e4 regen patches, in the hope it helps on Darwin. 2006-01-31 19:54:43 +00:00
wiz
436e1324bc Update to 0.99.1:
xsane-0.99 -> 0.991:
--------------------
 - replaced all char buf[255], char buf[256] etc by char buf[TEXTBUFSIZE]
   with #define TEXTBUFSIZE 255

 - replaced all char filename[255] etc by char filename[PATH_MAX]

 - translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new
   cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
   N  N  N  N  N  N  U  N  N  N  N  N     N  N  N  N  N  N  N  N  N
   99 99 99 96 95 99    95 99 99 96 96    96 99 98 99 76 92 99 96 96

 - added default multipage_filetype (PDF).
   No default multipage_filetype produced the following problem:
   - error message when creating multipage file: could not create secure file

 - lineart images are expanded to grayscale in multipage mode.
   solves segmentation fault when "show page" in multipage project was selected

 - corrected calculation of width and height in copy mode for backends
   that do not support arbitary resolutions

 - multipage mode: lineart images (that are stored as grayscale images)
   are reduced to lineart before the page is put into the multipage file

 - viewer shows image info with bit depth = 1 when reduce_to_lineart is set

 - change handling of zoom (photocopy mode):
   - now there is only one zoom value even if there is a resolution_x and
     a resolution_y option, zoom_x and zoom_y are removed
   - the zoom factor is directly used to define the image output size
     (before the scanresolution was used to define the image output size)
   - the resolution is not changed any more when an other printer with a
     different printer resolution is selected
2006-01-30 17:20:23 +00:00
rillig
e315e7254a That evil macro RENDER_SPAN is defined twice -- I only catched one in the
first try.
2006-01-30 08:54:55 +00:00
schwarz
cf76714028 added hack to compile libwmf on IRIX 5.3 2006-01-29 21:58:31 +00:00
wiz
eeeb4d37ce Update to 1.17:
2006-01-28 v1.17 Tels 48 tests
  * new maintainer: TELS
  * signed with my key
  * convert tests to Test::More
  * add pod.t and pod_cover.t
  * fix all POD errors
  * use strict in Makefile.PL and generate custom META.yml
  * don't include lib/Image/Info.pm - it is autogenerated anyway
  * html_dim() returns lowercase and properly quoted, for SVG/XHTML etc.,
    e.g. you get now 'width="900" height="800"'
  * fix bug #8136: update URL for EXIF standard
  * fix bug #8522 - dies at JPEGInterchangeFormatLngth (Thanx srezic@cpan.org)
  * fix also: EXIF says it is "JPEGInterchangeFormatLength", and not "...Lngth"
  * fix bug #5165: (duplicate of #8522)
  * fix bug #6018: FocalPlaneResolutionUnit decoded wrongly
  * fix bug #6083: add support for MakerNote for Nikon D70/D100
  * fix bug #16161: netpbm images may have more than 8bit/channel
2006-01-29 17:41:51 +00:00
rillig
d3e0755bac Fixed pkglint -Wall warnings. 2006-01-29 03:32:17 +00:00
salo
5c81dfe171 Security fixes for CVE-2006-0082 and Debian bug #345595:
"Format string vulnerabilities in ImageMagick allow user-complicit attackers
 to cause a denial of service (crash) and possibly execute arbitrary code via
 a numeric format string specifier such as %d in the file name, a variant of
 CVE-2005-0397, and as demonstrated using the convert program."

Patches from Debian.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
2006-01-28 02:36:55 +00:00
adam
78a763e2d0 Buildlink fix 2006-01-26 23:06:16 +00:00
adam
2c80f0f586 Changes 6.2.6.0:
* Bug fixes
2006-01-26 20:38:18 +00:00
rillig
60a7b37834 Added patch-ak, which fixes the bulk build for NetBSD 1.6.2/i386. 2006-01-26 15:16:16 +00:00
wiz
404371eae6 Update to 0.32, ben@ ok:
0.32
----

- Pressing Enter while zooming activates the selected zoom region.

- Add "Reset fractal" menu commmand.

0.31
----

James W. Morris

 -Add -DGTK_DISABLE_DEPRECATED, fix all resulting errors.

 -Add 'Apply' button to attributes dialog.
2006-01-26 06:42:35 +00:00
wiz
b7fe2f0389 Update HOMEPAGE and MASTER_SITES. 2006-01-25 20:50:31 +00:00
wiz
f25d5e2cc5 Fix configure script so it finds the hdf4 libraries again;
fixes PLIST problems noted in bulk builds.
2006-01-25 19:47:48 +00:00
xtraeme
0231e19cf8 Bump PKGREVISION due to mjpegtools update. 2006-01-25 08:10:08 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
xtraeme
92f93eabd1 Added graphics/wxsvg.- 2006-01-24 03:43:42 +00:00
xtraeme
8bb70862b5 Initial import of wxsvg-1.0beta5.
wxSVG is C++ library to create, manipulate and render SVG files.
Some python bindings and tools are also planned.
2006-01-24 03:42:28 +00:00
joerg
6962a436c4 Don't install faked cat pages, only real the real man page.
Bump revision.
2006-01-23 17:00:05 +00:00
tron
97ba743630 Replace hardcoded "-lpthread" with "PTHREAD_LIBS" and "PTHREAD_LDFLAGS".
That should fix the build under DragonFly.
2006-01-23 13:22:34 +00:00
reinoud
a9df73c769 Update message. The proposed rm of the ~/.blender needed the flags `-rf' to
be effective. Not a problem, but an annoyance for users that might not be
well introduced enough.
2006-01-22 22:27:22 +00:00
schwarz
ac2dc7fef2 added hack for handling of inttypes.h on IRIX 5.3 2006-01-22 21:36:31 +00:00
wiz
b57ed24b97 Update to 0.99:
xsane-0.98b -> 0.99:
--------------------

 - added preferences/setup options:
   - save_ps_flatdecoded
   - save_pdf_flatdecoded
   - fax_ps_flatdecoded
   - printer[i].ps_flatdecoded

 - changed xsane-preferences reading routines for printer definitions and
   preset area definitions

 - changed postscript and tiff saving routines:
   - split in subroutines:
     - create_document_header (ps, pdf)
     - save image as page (ps, pdf, tiff)
     - create_document_trailer (ps, pdf)

 - split xsane.c into xsane.c, xsane-fax-project.c and xsane-mail-project.c

 - created xsane-multipage.c that adds a multipage project dialog
   supported file formats:
   - ps
   - pdf
   - tiff

 - corrected viewer to display bits/sample and size correct

 - changed handling of viewer filename and filetype selection:
   when a new viewer window is created then it copies the active
   filename and filetype. Changing the viewer´s selection does not
   change the prefered setting any more.

 - when no resolution option is available then xsane uses a resolution
   of 72.0 dpi. This e.g. is used for postscript and PDF.

 - changed tiff saving routine:
   - added deflate (zip) compression for 8 bit and 16 bit / sample images
   - corrected jpeg rgb compression

 - changed mixed up e-mail names (mail, email, e-mail):
   - all xsane internal names are: email
   - all user visible texts are  : e-mail
   - changed acceleration key for email mode to GDK_E
   - changed command line option from --mail and -m to --email and -e

 - changed name of notebook "image" to "filetype"

 - when force_filename is set then the filetype is defined by the filename
   instead of preferences.filetype

 - project dialog position is saved in devices preferences now

 - when a dialog is closed then the position is stored in preferences
   so it can be saved when the window is invisible at program exit

 - changed handling of ADF:
   - removed ADF scanmode selection from setup
   - added entry for number of pages to scan in xsane main dialog
   - next scan is not started by
       g_signal_emit_by_name(xsane.start_button, "clicked"); /* press START button */
     any more. This executed the next scan before all active scan subroutines
     have been finished. Now we use
       gtk_timeout_add(100, (GtkFunction)xsane_scan_dialog, NULL);
     to start xsane_scan_dialog after 100ms.

 - batch scan window now uses preview levels (zoomed previews) to display batch icons

 - added ASMTP authentication PLAIN and LOGIN

 - changed size definition of preview window for GTK2 to gtk_window_resize()

 - added $(DESTDIR) before each destination path in all Makefile.in

 - made usage of MKINSTALLDIRS unique in all Makefile.in

 - cleaned up subdir intl

 - translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new
   cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
   U  U  U  N  N  U  N  N  U* U* N  N     N  U  N  U  N  N  U* N  N
last upd    96 95    96 95       96 96    96    98    76 92    96 96
2006-01-22 00:09:21 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
jlam
81db182ecc Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin		->  EXTRACT_OPTS_BIN
	EXTRACT_CMD_OPTS.lha		->  EXTRACT_OPTS_LHA
	EXTRACT_CMD_OPTS.rar		->  EXTRACT_OPTS_RAR
	EXTRACT_CMD_OPTS.tar		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.Z		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.bz2	->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.gz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz2		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tgz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.zip		->  EXTRACT_OPTS_ZIP
	EXTRACT_CMD_OPTS.zoo		->  EXTRACT_OPTS_ZOO
	EXTRACT_CMD_OPTS_tar.gz		->  EXTRACT_OPTS_TAR
2006-01-20 23:41:29 +00:00
joerg
fb355f445d USE_LIBTOOL=yes 2006-01-20 22:25:45 +00:00
joerg
ebc3fd8bf8 USE_LIBTOOL 2006-01-20 22:00:05 +00:00
jmmv
491e0a7387 Update to 2.12.2:
* Release for GNOME 2.12.2

Translations

* Ilyas Bakirov (ky)
2006-01-20 13:32:35 +00:00
jmmv
a348002fac Update to 2.12.7:
2005-10-08  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: 2.12.7
	* rsvg-cond.c: Fix up <switch> conditional comparisons
	* rsvg.c: Make XML entities work, thus passing a few more conformance tests. Needs libxml2 2.6.22 or better.
	Disable entities otherwise.

2005-10-08 Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-art-paint-server.c: stopped strangely transformed gradients from getting flipped. Bug #318097/#166673
2006-01-20 13:29:34 +00:00
jlam
6fbe86c997 Remove unnecessary DECOMPRESS_CMD setting, which is automatically taken
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX.
2006-01-19 23:00:24 +00:00
adam
f1fb57c495 Changes 6.4:
New:
	- Added a fast XOR line drawing function in Xlib driver
	- Added support for GL_ARB_texture_mirrored_repeat to savage
	  driver (supported only on Savage4 hardware).
    Changes:
	- Mesa now packaged in three parts: Library, Demos and GLUT
    Bug fixes:
	- GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
	- Some files were present multiple times in the 6.3.2 tarballs
	- r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)
	- glxgears_fbconfig demo didn't work (bug 4237)
	- fixed bug when bilinear sampling 2d textures with borders
	- glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)
	- fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
	- fixed a few problems with proxy color tables (bug 4270)
	- fixed precision problem in Z clearing (bug 4395)
	- glBitmap, glDraw/CopyPixels mistakenly generated selection hits
	- fixed potential segfault caused by reading pixels outside
	  of renderbuffer bounds
	- glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
	- fixed memory corruption bug involving software alpha buffers
	- glReadPixels clipped by window bounds was sometimes broken
	- glDraw/CopyPixels of stencil data ignored the stencil write mask
	- glReadPixels from a texture bound to a framebuffer object didn't work
	- glIsRender/FramebufferEXT weren't totally correct
	- fixed a number of point size attenuation/fade bugs
	- fixed glFogCoord bug 4729
	- GLX encoding for transpose matrix functions was broken
	- fixed broken fragment program KIL and SWZ instructions
	- fragment programs that wrote result.depth.z didn't work

Changes 6.4.1:
    Bug fixes:
	- redefining a vertex program string didn't take effect in TNL module
	- fixed occasional segfault upon vertex/fragment parsing error
	- vertex program LIT instruction didn't handle 0^0=1 correctly
	- fragment program fog option didn't work with glDrawPixels, glBitmap
	- USE_MGL_NAMESPACE didn't work for x86-64
	- OSMesa demos were missing from previous release tarballs
	- fixed problem with float->ushort conversion in glClear (bug 4992)
	- popping of GL_EYE_PLANE texgen state was broken (bug 4996)
	- popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
	- fixed occasional triangle color interpolation problem on VMS
	- work around invalid free() call (bug 5131)
	- fixed BSD X server compilation problem by including stdint.h
2006-01-19 12:53:17 +00:00
adam
bbf9e246e0 Changes 0.5:
++ Added pngxtern, a libpng add-on for external image format
   support: BMP (uncompressed), GIF, PNM.
   (This was incorporated from OptiPNG-Plus.)
++ Implemented RGB(A)-to-palette reductions.
 + If trials are ended prematurely, detailed progression is only
   reported under the user option -v.
 - Removed reporting of some IDAT sizes that exceeded the optimum.
   (This was NOT a bug, but a "feature" that confused some users.)
 ! Fixed an RGB-to-gray reduction problem that occured under some
   specific background colors.
 + Added support for builds based on the system-supplied zlib.
 * Modified LICENSE.  It is now a verbatim spell of the zlib license.
2006-01-19 11:18:41 +00:00
joerg
3d00cd39e4 Replace use of FILES_SUBST_SED with SUBST. 2006-01-19 01:40:55 +00:00
adam
dd1335caf2 Changes 0.2.8.4:
* 3 patches from Caolan at RedHat: remove unnecessary extra linked
	  libs; remove some warnings; rh154813 which (same redhat issuzilla
	  bug id) I theorize fixes some upsidedown wmfs.
2006-01-18 22:04:58 +00:00
jmmv
242def5068 Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,
gst-plugins0.8 and gst-plugins0.8-* respectively.  This is to leave room
for gstreamer 0.10 (which will be added with versioned names too, to avoid
annoying renames in the future).

While here, do some changes:
- Make gstreamer0.8 use the alternatives system to provide the unversioned
  gst-* utilities.
- Rename all internal variables to have 0.8 in them to make it clear which
  package they belong to.
2006-01-18 12:44:00 +00:00
adrianp
3e1f5f983f Add a patch via Debain to address:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3340

"The vulnerability is caused due to temporary files being created insecurely
in the "/tmp" directory by the tuxpaint-import.sh script. This can be exploited
via symlink attacks to create or overwrite arbitrary files with the privileges
of the user running the affected script."

Bump to nb6.
2006-01-17 22:48:57 +00:00
adam
034380fe31 Changes 10.31:
* Bug fixes
2006-01-16 15:17:02 +00:00
joerg
8707045f3b Be nice and include sys/types.h before sys/ipc.h.
Try to fix stricter GCC 3.4 template handling.
2006-01-15 20:34:13 +00:00
joerg
16cd5f9612 BUILD_USES_MSGFMT works better if deve/gettext-lib is included as well.
Keep it as build time dependency, since no executables are installed.
2006-01-15 19:56:54 +00:00
joerg
fa482ce6c9 Remove trailing / from source directory. Unbreaks build on DragonFly. 2006-01-15 19:50:45 +00:00
minskim
023a2c3fd8 This package requires ruby-gnome2-gtk>=0.14.1nb1 to work properly.
Bump PKGREVISION due to dependency change.
2006-01-15 16:26:59 +00:00
minskim
319491571f Use RUBY_SITEARCHLIBDIR and RUBY_DLEXT in PLIST to build on more platforms.
Patches from dieter Roelants and Takahiro Kambe.
2006-01-15 16:12:55 +00:00
wiz
e68c573a43 Fix build against libexif-0.6.13. 2006-01-15 12:14:16 +00:00
wiz
82f316d149 Make build against libexif-0.6.13. 2006-01-13 17:58:25 +00:00
wiz
79037dccbb Correct libglade dependency -- package wants at least 2.4.0. 2006-01-13 17:58:03 +00:00
gdt
c7a69fbd87 note that this is the development version leading up to 2.4 2006-01-13 17:50:57 +00:00
adam
b7cd5fa5bd Changes 2.3.6:
- even faster application startup
- binary relocatibility on Linux by means of binreloc
- be more verbose when being asked for it
- select color index when picking from an indexed drawable
- allow to migrate windows between displays
- mouse-wheel scrolling and zooming in plug-in previews
- added keyboard shortcuts ([ and ]) for changing the brush radius
- improved Oilify plug-in
- bug fixes and code cleanup

Changes 2.3.5:
- optionally add jitter to paint strokes
- implemented Snap to Path
- added PDB API to access the Image Grid
- ease access to Keyboard Shortcuts editor
- optimizations to the Tile Cache and Undo/Redo implementations
- more work on the Buffer PDB API
- bug fixes to the new zoomable plug-in previews
- optimization of the SIOX algorithm
- menu reorganisation in the Toolbox menu
- export "Open As Layer" to the PDB as file-load-layer
- added keyboard control for the Curves tool
- load and save embedded ICC profiles from/to PNG images
- improved appearance of some tool icons on dark background
- added PDB API to get and set path visibility
- let data editors follow the active brush, palette and gradient (optional)
- some rearrangements in the new toplevel Colors menu
- speed up reloading of data files
- allow to copy the location of data files to the clipboard
- allow to disable saving of the document history in the preferences
- slightly faster application startup
- more use of ngettext for plural forms
- bug fixes and code cleanup
2006-01-13 10:27:18 +00:00
rillig
2b32748b95 Removed the misplaced definition of PKGREVISION. All packages that use this
file already override this, so no other changes are needed.
2006-01-12 18:10:03 +00:00
joerg
942439b52a Fix mustek_ubs2 support for DragonFly by fixing pthread detection,
left-over from last commit.
2006-01-12 13:08:21 +00:00
rillig
3245761b72 Correctly quoted the substitution patterns to ${PAX}. 2006-01-12 12:59:15 +00:00
jschauma
6e353a6a3d make this compile on IRIX by passing '-c99' to the mipspro compiler 2006-01-12 04:01:14 +00:00
jschauma
afeb240c0f Make this compile under IRIX by passing '-c99' to the mipspro compiler. 2006-01-12 03:00:45 +00:00
joerg
42b47ae0f4 mustek_usb2 needs pthread, so fix detection on DragonFly. 2006-01-12 01:21:27 +00:00
joerg
f32bce92a6 Fix errno. 2006-01-12 00:48:36 +00:00
wiz
30d948a9f6 Make build after libexif update.
Add pkg-config to USE_TOOLS, used by libexif.
2006-01-10 20:16:43 +00:00
joerg
5f607d8695 Fix errno. Fix GCC 3.4+ constructor issues. Move an extern up into a
central header.
2006-01-09 19:46:01 +00:00
tonio
e4cf22364c Remove patch-aa and patch-ab as exif_get_sshort is no more declared static
Fix build under darwin/gcc4
2006-01-09 14:39:03 +00:00
tonio
56edd1a62d Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary

Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
2006-01-08 14:00:11 +00:00
minskim
2b6ba856a3 Add ruby-gnome2-gnomecanvas. 2006-01-08 03:58:46 +00:00
minskim
c3c1a98273 Import ruby-gnome2-gnomecanvas from pkgsrc-wip. Packaged by Dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
2006-01-08 03:57:14 +00:00
minskim
1e75ab78ef Add ruby-gnome2-libart. 2006-01-08 03:38:21 +00:00
minskim
a5f9c672e8 Import ruby-gnome2-libart from pkgsrc-wip. Packaged by Dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/Libart2 is a Ruby binding of Libart_lgpl.
2006-01-08 03:36:30 +00:00
minskim
f5eaa7eee3 Add ruby-gnome2-gdkpixbuf. 2006-01-08 03:21:27 +00:00
minskim
4cf170d56f Import ruby-gnome2-gdkpixbuf from pkgsrc-wip. Packaged by Dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
2006-01-08 03:18:51 +00:00
wiz
5baa5594a8 Add same fix for new libexif as in libgphoto2. Noted needed by veego. 2006-01-07 11:28:35 +00:00
wiz
9714f7373a Tell configure we really do not want doxygen (breaks installation,
and would break PLIST if it succeeded). Reported by veego.
2006-01-07 01:59:58 +00:00
adam
15d5ee526d Changes 2.7.8.1:
* minor bugfixes (zoomed windows are now correctly initialized)

Pkgsrc:
* now installs correctly (not to /usr/X11R6)
2006-01-06 22:36:19 +00:00
wiz
44f7e6dbf1 Update to 0.6.13.
New in 0.6.13:

  * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787

  * For pkg-config users, force usage of #include <libexif/exif-*.h>
    (disable #include <exif-.h>)

  * Updated German translation

  * Build system tuning

  * Misc changes:
    Fix COPYRIGHT tag, fix memory corruption, use qsort.
2006-01-06 15:19:18 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
veego
f19324ea98 The ruby directory is gone with the recent ruby changes. 2006-01-06 14:45:24 +00:00
wiz
15284245ab Update to 2.2.10.
Fix PKGCONFIG_OVERRIDE lines.

Bugs fixed in GIMP 2.2.10
=========================

- fixed build error on Sun C compiler (bug #319811)
- fixed issue with Guides scripts (bug #320933)
- corrected selection display problem (bug #319029)
- fixed potential wget issue (bug #322977)
- fixed non-interactive use of gimp-edit-stroke (bug #322977)
- fixed Script-Fu crash in some locales such as Chinese (bug #163212)
- fixed build of librsvg plug-in (bug #314400)
- fixed parameter type in "plug-in-unsharp-mask" procedure (bug #325007).
2006-01-06 11:56:18 +00:00
markd
e044941aa4 updated xpdf patches.
http://www.kde.org/info/security/advisory-20051207-2.txt
Bump PKGREVISION.
2006-01-05 10:20:43 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
uebayasi
7f3df4fbe7 Update dcraw to 7.94; Sergey Svishchev in pkg/32457.
No changelog available, but changes to manpage suggest the following:

- two more interpolation methods (VHG, AHD)
- bilateral filter to smooth noise
- settable black point
2006-01-05 04:37:33 +00:00
wiz
bb7a9cfb33 Fix installation (PKGMANDIR needs PREFIX). 2006-01-04 22:37:18 +00:00
markd
52aaed3d1c Fix build on Solaris and NetBSD-current. 2006-01-04 11:23:54 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
recht
e4221710c1 update to libgdiplus-1.1.11 to sync with latest mono update
changes include update to cairo and the usual bug-fixes
2006-01-04 00:08:27 +00:00
adrianp
08e0344244 Add:
graphics/pear-Image_Canvas
graphics/pear-Image_Color
graphics/pear-Image_Graph
2006-01-03 21:03:03 +00:00
adrianp
0d5e464a00 Image_Graph provides a set of classes that creates graphs/plots/charts based on
(numerical) data.

Many different plot types are supported: Bar, line, area, step, impulse,
scatter, radar, pie, map, candlestick, band, box & whisker and smoothed line,
area and radar plots.

The graph is highly customizable, making it possible to get the exact look
and feel that is required.

The output is controlled by a Image_Canvas, which facilitates easy output to
many different output formats, amongst others, GD (PNG, JPEG, GIF, WBMP), PDF
(using PDFLib), Scalable Vector Graphics (SVG).
2006-01-03 21:00:34 +00:00
adrianp
2b54707a8d Manage and handles color data and conversions. 2006-01-03 20:59:10 +00:00
adrianp
c1713b7533 A package providing a common interface to image drawing, making image
source code independent on the library used.
2006-01-03 20:57:53 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
gdt
6a17ae3237 Update to 5.87 (many minor changes omitted below):
- Added support for JVC maker notes
  - Extract a number of new DNG tags plus DNG JPEG preview image
  - Added support for AVI and MP4 videos
  - Decode maker notes of Nikon D-1
  - Combining -t with -S now gives a single-line tab-delimited list of values
  - Fixed problem deleting entire XMP data block using '-xmp=' syntax
  - Added -F option to allow maker notes offsets to be fixed
  - Added -htmlDump option to generate a verbose HTML-based hex dump of EXIF
    and/or TIFF information (cool new diagnostic tool)
  - Improved synthetic maker notes when coping tags from CRW file
  - API changes:
      - Added HtmlDump and TextOut options
  - Fixed bug which caused error rewriting Minolta MRW images
  - Changed writing of TIFF so that existing IPTC will be rewritten as int32u
    whenever IPTC is edited, regardless of original format type.  This allows
    files to be 'fixed' even if IPTC was previously another format (now we get
    to see if there is any software out there that barfs on int32u's...)
  - Changed the -s option so tag names are displayed instead of descriptions
    (now similar to the -S option, but values are aligned in a column)
  - Changed writing of new TIFF IPTC information to make it visible in Nikon
    Capture (for some reason requires int32u format)
2006-01-03 13:12:57 +00:00
taca
0f09d21f19 Add http://raa.ruby-lang.org/cache/ruby-gd/ to MASTER_SITES. 2006-01-03 07:28:21 +00:00
peter
e1acc8c98f Fix invalid reference to ../../wip/Coin. 2006-01-01 13:34:05 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
wiz
4cb74d094c Before testing OPSYS, bsd.prefs.mk has to be included. 2005-12-31 12:04:15 +00:00
wiz
9c4306c0d7 Update to 3.8.0:
MAJOR CHANGES:
  * Read-only support for custom directories (e.g. EXIF directory).
  * Preliminary support for MS MDI format.

----------------------------------------------------------------------------------------

CHANGES IN THE SOFTWARE CONFIGURATION:
  * Make the default strip size configurable via the
    --with-default-strip-size and STRIP_SIZE_DEFAULT options.

----------------------------------------------------------------------------------------

CHANGES IN LIBTIFF:
  * tiffio.h: Added VC_EXTRALEAN definition before including
    windows.h, to reduce the compile time.
  * tif_jpeg.c: Improve compilation under MinGW.
  * {tif_aux.c, tif_dir.c, tif_dir.h, tif_dirwrite.c, tif_print.c,
    tif_getimage.c}: Make InkSet, NumberOfInks, DotRange and StoNits tags
    custom.
  * {tif_aux.c, tif_dir.c, tif_dir.h, tif_print.c}: Make WhitePoint tag
    custom.
  * tiffio.h: fixed typo that potentially resulted in redefininition of
    USE_WIN32_FILEIO
  * {tif_dir.c, tif_dir.h, tif_print.c}: Make RichTIFFIPTC, Photoshop and
    ICCProfile tags custom.
  * libtiff/*, contrib/*: Added 'dual-mode' error handling, enabling newer
    code to get context indicator in error handler and still remain
    compatible with older code: Done TIFFError calls everywhere
    except in tools.
  * tiffinfo.c: Print EXIF directory contents if exist.
  * {tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c}: Custom
    directory read-only support.
  * {tif_aux.c, tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c,
    tif_print.c}: Make YCbCrCoefficients and ReferenceBlackWhite tags
    custom.
  * tif_dirread.c: One more workaround for broken StripByteCounts tag.
    Handle the case when StripByteCounts array filled with completely wrong
    values.
  * tif_dirinfo.c: Release file descriptor in case of failure in
    the TIFFOpenW() function as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1003
  * tif_dirinfo.c: Correctly yse bsearch() and lfind() functions
    as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1008
  * tif_open.c, tiff.h, tiffdump.c: Incorporate preliminary support for MS
    MDI format.
    http://bugzilla.remotesensing.org/show_bug.cgi?id=1002
  * libtiff.def, tiffiop.h, tiffio.h: Made TIFFFreeDirectory public.
  * /tif_dirinfo.c: Make XResolution, YResolution and ResolutionUnit tags
    modifiable during write process. As per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=977
  * if_dirread.c: Don't try and split single strips into "0" strips in
    ChopUpSingleUncompressedStrip. This happens in some degenerate
    cases (like 1x1 files with stripbytecounts==0 (gtsmall.jp2 embed tiff)
  * tif_fax3.c: changed 'at scanline ...' style warning/errors with
    incorrect use of tif_row, to 'at line ... of strip/tile ...'
    style.

CHANGES IN THE TOOLS:
  * tiffcp.c: Added many error reporting messages; fixed integer
    overflow as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=789
  * tiffcp.c: Return non-zero status when reading fails.
  * fax2tiff.c: Properly calculate sizes of temporary arrays as
    per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=943
  * fax2tiff.c: Added option '-r' to set RowsPerStrip parameter as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=944
  * tiffdump.c: Fixed typeshift and typemask arrays initialization problem
    as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=946
  * bmp2tiff.c: Fixed possible integer overflow error as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=965
  * tiffsplit.c: Copy fax related fields over splitted parts as
    per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=983
  * tiffdump.c: Fixed crash when reading malformed tags.
  * tiff2pdf.c: Added missed 'break' statement as per bug
    http://bugzilla.remotesensing.org/show_bug.cgi?id=932
2005-12-31 00:07:36 +00:00
wiz
b6bd0d506a Update to 0.98b:
xsane-0.97 -> 0.98:
-------------------

 - void xsane_batch_scan_scan_list(void):
   added if (gtk_events_pending()) in while (xsane.scanning)
   (this was removed in xsane-0.97 what made a lot of trouble)

 - corrected bad <Toolbox/...> italian transations for gimp plugin

 - added Postscript Zlib-Compression and Ascii-85 compression
   (patch by Julien BLACHE)

 - added (single page) PDF saving routine
   (patch by Julien BLACHE)

 - added PDF and Postscript to mail-mode. PDF and Postscript documents can not
   be displayed inline in html mails. I also do not know a way to display a
   link to a document that is integrated in the mail. So the <IMAGE> tag
   has no effect for pdf and postscript documents in html mode.

 - --print-filenames prints the filenames after conversion, so it is
   safe that the file exists and is complete

 - selected medium definition is stored in preferences now

 - BUGFIX for scanners that do not allow to set all resolutions.
   In fax mode an possibly also in copy mode the created pages
   had a wrong scaling when the scanner did not support the
   desired resolution:
   - xsane_set_resolution returns bestdpi = selected resolution
   - xsane_set_all_resolutions stores bestdpi as used resolution

 - when option 0 (num_options) has not defined SANE_CAP_SOFT_DETECT
   then xsane prints a warning but does try to read the option value

 - added xsane_mode (VIEWER/SAVE/EMAIL/FAX/etc) to preferences

 - po/*: all po files are in UTF-8 code now
   to transform non-UTF-8 po files to UTF-8 put the po file
   into the IMPORT_PO_DIR directory and call in the po directory
   "make import-po-files"

 - rename xsane-logo2.jpg to xsane-logo.jpg and changed all
   html files to xsane-logo.jpg

 - viewer uses preferences.filetype instead of "by ext"

 - localedir for sane-backends is set by sane-prefix instead of xsane-prefix

 - replaced printf by g_print to get correct output on non-utf-8 terminals

 - question mark '?' and asterisk '*' in filenames are replaced by underscore '_'

 - translations: U=updated, N=not updated, A=added/new
   cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
   U  U  U  N  N  U  U  N  N  N  N  N     N  U  U  N  N  N  N  N  N

xsane-0.98 -> 0.98a:
--------------------

 - corrected gimp_plugin bug:
   xsane_mode now is hold in xsane.xsane_mode like bevore xsane-0.98,
   additionally preferences.xsane_mode is used to store the user
   selection
   the user selection is loaded at program start when nothing else is predefined


xsane-0.98a -> 0.98b:
---------------------

 - changed bug in header file due to conficting types in xsane-front-gtk.h
   from:  int xsane_set_resolution(int well_known_option, double resolution);
   to: double xsane_set_resolution(int well_known_option, double resolution);
2005-12-31 00:04:03 +00:00
wiz
582129cc92 Update to 1.0.17:
New with 1.0.17, released 2005-12-18:

* New backends: hp4200 (HP ScanJet 4200), lexmark (Lexmark X1100 series),
  mustek_usb2 (Mustek BearPaw 2448 TA Pro)
* Updated backends: artec_eplus48u, avision, canon, epson, fujitsu, genesys,
  gt68xx, microtek2, mustek_pp, plustek, plustek_pp, sm3600, snapscan, umax_pp.
* Hotplug/udev updates.
* scanimage fixes.
* sane-find-scanner finds more chipsets.
* Build system fixes/updates. make now calls makedepend.
* Several fixes in SANE internal functions (sanei).
* Portability fixes (especially for MacOSX, FreeBSD, OpenBSD, OS/2).
* Updated translations.
* Documentation updates.
* Bugfixes.
2005-12-31 00:03:24 +00:00
joerg
36b1417ad4 Use find instead of pax -rw, the latter overflows the argument buffer
on DragonFly.
2005-12-30 23:47:48 +00:00
joerg
3dce97fbbe Uses gettext. Bump revision for dependency change. 2005-12-30 23:37:42 +00:00
joerg
4b260f490e stdout can not be used to initialise a global variable.. Move it from
global scope to static scope in encoder.c / decoder.c and initialise it
from main.
Fix a nice side-effect from a macro, which is not a macro in DragonFly:
	if feof(tablefile)
does not parse correctly.
2005-12-30 23:23:54 +00:00
ben
03f965e59a Update to cdlabelgen version 3.6.0, and update MASTER_SITES and HOMEPAGE.
Changes include:
* --rows-columns=r,c will force all items to be fit in "c" columns, with
  each column having "r" lines (rows).
* Makefile: use INSTALL_FILE to install man page
* CD Label support - print directly on the CD or DVD
* --page-offset now accepts an optional X-axis offset also
  --page-offset [xoffset,]yoffset
* Fix cdinsert.pl CGI script to use PAPERSIZE option for A4 paper
* Slim Case now applies to DVD outside also - creates outside inserts
  for half-height DVD cases  - driven by these arguments:
  --create-dvd-outside --slim-case
* --slim-case to be used instead of --create-slim-cover (deprecated)
* End Cap text can now be rotated (flipped), --rotate-end-caps
* {#M} and {#MB} support directives added
  {#M} {#MB} {#BI} {#B} {#I} can appear in input text,  to make a line
  monospaced, monospaced-bold, bold-italic, bold, or italic respectively.
  Directives must appear in column 1 of line.
* Added dvdlogo.eps
* Changed aczone to aczoom
* DVD outside cover inserts now supported, --create-dvd-outside option
* Move down the DVD inside insert to fit better on letter and A4 paper
* trayimage "fill2" now fills all - cover, tray, spine, as appropriate
* Fixed bug in --outside-foldout and placement of tray image
* Fixed BoundingBox in divx.eps
* Date handling changed to use its own font size
2005-12-30 15:00:02 +00:00
garbled
3a7285c482 Enable the history file in gnuplot per PR pkg/32139. Bump pkgrev to 3 2005-12-29 23:01:51 +00:00
markd
68693b611a Update py-matplotlib to version 0.83
Added Mark Athen's 'scale' patch, so that on a scaled axis a circle
looks like circle. See help(axis).

New cursor and span selector widgets

You can use use matplotlib event handling to register a callback after
figure draw using 'draw_event' which calls the callback with a
DrawEvent instance

Use 'f' to toggle full screen mode in the GTK backends.

Steve Chaplin has made numerous updates to the GTK and SVG backends.

Reorganized config files

Updated agg_test.py to demonstrate curved paths and fills.

Upgraded pyparsing and applied Paul McGuire's suggestions for speeding
things up. This more than doubles the speed of mathtext in my simple
tests.

Bugs fixed / small features

What's new in matplotlib 0.82

Subplot configuration
GUI neutral widgets
Exposes line cap and join style via new rc params and Line2D properties
All Axes properties are now exposed via kwargs

Small bugfixes and features

What's new in matplotlib 0.81
TeX support
Masked arrays
Much faster image loading for MxNx4 or MxNx3 UInt8 images.
New image interpolation options
set deprecated
New scalar formatter
Bug fixes
2005-12-29 20:29:34 +00:00
joerg
6557490e0b Add some more translations to PLIST as shown by bulk builds.
Bump revision.
2005-12-29 14:01:14 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
64b116c873 Include unistd.h for mkstemp on DragonFly. 2005-12-28 17:27:28 +00:00
wiz
4f41a7cbe9 Add missing RCS Ids. 2005-12-28 17:26:35 +00:00
garbled
9ba5bb8a87 Fixed by gtkglext. Tested on i386/2.0 2005-12-28 08:35:24 +00:00
garbled
887b358a33 Link against pangox, because gtkglxext uses the deprecated X11 font
interface.  This should fix all the programs that link against this pkg.
Will be testing those soon and removing failure markers if they work.
(devel/coconut games/genecys-client graphics/gliv misc/celestia-gnome
 misc/celestia-gtk)
Bumped pkgrevision to nb1
2005-12-28 07:09:16 +00:00
reed
30af7d8519 Update patch-aa for makefile, so it can use custom PKGMANDIR. 2005-12-28 04:58:01 +00:00
reed
dcd37e57a6 Add meta-pkgs to CATEGORIES. 2005-12-28 04:54:50 +00:00
reed
e2035831d7 Use PKGMANDIR for man pages. 2005-12-28 04:54:17 +00:00
reed
f84b75538f Get rid of MAN_DIR and use PKGMANDIR. 2005-12-27 21:17:57 +00:00
reed
fa4a3fec7b Do not include X11 buildlink. This does not need X11
as reported by Quentin Garnier in PR #30718.
Bump PKGREVISION.
Okayed by maintainer.
2005-12-27 17:40:50 +00:00
reed
45d9dae994 Honor PKGMANDIR. 2005-12-27 17:34:53 +00:00
reed
172c057f5a Add patch: the configure knows @mandir@ so make the Makefile use it.
And use PKGMANDIR for the INSTALLATION_DIRS.

PKGREVISION not bumped -- no change in default build. And before
would have failed if PKGMANDIR was set to non-default.
2005-12-27 17:30:50 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
jschauma
6c8da498c5 if using the Mipspro compiler chain, pass '-c99'. 2005-12-25 16:52:55 +00:00
jschauma
979b6444a6 if using the Mipspro compiler chain, pass '-c99'. 2005-12-25 16:46:05 +00:00
joerg
8facfbe4df Fix GCC 3.4+: label at end of compound statement.
Fix ISO C conflict: depend on stdlib.h for malloc.
2005-12-20 14:32:01 +00:00
joerg
4f56ff4b94 Fix GCC 3.4+: Label at end of compound statement. 2005-12-20 11:57:41 +00:00
joerg
1ff999ca1f Fix errno. 2005-12-19 16:24:12 +00:00
joerg
a1407253f2 Fix errno. Remove conflicting malloc prototype. 2005-12-19 16:22:56 +00:00
joerg
95e3a98e56 Fix errno. 2005-12-19 16:01:34 +00:00
joerg
3384794966 Fix errno. Use NAME_MAX if available. 2005-12-18 23:32:49 +00:00
rillig
27217a7819 Added missing RMD160 checksum for DevManual.pdf. 2005-12-17 10:10:10 +00:00
wiz
27bb779bb6 Do not mix > with * in DEPENDS (pkglint test?).
Fix CONFLICTS pattern to include [0-9].
2005-12-16 07:09:24 +00:00
wennmach
2a592e245a drawtool of the ivtools suite needs pstoedit in order to edit
PostScript files. It also needs wget, so add both to DEPENDS.
Bump PKGREVISION.
2005-12-15 23:49:40 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
wiz
5a21f56728 Remove obsolete file. Noted by Leonard Schmidt in private mail. 2005-12-12 10:40:27 +00:00
markd
b06ed3f523 Update to KDE 3.5
Many new features and refinements.

Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
  ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
  ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
  easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
  Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11 13:00:12 +00:00
wiz
7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00
gdt
c32cc23a13 descend into TiffIO 2005-12-09 15:49:34 +00:00
gdt
e46ead4af0 TiffIO is a plugin that add TIFF images read/write capabilities to the
Qt3 and Qt4 QImage class.  Adding the generated plugin in the Qt's
tree enable any Qt application to manipulate TIFF images. TiffIO come
with a self-test suite, and have been compiled and used successfully
on a variety of windows and unixes platforms.
2005-12-09 15:47:34 +00:00
markd
56a9e25cba More xpdf buffer overflows.
http://www.kde.org/info/security/advisory-20051207-1.txt
Bump PKGREVISION.
2005-12-08 10:47:47 +00:00
wiz
18c20e996f Update to 1.15. patch-ab has been sent upstream.
New features

  Black preservation on CMYK-> CMYK transforms
  Ability to set adaptation state of observer on absolute colorimetric transforms.
  A rather advanced feature. Actually it only allows No adaptation (d=0) and observer fully adapted (d=1)
  lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced.
  icctrans can now read CGATS/IT8 files.
  improved tifficc with tiff Lab8 support


 New functions

LCMSAPI double       LCMSEXPORT cmsSetAdaptationState(cmsHTRANSFORM hTransform, double d);

LCMSAPI void          LCMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, DWORD Flags);
LCMSAPI DWORD         LCMSEXPORT cmsTakeHeaderAttributes(cmsHPROFILE hProfile);

LCMSAPI icInt32Number           LCMSEXPORT cmsGetTagCount(cmsHPROFILE hProfile);
LCMSAPI icTagSignature          LCMSEXPORT cmsGetTagSignature(cmsHPROFILE hProfile, icInt32Number n);


LCMSAPI BOOL            LCMSEXPORT cmsIT8SaveToMem(LCMSHANDLE hIT8, void *MemPtr, size_t* BytesNeeded);

  BOOL  _cmsIsMatrixShaper(cmsHPROFILE hProfile);
  BOOL  _cmsAddDateTimeTag(cmsHPROFILE hProfile, icTagSignature sig, struct tm *DateTime);
  BOOL  _cmsAddColorantTableTag(cmsHPROFILE hProfile, icTagSignature sig, LPcmsNAMEDCOLORLIST nc);

  double cmsEvalLUTreverse(LPLUT Lut, WORD Target[], WORD Result[], LPWORD Hint);

LPcmsNAMEDCOLORLIST LCMSEXPORT cmsReadColorantTable(cmsHPROFILE hProfile, icTagSignature sig)


LPcmsGAMUTEX cmsReadExtendedGamut(cmsHPROFILE hProfile, int index);
void         cmsFreeExtendedGamut(LPcmsGAMUTEX gex);


New tags supported

       icSigColorantTableTag		    LPcmsNAMEDCOLORLIST
       icSigColorantTableOutTag         LPcmsNAMEDCOLORLIST
       icSigCalibrationDateTimeTag	    const struct tm*


New flags:

cmsFLAGS_PRESERVEBLACK
cmsFLAGS_GRIDPOINTS(n)


And of course some bug fixing.
2005-12-07 17:47:06 +00:00
joerg
5ef3ed0bf1 Fix a bug in the thread linkage I introduced earlier. This was most
noticable on NetBSD 1.6, where PTHREAD_LDFLAGS is not set at all.
2005-12-06 23:14:11 +00:00
joerg
cddc7e7b6c localedir is share/locale on DragonFly as well. 2005-12-06 18:53:31 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
uebayasi
fc504fcc2a Update inkscape to 0.43.
Changes from NEWS:

   The focus of this release is on the exciting new features sponsored by
   Google via their Summer of Code program. However, we have quite a bunch of
   other stuff too. Here are the highlights:

     * Connectors: A new Connector tool implements creation, editing, and
       autorouting (object-avoiding) of connector lines between objects.
       Indispensable for diagramming. (A Google SoC project.)
     * Inkboard collaborative editing: You can now connect to other Inkscape
       users over the Net and edit a shared document together, watching
       others' changes and making yours! (A Google SoC project.)
     * Pressure and tilt sensitivity: the Calligraphy tool can now use a
       tablet pen with pressure/tilt support to vary the width and angle of
       the calligraphic stroke.
     * Better node editing: You can freely drag/bend/stretch a Bezier curve
       by any point (not only by a node), as well as add a new node at any
       point on the curve.
     * New extensions for envelope distortion, whirling, and adding nodes.
     * Improved precision, expanded limits, many usability improvements and
       bugfixes.
2005-12-04 13:51:38 +00:00
joerg
c4701d1314 Like Linux, DragonFly doesn't support pint as backend. 2005-12-02 23:40:36 +00:00
adam
4c4155995f Changes 6.2.5.5:
* SetImageType(): monochrome images are not required to be colormapped
* Initialize blob->mapped to MagickFalse in AttachBlob()
* Use painters algorithm for the -draw point primitive
* NormalizeImage() now normalizes the opacity channel correctly
* QueryFontMetrics() now accounts for the font stroke width
2005-11-29 08:51:17 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
salo
11ee09f4bd Security fixes for CVE-2005-2975, CVE-2005-2976 and CVE-2005-3186:
"io-xpm.c in the gdk-pixbuf XPM image rendering library allows attackers
to cause a denial of service (infinite loop) via a crafted XPM image
with a large number of colors."

"Integer overflow in io-xpm.c in gdk-pixbuf allows attackers to cause a
denial of service (crash) or execute arbitrary code via an XPM file with
large height, width, and colour values, a different vulnerability than
CVE-2005-3186."

"Integer overflow in the gdk-pixbuf XPM image rendering library allows
attackers to execute arbitrary code via an XPM file with a number of
colors that causes insufficient memory to be allocated, which leads to
a heap-based buffer overflow."

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2975
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2976
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3186
2005-11-26 09:40:49 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
wiz
0d2b760aab Revert unintended commit. 2005-11-24 20:20:25 +00:00
wiz
5e1132f1a3 Remove patches that were removed from distinfo
during update to 0.6.
2005-11-24 20:19:40 +00:00
wiz
c208cbcbc5 Update to 2.30:
2.30	Migrated polyline() support into GD::Simple.
2.29	Better support for fonts and brushed patterns in GD::Simple
2.28	Having troubles getting all the modules installed correctly. Should work now.
2.27	Reworked the way that GD.pm is created at compile time so that CPAN picks up
	   correct version information. No code changes.
2.26    CPAN isn't propagating GD, so I'll upload another version
2.25    Fixed Makefile.PL so that GD::Polyline and GD::Simple are installed (thanks to Guy Albertelli).

2.24	Fixed gif/anim gif support so that you can't have animated gif support without
		having gif support.

2.23	Added patch from Slaven Rezic which makes it possible to call GD constants
		in an OO way (without generating warnings), and removes #! from the
		top of autogenerated GD.pm
	Rewrote tests 11 and 12 - if they continue to randomly fail on various
		platforms, they will be removed.
2.22	Changed the way the gd and gd2 round-trip tests are evaluated. This
		might fix test failures that have been reported on some platforms.
2.21    Regression tests are now functional for versions of libgd compiled
	exclusively with PNG, JPEG or GIF support.
2.20	GD::Image->newFromGdData() and newFromGd2Data() got broken
		somewhere along the line.  They are now fixed (and
		have a regression test).
	Added copyRotated() method.
2005-11-24 19:02:52 +00:00
markd
381ff20817 Update gwenview to 1.3.1. From maintainer Ian Zagorskih in PR 32134
The first bug fix release of Gwenview, version 1.3.1, is out.

This version contains the following fixes:

    * Make sure Gwenview libs do not require an executable stack.
      (Patch by Christopher Martin)
    * PNG loader has been fixed to pass PNG gamma tests from W3C.
      (Patch by Christopher Martin)
    * Fix compilation with GCC 4.1.
    * Fix MMX configure check with GCC 4.x.
    * Fix a bug which could lead to truncated images when saving to
	non-local URLs.
2005-11-23 19:23:27 +00:00
xtraeme
dfa7d334db Added graphics/f4l 2005-11-20 17:00:07 +00:00
xtraeme
fc38310879 Initial import of f4l-0.2 (suggested privately by pancake).
F4L is an open source development environment for Macromedia Flash,
a multi-platform format (swf/svg) widely used for web applications and
vector animation. Basically, you can make interactive eye candy for
your web site or any other purposes.

--
http://f4l.sf.net/
2005-11-20 16:58:12 +00:00
rillig
45fa737dcf Tobias Nygren said in PR 31387 that the work-around for a gcc compiler
bug on netbsd-*-alpha is not needed anymore. Fixes PR 31387.
2005-11-19 14:11:30 +00:00
agc
76b44e5c10 Now that exiftool has been renamed to be p5-Image-ExifTool, change the
SUBDIR entry in the category Makefile to follow suit.
2005-11-19 09:10:25 +00:00
minskim
dcc8ad50e1 Do not use hardcoded URW Type 1 font names, which cause errors when
running doxygen. Instead, let fontconfig find PostScript fonts.

Bump PKGREVISION.
2005-11-19 07:36:35 +00:00
gdt
48e71d5e17 add gqview-devel 2005-11-18 19:42:50 +00:00
gdt
d24c69928f moved to p5-ImageExifTool 2005-11-18 18:44:32 +00:00
gdt
afa937578a renamed from graphics/exiftool 2005-11-18 18:39:21 +00:00
gdt
972a318a68 Merge from re-importation of gqview-devel.
(This packages 2.1.1.)
2005-11-18 15:52:27 +00:00
gdt
5b35bfcbeb Update to 5.77:
Miscellaneous fixes and minor improvements removed from Changes
extract below:

Nov. 18/05 - Version 5.77 (production release)

  - Allow integer tag values to be specified in hex (with leading '0x')

Nov. 16/05 - Version 5.76

  - Tolerate extra null padding at end of TIFF images (as written by Photoshop
    CS) when rewriting TIFF images

Nov. 14/05 - Version 5.74

  - Added read support for DICOM (DCM, DC3, DIC, DICM) and ACR-NEMA (ACR)
    medical image files
  - Decode a lot more Nikon Capture information and add write ability
  - Updated Nikon makernote decoding for D200 and new AF-S Nikkor 18-200 lens
    (thanks Werner Kober)
  - Added a number of new Canon LensType's (thanks Volker Gering)
  - Recognize file types even if they have the wrong extension

Nov. 7/05 - Version 5.73

  - Added ability to shift date/time tag values
  - Extract Red/BlueBalance tags for Nikon D2Hs, D50 and D2X
  - Decode Nikon Capture Data to extract IPTC information and Rotation
  - Added a new Olympus LensType (thanks Michael Meissner)

Oct. 28/05 - Version 5.72

  - Added ability to create XMP data files.  This is more significant than it
    sounds:  The -o option may now be used to generate XMP files from
    information in any other format, or even to create an XMP file from nothing
    more than tags defined on the command line.
  - Fixed problem rewriting maker notes of some Pentax cameras
  - API Changes:
      - Added CanWrite() and CanCreate() functions
      - Allow WriteInfo() source file to be undefined to create new file
      - Allow WriteInfo() output file to be undefined to edit file in place
      - Added extra argument to WriteInfo() to specify output file type

Oct. 24/05 - Version 5.71

  - Added ability to read/write .XMP data files
  - Added -listf option to print list of recognized file types
  - Changed "-group#" option to "-listg#" (but still support old -group#)
  - Moved Kodak APP3 "Meta" tags from EXIF to a new Kodak "Meta" group

Oct. 23/05 - Version 5.70

  - Significant internal changes to improve speed and reduce memory useage
  - Fixed a bug introduced in version 5.63 which caused incorrect XMP GPS
    coordinates to be returned
  - Changed handling of Kodak date records
  - API Changes:
      - Added ability to access original 'Raw' values via GetValue()
      - GetValue() now returns empty array in list context if value is undefined
      - Values are now converted as they are requested, so the PrintConv option
        now applies to GetInfo() and GetValue() instead of ExtractInfo()

Oct. 19/05 - Version 5.69

  - API Changes:
      - Changed handling of floating point numbers to tolerate locales where a
        comma is used instead of a decimal point

Oct. 17/05 - Version 5.68

  - Added support for reading Sigma RAW (X3F) images
2005-11-18 14:41:24 +00:00
adam
cb50d0a520 * Disable povray's optimisation which sets specific hardware flags
(we can build one povray for multiple CPUs)
* Do not fix povray.ini, which is gone
2005-11-18 14:15:03 +00:00
gdt
47fd4c7095 Update to 0.6
Binaries created by --enable-extras are no longer included in the
package, per the upstream author's guidance.

13/11/2005 - UFRaw-0.6 released, based on DCRaw v7.84.
* Enabled AHD (Adaptive Homogeneity-Directed) interpolation.
* Added base curve, which simulates Nikon tone curve behavior.
  (The old correction curve is still there.)
* Automatically apply the embedded custom curve only if the camera
  was setup to use this curve.
* Support the D1X rectangular pixels.
* Fix EXIF support with libtiff 3.7.4.
* Some bug fixes.
2005-11-18 11:23:34 +00:00
gdt
510528ea81 Set
BUILDLINK_DEPMETHOD.qt3-tools= build

after checking that none of the executables depend on the libs in
qt3-tools.

PKGREVISION++
2005-11-16 12:36:58 +00:00
gdt
193dd7fbae add bl3 for qt3-tools.
XXX  may only be needed at build, not run time.

PKGREVISION++
2005-11-15 19:49:26 +00:00
markd
a4e5d099ee Fix build when using latest tiff and make explicit the dependency on the
tiff package.
2005-11-14 08:42:44 +00:00
itohy
03e93c7699 Update to xfig 3.2 pachlevel 5-alpha5.
Summary of changes from CHANGES.xfig:

Patchlevel 5-alpha5 (April, 26, 2004):

NEW FEATURES:
	o Added note to README and FAQ html file:
	  If the Xaw or Xaw3d Athena widget sets are compiled with the
	  ARROW_SCROLLBAR style of scrollbars, there is no StartScroll action
	  and you won't be able to scroll using the wheel on the mouse.
	  If you want to be able to scroll using the wheel, you must recompile
	  the Xaw library from sources, disabling the ARROW_SCROLLBAR option.
	o Astrological symbols for planets in Miscellaneous/Astrology by Andrew Collier
	o Added key bindings to text dialogs to be more like modern systems (the
	  Athena Widget Set that xfig uses is very old):
	    Home:  beginning-of-line
	    End:   end-of-line
	    Del:   delete-character-right
	o Added *.jpeg* to picture browse options
	o New libraries for electronics from Fabio González in
	  Libraries/Electronics/Schematic/More

BUGS FIXED:
	o typo in latex_and_xfig.html and LATEX_AND_XFIG files. Text should be:
	  \convertMPtoPDF{foo.0}{1}{1}
	  It was missing parameters {1}{1}
	o -correct_font_size missing from -help option list and man pages
	o -help and -version didn't work unless they were first in the options
	o -O option wasn't passed to fig2dev for overlapping pages in multiple
	  page mode for PostScript export
-----------------------------------
Patchlevel 5-alpha4 (Feb, 19, 2004):

Note:	There is a minor change to the copyright/permission notice for xfig.
	Basically, I have restored the part that allows one to sell xfig
	regardless of whether it is bundled as part of a package or not.
	This is identical to the original copyright/permission notice for
	xfig, which was based on the MIT (then later, the X Consortium)
	copyright notice.
	Here is the new notice (different files have different author
	copyrights at the top):

	> FIG : Facility for Interactive Generation of figures
	> Copyright (c) 1985-1988 by Supoj Sutanthavibul
	> Parts Copyright (c) 1989-2002 by Brian V. Smith
	> Parts Copyright (c) 1991 by Paul King

	> Any party obtaining a copy of these files is granted, free of charge, a
	> full and unrestricted irrevocable, world-wide, paid up, royalty-free,
	> nonexclusive right and license to deal in this software and documentation
	> files (the "Software"), including without limitation the rights to use,
	> copy, modify, merge, publish distribute, sublicense and/or sell copies of
	> the Software, and to permit persons who receive copies from any such
	> party to do so, with the only requirement being that the above copyright
	> and this permission notice remain intact.

NEW FEATURES:
	o Introduction.html and installation.html updated to include Macintosh
	  port of xfig
	o Button to collapse depths of a compound object (make all same depth)
	  in popup object editor
	o Grid changed from dotted line to light red solid line
	o Candle in Libraries/Miscellaneous by Dr. Lyman Hazelton
	o Right-click on depth checkbox sets current depth in indicator panel
	  to that depth
	o Library of symbols used when diagramming folding instructions to make
	  origami models and example contributed by Marc Vigo
	o Can adjust width and height directly in popup editor for picture
	  objects
	o Support for David Hawkey's Xaw3D version 1.5E
	  (http://www.visi.com/~hawkeyd/xaw3d.html)

BUGS FIXED:
	o When loading a library object, if it contained only a compound and
	  nothing else, when xfig promoted that compound to the toplevel the
	  main comment was lost
	o Incorrect header files used for SmeBSB resulted in either segfault or
	  none of the command panel entries being underlined
	o Drawing very large splines (e.g. at zoom = 0.01) caused integer
	  roundoff errors, making xfig loop indefinitely
	o Bug where a line that had a zero width or length arrowhead was not
	  redrawn after being moved, copied, canvas redraw, etc.
	o The page border and axis lines would obscure Fig objects when moving,
	  copying etc. other objects on the canvas.
	o In the popup picture editor, if the relative position of the corners
	  of the picture were changed, the rotation field was not updated
	  (this bug was in 3.2.5-alpha3 only)
	o line, arc, ellipse length tool was reporting 0 length

-----------------------------------
Patchlevel 5-alpha3 (Dec, 9, 2003):

NOTE:
	o URL for information about the color optimization code (written by
	  Anthony Dekker) has changed to:
	  http://members.ozemail.com.au/~dekker/NEUQUANT.HTML

NEW FEATURES:
	o -autorefresh command-line option (resource: Fig.autorefresh) which
	  will make xfig look at the timestamp on the .fig file and
	  automatically load it and display it everytime it changes.
	o Removed requirement to compile with WHEELMOUSE when using wheelmouse
	o New tower computers (Libraries/Computers/AOpenKF45E.fig and
	  AOpenKF45E.fig from Dirko van Schalkwyk)
	o New 10/100 8port hub (Libraries/Networks/3Com3C16750.fig also from
	  Dirko van Schalkwyk)
	o When placing library objects, the name and comments are displayed in
	  message window
	o New flags (Libraries/Flags): Africa/Eritrea, Africa/Zimbabwe,
	  Asia/Myanmar, Asia/Tajikstan, Asia/Kyrgystan, Europe/Croatia
	o non-polar capacitor added to Libraries/Electronic/Schematic
	o Mouse wheel can be used to scroll through filename lists in File and
	  Export panels and icons or object lists in Library panel
	o Thickness of ticks in dimension lines are user-adjustable now
	o For attribute popup dialogs with only one text entry, keyboard now
	  focuses on the entry as long as the pointer is anywhere in the dialog
	o When using the "Open compound, keep rest visible", the other objects
	  are drawn in shades of gray similar to the inactive layers feature.
	o New library objects: adder, multiplier, sine-source and voltage-source
	  in Electronic/Schematic by Hubert Lam
	o Zooming in or out with the Z or z key respectively will keep the canvas
	  centered on the mouse pointer
	o Full version and patchlevel is included in Fig file header for
	  diagnostics
	o Can explicitly set the rotation of imported pictures in edit panel
	  after importing
	o Export option to produce both EPS and PDF (in two files) in one step.
	  Useful for those who both use LaTeX and PDFLaTeX
	o "Epoch" added to rpm spec
	o New HP/GL2 (fig2dev) driver from Glenn Burkhardt with paper size
	  selection, offset, centering and orientation options
	o New library object "atom" in Libraries/Miscellaneous is the classic
	  drawing of an atom with electrons circling
	  From Andrew B. Collier

BUGS FIXED:
	o Missing #ifdef XAW3D in SimpleMenu.c
	o Bug when breaking a compound object - depths were added twice to the
	  counts
	o When implicitly cancelling the placement of a library object by
	  choosing another mode, xfig would tell user to cancel or finish the
	  current operation, but there was no way to do that
	o Picture Reread button was active before file was read the first time
	o Rereading picture in edit popup produced bad colors
	o When using multiple copies of an imported picture, h/w ratio was not
	  computed for copies
	o Importing PCX images were incorrect when bytes per line different from
	  width*bpp
	o When passed a filename containing a directory name for a Fig object
	  library using -library_dir, and that directory only contains Fig files
	  and no subdirectories with Fig files, xfig segfaulted
	o Several checks for memory allocation failure added to the library
	  loading procs
	o Forgot to free allocated memory when return abnormally from loading
	  libraries
	o Path length check in loading libraries fixed
	o Missing include for put_msg prototype in e_measeure.c
	o Needed #ifdef for XtVersion in SmeBSB.c (X11R5 doesn't have
	  international fontset)
	o Added SIGPIPE signal to ignore in case an external program dies when we're
	  using pipes
	o Screen capture on an MSBFirst X server with 24/32 bits per pixel was
	  incorrect.
	o Importing any image file on such a server was incorrect (bytes/bits
	  reversed).
	o Reading GIF or PCX files on 24-bit server *and* on big-endian machine
	  (e.g. Sparcstation) resulted in bytes being swapped and funny colors
	o Could popup unit dialog when drawing/editing objects
	o Embedded whitespace in filenames in recently loaded files weren't
	  parsed properly (.xfigrc)
	o When pasting an object on the canvas, point positioning grid wasn't used
	o Bug when reading a compressed eps file (file handle was passed to open
	  proc instead of name)
	o Minor grid spec used twice instead of minor/major when passed to fig2dev
	o Fixed conversions of export/print grid values when switching to/from
	  metric, decimal or fraction
	o When loading or merging a file, xfig appended ".fig" to the name if
	  there wasn't ".fig" in the name. Now it only appends ".fig" if there
	  is no suffix (no ".").
	o When appending the ".fig" before the previous change, xfig would segfault
	o Libraries/Electronic/Schematic/transformer and transformer_ironcore
	  aligned to 1/16" grid
	o Bugs in indicator panel display of text flags, dimension line params
	  and arrow size params when cycling through settings with middle or
	  right mouse button
	o Bug in callbacks for dimension line checkboxes that select actual
	  length or user text
	o When exporting to Combined PDF/LaTeX it uses ".pdf" and ".pdf_t"
	  suffixes because LaTeX doesn't recognize ".pdftex" as a PDF file
	o Better clipping around arrowheads on thick lines (lines that are
	  thicker than the arrowhead is wide)
	o Checks for open splines of < 2 points when reading figure file and
	  removes them
	o Clicking middle mouse button after creating first point of closed
	  spline switched to freehand mode
	o Export panel sections would get messed up when changing export
	  languages
	o Now checks whether scrollbars support StartScroll before trying to use
	  it for the wheel scrolling.  When the Xaw widgets are compiled with
	  ARROW_SCROLLBAR, there is no such action.
	o pstex_t export lacked border option (-b) to align LaTeX text when
	  pstex figure specified border (also fixed in fig2dev)
	o Create one picture object with no filename, then create another and
	  xfig crashed
	o Some bugs when freeing dimension line components
	o Bad choices for grid dot spacing in metric mode in the 5mm grid, and
	  decimal inch mode in the 0.5 and 1.0 inch grids
	o -international flag missing from xfig.html and xfig.man docs
	o Added call to XsetLocaleModifiers() when initializing input method
	  (-international mode only)
	o xfig was limiting arrowhead lengths to 50 pixels instead of 50 inches,
	  and the width to 10 pixels instead of 10 inches.
	o edit panel for circles shouldn't have "angle" entry
	o edit panel wasn't allowing typing in of negative angles for text and
	  ellipses
	o Objects were sometimes drawn with a wild point when zooming
	o Full path was being added to default export filename and wasn't
	  changing when user changed directories
	o When drawing a box or rounded box with the "show line lengths" on, the
	  sizes were in Fig units (1200ppi) instead of user units.
	o Spacing cedilla (ISO 0xB8 / octal 270) was missing from CompKeyDB file
	o Changing the units in the popup edit panel for a text object caused a
	  segfault.
	o Rulers and grid didn't change scale when user scale was != 1.0.  Even
	  though the message window showed the correct user scale when drawing
	  objects, the rulers and grid still showed the unscaled values.
	o Axis lines through 0,0 now drawn after page border so it remains
	  visible when there is a grid
	o Segfault if current directory was deleted after starting xfig
	o Positioning grid was set to "ANY" when editing a compound object,
	  causing the original bounding box to be lost
	o Bug in arc drawing caused arcs to be drawn as circles at high zoom
	o Computing the area of a polygon larger than 38x38 inches overflowed
	  calculation
	o Bug in bounds calculation for ellipses and circles that increased
	  bounding box even with line width = 1
	o Limit on number of styles in a family wasn't checked
	o If all depths were turned off and any edit operation was attempted on
	  the canvas such as move object, delete object, xfig would hang,
	  searching for objects indefinitely.
2005-11-12 16:08:21 +00:00
rillig
e60180373b - Removed /CVS/ files from the PLIST.
- Bumped PKGREVISION.
2005-11-10 11:48:23 +00:00
martti
2020bbfe3d Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
2005-11-09 07:09:04 +00:00
martti
09f3d1e3fd Updated xfce4 to 4.2.3.1
* Lots of bug fixes
* Translation updates

Official ChangeLog is available at:

http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09 06:42:58 +00:00
gdt
73571d1ca5 further reduce flags needed in MAKE_ENV 2005-11-09 01:18:46 +00:00
gdt
d69b79253b Use ${LDFLAGS}, and ${COMPILER_RPATH_FLAG} to improve portability
(thanks to grant@ for suggestion).
2005-11-09 01:01:24 +00:00
rillig
9acc43a721 Sorted PLIST. 2005-11-08 22:32:33 +00:00
rillig
42ee6aebcd Updated Coin to 2.4.4.
Some of the changes since 2.2.0:

  - further improvements to SoOffscreenRenderer performance
  - SoRayPickAction precision improvements
  - Visual Studio project now installs only selected build (including
    static configurations now)
  - misc minor details, build fixes, documentation updates
  - Support for compressed textures
  - Windows: build settings are easier tunable from the Visual Studio
    projects (edit include/setup.h), and also includes static library
    build options now
  - reference doc improvements with file format examples and defaults
    sections for all scene objects.
  - completely Cygwin-less build setup for MS Windows / Visual Studio:
    - Visual Studio 6 project file in build/msvc6/
    - Visual Studio .NET 2003 solution in build/msvc7/
  - some minor API additions for internal optimization purposes
  - new node SoTextureCombine (for multi-texturing)
  - new texture coordinate mapping nodes SoTextureCoordinateCube,
    SoTextureCoordinateCylinder, and SoTextureCoordinateSphere
  - vertex buffer objects support
  - correct "sorted layers blend" transparency mode
  - improved thread safety
2005-11-08 20:10:08 +00:00
tonio
8ff9e2406c convert to use tex.buidlink3.mk 2005-11-08 19:51:57 +00:00
tv
924b25bc16 Create template config file for Interix 3.x.
As part of this, do something special for xmesaP.h:  Because XShm.h does
exist on the Interix platform, and Mesa binaries were already buildable,
preserve the ABI by including XShm.h there and keeping the XShmSegmentInfo
field (with -DUSE_XSHM_HDRONLY) -- thus avoiding both flag day and revbump
sweep.  However, all XShm-using code remains turned off (no -DUSE_XSHM)
so that libGL will work.

Bump PKGREVISION of MesaLib only.
2005-11-08 16:41:30 +00:00
joerg
82433c38c1 Patch libtool fragment to recognize DragonFly for dynamic linking,
otherwise libtool archives are not generated.
2005-11-08 10:58:00 +00:00
rillig
a6fd366b1f gcc-2.* does not understand the -Wno-unused-parameter option, so tell
buildlink to filter it out. Fixes the bulk build on NetBSD 1.6.2/i386.
2005-11-06 23:54:46 +00:00
gdt
a3f38abc13 ${QTDIR}, not {$QTDIR} (tnx pkglint). 2005-11-06 01:48:59 +00:00
gdt
48d12cbbdf adjust Makefiles to honor LDFLAGS, and set LDFLAGS to -L/-R both
${PREFIX}/lib and also ${QT3_LIBDIR}.  (This is probably not right due
to -R portability issues, but I'd rather make upstream lprof use auto*
than deal with that now.)
2005-11-06 01:47:47 +00:00
gdt
7f3b119399 descend into lprof 2005-11-06 00:55:48 +00:00
gdt
d723dd6b5a following is not 100% right, but will adjust after getting to use it:
lprof is a tool to build ICC profiles.  The common uses an IT8 target
and an input device.
2005-11-06 00:51:48 +00:00
kristerw
680ebd0f84 Regenerate so that the Mac OS X patch can use it. 2005-11-05 18:58:03 +00:00
rillig
dd54f3ae30 Fixed definition of WRKSRC. 2005-11-05 17:17:12 +00:00
minskim
63c666d9ee This package needs USE_MSGFMT_PLURALS. 2005-11-05 16:56:16 +00:00
adrianp
530cf44dfd Add patches for http://secunia.com/advisories/17436/ via. RedHat 2005-11-05 13:32:36 +00:00
tv
0f8b64736d Use my_lround() on Interix too.
Add minimalist #ifndef blocks to rip out XShm support on Interix.
2005-11-04 20:11:47 +00:00
gdt
e3e126b990 Downdate graphics/exiftool to 5.67, the latest 'production' release,
at upstream author's request.

Add CPAN to MASTER_SITES, and clean up perl module variables (from
kuli0020 at umn.edu via pkgsrc-wip).
2005-11-04 19:29:54 +00:00
tv
84605e80a4 Apply integer types fix for Interix similarly to the one in glitz. 2005-11-04 17:56:38 +00:00
gdt
91e9c43964 descend into exiftool 2005-11-04 17:20:30 +00:00
tv
3a3bc64e66 Interix has neither <stdint.h> nor <inttypes.h>. 2005-11-04 17:10:04 +00:00
gdt
c3a6df0731 ExifTool is a highly customizable Perl script that extracts meta
information from JPG, TIFF, CRW, CR2, THM, NEF and GIF
images. ExifTool can read EXIF, IPTC, XMP and GeoTIFF formatted data
as well as the maker notes of many digital cameras from various
manufacturers including Canon, Casio, FujiFilm, Minolta, Nikon,
Olympus, Pentax, Sanyo and Sigma.
poblano gdt 91 /usr/pkgsrc/wip/exiftool > fg
2005-11-04 16:53:08 +00:00
rillig
7fe72478c0 Replaced the "!" in the sed expression with a ",". This might have been
the cause for PR 31953, but I'm not sure. At least, "!" is some special
character for the shell whereas "," is not.
2005-11-04 11:58:54 +00:00
rillig
49788b7b08 pkglint --autofix 2005-11-04 11:48:00 +00:00
rillig
c3a57e19bf Explicitly set BUILD_DIRS to show that it is different from CONFIGURE_DIRS. 2005-11-04 11:01:08 +00:00
rillig
bc79b38e47 Imported Coin from wip.
Coin is an implementation of the Open Inventor API, fully backwards
compatible with SGI Open Inventor v2.1, and incorporating many new
features. Coin is portable across Win32, Linux, SGI IRIX, Mac OS X,
HP-UX, Sun Solaris, IBM AIX, and other platforms (like NetBSD :-).
2005-11-04 07:21:24 +00:00
minskim
49b368a84d Move graphics/ming to multimedia/ming. 2005-11-04 03:01:58 +00:00
minskim
608370f8fd Expand paths so that packages in different categories can also include
this file.
2005-11-04 02:51:30 +00:00
minskim
79669f4f67 Import ming from pkgsrc-wip. Packaged by Michal Pasternak, and
modified by OBATA Akio.

Ming is a C library for generating SWF ("Flash") format movies, plus a
set of wrappers for using the library from C++ and popular scripting
languages like PHP, Python, and Ruby.
2005-11-04 02:47:10 +00:00
rillig
b4734331b6 Removed redundant definition for WRKSRC. Changed one instance of
${WRKSRC}/.. to ${WRKDIR}. As this instance refers to a file that comes
from an archive which is unpacked in ${WRKDIR}, this is aesthetically
ok. While here, sorted the PLIST.
2005-11-03 22:30:35 +00:00
rillig
3605a9ddd7 Fixed wrong use of WRKSRC. 2005-11-03 21:51:57 +00:00
taca
86aa02418d Remove specifying RUBY_VERSION_SUPPORTED. 2005-11-03 07:19:34 +00:00
taca
0f374f0018 Update graphics/ruby-opengl package to 0.32g.
2004-07-17  <yoshi@giganet.net>

	* fixed marks callback function (thanks patch: nobu.nokada@softhome.net)
2005-11-03 05:29:03 +00:00
taca
1fa1f3a31a Update ruby-RMagick package to 1.9.3 applying patch provided by
PR pkg/31856 from OBATA Akio.
2005-11-03 05:10:16 +00:00
rillig
bef70b62ed Bumped PKGREVISION because -lsunmath is not used on Solaris anymore. 2005-11-03 01:55:04 +00:00
rillig
8214caad27 BUILDLINK_RECOMMENDED follows the recent PKGREVISION bump. 2005-11-03 01:52:29 +00:00
rillig
203220f2a9 Added a patch that prevents glitz from using -lsunmath on Solaris, as
this library is not provided by the Solaris base system. Thanks to
<grant> for finding the relevant part to patch. Bumped PKGREVISION.
2005-11-03 01:47:08 +00:00
reed
619c87d777 Depend on at least the latest version of ImageMagick.
This fixed core dumps and
Exception 435: unable to open image `/var/var/tmp/tmp.0.00017342aa.ppm': No such file or directory
noticed when using html2ps.

The PerlMagick webpage says "get the PerlMagick distribution
corresponding installed ImageMagick distribution (e.g. PerlMagick
6.22 for ImageMagick 6.2.2)". We are using the source from the
ImageMagick distribution -- so use at least the same version.

Bump PKGREVISION.
2005-11-03 00:47:11 +00:00
reed
d03e7ec4a1 More specific HOMEPAGE. 2005-11-02 23:44:07 +00:00
tv
0467fcb69a NOT_FOR_PLATFORM Interix. 2005-11-02 15:55:19 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
wiz
243654bf05 Casing fix in MAINTAINER. 2005-11-02 06:56:55 +00:00
hiramatsu
48d5d7bb20 OpenBSD doesn't have lround. 2005-11-02 00:45:02 +00:00
tonio
c377de5d61 Fix .mo files generation problem, as in libkexif and libkipi 2005-10-31 15:13:03 +00:00
adam
68e54d449b Changes 2.2.9:
- fixed minor problem in JPEG plug-in
- allow to disable build of gtkhtml2, svg, and lcms features
- fixed bug in Imagemap plug-in
- handle PSD files with untitled channels
- fixed build of MMX/SSE assembly code on gcc 4.0
- fixed crash in image preview code
- fixed redraw of previews in Rotate Colormap plug-in
- fixed redraw of previews in Filterpack plug-in
- cross-compilation fixes and build fixes for Cygwin
- fixed character placement in Text Circle script
- made GIMP more robust against strange characters in directory names
- fixed minor issue in Dicom plug-in
- deal with API change in librsvg >= 2.11.0
- fixed bug in ellipse selection
- fixed build issue on Cygwin
- fixed problem in ellipse selection
- ease closing of iscissors outline
- fixed handling of Tab key if NumLock is active
- fixed problem with random number generator in QBist plug-in
- raise palettes grid instead of creating a new one
- fixed problem with environment maps in Lighting plug-in
- fixed Gaussian Blur for small radii
- fixed Select By Color tool on grayscale layers
2005-10-31 13:07:02 +00:00
salo
222b993679 Security fix for CVE-2005-3178:
"Buffer overflow in xli might allow user-complicit attackers to execute
arbitrary code via a long title name in a NIFF file, which triggers the
overflow during zoom, reduce, or rotate operations."

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-3178

Patch from Debian.
2005-10-30 17:58:58 +00:00
xtraeme
31623323a5 Added graphics/vnc2swf. 2005-10-29 14:30:56 +00:00
xtraeme
2f10dbad83 Initial import of vnc2swf-0.5.0 from pkgsrc-wip, packaged by OBATA Akio.
Vnc2swf captures live motion of a screen through VNC protocol
and converts it a Macromedia Flash(TM) movie (.swf)
2005-10-29 14:29:13 +00:00
wiz
f98a8ae7d3 Reset maintainer to tech-pkg:
host idoru.mine.nu[82.31.78.41] said: 550 sorry,
    never heard of you (in reply to RCPT TO command)
2005-10-29 12:02:22 +00:00
wiz
cddc8bff9a Sort. 2005-10-27 07:56:02 +00:00
rillig
877205acf4 Added -lsunmath for SunOS. 2005-10-26 11:45:30 +00:00
tonio
05216ca190 Fix mistake in po/is/Makefile.in, that caused make package to fail
under netbsd 2.0 (create an empty .mo file if msgfmt failed)
2005-10-25 21:41:52 +00:00
tonio
ea28784011 Fix mistake in po/is/Makefile.in that caused make package to fail under
netbsd 2.0 (create empty .mo file in case msgfmt failed)
2005-10-25 21:40:23 +00:00
adam
92652f3e71 Fix buildling 2005-10-25 11:31:55 +00:00
wiz
144e44f9ca Update to 0.40. Add a tk option to install an additional
tcl/tk frontend.

 0.40
       update PNM file reader to maxval > 255
       (make rpm) updated
       barcode-patch UPC_addon by Michael van Rooyen
       CAPITAL_LETTER_A_WITH_OGONEK added
       no "(PICTURE)" output for UTF8+ASCII (better for Mobile OCR project)
       smooth_borders() bug fixed and reworked
       5x7 and prop10 font adaptions
       objects now detected by flood-fill algorithm (better?)
       XML-output changed
       changed auto dust detection (not final)

 0.39
       XML output added (subject of change, suggestions are welcome)
       netpbm-link-error fixed in gocr.c and configure.in:
         gocr.c: <config.h> changed to "config.h"
       configure-option --with-netpbm=PATH and --without-netpbm added
       update configure.in according to autoconf 2.57
       wchar_h miss-configuration fixed in pgm2asc.c
       fix compiler warnings
       char filter accepts abbreviations now, like "0-9A-F" (but slow)
       update READMEde.txt
       output barcode tags (also improved recognition)
       fix pnm.c for files like example.eps.pbm
       fix detect.c for barcodes
       fix ocr0n.c 0<->8g

 0.38
       move UTF/HTML/TeX decoding to getTextLine, return (char *) now
       out_format HTML step towards detailed XML output
       correct line detection for footnotes (detect.c)
       "y" now seen as vowel (pgm2asc.c), I<vowel> susbtituted by l<vowel>
       &eacute;-detection, &aacute;-output fixed
       default dust_size is -1 now (auto detection = mean_size/10)
       char filter added
        ex: -C 0123456789ABCDEF    - recognize only hexcodes
       man page updated (hopefully correct syntax)
       database bug fixed (small fonts, example by Chris)
       several bugs fixed by W. Webber (thanks)
       speed improved by 3rd-pass matrix filter in pixel() (pixel.c) (code from W. Webber)
       bug in remove_dust (remove.c) fixed
       for fonts bigger than 20x40 smooth_borders() changed (b/w-scans)
       bug in O0-detection fixed
2005-10-25 02:06:57 +00:00
rillig
0ed622cf33 USE_MSGFMT_PLURALS=yes 2005-10-24 16:22:26 +00:00
rillig
9f5d565d37 Fixed the --mandir argument to configure. This makes the package build on
NetBSD-1.6.2/i386 again.
2005-10-24 15:01:37 +00:00
adam
e5072b9936 Changes 2-0.9:
* spelling fixes and new content for german, italian, english,
  chinese and french
* XML validation fixes
* CSS cleanups
* lower depth for PNGs for the online version of the manual
* small changes to the build system
2005-10-24 08:51:16 +00:00
rillig
bbc3b873f4 Added RCS Id to patch-ad. 2005-10-23 20:02:01 +00:00
wiz
090654314f Remove fragments that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.
2005-10-23 18:58:30 +00:00
wiz
a87af3bd3c Remove fragment that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.
2005-10-23 17:27:36 +00:00
drochner
84cf6a3235 3 added 2005-10-21 17:36:10 +00:00
drochner
293de22401 import the current development version of GIMP (2.3.4) for those who want
to play with the new selection tool, color management or whatever
2005-10-21 17:31:55 +00:00
drochner
b2d3c761d9 import exifprobe-2.0.1, another tool to scan EXIF data 2005-10-21 17:17:08 +00:00
drochner
7eb593f13a import kimdaba-2.1, a tool to organize digital images 2005-10-21 17:10:03 +00:00
drochner
400876c594 +veusz 2005-10-21 15:30:13 +00:00
drochner
daf8424684 import veusz-0-8, a plot program based on py-qt and py-numarray 2005-10-21 15:03:01 +00:00
adam
9e9c489b88 Changes 10.30:
Add pambayer.

Add pamrgbatopng.

Add pamtilt.  Thanks Gregg Townsend <gmt@cs.arizona.edu>.

pamtotiff: create from pnmtotiff.

pamtofits: create from pnmtofits.

pamaddnoise: crate from pnmaddnoise.

pamarith: Add -divide.

pammasksharpen: Add -sharpness.

pnmtopng: add -comp_mem_level, -comp_strategy, -comp_method,
-comp_window_bits, -comp_buffer_size.

pnmtopng: use Shhopt command line processor; replace
-chroma with -rgb, -phys with -size, -time with -modtime.

pnmremap: Handle multiple image stream.

xpmtoppm: Expand capacity from 2K character input lines to
8K character input lines.

libnetpbm: improved messages for "color xxx cannot be
represented precisely with maxval M"

libnetpbm color specification parsing:  Improve warning message
about rounding.

libnetpbm/everything: speed up ppm_writeppmrow() and
pgm_writepgmrow() by doing one fwrite per row instead of
a pgm_writerawsample() per sample.

pnmtopng: fix "meaningful bits" optimization of PGM so it
optimizes all the way instead of stopping at 4 bits.

pnmtopng: fix crash when no -alpha option, due to dereferencing
of undefined alpha_mask.

pnmtopng: fix bug: arbitrary color made transparent in
paletted PNG when nothing should be transparent.

pnmtops: bug: selects wrong Postscript level.

bmptopnm: Don't crash on BMP with no color map.

bmptopnm: Fix wrong file name in error messages.

ppmtowinicon: use REALLOCARRAY instead of arithmetic-overflowing
realloc().

anytopnm: fix bug: fails when 'file' database doesn't
have mime type but does have human-readable type.

manweb: recognize directory as not executable in search of PATH.

pgm_allocrow(), ppm_allocrow(), pnm_allocrow(): cure
arithmetic overflow.

libnetpbm: On plain formats, check for sample value exceeding
maxval.

libnetpbm: reject maxval > 65535 in "pam" functions.

pamarith: Use normalized libnetpbm facilities to get
proper accuracy.  Thanks Thomas Henlich
<http://sourceforge.net/users/thenlich/>.

pamarith: fix bug: shift functions don't work when maxvals
are not identical.

pamarith: fix rounding error on multiply.

pgmtexture: correct calculation of normalizing constants
for d > 1.  Thanks Marc Breithecker
<Marc.Breithecker@informatik.uni-erlangen.de>.

pnmnorm: fix divide by zero crash.

pnmnorm: fix bug that doesn't let you specify
-luminosity, -colorvalue, or -saturation.

ilbmtoppm: fix variable used before set.

pnmtofits: fix 16 bit sample values > 2**15.

pnmtopsnr: minor adjustments to messages.

pnmnorm: don't crash when wvalue == bvalue.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmnorm: fix rounding of output values.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmhisteq: Fix external map to have width maxval + 1 instead
of maxval, so full intensity input pixels map properly.

pnmhisteq: Fix -rmap.

Fix typos in error messages in various programs.

pgmmedian: change syntax to Netpbm standard.

pammasksharpen: fix signedness bug that caused random bright
pixels at edges.

pammasksharpen: fix bug with maxval != 255.

Clean up a bunch of function prototypes so some broken
compilers don't complain about missing "const" in them.

Remove dependency of pnmtops on basename().  It isn't in
some C libraries and we don't want to mess with linking
extra libraries.

Build of ppmsvgalib: work properly when LINUXSVGALIB is
a "default path" value such as "libvga.so".
2005-10-19 09:30:08 +00:00
seb
eb615aa461 Add & enable digikam-doc 2005-10-18 10:04:25 +00:00
seb
3a8300cfc4 Initial import of digikam-doc as version 0.7.4 into the NetBSD Packages
Collection.

Digikam is a simple digital photo management KDE application, which makes
importing and organizing digital photos easy. This package provides
Digikam's documentation.
2005-10-18 10:03:16 +00:00
seb
3ad9c13d39 Update to version 0.7.4
Changes since last packaged version (0.7.2):

version 0.7.4
Updated translations.

version 0.7.3
- New plugin 'Blowup Photograph' using CImg library.
- New plugin 'Photograph Inpainting' using CImg library.
- New plugin 'Photograph Restoration' using CImg library.
- New plugin 'WhiteBalance'.
- New plugin 'Texture'.
- New plugin 'Blur FX'.
- New plugin 'Distortion FX'.
- New plugin 'Insert Text'.
- New plugin 'Infrared Film'.
- New plugin 'Channel Mixer'.
2005-10-18 09:57:00 +00:00
seb
3137ee46fe Update to version 0.7.4
Note that DigiKam's documentation is now in the upcoming new package
digikam-doc.

Changes since last packaged version (0.7.2):

version 0.7.4
Updated translations

version 0.7.3
+ Showfoto : add image properties dialog like in digiKam, add RMB menu, Move
to trash/Delete File option, add setup dialog, add new option to toogle
thumbbar in fullscreen mode, DigikamImagePlugins support, load/unload plugins
dynamicly in according with setup, add statusbar, add splashscreen support,
add resize image option, add Print capability, add Key shortcuts and toolbar
configuration settings, add Edit/copy action, Undo/Redo actions, add showfoto
icon, GUI improvements.

+ Image filters levels and curves adjustments : add option to see over-exposed
pixels in preview effect (like with Acdsee(tm) tools).

+ Image histogram : color guide tool.

+ Image filters levels and curves adjustments : mouse tracking picker color
like in Gimp and Photoshop(tm).

+ Patch from Alfons Hoogervorst about histogram visible while viewing photo in
digiKam image editor and showfoto using blending.

+ digiKam Splashscreen from Andreas Fischer.

+ showfoto Splashscreen from Joern Ahrens.

+ Added a history based undo/redo function. The undo/redo icons in the toolbar
are popup-menus, which describes the actions on the image.

+ Add a new button to the album properties which calculates
the average date of the images in the album based on the EXIF
headers or the modification date of the images if the exif
headers are not available. It sets the date property of the album
to the average date.

+ New digiKam image editor plugin for black and white conversion :
          - Since digikam include colors channel mixer, using this one for
          BW conversion. Give best results than old implementation. BW
          conversion are based on gimpguru.org tutorial
          (http://www.gimpguru.org/Tutorials/Color2BW).
          - This plugin has a dialog with preview effect.
          - B&W filters available are :  Neutral B&W, B&W with Green
          filter(NEW), B&W with Orange filter(NEW), B&W with Red
          filter(NEW), B&W with Yellow filter(NEW), Sepia,
          Brown, Cold, Selenium, Platinum.

Bugs Fix : 103618 104005 103458 103515 105007 103147 105303 107155 103219
103445 103282 103243 102195 102322 100991 100987 100472 98706
2005-10-18 09:44:09 +00:00
seb
3119a0e22e Update to version 0.1.0rc1
Change MASTER_SITES to DigiKam's.

Summary of changes since last packaged version (0.1.0beta2):
(from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html)

From the previous beta version we have fixed a major amount of bugs,
and we would now like to have feedback so we can squash the remaining bugs.

New in this version is the flickr upload plugin: you can now easily upload
your images to the flickr server. Sendimages now has support for Thunderbird
and GmailAgent. We fixed numerous bugs in the CDArchiving plugin, it should
work fine again with K3b. Rename images had some issues, we rewrote the user
interface and fixed several bugs. The weekdays of the calendar were not
localized. We fixed the ImagesGallery, so you can export multiple tags to a
html-page. You can now rotate or flip your images lossless, while preserving
the timestamp. The rawconverter now supports dcraw>=6.x.

More information about the bugs can be found in the following bugreports:
108227, 98269, 89394,91651,100877,100568,110391,110659,110698,
110575,99895,104032,105727,110508,104511,97178,102219, 98199,
108537, 101110. 9943 .103282
2005-10-18 09:39:37 +00:00
seb
91c406194b Update to version 0.1.2.
Change MASTER_SITES to DigiKam's.

Summary ofchanges since last packaged version (0.1.1):
(from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html)

This release adds support for -f visibility and changes
some of the licenses, corrects the homepage URL and includes some doxygen
fixes.
2005-10-18 09:34:02 +00:00
seb
cd88260875 Update to version 0.2.2
Change HOMEPAGE, not yet perfect but better than previous.

This release is a bug fixes release.
2005-10-18 09:29:38 +00:00
wiz
70ae244afd Complete move of gocr from textproc to graphics. 2005-10-16 20:23:14 +00:00
wiz
f9be059009 Re-import textproc/gocr as graphics/gocr (better fit). 2005-10-16 20:20:41 +00:00
wiz
e79e13f630 Add and enable ocrad. 2005-10-16 20:18:21 +00:00
wiz
34d1c8a276 Initial import of ocrad-0.13:
GNU Ocrad is an OCR (Optical Character Recognition) program based
on a feature extraction method. It reads a bitmap image in pbm or
pgm formats and produces text in byte (8-bit) or UTF-8 formats.

Ocrad includes a layout analyser able to separate the columns or
blocks of text normally found on printed pages.
2005-10-16 20:17:49 +00:00
jdolecek
1e3e429716 Update 9.0.2. There don't seem to be any significant changes
since 8.12, but the old distfile isn't available anymore.

PR: 31743 by Zafer Aydogan

Note this program has been discontinued by the author due to dispute
with Linux kernel developers regarding loading binary-only module (pwcx).
2005-10-16 12:47:24 +00:00
wiz
bb7729e647 Update to 3.7.4:
MAJOR CHANGES:
     * Fixed important bug in custom tags handling code..

   ------------------------------------------------

   CHANGES IN THE SOFTWARE CONFIGURATION:
     * Applied patch from Patrick Welche (all scripts moved in the 'config'
       and 'm4' directories).
     * SConstruct, libtiff/SConstruct: Added the first very preliminary
       support for SCons software building tool (http://www.scons.org/). This
       is experimental infrastructure and it will exist along with the
       autotools stuff.
     * port/lfind.c: Added lfind() replacement module.

   ------------------------------------------------

   CHANGES IN LIBTIFF:
     * tif_dir.c: When prefreeing tv->value in TIFFSetFieldV also set it to
       NULL to avoid double free when re-setting custom string fields as per:
       http://bugzilla.remotesensing.org/show_bug.cgi?id=922
     * tif_dir.c: Fixed up support for swapping "double complex" values (128
       bits as 2 64 bits doubles). GDAL gcore tests now pass on bigendian
       (macosx) system.
     * libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to SHORTs
       in the TIFFFetchByteArray(). Remove TIFFFetchExtraSamples() function,
       use TIFFFetchNormalTag() instead as per bug
       http://bugzilla.remotesensing.org/show_bug.cgi?id=831 Remove
       TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() instead.
     * tif_print.c: Fixed printing of the BYTE and SBYTE arrays.
     * tif_write.c: Do not check the PlanarConfiguration field in the
       TIFFWriteCheck() function in case of single band images (as per TIFF
       spec).
     * libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}: Make
       FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
       ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom.

   ------------------------------------------------

   CHANGES IN THE TOOLS:
     * tiffcp.c: Fixed WhitePoint tag copying.

   ------------------------------------------------

   CHANGES IN THE CONTRIB AREA:
     * tiffdump.c: Added support for TIFF_IFD datatype.
     * addtiffo/{tif_overview.c, tif_ovrcache.c, tif_ovrcache.h}: Make
       overviews working for contiguous images.
2005-10-15 17:11:51 +00:00
jmmv
714d4fe1a4 This needs plural support. Fixes PR pkg/31816 by Leonard Schmidt.
We ought to make this feature automatic to avoid these problems in the
future...
2005-10-15 09:33:24 +00:00
jmmv
f93f89ab02 Update to 2.12.1:
Version 2.12.1
--------------

- Several bug fixes from Lucas Rocha: fixes a crash reading broken
  SVG files, fixes a crash when opening a symlink to an image,
  and properly updates the status bar on opening.
- Translation Updaes: Vladimir Petkov (bg), Mahay Alam Khan (bn),
  Miloslav Trmac (cs), Iñaki Larrañaga Murgoitio (eu), Ignacio
  Casal Quinteiro (gl), Alessio Frusciante (it), Christian Rose (sv),
  Clytie Siddall (vi)


Version 2.12.0
--------------

- Images opened with the sidebar enabled are now shown at 100% zoom
  with a correct window size. Bug #315189. (Ryan Lortie)
- Fixed a crashing bug while using arrow keys to navigate a
  directory. Bug #311086. (Lucas Rocha)
- Translation Updates: Vladimir Petkov (bg), Jordi Mallach (ca),
  Miloslav Trmac (cs), Rhys Jones (cy), Hendrik Richter (de),
  Kostas Papadimas (el), Stéphane Raimbault (fr), Gil Osher (he),
  Gabor Kelemen (hu), Mohammad DAMT (id), Young-Ho Cha (ko),
  Erdal Ronahi (ku), Žygimantas Beručka (lt), Michiel Sikkes (nl),
  Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt), Mugurel
  Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Baris
  Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
  Woodman Tuen (zh_TW)


Version 2.11.92
--------------

- Threading bug fix from Ross Burton.
- New Ukraininian translation of the manual.
- Translation Updates:
  Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs),
  Kostas Papadimas (el), Gabor Kelemen (hu), Žygimantas Beručka (lt),
  Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt) , Mugurel
  Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Maxim
  Dziumanenko (uk), Woodman Tuen (zh_TW)


Version 2.11.90
---------------

- Bug fixes for dual-screen/multi-monitor display.
  (Davyd Madeley)
- ICC color profile support, requires the Little CMS library
  available at http://www.littlecms.com/ (Ross Burton)
- The thumbnail list of images is now updated dynamically
  based on filesystem changes. (Philip Van Hoof)
- Printing and print preview bugs have been fixed. (Philip Van Hoof)
- Many small bug fixes and UI changes.
- Translation Updates:
  Abdulaziz Al-Arfaj (ar), Vladimir Petkov (bg), Jordi Mallach (ca),
  Miloslav Trmac (cs), Martin Willemoes Hansen (da), Hendrik Richter
  (de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge
  (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki
  Larrañaga Murgoitio (eu), Meelad Zakaria (fa), Ilkka Tuohela
  (fi), Benoît Dejean (fr), Ignacio Casal Quinteiro (gl), Ankit
  Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT
  (id), Alessio Frusciante (it), Takeshi AIHANA (ja), Changwoo Ryu
  (ko), Žygimantas Beručka (lt), Terance Edward Sola (nb), Pawan
  Chitrakar (ne), Michiel Sikkes (nl), Åsmund Skjæveland (nn),
  Terance Edward Sola (no), Zuza Software Foundation (nso), Bartosz
  Kosiorek (pl), Guilherme de S. Pastore (pt_BR), Duarte Loreto
  (pt), Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw),
  Ivan Noris (sk), Laurent Dhima (sq), Игор Несторовић
  (sr), Christian Rose (sv), (tamil), Theppitak Karoonboonyanan (th),
  A. Alphan Bayazit (tr), Gheyret T.Kenji (ug), Maxim Dziumanenko
  (uk), Clytie Siddall (vi), Canonical Ltd (xh), Funda Wang (zh_CN),
  Woodman Tuen (zh_TW), Zuza Software Foundation (zu)


Version 2.11.0
--------------

- The status bar code has been reworked (Paolo Borelli)
- Preferences and Help dialogs now launch centered on the
  parent window. (Paolo Borelli)
- Some small fixes to the zoom UI (Paolo Borelli)
- Color picker button has been rewritten to use new Gtk API
  (Paolo Borelli)
- More UI fixes (Paolo Borelli, Dennis Cranston, Murali K.)
- Many bug fixes (Kjartan Maraas, Behdad Esfahbod)
- Portable to the Microsoft Windows platform (Tor Lillqvist)
- Translation Updates:
  Vladimir Petkov (bg), Martin Willemoes Hansen (da),
  Francisco Javier F. Serrador (es), Ivar Smolin (et),
  Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl),
  Terance Edward Sola (nb), Michiel Sikkes (nl),
  Terance Edward Sola (no), Ivan Noris (sk),
  Theppitak Karoonboonyanan (th), Gheyret T.Kenji (ug),
  Funda Wang (zh_CN), Woodman Tuen (zh_TW)
2005-10-14 21:52:14 +00:00
markd
ec1d5bd521 Update to KDE 3.4.3
Changes:
kpdf: Fix a crash some people when login out with kpdf running
kpdf: Make back button in konqueror work again
kpdf: Use the mimetype shell provides us (if any) instead of trying to
      guess it
kpdf: Fix a crash in document available at poppler bug 3344
kpdf: Disable custom zlib based renderer as was giving problems with some
      documents
kpdf: Fix some problems in document available at poppler bug 3299
kpdf: Fix regression that prevented the opening of some malformed files
kpdf: Fix some x86_64 problems
kpdf: Fix a crash in document available at poppler bug 3728
kpdf: Fix a crash in document available at poppler bug 3750
kpdf: Fix regression that made TOC crash
kpdf: Fix page number not displayed when re-opening PDF files
kpdf: Fix some painting issues of the minibar buttons
kpdf: Fix some small problems with the pageview
kpdf: Find PS fonts on NetBSD
KolourPaint: Prevent accidental drags in the Color Palette from pasting
      text containing the color code
2005-10-13 13:17:59 +00:00
drochner
d48e799f32 fix location of .pc file 2005-10-13 08:34:32 +00:00
jmmv
4d998d57a0 Update to 2.12.1:
==============
Version 2.12.1
==============

* Release for GNOME 2.12.1

Translations

Mahay Alam Khan (bn), Iñaki Larrañaga Murgoitio (eu)


==============
Version 2.12.0
==============

* Release for GNOME 2.12.0

Translations
 Dafydd Harries (cy), Francisco Javier F. Serrador (es),
 Norayr Chilingaryan (hy), Dan Damian (ro), Leonid Kanter (ru)


===============
Version 2.11.92
===============

* Release for GNOME 2.11.92

Translations
  Игор Несторовић (sr)
2005-10-12 21:58:12 +00:00
jmmv
6f15315dcf Update to 2.12.1:
* Improve architecture independence
  -- bug #316200 (Stanislav Brabec)
* Fix permissions of some installed png files to not be executable
  -- bug #316173 (Stanislav Brabec)
* Fix installation of media and emoticons to use gnome instead of hicolor
  -- http://bugzilla.novell.com/show_bug.cgi?id=91387 (Rodney Dawes)
* Change the volume-knob icon in all sizes, and replace 48x48 with svg
  -- bug #408160 (Jakub Steiner)
* Updated translations [bg, bn, eu]
2005-10-12 21:46:31 +00:00
drochner
cd00f1eb31 update to 1.1.5
changes:
+ Runs under Python 1.5.2 and newer, including 2.4.  You may need
  additional libraries to build under 1.5.2; see instructions below.
+ New build procedure.  The setup.py file now configures and builds
  the core library as well as the bindings, in one step.
+ Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files.
  Stub drivers can identify the file format, but relies on
  application-provided drivers to read or write images in that
  format.
+ Added experimental "LA" mode support. An "LA" image is an "L"
  image with an attached transparency layer.
+ Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter"
  classes to the ImageFilter module.
+ Improved support for applications using multiple threads on
  systems with multiple processors and/or hyperthreading processors.
+ Added EXIF GPSInfo read support for JPEG files.
+ Lots of bug fixes and performance tweaks.

pkgsrc note: freetype and tiff support isn't built yet, should be
separate pkgs
2005-10-12 14:48:44 +00:00
hiramatsu
1efdbdb178 Force to use src/base/ftsystem.c instead of of builds/unix/ftsystem.c
because it doesn't work properly on OepnBSD.
2005-10-12 04:43:26 +00:00
tron
ba1a357ec8 Include buildlink3 files for "libcroco" and "libgsf" to fix build
problems of (at least) the "gimp" package.
2005-10-11 09:50:49 +00:00
reed
9ec3a6344c Add patch-ad:
It undefines _BSD_SOURCE if on Linux system
to avoid a parse error on GLIBC /usr/include/string.h.
This hack is from gentoo.
2005-10-10 19:56:07 +00:00
reed
33ae701b89 Use INSTALLATION_DIRS to create lib/X11/app-defaults.
(Shoujld this be created by something else?)
2005-10-10 19:54:13 +00:00
joerg
8f3be13709 Add DragonFly support. 2005-10-10 16:54:22 +00:00
joerg
f7bfac86f9 Reorder thread library detection. On FreeBSD 4 and DragonFly 1.2 gcc
links against -lc_r only when -pthread is used, otherwise both -lc_r and
-lc gets linked in.
2005-10-10 16:53:57 +00:00
joerg
2d0a8a5e41 Also use the lround workaround on older DragonFly systems. 2005-10-10 16:35:45 +00:00
jmmv
4b5d36aafa Remove librsvg2-gtk2. 2005-10-10 13:59:35 +00:00
jmmv
472a606701 Update librsvg2 to 2.12.6.
While doing this, merge the librsvg2-gtk package into librsvg2.  The reason
is that from now on the core library (librsvg) uses gdk, so there is no
gain in separating both things (the GTK+ dependency is needed anyway).

Also enable gnome-vfs support, as one of our dependents (libgsf) is already
pulling it in (so the new dependency is not "bloat").  For completeness,
enable libgnomeprint* support too.

2005-10-06  Dom Lachowicz <cinamod@hotmail.com>

	* autogen.sh: Let librsvg build out of srcdir. Bug #158331
	* test-display.c: Populate save dialogs with the SVG's name. Bug #318010.
	* configure.in: Ditto
	* rsvg-structure.c: Related to bug #318025, don't set has_width or has_height unless they are > 0.
	* rsvg.c: Bug #168567, mega hack to make multiImage sort-of work.
	* configure.in: 2.12.6

2005-10-06  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-paint-server.c: Backport Caleb's patch to 317871, fixing a crash
	inside of libart for some gradients.
	* rsvg-art-paint-server.c: Ditto

2005-10-04  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-shapes.c: Fix problems in non-C locales. Bug #317615
	* configure.in: 2.12.5

2005-10-01  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: 2.12.4
	* gdk-pixbuf-loader/io-svg.c: Because bug 308021 was fixed, and bug 317225 still
	exists (although possibly not within librsvg itself), I've re-enabled a match for
	"<?xml", with a priority of "1".

2005-10-01  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: bug 314593, support firefox-config

2005-09-29  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-filter.c: Fix bug #317549
	* configure.in: 2.12.3

2005-09-25  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: Bug 309660 - signedness issues
	* configure.in: 2.12.2

2005-09-25  Dom Lachowicz <cinamod@hotmail.com>

	* 2.12.1

	* rsvg-structure.c:
	* rsvg-shapes.c: Bug 371148 - C89 fixes

	* gdk-pixbuf-loader/Makefile.am
	* gtk-engine/Makefile.am: Bug 316803 - Win32 mingw build fixes

	* moz-plugin/Makefile.am: Bug 316588 - add glib cflags to INCLUDES

	* librsvg.spec.in: Backport from HEAD branch

2005-09-22  Rodney Dawes  <dobey@novell.com>

	* configure.in: GNOME_REQUIRE_PKGCONFIG doesn't exist, so remove it
	so that we don't get a weird warning when running configure

2005-09-16  Dom Lachowicz <cinamod@hotmail.com>

	* gdk-pixbuf-loader/io-svg.c: Scan the first 1024 chars for <svg. 100
	Wasn't sufficient for a lot of icon themes.

2005-09-15  Dom Lachowicz <cinamod@hotmail.com>

	* 2.12.0

2005-08-29  Christian Schaller <uraeus@gnome.org>

	* Do 2.11.1 release

2005-08-26  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.[ch]: Unbreak dpi API. See bug 314628
	* test-rsvg.c: Ditto
	* test-display.c: Ditto
	* gdk-pixbuf-loader/io-svg.c: Backport for the GdkPixbufLoader module
	API changes, sot hat it does better pattern recognition.

2005-08-25  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg.c: disabled char nodes. Chopped off namespaces.
	* configure.in: bumped version number to 2.11.0
2005-10-10 13:58:59 +00:00
jmmv
9d0519b1a6 Update to 2.12.0:
Changes since 2.11.92

* Create icondir before installing into it and no / between destdir and icondir
  (Tor Lillqvist)
* Install scalable application icons to hicolor
  (Jakub Steiner)
* Make 48x48 filesystem icons be scalable again
  -- bug #314346 (Jakub Steiner)
* Updated translations [cy, ru]

Changes since 2.11.91

* Add a generic image-viewer icon
  -- bug #167087 (Jakub Steiner)
* Make 48x48 icons scalable so huge icons don't show up in menus
  -- bug #313052 (Jakub Steiner)
* Remove Adobe logo from postscript-viewer icon
  -- bug #313390 (Jakub Steiner)
* Remove Blender logo icons due to trademark issue (Jakub Steiner)
* Updated translations [id]

Changes since 2.11.90

* Remove icons or parts of icons as appropriate to remove trademarks
  (Rodney Dawes)
* Remove KDE app info icons as the mime type is no longer used
  (Rodney Dawes)
* Remove seagulls from OpenDocument mime type icons
  -- bug #303599 (Jakub Steiner, Rodney Dawes)
* Add a DnD directory accept icon for 16px size
  -- bug #306188 (Jakub Steiner)
* Remove 192px sized cdrom icon
  -- bug #312099 (Jakub Steiner)
* Remove Firefox logo icon at 24px size
  -- bug #312839 (Jakub Steiner)
* Updated translations [sr, sr@Latn, zh_TW]

Changes since 2.11.5

* Install image files required by symlinks so cp does not break on win32
  (Rodney Dawes)

Changes since 2.11.4

* Add -f argument to $LN_S variable
  -- bug #309635 (Rodney Dawes)
* Require automake 1.9 and use tar-ustar (Shaun McCance, Rodney Dawes)

Changes since 2.10.1

* More icons merged in from GPerfection theme (Jakub Steiner)
* More conversion of emblems to SVG (Jakub Steiner)
* New icon for Evolution (Jakub Steiner)
* Support for Win32 (Tor Lillqvist, Rodney Dawes)
* New stock_database icon at 16 and 24 px sizes
  -- bug #132769 (Jakub Steiner)
* Fix python mime type icon
  -- bug #167182 (Jakub Steiner)
* New and updated translations [gl, fa, rw, th, vi, xh, zh_TW]
2005-10-10 13:44:10 +00:00
jmmv
24272acb5e Update to 2.12.0:
libgnomecanvas 2.12.0
---------------------

What's new since 2.11.1:

Bug fixes:
	- Win32 fixes (Tor)

Updated translations:
	- Bulgarian, Canadian English, Catalan, Galician, Indonesian,
	  Kinyarwanda, Persian, Romanian, Vietnamese.

libgnomecanvas 2.11.1
---------------------

What's new since 2.10.0:

* Bug fixes:
	- Fix a bunch of typos in the developer docs (Kjartan)
	- Fixes for the perl bindings (scott at asofyet org)
	- Make gnome_canvas_item_get_bounds() work with Rich
	  text items (Jean Bréfort)
	- Dispose fixes (Arjan J. Molenaar)
	- width_units property not readable for shapes (Jean Bréfort)
	- Fix a crash in gnome_canvas_line_update() (Bob Gibbs)
	- Use HYPER for interpolation in the gdk-pixbuf code path
	  (Daniel Llano)
	- text-height and text-width are not writable (Olivier Andrieu)
	- set item->canvas to NULL, once the canvas got destroyed
2005-10-10 13:42:46 +00:00
rillig
c1fb2ed253 This package needs a C99 compiler. 2005-10-10 09:07:22 +00:00
jschauma
edb536c795 Add '-c99' to CFLAGS for the MIPSPro compiler chain. 2005-10-08 21:11:55 +00:00
seb
c1d8ef18eb Relinquish stewardship. 2005-10-08 19:55:21 +00:00
adam
0043b531ed Fix buildling with PHP and/or Ruby installed 2005-10-08 11:20:26 +00:00
adam
2c6e0bf6b4 Changes 2.6:
- experimentally moved source code management from CVS to GIT
	- added iterator functions to script bindings
	- more C-API tuning
	- add "-c" switch to dot to explicitly generate plugin "config" file
		instead of generating it as a side-effect of "dot -V"
	- better support for binary relocation.
	- plugin versioning and version checking
	- clean up of header files
	- provide statically linked "dot_static" (not incl. in rpms)
	- additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo)
	- add some information about plugins to "dot -v" output.
	- lefty/dotty fixes
	- fix bugs
2005-10-08 08:11:10 +00:00
hamajima
deef48436b Add missing files to PLIST, bump PKGREVISION. 2005-10-08 06:33:04 +00:00
drochner
a7567a0ef4 update to 1.0.2
This is a maintenance (bug-fix only) release
Three fixes in the 1.0.2 release deserve particular mention:
-Dashed curves
-Better support for multi-thread applications
-Many win32 compilation and rendering fixes
2005-10-06 18:46:59 +00:00
drochner
206593bbf8 update to 2.6.8
changes
-unlimited number of categories
-bugfixes
2005-10-06 18:38:49 +00:00
drochner
1ba82b8fca update to 1.5
changes:
-new LUT editor (RGB and HSV)
-support for user defined sources
-vorticity filter
-support for the VolumeProMapper
-utility script to search the VTK docs
-bugfixes
2005-10-06 18:08:15 +00:00
drochner
6ba51a764c update to 1.7
changes:
-Relaxed license from GPL to LGPL
-Added support for sending data to gnuplot via FIFOs (named pipes).
2005-10-06 18:04:42 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
reed
1588a3c2ab Use CONFIGURE_HAS_MANDIR=NO since this old configure script doesn't
know --mandir. (This --mandir for GNU_CONFIGURE was just added
to bsd.pkg.mk a few minutes ago.)
2005-10-04 17:38:30 +00:00
gdt
edc5dd5d18 Add patch to move variable declaration to beginning of function where
it belongs, and where gcc 2.95.3 insists on it being.  Fixes build on
NetBSD 1.6.2.

(I have committed the patch (and the memmem decl patch) to the master
ufraw repository.)
2005-10-04 12:58:13 +00:00
minskim
c1a3dc9743 Use the omf framework and fix PLIST. Bump PKGREVISION. 2005-10-04 02:57:25 +00:00
minskim
b3cf9e529f configure uses pkg-config. 2005-10-04 02:38:28 +00:00
joerg
957ca17ce6 Use platform pthread flags instead of hard coded -lpthread. 2005-10-03 19:46:56 +00:00
joerg
d1cb54c9d6 Use platform thread library flags instead of hard coded -lpthread. 2005-10-03 19:45:42 +00:00
adam
2b8f3a28d4 Changes 6.2.5.0:
* bug-fixes
* improvements
2005-10-03 13:57:40 +00:00
adam
054dccaf97 Changes 2.12.0:
API additions compared to 2.10:
* Added Item::get_parent_group() convenience method.
2005-10-03 13:34:38 +00:00
jmmv
50977d333c Cairo uses pthreads, so link it against the threading library.
Fixes build problems of other packages using cairo (nothing could be linked
with -lcairo before), at least under NetBSD 2.0.  Bump PKGREVISION to 2.
2005-10-02 10:54:37 +00:00
rh
735a98c216 Enable the quartz backend on Darwin if Quartz.framework exists.
Bump PKGREVISION.
2005-10-02 08:09:43 +00:00
taca
2d0ceba29e Update ruby-RMagick package to 1.9.2 based on PR pkg/31408 from OBATA Akio.
pkgsrc's change is to use bz2 archive.

RMagick 1.9.2
    o Feature 2412, add the virtual_pixel_method attribute and the
		    VirtualPixelMethod enumeration
    o Feature 2462, add the ticks_per_second attribute
2005-10-02 06:41:47 +00:00
seb
0a6d1f007f Fix build with qt-3.3.5. 2005-10-02 05:09:52 +00:00
adam
21e86025c9 Changes 1.0.0:
* Behavior and API changes
* API additions
* Features
* Optimization
* Bug fixes
2005-09-30 13:51:24 +00:00
gdt
b07bb71d1a Take patch-aa from graphics/dcraw, avoiding defining memmem on NetBSD >=3.
Probably this should also avoid defining memmem on recent FreeBSD as
well, given that dcraw doesn't test for memmem presence.
2005-09-29 13:20:48 +00:00
adam
c7e48fbf1f qt-3.3.5 fix 2005-09-29 10:24:59 +00:00