Commit graph

7307 commits

Author SHA1 Message Date
joerg
f67ec1f097 DESTDIR support. 2008-08-10 16:05:28 +00:00
obache
1e63f82b1e Remove DiscWithHoleFlag definition in header file.
It is only used internally and occured extern v.s. static build failure.
2008-08-10 04:42:52 +00:00
obache
2b725d1a9c Marked as DESTDIR ready. 2008-08-10 04:40:40 +00:00
obache
18160bbe12 No need bison to build. 2008-08-10 04:35:44 +00:00
bjs
6645c6131b Update to icon-naming-utils-0.8.7. Changes:
* legacy-icon-mapping.xml:
	Add gnome-shutdown link for system-shutdown
	Add inode-directory link for folder

	* legacy-icon-mapping.xml:
	Add gnome-mime-application-x-lzma and
	gnome-mime-application-x-lzma-compressed-tar as links for
	package-x-generic
2008-08-09 19:27:40 +00:00
he
740dd3eb4a Update from version 0.22 to 0.42. Changes:
0.42 Sun May 21 22:06:02 2006
       SWF::Element
	- Tag::BitmapLossless/2 now has always a long tag header
	  to avoid a player bug.		(Thanks to Gordon McCreight)
	- Fixed wrong unpacking font codes.

0.41 Fri Jun  3 00:30:00 2005
       SWF::Element
	- mistook TEXTRECORD::TYPE0 and TYPE1 in some case.
						(Thanks to Quyen Phuong)
	  TEXTRECORD::TYPE0 and TYPE1 are obsolete and now TEXTRECORD has both
	  styles and glyph entries.
	- supports SoundStreamHead/2 for MP3 without LatencySeek.
						(Thanks to Quyen Phuong)
       SWF::Parser
	- 'parsetag' unexpectedly quitted when the stream ran short. Fixed.

0.40 Sun May  1 22:24:58 2005
       SWF::Element
	- Wrongly dropped CXFORM/WITHALPHA when HasAddTerms and
	  HasMultTerms are both 0. 		 (Thanks to Quyen Phuong)

0.39 Fri Mar 18 00:02:58 2005
       SWF::Element
	- Fixed wrong glyph shape offsets in DefineFont.(Thanks to Quyen Phuong)
	- Fixed wrong flag accessors of DefineFontInfo/2.

0.38 Tue Mar 15 00:57:57 2005
       SWF::Parser
	- 'parse' mathod did not call the 'tag-callback' sub properly. Fixed.
                                                        (Thanks to Quyen Phuong)

0.37 Sun Oct 31 02:04:31 2004
       SWF::Element
	- Fixed wrong bit shift in _create_flag_accessor.
	- Fixed wrong flag accessors of Definesound and SoundStreamHead/2.
	- Support ActionFSCommand2 and ActionStrictMode.

0.36 Tue Sep 14 23:30:00 2004
       SWF::Element
	- Failed to unpack DefineFont2 if FontFlagsWideOffsets was true. Fixed.
	- Rewrote 'lookahead_*'.
       SWF::BinStream
	- 'get_bits' returned a wrong value in a certain case.
	  Restored previous version.		  (Thanks to Leonard Holman)

0.35 Wed Aug 11 09:27:51 2004
       SWF::Element
	- Improved to handle NaN.

0.341 Sat Jul 10 11:34:42 2004
       SWF::Element
	- Fixed unpack CacheRegister in SWF::Element::ACTIONRECORD::ActionTry.

0.34 Sat Jun 12 12:42:22 2004
       SWF::Element
	- Fixed wrong style index in DefineMorphShape.
	- Added locking SWF version in CLIPACTIONRECORD.
       SWF::Parser, SWF::BinStream
	- Improved SWF version control. (Thanks to Anand Kellar)

0.33 Mon Apr 26 01:02:03 2004
       SWF::Element
	- Added tag types.
	- Added SWF::Element::Tag::Packed class.
       SWF::BinStream
	- Fixed wrong handling of initial data for a read stream.
	- Version of a write stream can change now before writing any data.
       SWF::Parser
	- Removed redundant copy of the internal stream.

0.32 Sat Mar  7 00:00:00 2004
       SWF::Element
	- Features described in the SWF file format specification version 7
	   are supported.
	- Invalid ActionCall packing/unpacking is fixed.

0.31 Mon Dec 22 22:00:00 2003
	- Minor bug fix for SWF::BinStream and SWF::Element.
       SWF::Parser
	- 'abort' did not work correctly for 'parse_file'. Fixed.

0.30 Sat Dec 20 02:22:00 2003
       SWF::Element
	- SWF::Element::MATRIX was initialized wrongly since ver.0.28. Fixed.

0.29 Wed Dec 17 20:30:00 2003
       SWF::Element
	- Fixed SWF::Element::ACTIONDATA::Double to handle 'infinity' and
	  'NaN' properly. (Thanks to Peter Sergeant)

0.28 Mon Dec 15 22:45:00 2003
       SWF::Element
	- Some methods are redefined wrongly. fixed.
	- Removed some warnings.
       SWF::Parser
	- Removed some warnings.

0.27 Sun Nov 30 00:22:55 2003
       SWF::Element
	- SWF version was not set to TAGSTREAM. fixed.
	- Added 'dumper' method for TAGSTREAM.

0.26 Sat Nov 29 18:30:00 2003
       SWF::Element
	- '$' and '@' are not escaped correctly in dumper method. Fixed.
	- Label positions for WaitForFrame/2 action is wrong. Fixed.
	- Property names for ACTIONDATA::Property are supported.
	- 'NaN' and 'Infinity' for ACTIONDATA::Double are supported.
	- Added some read-only flag accessors.
	- Added 'lookahead_FieldName' methods.
	- Added a 'shallow_unpack' method for the DefineSprite tag.
       SWF::BinStream
	- get_SI16/32 failed to get negative minimum values. Fixed.
	- Added lookahead_string/UI8/16/32/SI8/16/32 methods.
       SWF::Parser
	- Added a 'header' parameter for SWF::Parser->new.
	- Added an 'abort' method.
       Others
	- Added a sample, linkext.plx, using lookahead_Flags and shallow_unpack.

0.25 Thu Aug  7 22:00:00 2003
       SWF::Element
	- There remained a bug to pack EventFlags. Fixed. (Thanks to Sam Wong)
       dumpswf.plx
	- The output script cannot set the SWF version correctly. Fixed.
						(Thanks to John Robens)

0.24 Thu Jul 10 00:20:00 2003
       SWF::Element
	- EventFlags of PlaceObject2 for FLASH 6 was wrong. EventFlags6 is
	  now included in EventFlags.
	- ActionScript data 'null' and 'undefined' were confused.
      	  Use SWF::Element::ACTIONDATA::UNDEF for 'undefined'.

0.23 Sat Jun 14 19:10:00 2003
       SWF::Element
	- Support 256 or higher value in SWF::Element::ACTIONDATA::Lookup.
						 (Thanks to Scott Graham)
2008-08-06 21:52:44 +00:00
dsainty
530d49cf8f Don't pull in pthread.buildlink3.mk on NetBSD, since we have determined that
we'll be using either libc stubs or devel/pthread-stublib, depending on age.
Tested on NetBSD 4.99.

No PKGREVISION bump, there should be no functional change.

Suggested by bjs@
2008-08-06 02:33:22 +00:00
he
9a27aae3f5 Update from version 1.04nb3 to 2.01.
Pkgsrc changes:
 o Add/change HOMEPAGE to search.cpan.org (old left commented out)

Upstream changes:
2.01 Sun Jun  8 10:05:46 BST 2008
    - in Build.PL, exit 0 when we can't find libimlib2

2.00 Fri Dec  7 11:29:47 GMT 2007
    - make the cache size 0 by default

1.13 Fri Oct 13 19:08:41 BST 2006
    - optimise autocropping (thanks to Sergey Mende)
    - find_colour now returns undef if it doesn't find the colour

1.12 Tue Aug 15 10:14:55 BST 2006
    - added find_colour method
    - added fill method

1.11 Thu Aug  3 10:53:33 BST 2006
    - endianness fixes for new_using_data (thanks to Chris Dolan)
    - added autocrop method

1.10 Wed Jun 28 12:11:47 BST 2006
    - added new_using_data and will_blend (thanks to Chris Dolan) -
      new_using_data is endianness specific
    - fixed documentation bug, it's called get_text_size not get_font_size
    - added create_transparent_image method
    - added create_blended_image
    - added POD tests
    - added width/height as synonyms to get_width/get_height
    - disable buggy imlib_image_draw_pixel wrapper - if you have
      a version of imlib2 1.0.5 or earlier you will now see the bug

1.09 Thu Jun 15 16:43:10 GMT 2006
    - lose AUTOLOAD and define the constants in their own right
      code by Mark Fowler. this also means that random calls for
      non-existant methods fail properly now

1.08 Wed Mar  1 19:10:05 GMT 2006
    - fix build instructions (noticed by JPIERCE)

1.07 Fri Apr 15 11:57:47 BST 2005
    - Add clone, sharpen and blur (thanks to Christian Hansen)

1.06 Fri Apr  8 22:58:26 CST 2005
    - added missing test file to MANIFEST

1.05 Thu Apr  7 16:55:01 GMT 2005
    - added support for defeating caching, namely:
          set_cache_size
          get_cache_size
          set_changed_on_disk
      (Thanks to Tom Insam and Mark Fowler)
2008-08-03 21:07:21 +00:00
gdt
55d8b34142 Remove commented out buildlink3.mk lines that are now in options.mk. 2008-08-01 12:02:09 +00:00
he
49779cec10 Update from version 2.02nb4 to 2.03. Changes:
2.03 Sun Nov 18 14:40:20 GMT 2007
    - make the graph name configurable (patch by Ruslan Zakirov)
2008-07-30 17:02:45 +00:00
dsainty
fc9e05c6f4 Use new-fangled :Q technology instead of yesteryear's quote characters.
Use the PTHREAD_XXX variables to set up the linking, otherwise libGL.so isn't
linked with libpthread.so under Linux, and so things that link with libGL.so
but don't themselves use threads are likely to not link themselves, failing to
resolve pthread_getspecific, pthread_once, pthread_key_create and
pthread_setspecific.

There should be no change on NetBSD platforms, but there is change on other
platforms, notably Linux.  Bump PKGREVISION to communicate that.

Should fix PR36207, does fix Linux build of glx-utils, and allows mission
critical software like "bzflag" to build under Linux.
2008-07-30 00:27:55 +00:00
tnn
688361827d Since PKG_SUPPORTED_OPTIONS is conditionally added to, initialise it
to empty first. Should fix PR pkg/39246.
2008-07-29 13:56:15 +00:00
adam
8593ba921a Changes 0.6.1:
* Upgraded cexcept to version 2.0.1.
* Added a configure script, to be used instead of unix-secure.mak.
* Fixed a build issue that occured when using libpng from the system.
* Fixed processing when image reduction yields an output larger than
  the original.
* Fixed behavior of -preserve.
* Removed displaying of partial progress when abandoning IDATs under
  the -v option.  The percentages displayed were not very accurate.

Changes 0.6:
* Upgraded libpng to version 1.2.29-optipng [private]
* Implemented grayscale(alpha)-to-palette reductions.
* Improved conversion of bKGD info during RGB-to-palette reductions.
* Fixed conversion of bKGD and tRNS during 16-to-8-bit reductions.
* Added support for compressed BMP (incl. PNG-compressed BMP, you bet!)
* Improved the speed of reading raw PNM files.
* Recognized PNG digital signatures (dSIG) and disabled optimization
  in their presence, to preserve their integrity.
* Allowed the user to enforce the optimization of dSIG'ed files.
* Recognized APNG animation files and disabled reductions to preserve
  their integrity.
* Added the -snip option, to allow the user to "snip" one image out of
  a multi-image file, such as animated GIF, multi-page TIFF, or APNG.
* Improved recovery of PNG files with incomplete IDAT.
* Fixed a crash triggered by the use of -log on some platforms.
* Fixed behavior of -out and -dir when the input is already optimized.
* Provided more detailed image information at the start of processing.
* Provided a more detailed summary at the end of processing, under the
  presence of the -v option and/or the occurence of exceptional events.
2008-07-28 22:46:38 +00:00
bjs
7f57b393dc Change options.mk to build plain 'pkgsrc' target for libOSMesa.
The assembler dispatch code is only for indirect or direct
rendering, anyway--I apologize for not noticing this sooner.

This should fix the recent non-dri build problems people were having.

Thanks to Matthias Scheler and others for reporting this problem to me.

NOTE: Direct/indirect rendering support is still default for i386
and amd64 on NetBSD 4+, but only if you're using modular Xorg.
2008-07-28 02:12:57 +00:00
bjs
605bca5323 Add Mesa-${MESA_VERSION} subdirectory to ${MASTER_SITE_LOCAL}
so we can fetch the distfiles!
2008-07-27 00:11:05 +00:00
bjs
03aa255c8f Update to Mesa-7.0.4 (the head of the 7.0 branch in GIT). Basically,
lots of bug fixes; the intent of my update was mostly to fix
problems with i915 and r300 dri drivers and to provide the best environment
possible for the xorg server update to the 1.4 branch.

Morever, many of our patches from pkgsrc, i.e. those removed in this commit,
are now included upstream.

Additionally, MesaDemos now builds.

NOTES:

 - MesaLib now requires xf86driproto 2.0.4, as earlier versions install
   dri_interface.h, which is not correct.

 - glu now exports its symbols via libtool's -export-symfile.
   The symfile is generated pre-build--see glu/Makefile.

 - glxinfo/glxgears do not seem to need to be linked to libpthread, and this
   seems to cause problems on NetBSD with the new drm code.  If I am wrong
   about this, please let me know.  The only program that seems to need
   libpthread is glthreads in MesaDemos.
2008-07-27 00:03:42 +00:00
obache
5c992d5699 Update GraphicsMagick to 1.2.5.
1.2.5 (July 26, 2008)
=====================

Security Fixes:

  * None.

Bug fixes:

  * TIFF: Eliminated a memory leak in the codec support detection code.

  * JPEG: Removed over-write of image->client_data.

  * PNG: Fixed crash when writing PNG images with transparency and either
    optimize is requested, or the image is colormapped.


Feature improvements:

  * A file extension proxy module is used to automatically map from
    common camera raw format extensions to dcraw so that camera RAW
    images are loaded automatically using 'dcraw' or similar program
    as defined via the 'dcraw' entry in delegates.mgk.

  * ThresholdImage() uses a new implementation backported from the
    development version which attempts to avoid unnecessary image
    updates.
2008-07-26 06:59:18 +00:00
rhaen
1132dc138f Fixed the problems reported by babylon5.netbsd.org weekly pkgsrc output for Thu Jul 24 02:20:00 2008 2008-07-25 08:48:23 +00:00
dholland
94a2330211 Add USE_TOOLS+=gawk and patch accordingly due to heavily nonportable
awk scripts. Fixes PR 33851.

Bump version; the broken scripts were messing up the build without
causing it to overtly fail.
2008-07-21 04:50:40 +00:00
rhaen
f2017e4ba7 - Changing the MASTER_SITES as they are outdated, this has been reported in
PR pkg/39172
2008-07-20 09:41:24 +00:00
rhaen
2054a36377 - updated to 3.1.1
- added dependency to devel/p5-Compress-Zlib

ChangeLog:
* Updated the license information to make sure all references are to both the
  Artistic 2.0 and the LGPL.

* Changed "use 5.6.0" lines to no longer use v-strings, for forward
  compatibility with Perl 5.10.0.

* Added "recommends" specification to Build.PL to refer to modules used in
  the testing phase (there is no "build_recommends" setting).

* Added Compress::Zlib to the list of required modules in Makefile.PL and
  Build.PL.

* Added "use warnings" to Size.pm to make sure it stays warnings-clean.

Changes in 3.1:

* Small change from n@shaplov.ru for a bug in CWS handling that only surfaced
  when two CWS files were sized consecutively.

* Updated the date on the copyright notice and added a "COPYRIGHT" section
  to the documentation.

* Changed the licensing terms. This is now dual-licensed under Artistic 2.0
  and LGPL 2.1.

* Restored the old Makefile.PL for users who don't have Module::Build.

Changes in 3.01:

* Added ex/ directory with a few samples.

* Dropped ExtUtils::MakeMaker and switched to Module::Build. Makefile.PL is
  now a wrapper of sorts around Build.PL. This allows adding licensing
  information to META.yml for CPAN indexing.

Changes in 3.0:

* Added test suites for POD correctness and POD coverage.

* Implemented and documented a flag called $Image::Size::GIF_BEHAVIOR that
  controls whether the GIF code returns the screensize, the first sub-image
  or the largest of the sub-images.

* Applied a patch from mrj@mrj.spb.ru to fix usage of the Compress::Zlib
  module in the handling of compressed flash files. Added a new SWF file to
  test this, and added reference to the file in MANIFEST and t/all.t.

* Delay Image::Magick loading until it is needed. (Mark Stosberg).
  Add support for Graphics::Magick as an alternative to Image::Magick.
  If either Graphics::Magick or Image::Magick is loaded into memory
  that module will be used. Otherwise, they are both tried to be loaded,
  with Graphics::Magick being tried first. (Mark Stosberg). This patch also
  adds a new test suite, t/magick.t, to the distribution and modifies both
  MANIFEST and Makefile.PL (to add a build-dependancy on Test::More).

* With Test::More now required for building, converted t/all.t to use it.
2008-07-18 15:07:13 +00:00
adam
889df4cae7 Changes 1.6.7:
Moved PNG_UINT_CHNK and some other defines from pngcrush.h to pngcrush.c
  Reject invalid color_type or bit_depth.

Changes 1.6.6:
  Added dSIG support.  Pngcrush will not rewrite an image containing
  a dSIG chunk immediately following the IHDR chunk, unless the
  dSIG is explicitly removed with "-rem dSIG" or explicitly kept
  with "-keep dSIG".  In the latter case the saved dSIG chunks will
  become invalid if any changes are made to the datastream.
  Fixed bug in writing unknown chunks from the end_info_ptr.

Changes 1.6.5:
  Discontinued adding a new gAMA chunk when writing sRGB chunk.
2008-07-18 08:41:19 +00:00
bjs
b94a743641 Update TODO, removing items that are no longer of concern. 2008-07-18 01:54:23 +00:00
heinz
5db8204d40 Updated to version 2.44.
Pkgsrc changes:
  - none

Changes since version 2.36:
===========================
2.44	21 April, 2008
	-Improved META.yml

2.43	21 April, 2008
	-Improved META.yml

2.42	16 April, 2008
	-Removed Makefile from MANIFEST

2.41	16 April, 2008
	-Fixed MANIFEST and added license data to the SVG.pm file

2.40	14 April, 2008
	-Changed tests to current recommendation. Moved to t/ directory.
	-Added POD and POD Coverage tests

2.39	08 April, 2008
	-Added warnings

2.38	03 April, 2008

	-Modified SVG::Element to answer a bug report in rt.perl.org by slaven
	 regarding the redefined methods warnings when SVG is used twice.
	-Fixed the POD to reflect annotation comments.

2.37	02 March, 2008
	-Added NS definitions for svg and xlink to enable xlink:href and svg:
	namespace usage in Firefox.
2008-07-17 15:01:57 +00:00
abs
c0c1e29b9a Remove ${PLIST.dri}lib/dri/i915tex_dri.la from PLIST 2008-07-16 21:38:25 +00:00
bjs
7ffc5e2de0 libdrm-2.3.1 does not include the TTM interface, which will cause the
build of the i915tex driver to break (this driver was never supported
on any OS aside from linux, anyway).

Bump PKGREVISION.
2008-07-16 06:34:00 +00:00
drochner
0fff6b91fe update to 2.22.3
changes:
-bugfixes
-translation update
2008-07-15 11:20:12 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
tnn
fcb758cc51 Update to freetype2-2.3.7.
This is a bugfix release for the 2.3 series which provides some important
fixes for bugs which were introduced in version 2.3.6. Additionally, native
bytecode hinting for TrueType fonts has been improved.
2008-07-14 03:55:29 +00:00
rhaen
01da59536a - updated to 0.22
- added DEPENDs for devel/p5-Log-Log4perl fixes PR pkg/39128

ChangeLog:
0.22 (05/20/2008)
    (ms) Added aberrant behavior detection (hwpredict) with documentation
         and test cases.

0.21 (01/23/2008)
    (ms) Provided backwards compatibility to rrdtool-1.0 for
         draw/type=stack, which now translates to an area with the
         :STACK option.

0.20 (01/22/2008)
    (ms) Bas van der Veen reported that the rrdtool download link
         changed to http://oss.oetiker.ch/rrdtool/pub/rrdtool.tar.gz,
         adapted Makefile.PL.
    (ms) No longer expecting 'Permission denied' to support localized
         OSes.

0.19 (05/12/2007)
    (ms) Added 'strict' mode (defaults to true).
    (ms) Added latest graph parameters from the latest rrdtool release.

0.18 (05/12/2007)
    (ms) Added 'dry mode' patch by Jacquelin Charbonnel.

0.17 (09/10/2006)
    (ms) Changed build command in Makefile.PL to adapt to new
         rrdtool-1.2 directory hierarchy, as suggested by Zac Israel.

0.16 (08/23/2006)
    (ms) Added 'base' option to graph method, as suggested by
         Anton Shevchenko.

0.15 (07/23/2006)
    (ms) Fixed bug with multiple comment lines, of which only the first
         one was printed in the graph. It was introduced in 0.14.
         Thanks to Steve van der Burg for reporting and a patch.
2008-07-13 16:04:03 +00:00
obache
f50fd446f6 Add patch to fix build failure in FreeBSD and DragonFly specific code.
Patch provided by Hasso Tepper in PR 38863 and alread fixed in upsteram.
http://ggi.cvs.sourceforge.net/ggi/ggi-core/libggi/display/vgl/visual.c?r1=1.12&r2=1.13
2008-07-13 15:00:48 +00:00
drochner
dc684544cd apply a fix from upstream CVS:
* src/cff/cffobjs.c (cff_face_init): Compute final
`dict->units_per_em' value before assigning it to
`cffface->units_per_EM'.  Otherwise, CFFs without subfonts are be
scaled incorrectly if the font matrix is non-standard.  This fixes
Savannah bug #23630

This fixes the problem that text set in a font embedded as type 1C subset
was rendered unreadably small.
bump PKGREVISION
2008-07-08 15:44:36 +00:00
obache
48bbbbf949 Recent DragonFly have trunc().
Patch provided by Hasso Tepper in PR 38867.
2008-07-02 13:35:16 +00:00
obache
c636d771ee distfile is now in subdir on mail ftp master server. 2008-07-02 00:39:23 +00:00
obache
c6ec4a36bf Update GraphicsMagick to 1.2.4.
1.2.4 (June 29, 2008)
====================

Security Fixes:

  * AVI reader: Re-worked to be more robust against crash or DOS.

  * AVS reader: Re-worked to be more robust against crash or DOS.

  * DCM reader: Re-worked to be more robust against crash or DOS.

  * EPT reader: Re-worked to be more robust against crash or DOS.

  * FITS reader: Re-worked to be more robust against crash or DOS.

  * MTV reader: Re-worked to be more robust against crash or DOS.

  * PALM reader: Re-worked to be more robust against crash or DOS.

  * RLA reader: Re-worked to be more robust against crash or DOS.

  * TGA reader: Re-worked to be more robust against crash or DOS.

  * Avoid possible crash in GetImageCharacteristics() when substituting
    text in comment read from file.

Bug fixes:

  * Magick++ Image Quantize was not supporting error measurement properly
    and was waisting time with redundant SyncImage().

  * The --enable-magick-compat configure option was not being respected
    by the Makefiles (SourceForge bug 2005883).
2008-06-30 12:34:10 +00:00
tnn
352c284e0c graphics/MesaLib/hacks.mk: revert to rev 1.8
graphics/MesaLib/patches/patch-aw: export glXGetProcAddressARB
graphics/MesaLib/Makefile: bump PKGREVISION
graphics/glu/Makefile: bump PKGREVISION

Please help out by giving this change as extensive testing as
possible before 2008Q2 is branched.
2008-06-27 13:24:39 +00:00
wiz
e1f7a70b6c Fix build on DragonFly. From Hasso Tepper in PR 39036. 2008-06-26 14:40:47 +00:00
bjs
8dcaee3ae4 This is supposed to have a CONFIG_NAME of pkgsrc-x86_64, not pkgsrc-dri-x86_64. 2008-06-26 04:50:05 +00:00
tron
52d986d7b1 Backout last change. It's insufficient as already pointed out by
Tobias Nygren and breaks the build of the "gle" package on
XFree86 systems again.
2008-06-25 11:21:20 +00:00
bjs
9b1548322b We want to use -fvisibility=hidden _unless_ we're building graphics/glut,
not the other way around.

 - This is the way that mesa expects things to be.
 - Not doing this for MesaLib (at least for dri on NetBSD/amd64) will result
   in reloc-related errors at link-time.

Building on NetBSD/amd64 was broken without this.
2008-06-24 18:55:44 +00:00
markd
daaac056fd Fix build on DragonFly. From Hasso Tepper in PR pkg/39020. 2008-06-23 21:22:58 +00:00
joerg
793c4009b9 Needs serialised build. 2008-06-23 16:15:07 +00:00
gdt
f193cb99db Update to 0.17.1. Bugfixes in library (some bugs introduced in 0.17):
- 0000560: [xmp] Can't delete (last) XMP tag. (Reported by SerGioGioGio)

	- 0000559: [exif] Crash when extracting Exif orientation flag
	           from Kodak DCR raw file. (Reported by Gilles Caulier)

	- 0000558: [jpeg i/o] "Warning: JPEG format error, rc = 5" for
	           most of my JPEG files. (Reported with patch by
	           Marcus Holland-Moritz)

	- 0000552: [build environment] Build failure under Mac OS X
	           10.3.9 (Reported by Marius Schamschula)

	- [exif] Fixed several potential division by 0 bugs.
2008-06-22 10:45:04 +00:00
taca
556fa4bc85 Fix BUILDLINK_API_DEPENDS.ruby18-rcairo. Therei is no ruby-rcairo package
version 1.6.0 or later but 1.2.0 and later.
2008-06-22 03:31:52 +00:00
joerg
b2305f7575 Don't leak WRKDIR in rpath. Bump revision. 2008-06-21 21:14:48 +00:00
joerg
5bc4874e4b Fix LP64 issues. 2008-06-21 20:59:32 +00:00
joerg
a4f94efc31 Catch up with changes in gnustep-base. Bump revision. 2008-06-21 18:24:24 +00:00
taca
1cd3e0c8e0 Add missing libart2.rb to PLIST.
Noted by private mail from joerg@.
2008-06-20 17:50:48 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
10abca3994 Mark as meta package. 2008-06-20 00:15:35 +00:00
taca
566453cb7a Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
taca
2828f5cf9c - Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 15:16:28 +00:00
taca
a6cec64853 Update to ruby-gnome2-rsvg to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:13:26 +00:00
taca
4ff694bbdd Update to ruby-gnome2-libart to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:13:03 +00:00
taca
b98f9ca38d Update to ruby-gnome2-gnomecanvas to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:12:35 +00:00
taca
13997c7178 Update to ruby-gnome2-gdkpixbuf to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:12:10 +00:00
tnn
b0d3a124ce Manually set the patch level instead of using overly complex syntax
that lintpkgsrc doesn't understand. PR pkg/38715.
2008-06-16 15:28:56 +00:00
joerg
b3734d6069 Fix DESTDIR. 2008-06-16 14:05:24 +00:00
heinz
34f0c02b98 The package supports installation to DESTDIR. 2008-06-14 23:37:34 +00:00
heinz
ee1f559d1f The package supports installation to DESTDIR. 2008-06-14 23:08:08 +00:00
heinz
5b0bf28451 The package supports installation to DESTDIR. 2008-06-14 21:26:49 +00:00
tron
d570ef0c6d Fix build under Linux. Patch provided by Aleksey Cheusov on
"pkgsrc-users" mailing list.
2008-06-13 13:35:13 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
drochner
ccc18ba10e update to 2.3.6
This fixes some integer overflow/memory corruption/heap overflow
security problems: CVE-2008-1806, CVE-2008-1807, CVE-2008-1808

other changes:
-new function `FT_Get_CID_Registry_Ordering_Supplement' gives
 access to  those fields in a CID-keyed font
-code  to validate  the new  `MATH' OpenType  table
-API for cmap 14 support
-A new face flag FT_FACE_FLAG_CID_KEYED
-misc bugfixes and other improvements
2008-06-11 10:35:21 +00:00
obache
f5d0ed9633 Need pkg-config to build.
Noticed by Hasso Tepper in PR 38917.
2008-06-09 15:36:43 +00:00
gdt
7a91741812 Update to 0.17.
Significant Changes from version 0.16

* Exiv2 utility
	-          [tools] exiv2 now writes a proper XMP sidecar file (it used to
	           just dump the XMP packet to a file).
	-          [tools] exiv2 can now also save Exif and IPTC data in the XMP
	           sidecar file (conversion of Exif/IPTC to/from XMP).

* Exiv2 library
	- 0000546: [exif] Exiv2 crashes while converting Nikon lens information
	           for pretty printing.
2008-06-07 23:28:35 +00:00
gdt
cad46c450d Add patch:
From upstream SVN, svn diff -r 1388:1399.
Fixes http://dev.robotbattle.com/bugs/view.php?id=0000546.

PKGREVISION++.
2008-06-07 23:01:28 +00:00
obache
6be9981403 Update GraphicsMagick to 1.2.3.
1.2.3 (June 5, 2008)
====================

Security Fixes:

  * Cineon reader: Fixed crash with broken file from Sami Liedes.

  * Palm reader: Fixed crash with broken files from Sami Liedes.

  * PICT reader: Fixed crash with broken files from Sami Liedes.

  * DPX reader: Validate file data better to avoid improper operation with
    intentionally (or accidentally) defective files.

  * XCF reader: Fixed crash with broken files from Sami Liedes.

Security Issue Not Fixed:

  * JP2/JPC reader: Several JPEG-2000 files from Sami Liedes "broken"
    collection cause crashes in Jasper. This is not GraphicsMagick's fault.

Bug fixes:

  * Noise generators were only working properly for Q8 build.
2008-06-06 03:06:53 +00:00
tron
514851e49c Fix broken hack which instead of removing the "-fvisibility=hidden"
compiler flag actually added it. This causes all the link failures
in packages using the "glut" library (e.g. "gle"). Bump package
revision because of this fix.

Error analysis provided by Raymond Meyer on "pkgsrc-users" mailing list.
2008-06-05 13:03:41 +00:00
obache
4a1fdd850d Need msgfmt to build.
Noticed by Hasso Tepper in PR 38866.
2008-06-05 11:58:23 +00:00
drochner
fd3e84c77e make it build on DragonFly, from Hasso Tepper per PR pkg/38843 2008-06-05 10:17:28 +00:00
tron
b01f784023 Don't offer "dri" as an option on systems which use XFree86 because it
breaks the build. This fixes PR pkg/38676 by Roland Sieker.
2008-06-03 11:06:17 +00:00
dsainty
dfbc21eebe Add Linux to DRI platforms. Add a patch to fix compilation under Linux. Bump PKGREVISION. 2008-06-03 06:59:12 +00:00
drochner
24f6cf1d75 add a patch from redhat bugzilla (#449073) to fix the xpm half
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006
bump PKGREVISION
2008-06-02 10:05:50 +00:00
tron
d27361788a Update home page URL. 2008-06-01 11:18:52 +00:00
tnn
5a0e9d43c6 disable asm targets for Darwin too, breaks build for unknown reasons.
Reported by Mark E. Perkins on pkgsrc-users@
2008-05-31 20:43:29 +00:00
gdt
8fcdc0a66e Update to 7.30. Selected changes since 7.25:
May 31, 2008 - Version 7.30 (production release)

  - Added new Canon CustomFunctions values from the EOS 1DmkIII firmware update,
    and a new CanonExposureMode value (thanks David Pitcher)
  - Added ability to read/write XMP in GIF images
  - Added ability to write to GIF87a images (by upgrading them to GIF89a)
  - API Changes:
      - Extract FileSize information from images passed as a scalar reference
2008-05-31 11:45:45 +00:00
adam
a699f1f1bc Changes 2.4.6:
- fixed handling of the "antialias" tool option
- when loading a TIFF image, always set a filename on it
- fixed initial state of curve type in Curves tool
- fixed potential crash in the Dicom load plug-in
- respect the brush mask in the Heal tool
- plugged some minor memory leaks
- fixed a glitch in the DND code
- gimp-image-convert() must not accept palettes with > 256 colors
- fixed parameter description in the Map Object plug-in
- fixed compilation of unit tests on Mac OS X
- fixed handling of "argc-lower-val-y" PDB parameter in Curve Bend plug-in
- fixed overlap problem in Hue-Saturation tool
- fixed asymmetry in Unsharp Mask plug-in
- don't show non-existant color profiles in the selector
- fixed issues with default aspect ratio in the Crop tool
- fixed compilation of the PDF import plug-in with libpoppler 0.8
- fixed bug in clipboard brush code
- corrected layer mask flag in PSD save plug-in
- fixed an issue with tablets and newer X.Org releases
- keep the JPEG save plug-in from writing an empty EXIF tag
- fixed crash in Selective Gaussion Blur plug-in
- added new translations (Belarusian, Catalan, Norwegian Nynorsk)
- translation fixes and updates
2008-05-31 09:23:54 +00:00
tnn
8f17865fa8 PR pkg/38795: Hasso Tepper: Add dri option to MesaLib for DragonFly 2008-05-30 14:25:30 +00:00
wiz
b4a554e958 Update to 2.03:
January 23 2008 - V2.02
          Improvements to clustering, training and classifier.
          Major internationalization improvements for large-character-set
          languages, eg Kannada.
          Removed some compiler warnings.
          Added multipage tiff support for training and running.
          Updated graphics output to talk to new java-based viewer.
          Added ability to save n-best lists.
          Added leptonica support for more file types.
          Improved Init/End to make them safe.
          Reduced memory use of dictionaries.
          Added some new APIs to TessBaseAPI.
April 21 2008 - V2.02 (again)
          Fixed namespace collisions with jpeg library (INT32).
          Portability fixes for Windows for new code.
          Updates to autoconf system for new code.
April 22 2008 - V2.03
          Fixed crash introduced in 2.02.
	  Fixed lack of tessembedded.cpp in distribution.
	  Added test for leptonica header files and conditional test for lib.
2008-05-30 13:06:26 +00:00
wiz
db0d6ac3f5 Bump PKGREVISION for gtkspell API bump. 2008-05-30 12:29:00 +00:00
tnn
ceaca2c3bd Drop lang/mono/Makefile.common which is not needed anymore. 2008-05-30 11:07:22 +00:00
tnn
dacc1aa2b2 Revert previous, sharing the distinfo doesn't work because of the
MESA_PATCHLEVEL junk.

Instead make graphics/glx-utils not track the mesa patchlevel at all.
2008-05-29 20:54:14 +00:00
tnn
074608cd71 update comment 2008-05-29 19:14:17 +00:00
tnn
21bf93ff51 Actually let's just reach over for the distinfo now that it works. 2008-05-29 19:13:24 +00:00
tnn
ae73e4d913 Regen distinfo as documented in graphics/Mesa/Makefile.common 2008-05-29 19:09:40 +00:00
drochner
71639b830c update to 2.22.2
changes:
-bugfixes
-translation updates
2008-05-29 16:41:01 +00:00
tnn
37f381998b The Tru64 compiler doesn't know __FUNCTION__ so just define it to __FILE__ 2008-05-29 12:43:39 +00:00
obache
ae08246263 Update GraphicsMagick to 1.2.2.
1.2.2 (May 28, 2008)
===================

Bug fixes:

  * Documentation is now installed according to the conventions
    established by the configure script. This results in documentation
    being installed under /usr/local/share/doc/GraphicsMagick by default.

  * HWB colorspace now works correctly.

  * Composition with CopyOpacity now produces an image with transparency
    (as expected).

  * Composition now preserves the canvas colorspace.

  * Composition with a displacement map (-displace) no longer leaks an
    image.

  * Composition now handles CopyBlack properly for CMYK images.

  * Alpha composition now works as expected when both pixels involved
    include transparency.

  * -gamma multiple channel syntax now works as documented.

  * PerlMagick: Dissolve composition with Opacity now works correctly.

  * TIFF: Was accidentially converting CMYK images to RGB.

  * TIFF: Reject JPEG compression when writing CMYK images.

  * Should now compile with Visual C++ 2008.

  * Detects libbz2 and libxml2 and builds properly with them in a MinGW
    build.

Performance improvments:

  * Exploratory support for OpenMP in the image resize code.  Can result
    in significant performance improvement when significantly reducing
    the image size on multi-core systems, but little to no improvement
    when the input and output images are close to the same size. Add
    --enable-openmp to the configure options to enable using OpenMP.

Feature improvements:

  * Composition now supports CopyCyan, CopyMagenta, CopyYellow, and
    CopyBlack in order to copy CMYK channels into an image. CMYK copy
    composition operators automatically set the image colorspace to CMYK
    so that everything just works.
2008-05-29 04:16:00 +00:00
bjs
aebf38f9e7 Fix embarassing lack of '3' in a conditional. 2008-05-28 02:31:56 +00:00
tnn
c6487c50d8 Mark as not for bulk building on HPUX 2008-05-26 23:28:53 +00:00
tnn
1dd4358c42 Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
dillo
07e7ef92c7 Assert OWNERship of some packages, relinquish others entierly. 2008-05-25 13:16:10 +00:00
tnn
deec830a5b Needs a C99 compiler for c++-style comments and inline keyword.
Actual problem seems to be that the package incorrectly requests -ansi.
Noted by Peter Bex on IRC.
2008-05-24 13:53:33 +00:00
bjs
95847b1ab7 Update MESA_PATCHFILES, too; without this, the update isn't of much use. ;)
Thanks to dsainty@ for pointing it out.  Obviously I did update this while
testing it, but I did a cvs up -dPAC at some point and lost it.
2008-05-21 08:26:19 +00:00
bjs
4107484e70 Add comment about not using -ffast-math pending further testing.
It seems to cause instability, at least for me on NetBSD/amd64 (4.99.63).
2008-05-21 05:58:52 +00:00
bjs
df120c9621 Add new round of distribution patches (update code to head of Mesa_7_0_branch).
While here, ensure that all instances of pthread_getspecific are
replaced with __libc_thr_getspecific on NetBSD (fixes linking issues
with compiz, at least).
2008-05-21 04:11:37 +00:00
tnn
6cc91a8abb -sodipodi 2008-05-20 13:41:01 +00:00
tnn
a410896cfe Remove sodipodi.
No development has taken place for years, homepage points at domain farm.
Considered abandoned in favour of inkscape (graphics/inkscape), which
started out as a sodipodi fork.
2008-05-20 13:40:36 +00:00
wiz
868f9cf658 Update to 1.2.29:
version 1.2.27beta04 [April 18, 2008]
  Added AC_LIBTOOL_WIN32_DLL to configure.ac
  Rebuilt Makefile.in, aclocal.m4, and configure with autoconf-2.62

version 1.2.27beta05 [April 19, 2008]
  Added MAINTEINERCLEANFILES variable to Makefile.am

version 1.2.27beta06 [April 21, 2008]
  Avoid changing color_type from GRAY to RGB by
    png_set_expand_gray_1_2_4_to_8().

version 1.2.27rc01 [April 23, 2008]
  Fix broken URL for rfc2083 in png.5 and libpng-*.txt

version 1.0.33 and 1.2.27 [April 30, 2008]
  No changes.

version 1.0.34 and 1.2.28 [April 30, 2008]
  Rebuilt Makefile.in, aclocal.m4, and configure with autoconf-2.61
    due to backward incompatibilities.
  Removed a stray object file from contrib/gregbook

version 1.2.29beta01 [May 1, 2008]
  Removed some stray *.diff and *.orig files

version 1.2.29beta02 [May 1, 2008]
  Reverted Makefile.in, aclocal.m4, and configure to the libpng-1.2.26
    versions.

version 1.2.29beta03 [May 2, 2008]
  Added --force to autogen libtoolize options and --force-missing to
    automake options.
  Changed $(ECHO) to echo in Makefile.am and Makefile.in
  Updated all configure files to autoconf-2.62
  #ifdef out pnggcrd.c code if using MSC_VER

version 1.2.29rc01 [May 4, 2008]
  No changes.

version 1.0.35 and 1.2.29 [May 8, 2008]
  No changes.
2008-05-20 12:07:39 +00:00
darcy
9112089541 Remove pkglint warning as suggested by joerg@. 2008-05-19 16:29:33 +00:00
darcy
7e3e13074c Specify languages used. 2008-05-19 16:18:39 +00:00
tnn
db051de52c Fix build on IRIX 2008-05-19 13:47:45 +00:00
tnn
68653acbca Fix shell pattern so it doesn't try to copy the "CVS" directory when
the shell is bash and nocaseglob is enabled (ugh, misfeature).
PR pkg/38671.
2008-05-17 18:52:17 +00:00
tonnerre
04839ffa37 Fix CVEs CVE-2008-1102 and CVE-2008-1102 for blender:
- Fix arbitrary code execution vulnerability in .bend files which contain
   a crafted RGBE file (CVE-2008-1102).
 - Create various temporary files in safer paths (CVE-2008-1103).
2008-05-17 10:33:15 +00:00
drochner
577f0fd1e1 update to 4.2.3
changes:
* NEW options front and back to "set colorbox"
* NEW character encoding support for emf and pdf terminals
* NEW "format" keyword for "set tics" and "set {x|y|...}tics"
* NEW allow user to set colorbar label rotatation if the bar is vertical
+bugfixes
2008-05-15 20:22:02 +00:00
tron
19d5aa04ee Use the proper way to pass the necessary arguments for the Mac OS X Leopard
link bug workaround to the linker.
2008-05-15 19:46:47 +00:00
obache
83736207a8 Fix to instal cairo-quartz-font.pc.
(and while here, enable quartz-image)

Then atsui support for pango again.

Bump pkgrevision.
2008-05-14 15:26:14 +00:00
sborrill
98dce2e3d0 Update to v1.8.
Changes from 1.7:
v1.8 2007/04/09
	(2007/04/08) PS1 - portability: use 'test' instead of '[' in shell
	scripts.
	(2007/04/08) PS1 - test suite: run PDF checks as a separate test.
	(2007/04/06) PS1 - fixed logical expressions in flate.c
	(2007/02/19) PS1 - portability: replacements for inline and M_PI
	(2007/01/16) PS1 - test suite: added checks for rotation in
	PostScript, PDF, and PGM backends
	(2007/01/16) PS1 - pdf backend: added rotation
	(2007/01/16) PS1 - pdf backend: renamed shipcom() function
	(2007/01/14) PS1 - autoconf: check if getopt_long reorders its
	arguments.
	(2007/01/13) PS1 - made pseudo-random number generation
	thread-safe and much faster.
	(2006/12/20) PS1 - renamed some structures in lzw.c, main.h
	(2006/12/20) PS1 - portability: fixed some compiler issues for
	Amiga, reported by Andreas Kleinert.
	(2006/12/20) PS1 - main.c: changed some return types to void.
	(2006/08/14) PS1 - made curve.c:privcurve_free_members() static.
	(2005/12/22) PS1 - renamed README.win as README-WIN
	(2005/11/11) PS1 - portability: use binary file i/o in Cygwin.
	Suggested by Henry He.
	(2005/06/24) PS1 - potracelib: fixed allocation bug, reported by
	Jung Shin.
	(2005/06/23) PS1 - potracelib_demo.c: free resources properly.
	(2005/06/23) PS1 - initialize unused private state to 0.
	(2005/06/23) PS1 - decompose.c: improved memory allocation scheme.
	(2005/05/06) PS1 - added "alphacurve" field to private curve
	structure, so that backends that don't use the public interface
	(such as the EPS backend) can be warned of non-conforming curves.
2008-05-13 20:04:31 +00:00
tonnerre
4d340a29ef If we use XF86DGA from pkgsrc, we still have a DGA extension, so activate it
in the PLIST because otherwise packages will be incomplete. Confirmed by
xtraeme.
2008-05-11 13:01:07 +00:00
jmmv
8ce4dc6805 Fix packaging of gnuplot-nox11 by avoiding the installation of an
X11-specific file.
2008-05-09 11:12:27 +00:00
gdt
c42c04cab5 Apr. 18, 2008 - Version 7.25 (production release)
- API Changes:
      - Fixed CanCreate so it returns false for non-writable TIFF-based files
  - Fixed bug introduced in 7.18 which caused "Error parsing XMP" warning when
    deleting all XMP and writing new XMP tags in the same step
  - Fixed bug where IFD0 could be deleted when writing JPEG with a bad IFD1
  - Fixed problem extracting some writable directories as a block
  - Fixed bug which could cause "Not an ARRAY" error when reading PDF files
2008-05-07 19:52:54 +00:00
obache
c783370808 Update GraphicsMagick to 1.2.1.
Bug fixes:

  * MAT: Provide a correct error report when the Pixels limit has been
    exceeded.

  * RPM Spec file: Fixed naming of NEWS file. Use included libltdl
    (--with-included-ltdl option) in order to avoid possible issues with
    system libltdl.

  * GraphicsMagick-config script should now output correct dependency
    information for --libs when libltdl is needed.

  * GraphicsMagick++-config no longer depends on GraphicsMagick-config to
    be in the executable search path.

Performance improvments:

  * Module loading and execution performance are improved considerably
    for the modules build. On some systems, the modules build is
    considerably faster than the static or shared builds.

Feature improvements:

  * Updated to libtool 1.2.4.
2008-05-07 04:15:11 +00:00
dsainty
88259b44f9 If Gimp is built without the aalib option, don't buildlink aalib. This is
especially critical if aalib isn't actually installed on the building system!

Fixes builds of Gimp plug-ins where PKG_DEFAULT_OPTIONS+=-aalib

XXX There are a few other options here that should get the same treatment.
2008-05-06 13:25:14 +00:00
yyamano
ad4cb358fc Make this build on OS X 10.4.x/ppc. 2008-05-05 06:53:00 +00:00
wiz
5ef1570ff5 Reorder includes to fix build after libgphoto2 update to 2.4.1. 2008-05-02 10:22:45 +00:00
bjs
0973595ce2 Remove second -o argument in libOSMesa link command (which was obviously
my mistake).  Set MAKE_JOBS_SAFE=no when building libOSMesa because
it breaks the build.  Non-dri builds should work now.
2008-05-01 15:37:13 +00:00
obache
172f33ea92 Update GraphicsMagick to 1.2.
GraphicsMagick 1.2 is the result of four years of additional
development and testing over and above the 1.1 release branch. In
these four years there have been a huge number of security fixes,
considerable performance enhancements, and new features have been
added. GraphicsMagick 1.2 continues to be mostly API and command
compatible with previous GraphicsMagick releases, and with ImageMagick
5.5.2 from whence it originated.

The following is the summarized (yet extensive!) list of changes in
this release. See the ChangeLog file for the full list of changes.

Security fixes:

  * Fixes for CERT security alert TA04-217A described at
    "http://www.us-cert.gov/cas/techalerts/TA04-217A.html".
  * AVI, BMP, & DIB security fixes.
  * PSD security fixes.
  * P7 format security fix.
  * Fix EXIF IFD stack overflow vulnerability.
  * SGI security fix for RLE encoding (CVE-2006-4144)
  * XCF security fix (CVE-2006-3743)
  * PALM heap overflow fix (CVE-2006-5456)
  * DCM security fix (CVE-2006-5456)
  * Fix for shell command injection in delegate code via file names)
    (CVE-2005-4601).  Delegate execution is much more secure now.
  * Don't use filenames as printf specifications (CVE-2006-0082).
  * Fix integer overflow in DCM coder (CVE-2007-1797).
  * XWD integer overflow fix (CVE-2007-1797).
  * Implementation has replaced usage of strcpy, strcat, and strncat
    with the more security conscious strlcat and strlcpy.
  * DCM, DIB, XCF, XBM, and XWD security fix for integer overflow
    vulnerability (IDefense 09.19.07).
  * Do not access X11 or invoke convenience or stealth delegate programs
    based on the file extension. In particular, these file extensions are
    rejected for consideration as a format specifier: 'autotrace',
    'browse', 'dcraw', 'edit', 'gs-color', 'gs-color+alpha', 'gs-gray',
    'gs-mono', 'launch', 'mpeg-encode', 'print', 'scan', 'show', 'win',
    'xc', and 'x'.

Bug fixes:

  * The configure script now searches for a web browser in the order
    mozilla, firefox, and finally netscape.
  * When the user specifies the -units option, the current image
    resolution values are now re-scaled to match the new units.
  * Properly determine Ghostscript font location for Ghostscript 8.0 and later.
  * GraphicsMagick now successfully builds and passes all tests under
    Digital Unix 5.1, using the vendor compiler.
  * Ghostscript sometimes displays an error message and fails, yet it
    returns a success error code to GraphicsMagick. Verify that
    Ghostscript has updated the output file before attempting to use it.
  * Fixed a configure script syntax error when testing for trio.
  * When requesting a list of formats, all of the modules in the module
    search path are considered. Previously only the modules in the same
    directory as the LOGO module were listed.
  * Ensure that an image clip mask is respected by the negate algorithm.
  * The BMP writer was sometimes writing incorrect BMP v4 files.
  * Support reading and writing large PCX files.
  * The Red Hat source RPM was failing to install the -config scripts
    with execute permissions.
  * Fixed a bug which could cause possible truncation while cloning the
    image cache.
  * Ensure that MIFF files indicate the compression which was actually used.
  * Properly handle errors from libtiff so that corrupted images are not
    output.
  * Fix for stripped-TIFF reader. Discard extra samples beyond alpha in
    scanline TIFFs.
  * Endian option now controls TIFF byte-order rather than bit-order.
  * TIFF writer can now write to pipes and other non-seekable output
    destinations.
  * JBIG writer was writing empty files for some libjbig releases.
  * Improved handling of corrupt GIF files.
  * Handle large SUN format images.
  * Properly compute image depth for 16-bit SGI image files.
  * For the gmdisplay program, ensure that only RGB data is sent to Windows.
  * Many memory leak fixes.
  * PDF writer is fixed so that Ghoscript 8.5 doesn't warn about the output.
  * PDF writer now writes proper output with CCITT compression.
  * Properly use fseeko() and ftello() if they are available.
  * Fixed a infinite loop bug in the XWD reader.
  * Fix minor memory leak in ProfileImage().
  * Fixed -level command parsing when a percent symbol is supplied within the
    argument rather than at the end.
  * Fix pixel scaling problem caused by floating point
    rounding error (noticed under AIX).
  * Fixed a memory leak in the GIF coder in the error return path.
  * Fix for SourceForge bug id 1353744 "MagickGetQuantumDepth doesn't work".
  * Fix for SourceForge bug id 1315109 "segfault in InitializeMagick(NULL)".
  * Fix for SourceForge bug id 1391421 "problem doing resize on 273x1 JPEG".
  * Fix for SourceForge bug id 1510075 "Failed to write PDF with JPEG compression".
  * Fix for SourceForge bug id 1572357 "GetOnePixel definition appears incorrect".
  * Fix for SourceForge bug id 1576616 Fix includedir variable in pkg-config files".
  * Fix for SourceForge bug id 1173713 "segfault in ModifyCache".
  * Fix for SourceForge bug id 1431805 "clip art wpg files cause access violation
    in graphics magick".
  * Fix for SourceForge bug id 1743141 "Affine matrix option parsing".
  * Fix for SourceForge bug id 1625477 "Memory leak reading layered PSD Image".
  * Fix for SourceForge bug id 1878992 "literal square brackets in file
    name cause large delay and bug id 1783209 "converting runs slowly
    when subimage is specified".
  * Fix for SourceForge bug id 1883527 "compression of tiff-file has no effect".
  * Successfully read files in the form "file[123]".
  * Fix reading 12-bit grayscale JPEG.
  * Set image depth appropriately when importing image from X11 display.
  * Fix map resource tracking.
  * Fix reading recent variants of ImageMagick's MIFF format.
  * Output bilevel TIFF meeting the TIFF Class F specification.

New Utilities:

  * A 'benchmark' subcommand is now available to benchmark the
    performance of any other arbitrary subcommand (e.g. 'convert').

Feature improvements:

  * LZW compression is now enabled by default.
  * Support industry-standard subsampling notation like "4:2:2".
  * If gm is executed under a traditional alternate name (e.g.
    convert), it will invoke the appropriate sub-command. This allows
    use of hard links, symbolic links, or just copying 'gm' to the
    desired sub-command name in order to achieve 100% ImageMagick 5.5.2
    utility compatibility.
  * Provide the --enable-magick-compat option when configuring to install
    ImageMagick utilities compatibility links.
  * Identify -verbose output includes normalized (0.0-1.0) statistics.
  * Identify and convert now print "pixels per second" rates to help
    evaluate performance.
  * Added the identify +ping option to force reading the complete file.
  * The display program now supports the +progress option to disable any
    visual progress indication (and hourglass cursor) while loading images.
  * Support writing grayscale TGA files.
  * Provide explicit support for Rec 601 and Rec 709 grayscale spaces.
  * Include some support for a log RGB space based on the 2.048 density
    range as defined for the Cineon Digital Film System.
  * Added utilities command-line support for industry standard subsampling
    notation like 4:4:4 and 4:2:2.
  * Use MAGICK_IOBUF_SIZE to tune the size of the I/O buffer.
  * Use -type Bilevel, Grayscale, TrueColor, or TrueColorMatte to
    influence the type of image that Ghostscript returns.
  * Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control TIFF bit
    fill order.
  * The -version option now dumps a feature list as well as the build
    options.
  * The -endian option now supports the option 'native'.
  * A -monitor is added to enable progress monitoring for the command line
    utilities.
  * Use the -output-directory option to 'mogrify' to send output files to
    the specified directory.
  * Use the -create-directories option in conjunction with
    -output-directory and 'mogrify' to create any necessary subdirectories.
  * A Pixels resource limit is added.  Use '-limit Pixels value' to limit
    the maximum number of pixels in an image to 'value'.
  * The already supported option '-type Optimize' is now honored by
    formats that need to choose a subformat based on the properties of
    the image. Grueling tests of many/all pixels are not performed
    unless '-type Optimize' is supplied.
  * Added a a -set option to the composite, convert, display, mogrify,
    import commands in order to allow setting an image attribute.
  * Display utility no longer defaults to reading from standard input if
    stdin is not a tty.
  * May now be configured to use the umem memory allocation library
    available in Solaris 9, Update 3 and later, or from the portable umem
    project.

Coder additions/improvements:

  * Replaced existing DPX "support" with all-new DPX support conforming
    to the SMPTE 268M-2003 standard.
  * Cineon reader completely rewritten.
  * TIFF coder is completely re-written. Now supports reading and
    writing RGB, CMYK, and grayscale, scanline-oriented TIFF images
    with arbitrary (1 to 32 bits) depth. Includes support for tiled
    TIFF, floating point TIFF, LogLuv TIFF, BigTIFF, arbitrary depths,
    and associated alpha.
  * TIFF coder now supports retrieving and saving XMP profiles.
  * MATLAB support is much improved and supports writing as well.
  * WPG reader now supports CTM translations.
  * ART format now supports writing.
  * Support 32-bit raw RGB images.
  * Support 32-bit raw CMYK images.
  * Support 32-bit raw gray images.
  * JP2 coder reads images in YCbCr colorspace and retrieves an embedded
    ICC ICM color profile if present.

API enhancements:

  * Added ExportImageChannel() and ImportImageChannel() APIs to support
    exporting and importing pixel regions with an arbitary range of (1
    to 32) bits per quantum.
  * Added image leveling methods for Magick++.
  * Generalized GetImageAttribute() support for retrieving wildcarded
    attributes so that an identify -format specification like
    ``"%[dpx:*]"`` works as expected.
  * Incorporated changes changes necessary so that GraphicsMagick can
    work with the Ch C/C++ interpreter from SoftIntegration at
    http://www.softintegration.com/.
  * Added MagickAllocFunctions() to allow the API user to replace the
    underlying memory allocator functions.
  * Added MagickMalloc() and deprecated AcquireMemory().
  * Added MagickCloneMemory() and deprecated CloneMemory().
  * Added MagickMallocArray() to safely allocate N items of size S.
  * Added MagickRealloc() and deprecated ReacquireMemory().
  * Added MagickFree() and deprecated LiberateMemory().

Performance improvments:

  * The DispatchImage() and ConstituteImage() functions incorporate
    special case code for BGR, BGRO, BGRP, RGB, RGBO, and I formats (8
    bit only) in order to improve performance dramatically.
  * When writing very large JPEG images, don't enable Huffman compression
    since doing so requires libjpeg to buffer the entire image in memory.
  * When using the 'identify' -verbose option, -verbose must be specified
    twice in order to obtain the color count.  This makes normal use of
    -verbose much faster.
  * Significantly improved read/write speed for bilevel and gray images.
  * TIFF I/O is considerably faster.
  * Postscript writer is 10-15X faster.
  * PNM formats writer is 10-100X faster.
  * Rotate by 90 or 270 degrees is 2-9X faster.
2008-05-01 11:55:12 +00:00
bjs
a43bdcc500 Remove IGNORE_CCACHE, this was just me debugging. Thanks to wiz@. 2008-04-30 16:40:08 +00:00
jlam
d45911fc09 Note addition of graphics/ruby-mini-magick. 2008-04-30 16:23:22 +00:00
jlam
f49fe76d04 Initial import of ruby18-mini-magick-1.2.3 as graphics/ruby-mini-magick.
MiniMagick gives you access to all the command-line options ImageMagick
has (found at http://www.imagemagick.org/script/mogrify.php).  Using
MiniMagick as an alternative to RMagick allows the Ruby processes memory
to remain small because it spawns ImageMagick's mogrify program, which
has much lower memory usage than RMagick.
2008-04-30 16:22:47 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
sborrill
14bab1b701 patch-aa is no longer pertinent. 2008-04-30 08:50:54 +00:00
bjs
689307a28f The previous commit message was botched; this commit message applies
to graphics/MesaLib as well.

I've added some distribution patches for bug fixes (yes, already, it's
true) and proper DragonFly support (see the sysctl-related changes
in MesaLib/Makefile).  Agressively tracking these patches is the only
way to ensure we squash as many bugs as possible.  No patches in a
given release branch (in this case Mesa_7_0_branch) should ever
merit a bump to BUILDLINK_ABI_DEPENDS.

The head GIT commit ref for patch 002 is:
27b6fa56156673d6e7e6839658bae10de161588b

In the future, I'm going to write some sort of script or something
to manage this, but this will suffice for now.  I may also break
out some of the patch logic into a seperate mk file so that it can
be included by the xorg server, thereby ensuring the sources
are synchronized.

In other news:  I have patches for libdrm to use NetBSD's atomic
ops.  They aren't used in the library proper.  Rather, the
DRM_CAS macro in xf86drm.h now uses atomic_cas_uint.  This is, I believe,
important for proper operation, as this macro is used for context/device
locks in userland.  When I commit the update to libdrm, I will simultaneously
commit a new drm_atomic.h in the kernel.  The atomic ops there now
really do not merit the designation 'atomic'.
2008-04-30 07:09:48 +00:00
bjs
46bc472b00 Mesa 2008-04-30 07:00:14 +00:00
drochner
fb89f4015d libltdl is referenced from libgphoto2 only, so put the bl3 include there 2008-04-29 19:10:11 +00:00
jlam
c398bf4bea Update graphics/ruby-rcairo to 1.6.1. Changes from version 1.6.0 include:
+ Remove PKG_CONFIG_PATH workaround in the package Makefile.  The default
  pkg-config tool script (which properly sets PKG_CONFIG_LIBDIR) now
  works properly (thanks to OBATA Akio).

* Fix Quartz related bugs. (thanks to kimura wataru)
* Support PKG_CONFIG_LIBDIR. (thanks to OBATA Akio)
* Support RubyGems for mswin32.
2008-04-29 17:36:32 +00:00
sborrill
43b38b4517 Update to 0.1.15
Changes:
gtkam 0.1.15

* updated all translations from translation project
        - added Belarusian, Dutch, Punjabi, Polish, Slovakian, Vietnamese
* fixed PNG files corrupted by cvs -> svn migration
2008-04-29 09:36:42 +00:00
sborrill
275b9c1452 Update to 2.4.1
gphoto2 2.4.1

    * Made capture preview that saves to files work
    * capture-image has no arguments
    * version check for libgphoto2 fixed
    * cs,da,it,vi translations updated

gphoto2 2.4.0

    * Add contrib/ directory with scripts and things contributed by users.
    * New --storage-info function to get direct storage information from the
      camera via API.
    * Use SIGUSR1 to trigger premature image capture in --interval mode.
    * New --reset-interval parameter makes SIGUSR1 reset the capture
    interval.
    * New --capture-tethered command to wait for presses of the camera
    shutter button and download. Confirmed working only with Nikon DSC.
2008-04-29 09:35:15 +00:00
obache
b4109a1003 Update GraphicsMagick to 1.1.12.
Significant changes associated with GraphicsMagick 1.1.12 (released April 28, 2008)

  Security Fixes:

    o Do not access X11 or invoke convenience or stealth delegate
      programs based on the file extension. In particular, these file
      extensions are rejected for consideration as a format specifier:
      'autotrace', 'browse', 'dcraw', 'edit', 'gs-color',
      'gs-color+alpha', 'gs-gray', 'gs-mono', 'launch', 'mpeg-encode',
      'print', 'scan', 'show', 'win', 'xc', and 'x'.

  Bugs Fixed:

    o magick/effect.c: Should now compile for ARM CPU.

    o TIFF: Don't request Kodak private tags since these cause some
      versions of libtiff to misbehave.

    o When performing string expansion of image attribute identifiers, skip
      those which require access to image pixels if image pixels are not
      present.

    o CropImageToHBITMAP(), ImageToHBITMAP(): Fix leak of bitmap handle.
2008-04-29 04:56:24 +00:00
tnn
620be85959 Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509) 2008-04-28 15:09:16 +00:00
tnn
d3e1a14433 The "pkgsrc-i386" target doesn't seem to work on SunOS, so for now fall back
to the "pkgsrc" target which is intended to be portable.
2008-04-27 09:43:12 +00:00
wiz
1111854c56 + agg. 2008-04-27 06:41:59 +00:00
wiz
de7c83c895 Import agg-2.5 as graphics/agg.
From pkgsrc-wip, packaged by Paulo Matias.

Anti-Grain Geometry (AGG) is an Open Source, free of charge
graphic library, written in industrially standard C++. AGG
doesn't depend on any graphic API or technology. Basically,
you can think of AGG as of a rendering engine that produces
pixel images in memory from some vectorial data.
2008-04-27 06:41:08 +00:00
tnn
f7c0145c22 Use full path to sysctl(8), an unprivileged user may not have /sbin in $PATH 2008-04-26 20:38:49 +00:00
wiz
283c56c4a7 Update to 2.22.0:
2.22.0:

* Increased version number for GNOME 2.22
2008-04-26 01:14:34 +00:00
wiz
a590ab6723 Add two directories to PLIST. Bump PKGREVISION. 2008-04-25 22:35:38 +00:00
joerg
89fb563488 s/MAKE_JOBS/MAKE_JOBS_SAFE/ 2008-04-25 20:49:13 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
bjs
1e0bbe6581 Build dri by default on i386/amd64 NetBSD >=4.0. It is important we see
what kind of lossage occurs before the next release branch, and this is
the best way to do it.

NOTE: The X server should probably be upgraded to the 1.4 branch now,
as the current (1.3.0.0) server uses Mesa 6.5.3 (a development release
whose time has long since passed).
2008-04-25 20:33:08 +00:00
bjs
15fa89cdf3 Add some SUBST magic for NetBSD to change the name of the function
called in the x86/x86_64 assembler dispatch routine to __thr_getspecific to
avoid an unresolved symbol error from ld at link-time.

This is a weak alias in libc and a strong alias in libpthread, so
everything should work fine.  This could probably be fixed in a better way,
but for now, I think "it works" is a plus.

Bump rev.
2008-04-25 20:11:11 +00:00
joerg
d66eecfc97 Explicitly include Python 2.1 -- this is used by Zope 2.5. 2008-04-25 19:46:49 +00:00
tnn
33bbd3e9ff PR pkg/38506: Rob Quinn: Work around Solaris /bin/sh brain damage. 2008-04-25 15:39:54 +00:00
kefren
e17746ad53 libgdiplus is still version 1.9 2008-04-25 08:16:51 +00:00
tnn
a6cfdc47c5 Fix redundant BUILDLINK_ABI_DEPENDS 2008-04-24 11:57:35 +00:00
tnn
42767467a0 Two BUILDLINK_ABI_DEPENDS lines are one too many. 2008-04-24 11:55:22 +00:00
tron
a593e6f099 Backout last change. It breaks the build on system which use a builtin
"freetype2" and provide a "freetype2.pc" (e.g. Mac OS X Leopard or
any uptodate Linux distribution).
2008-04-24 11:18:13 +00:00
tnn
1bc6f93d6a remove stale patch 2008-04-24 09:51:11 +00:00
tnn
854c5b31bc Update to glx-utils-7.0.3 (catch up w/ Mesa) 2008-04-24 09:41:38 +00:00
bjs
3527d68c0d Welcome to Mesa-7.0.3.
Changes from 6.4.2 are (obviously) far too numerous to mention!  This
package brings with it support for the Direct Rendering Infrastructure
(DRI) on NetBSD-current; the kernel DRM was committed approximately
one year ago.  Patches for NetBSD 4.0 are available in the mailing list
archives (I think), but are _not supported_.

Developers and other interested parties are encouraged to read the TODO
file, as well as my remarks in options.mk.  There is still a significant
amount of work to be done.  Users of NetBSD/i386 (-current) shouldn't
have much trouble getting mainstream cards (Intel i915 and Radeon 9600-
R430 are by far the most tested) to work.

I have taken great pains to ensure that this works properly, but inevitably
there will be problems--especially on heretofore untested (read: non-x86)
hardware.  Your questions, comments, problem reports, and of course
bug fixes are welcome.

NOTE: There are currently problems (on NetBSD, at least) linking some
executables, e.g. compiz, due to unresolved symbols for libpthread
functions.  This is due to libX11's thread stubs, which should not
be enabled on NetBSD >= 2.0; see the TODO For more information
and the URL of an interim patch.
2008-04-24 07:40:23 +00:00
jnemeth
710220f19b fake up a freetype2.pc file for configure scripts that want it 2008-04-24 01:11:15 +00:00
wiz
5532a0c73a Update to 1.28:
2008-03-30 v1.28 Tels 128 tests
  * raise minimum required Perl version to v5.6.2
    (it doesn't work on 5.005 anyway, open() with three arguments
     is not supported there and I don't have time to rewrite the code
     for outdated Perl versions. If you need it to run on 5.005, write
     a patch and file a bug report please.)
  * fix bug #15167: Incorrect width and height for JPG files
    (the fix now keeps the highest value for width/height, instead of
     creating an array ref with all the values)
  * remove Build.PL (bundle Module::Install 0.71)

2007-12-15 v1.27 Tels 128 tests
  * add both main authors to META.yml (does not work yet due to bug
    in Module::Install)
  * fix bug #30890: [PATCH] Transposed lines in documentation
  * fix bug #31165: Add attribute for parsing TIFF images (Thanx Adam Witney!)

2007-09-09 v1.26 Tels 128 tests
  * clarify the license by adding "v5.8.8" (otherwise it is quite unclear
    which Perl version, release or product the license text refers to)
  * fix bug #29088 - Another hanging image
  * fix bug #29243 - Exiftext fields (like UserComment) not parsed correctly
2008-04-23 21:12:57 +00:00
tron
23320f4f1f "atsui" support in "cairo" has been deprecated. Remove "atsui" specific
bits (available under Mac OS X only) and correct the package list.
Bump package revision.
2008-04-22 10:23:09 +00:00
adam
9d029f7711 Changes 1.6.0:
* wrap cairo_format_stride_for_width().  All new cairo 1.6 API should now be
  implemented in cairomm

Changes 1.5.0:
* Unstable release wrapping new API in cairo 1.5 series
* Bugfixes
2008-04-21 15:00:18 +00:00
xtraeme
470d27cf43 Update to 1.060:
* Wrap new API:
 - cairo_has_current_point
 - cairo_path_extents
 - cairo_format_stride_for_width
 - cairo_surface_copy_page and cairo_surface_show_page
 - cairo_ps_surface_restrict_to_level, cairo_ps_get_levels, and
   cairo_ps_level_to_string
 - cairo_ps_surface_set_eps and cairo_ps_surface_get_eps

* Provide Cairo::FtFontFace::create which can be used with Font::FreeType.
* Complete the API listing POD.
2008-04-21 14:43:20 +00:00
tnn
aece2f338c Update to cairo-1.6.4.
Major changes between the 1.4 and 1.6 branch:
- Now uses external "pixman" library instead of a bundled one.
- Improvements to PDF, SVG and PostScript output
- New support for arbitrary X server visuals
  (the 8-bit display support patch (patch-ae in pkgsrc) is integrated)
- rendering backend improvements
- various new API additions, while maintaining ABI compatibility
- New Quartz backend
- bug fixes
2008-04-21 11:29:33 +00:00
kefren
58338ff0ce Update to libgdiplus 1.9 2008-04-19 18:43:38 +00:00
tonnerre
86b206b2fd Fix insecure temporary file handling in comic and comicthumb utilities.
Eliminate insufficient escaping on shell calls for rar archives/jpegtran.
2008-04-19 14:28:46 +00:00
joerg
ea0b624ed5 PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk. 2008-04-18 13:51:53 +00:00
reed
0c65c64d91 Fix comment. 2008-04-17 20:24:38 +00:00
abs
3144db8e64 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:15:28 +00:00
wiz
3e9bbcc9de librsvg-2.22.2 needs at least glib2-2.12.0. 2008-04-15 21:24:27 +00:00
drochner
86e6f70c20 update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:34:32 +00:00
drochner
ee328b2b66 update to 2.22.2
This switches to the gnome-2.22 release branch.
2008-04-15 17:41:13 +00:00
drochner
6c9c78044a update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-15 17:37:13 +00:00
wiz
54549a250b Update to 1.2.27beta3, fixing a possible application security problem.
See http://libpng.sourceforge.net/Advisory-1.2.26.txt for details.

Changes since 1.2.26:
version 1.2.27beta01 [April 12, 2008]
  Fixed bug (introduced in libpng-1.0.5h) with handling zero-length
    unknown chunks.
  Added more information about png_set_keep_unknown_chunks() to the
    documetation.
  Reject tRNS chunk with out-of-range samples instead of masking off
    the invalid high bits as done in since libpng-1.2.19beta5.

version 1.2.27beta02 [April 13, 2008]
  Revised documentation about unknown chunk and user chunk handling.
  Keep tRNS chunk with out-of-range samples and issue a png_warning().

version 1.2.27beta03 [April 14, 2008]
  Added check for NULL ptr in TURBOC version of png_free_default().
  Removed several unnecessary checks for NULL before calling png_free().
  Revised png_set_tRNS() so that calling it twice removes and invalidates
    the previous call.
  Revised pngtest to check for out-of-range tRNS samples.
2008-04-15 13:26:14 +00:00
jlam
91f85599d9 Update graphics/ruby-cairo to 1.6.0. Changes from version 1.5.1 include:
* Support cairo 1.6.0.
   * Improve Quartz surface support. (thanks to kimura wataru, OBATA Akio)
   * Support Cairo::Win32PrintingSurface.
   * Support Cairo::QuartzImageSurface.
   * Support ruby 1.9.1.
   * Add Cairo::Paper.
     * Improve size specification of Cairo::PSSurface,
       Cairo::PDFSurface, Cairo::SVGSurface.
2008-04-14 20:09:32 +00:00
wiz
66ac5d4a41 Update to 1.0.19.
Remove sane-backends-hp3900 option, support is now enabled by default.

New with 1.0.19, released 2008-02-10:

* New backends: cardscan (Corex Cardscan 800c), epjitsu (Epson-based Fujitsu),
  epson2 (various Epson scanners), hp3900 (HP ScanJet 3970 and more),
  hp5590 (HP ScanJet 5590 and more), hpljm1005 (HP LaserJet M1005 and more),
  hs2p (Ricoh IS400 series)
* Updated backends: abaton, agfafocus, apple, artec, artec_eplus48u, as6e,
  avision, canon, coolscan, coolscan2, dc25, dell1600n_net, dll, epson,
  fujitsu, genesys, gt68xx, hp3500, ibm, lexmark, microtek, microtek2, mustek,
  nec, net, pie, pint, pixma, plustek, plustek_pp, ricoh, s9036, sm3600,
  sm3840, snapscan, sp15c, st400, tamarack, teco2, test, u12, umax, umax1220u,
  umax_pp
* Scanimage detects more chipsets.
* Internal scsi, usb, tcp and udp code updates.
* Basic HAL .fdi creation support
* Build system updates.
* Updated translations.
* Documentation updates.
* Bugfixes.
2008-04-13 21:43:39 +00:00
wiz
0725510c30 Update to 1.2.26:
version 1.2.26beta01 [February 21, 2008]
  Added missing "(" in pngmem.c.  Bug introduced in libpng-1.2.2/1.0.13

version 1.2.26beta02 [March 12, 2008]
  Refined error message returned from deflateInit2 in pngwutil.c
  Check IHDR length in png_push_read_chunk() before saving it.

version 1.2.26beta03 [March 16, 2008]
  Revised contrib/gregbook to handle premature end-of-file and file
    read errors correctly.

version 1.2.26beta04 [March 18, 2008]
  Free png_ptr->big_row_buf and png_ptr->prev_row before allocating
    new copies in png_read_start_row().  Bug introduced in libpng-1.2.22.

version 1.2.26beta05 [March 19, 2008]
  Removed extra png_free() added in libpng-1.2.26beta04.

version 1.2.26beta06 [March 19, 2008]
  Avoid reallocating big_row_buf and prev_row when the size does not increase.

version 1.2.26rc01 [April 2, 2008]
  Ifdef out some code that is unused when interlacing is not supported.
2008-04-13 20:25:15 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
obache
189744d6b2 Drop maintainership.
These packages was switched to gem version, I'm not in the area.
2008-04-10 07:28:50 +00:00
joerg
def34bd2b9 Fix installation. 2008-04-07 17:50:46 +00:00
joerg
f67c4cfe86 Fix DESTDIR. 2008-04-07 17:49:55 +00:00
adam
5579996093 Changes 0.46:
* Paintbucket tool
* Tweak tool
* 3D Box tool
* Live path effects
* Color management
* New SVG filters and UI
* Native PDF and AI import
* XAML import/export
* Open Clip Art Library integration (import/export)
* Stock patterns
* Bitmap editing extension effects
* Full on-canvas gradient editing
* Engraver's Toolbox in the Calligraphic tool
* Touch selection
* Dockable dialogs
* Command-line access to verbs
* Snapping made usable
* "3D" / axonometric grid
* Angled guidelines
* Conversion of objects to guidelines
* Significant speed and interactivity improvements
* Hundreds of smaller features and bugfixes
2008-04-07 17:08:53 +00:00
joerg
6668c4cdcf Fix DESTDIR. 2008-04-07 16:25:37 +00:00
tnn
a18562f3c6 Update to 0.4.0.
* Core
  * Faster engine
  * Possibility of seam step > 1
  * More precision for rigidity value
* Interface
  * Autosize button for object deletion
  * Optionally scale (or LqRescale) back to
    the original size
  * Rescale order option
2008-04-05 02:11:48 +00:00
tnn
e3387edbc8 Add liblqr. 2008-04-05 02:02:20 +00:00
tnn
500260c411 Import liblqr-0.1.0.2 as graphics/liblqr.
This is the liquid rescale algorithm library from graphics/gimp-liquid-rescale.
For the 0.4.0 release it was split off as a standalone library.
2008-04-05 02:00:39 +00:00
obache
66236cebf9 PLIST has been changed by switch to gems, need bump PKGREVISION. 2008-04-04 16:15:32 +00:00
jlam
6973294f00 Add and enable new ruby-* packages. 2008-04-04 15:33:05 +00:00
joerg
372043a7ec Supports DESTDIR. 2008-04-04 15:30:05 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
joerg
711c7afa2c Supports DESTDIR. 2008-04-04 15:25:18 +00:00
jlam
885bb9d933 Update ruby-cairo to version 1.5.1. Changes from version 1.5.0 include:
+ Install as a Ruby gem.

* Support Quartz surface.
* Fix a wrong type conversion bug.
* Fix a memory leak bug.
* Support ruby 1.9.0.
* Fix typos.
* Rename Cairo::WIN32Surface to Cairo::Win32Surface
  * Cairo::WIN32Surface is still available for backward compatibility but
    don't use in newly written code.
2008-04-04 15:19:26 +00:00
jlam
f519ab9d80 Update ruby-opengl to version 0.60.0. Changes from version 0.32g
include:

    + Install as a Ruby gem.

    * Support for Ruby 1.9.0+ (requires mkrf 0.2.3)
    * Added support for many more OpenGL extensions
    * GLU and GLUT cleanup, bugfixes, some missing functions added -
      version 3.7 of GLUT API is now requirement (previously 3.0)
    * Support for OpenGL 2.1 (that includes pixelpack/unpack buffer)
    * Lots of bugfixes.
2008-04-04 15:19:23 +00:00
jlam
484b2010c1 Initial import of ruby18-color-1.4.0 as graphics/ruby-color.
The capabilities of the Color library are limited to pure mathematical
manipulation of the colors based on color theory without reference to
color profiles (such as sRGB or Adobe RGB).  For most purposes, when
working with the RGB and HSL colors, this won't matter.  However, some
color models (like CIE La*b) are not supported because Color does not
yet support color profiles, giving no meaningful way to convert colors
in absolute color spaces (like La*b, XYZ) to non-absolute color spaces
(like RGB).
2008-04-04 15:19:16 +00:00
obache
9e8d6eb7bb update RMagick to 2.3.0.
Changes:
o Added Image#encipher, Image#decipher (available with ImageMagick 6.3.8-6)
o Added DTX1Compression, DTX1Compression, and DTX1Compression
  CompressionType enums (available in ImageMagick 6.3.9-4)
o Added optional "use hex format" argument to Pixel#to_color
o Support :area resource type in Magick.limit_resource
o Pixel.from_HSL and Pixel#to_HSL are deprecated. Use Pixel.from_hsla
  and Pixel#to_hsla instead. The new methods rely on the ImageMagick 6.3.5
  and later API.
o The Image#alpha and alpha= attributes are deprecated. Use alpha() and
   alpha? instead.
o The Image#mask= attribute is deprecated. Use mask() instead.
o The use of Ruby older than version 1.8.4 with RMagick is deprecated and
  will not be supported in a future release.
o Fix bug #18271, rvg width and height attributes wrong after a call to
  viewbox (reported by Greg Jarman)
2008-04-02 01:59:59 +00:00
jlam
91a4232f3d Fix the optional loading of rubygems at the head of the rabbit scripts.
If rubygems is not found, then just continue.  Bump the PKGREVISION
to 3.
2008-03-31 15:26:34 +00:00
obache
bf6a9fbe28 Merge patch-af into patch-aa, both for 'makefile.cfg'. 2008-03-28 09:01:30 +00:00
tonnerre
8148fc4658 Fix Sun RAS buffer overflow (CVE-2007-2356). This was fixed in gimp2 but
gimp1 was forgotten.
Approved-by: gdt, joerg
2008-03-23 14:27:51 +00:00
adam
3c93cadf74 Added LDFLAGS, which is sometimes needed 2008-03-22 08:48:17 +00:00
is
7b2e455a57 Replace C++-style comments with C comments in 5 places, makeing this compile on
arm and ppc, where our X11 is using -ansi. No functional change.
2008-03-21 22:22:20 +00:00
drochner
10ca94814c add a patch from Debian (bug #413041) to fix some heap corruption
on malformed image input (CVE-2007-2721),
also fix some initialisation which could cause random misbehaviour
on cleanup,
bump PKGREVISION
2008-03-20 19:58:16 +00:00
jlam
901cec84ca Allow for loading libraries installed as gems. Bump PKGREVISION. 2008-03-18 06:14:31 +00:00
obache
a2d7eb73fa Need DISTFILES difinition, patch also include additional files. 2008-03-17 12:18:47 +00:00
obache
b77c22493f Remove redundant DISTFILES definition. 2008-03-17 12:12:45 +00:00
wiz
c59db844fd + kipi-plugins-calendar. 2008-03-16 00:13:46 +00:00
joerg
cb9ea2a903 py-gtk2 needs Python 2.4 2008-03-15 16:51:09 +00:00
jlam
d70ee3703a Support user-destdir installation. 2008-03-14 17:22:49 +00:00
gdt
daad29fe99 remove ${TCL} from lua files in PLIST, because they do get built and
installed when lua is enabled and tcl is not.
2008-03-14 12:56:01 +00:00
joerg
b0817a2185 Ensure that pthread it linked for any program that might open graphviz
plugins. This should fix the crash on NetBSD 4 and earlier, the
remaining part of PR 38045.
2008-03-14 01:16:36 +00:00
gdt
6a60f3007d Update to 7.21.
Mar. 12, 2008 - Version 7.21 (production release)

  - Added support for Leica M8 maker notes (in both DNG and JPEG images)
  - Added ability to write encrypted Nikon makernote information (!!)
  - Fixed decoding of Nikon D3 color balance information
  - Decode AFPointsUsed for Nikon D3 and D300 (thanks Jens Duttke)
  [many minor changes]
2008-03-13 00:30:39 +00:00
drochner
e0a13b4725 update to 1.4.12
changes:
-minor build framework fixes
-allow cairo.Context to be subclassed
2008-03-12 20:54:52 +00:00
drochner
6f648db2bf update to 1.4.14
changes:
-minor bugfixes
-make PostScript output more conformant wrt Type 3 fonts
2008-03-12 20:48:11 +00:00
tnn
882d3eb4fe Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
2008-03-11 18:47:40 +00:00
taca
9cd6e832a2 Instead of installing some duplicated files with ruby-rttool pacakge,
depends on ruby-rttool pacakge.

Bump PKGREVISION.
2008-03-11 15:56:10 +00:00
joerg
7424964de5 Fix dynamic linkage (again). Fix a segmentation fault when the config
file can't be opened for write. Fix guile option.

Bump revision.
2008-03-11 15:46:57 +00:00
wiz
44a6599d29 Create the empty directories that are removed during uninstall even
for binary packages.

Bump PKGREVISION.
2008-03-10 12:37:58 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
jlam
4b86e2bfab Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:39:09 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
adam
f5fb47349e Changes 2.4.5:
- fixed a regression introduced by the brush cursor optimization
- fixed bug in transform tool preview
- fixed PSD export of images with layer masks
- fixed base64 encoding routine of the Mail plug-in
- use the correct background color when creating a new image
- explicitly link libgimpthumb with GLib
- improved selection of the font sample string
- unified handling of "Enter" and "Space" keysyms
- fixed bug in the Glossy script when used with a pattern
- correctly record dimensions in Exif data when saving as JPEG
- fixed sensitivity of plug-in menu items
- fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas
  plug-ins
- added default keyboard shortcut for "Paste As New Image" (Ctrl-Shift-V)
- added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C)
- fixed missing preview update in Curves tool
- fixed a bug in the Frosty Logo script
- fixed backward transformations using the PDB
- translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
2008-03-02 15:49:24 +00:00
drochner
e54eaafed8 update to 3.1.0
changes:
-IPTC support
-IPTC support
-UI improvements
-bugfixes and speed improvements
2008-03-02 12:59:41 +00:00
drochner
01d70ef23a update to 1.4.2
changes:
-minor UI improvements
-bugfixes
2008-03-02 12:55:06 +00:00
drochner
d436e65cba split out the "calendar" plugin into a seperate pkg -- it depends
on "kdepim" which is a too heavy dependency for me
2008-03-02 12:33:09 +00:00
wiz
49cad03c10 Update to 8.82, provided by Bernd Limbach in PR 38130:
revision 1.398
date: 2008/02/06 21:29:13;  author: dcoffin;  state: Exp;  lines: +61 -36
Added the "-P" and "-S" options.
Support the Sony DSLR-A200 and the PowerShots A720 and S5 IS.
----------------------------
revision 1.397
date: 2007/12/10 07:43:31;  author: dcoffin;  state: Exp;  lines: +56 -6
Support the Panasonic DMC-L10, added the "-W" option.
----------------------------
revision 1.396
date: 2007/11/16 15:24:52;  author: dcoffin;  state: Exp;  lines: +3 -0
Cropped four columns from the Nikon D3.
----------------------------
revision 1.395
date: 2007/11/12 20:28:32;  author: dcoffin;  state: Exp;  lines: +34 -26
Abolished the getrat() macro, support the Hasselblad H3D.
----------------------------
revision 1.394
date: 2007/11/04 02:18:54;  author: dcoffin;  state: Exp;  lines: +12 -6
Added the Olympus E-3 and adjusted a few maximums.
----------------------------
revision 1.393
date: 2007/10/30 06:23:29;  author: dcoffin;  state: Exp;  lines: +333 -88
Support the AVT F-080C, Canon EOS 40D, Canon EOS-1Ds Mark III,
Canon PowerShot G9, Nikon Coolpix S6, Nikon D3, Nikon D300,
Panasonic DMC-FZ18, and Sony DSLR-A700.
Support the new Canon sRAW CR2 format.
Added median filtering after interpolation.
2008-03-02 09:48:42 +00:00
obache
ede4ad33ba Update rabbit to 0.5.5.
While here, marked as DESTDIR ready.

== Changes 0.5.5 from 0.5.4: 2008-03-01

  * Bug fixes
    * fixed tests (reported by OBATA Akio)
    * fixed --margin option
  * supported HikiDoc installed by RubyGems
  * removed Tgif related files (reported by OBATA Akio)
  * removed needless windows-adjust theme
  * stopped to show progress message when index page is generating
  * added --log-level option
  * added document for MacPorts
  * rabbit-mode.el:
    * removed a needless variable.
2008-03-01 12:08:44 +00:00
cube
7831e2130e Allow nvtv and nvtv-gtk2 to build under modular X. From Sergey Svishchev
in private mail.
2008-02-29 06:57:55 +00:00
drochner
70e68a2983 update to 1.2.25
changes: bugfixes
2008-02-28 19:55:42 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
obache
c51e5fd97c Add and enable libotf. 2008-02-26 11:49:08 +00:00
obache
fc7c683ede Import libotf version 0.9.7.
The library "libotf" provides the following facilites.

    o Read Open Type Layout Tables from OTF file.  Currently these
      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.

    o Convert a Unicode character sequence to a glyph code sequence by
      using the above tables.

The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.
2008-02-26 11:47:35 +00:00
heinz
20f9e5af11 The package supports installation to DESTDIR. 2008-02-25 22:35:23 +00:00
obache
fa175a96db Update GraphicsMagick to 1.1.11.
Significant changes associated with GraphicsMagick 1.1.11 (released September 23, 2007)

  Bugs Fixed:

    o BMP: Support large files.

    o DIB: Support large files.

    o PNG: Fix depth handling with 16-bit PNG files in the Q8 build.

    o SUN: Properly report image depth.

    o TIFF: Endian option (-endian) now controls TIFF byte endian order
      rather than bit fill order.

    o DCM, DIB, XBM, XCF, XWD: Eliminate integer overflow vulnerability
      (IDefense 09.19.07).

    o HSL colorspace transform: Avoid optimization bug noticed on Opteron
      with GCC.

    o HWB colorspace transform: Avoid optimization bug noticed on Opteron
      with GCC.

    o RGBTransformImage()/TransformRGBImage(): Was using HWB colorspace
      when HSL was requested.

    o Successfully reads files with names like 'file[123]'.

    o 'gm display': No longer rely on isatty() to determine if input is
      from a pipe (use 'gm display -' to display an image read from a pipe).

  Feature Improvements:

    o 'identify +ping' forces the pixels to be read (similar to GM 1.2).

    o 'gm -version' now indicates if build supports "Large Memory" (i.e. 64-bit).

    o TIFF: Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control
      TIFF bit fill order.


  Performance Improvements:

    o No longer bogs down if a directory contains hundreds of thousands of
      files and the filename looks like a wildcard specification.
2008-02-24 02:58:40 +00:00
xtraeme
164cefb42a Update to 1.045.
Overview of changes in Cairo 1.045
==================================

* Fix memory allocation errors on win32.  [T.J. Ferraro]

Overview of changes in Cairo 1.044
==================================

* Add entries for the various kinds of surfaces to the API listing.
* Fix some test suite and build issues.

Overview of changes in Cairo 1.043
==================================

* Fix a few build and compatibility problems.

Overview of changes in Cairo 1.042
==================================

* Fix a few build and test failures.

Overview of changes in Cairo 1.041
==================================

* Use Test::Numer::Delta to make floating point tests more reliable.

Overview of changes in Cairo 1.040
==================================

* Re-add Cairo::Surface::finish.
* Add support for cairo_get_scaled_font.
* Document the new API.

Overview of changes in Cairo 1.031
==================================

* Track upstream API improvements.
* Fix enum error messages to display the correct list of allowed values.
* Fix a endianness-related test failure.
2008-02-20 11:01:37 +00:00
markd
7eba2b7bc4 Update to kde3.5.9
KPDF
* Don't close with no further notice when trying to allocate too much
   memory.
* Fix crash on some PDF with empty property strings.
* PDF passwords are Latin1, so encode them correctly.
* Allow to exit the presentation mode using the shortcut used for starting
  it.
* Do not download remote documents again when saving them.
* Draw underlined links correctly.
* Fix crash on PDF that specify masks with parts outside the page.
* Support PDF with name tokens bigger than 127 altough the specification
  says they can not be longer as Acrobat does.
2008-02-20 10:18:14 +00:00
obache
a08e0f1c74 Depend on x11/xwininfo if not exists xwininfo (maybe X11TYPE==modular).
Bump PKGREVISION.
2008-02-15 13:33:20 +00:00
obache
748df3e8c5 Not to use extended regular expressions for SUBST.
Should fix build problem on sed!=nbsed.
2008-02-15 13:25:53 +00:00
obache
280554388b RAA does not have recent archives. 2008-02-14 08:44:57 +00:00
obache
b484d851e2 Update Rmagick to 2.2.2.
Changes:
RMagick 2.2.2
    o Fixed bug #18016, check for InitializeMagick in libMagickCore
      (bug report from Dan Gilbert)
2008-02-13 14:48:25 +00:00
kefren
908031cb70 Update to libgdiplus 1.2.6 2008-02-13 14:26:23 +00:00
gdt
2f6700a68e Update to 7.15.
Feb. 5, 2008 - Version 7.15 (production release)

  - API Changes:
      - Also allow File::RandomAccess reference as argument to ImageInfo()
  - Added -T option (equivalent to -t -S -q -f)
  [many small fixes and improvements omitted; see Changes file.]
2008-02-13 14:03:15 +00:00
obache
1734073e0a This package is DESTDIR ready. 2008-02-13 06:31:16 +00:00
rillig
cdf1872485 Needs -lm on Solaris. 2008-02-12 16:53:30 +00:00
obache
697dde5bc6 DESTDIR ready. 2008-02-12 14:56:41 +00:00
obache
a0159eb4db Add DESTDIR support. 2008-02-12 13:56:48 +00:00
drochner
4e4afd7c30 also patch CVE-2007-6697 (buffer overflow in gif parser), from upstream
CVS, bump PKGREVISION
2008-02-11 10:12:24 +00:00
obache
30689e628b Use of "share/doc/html" is deprecated. Use "share/doc/${PKGBASE}"
Bump PKGREVISION.
2008-02-08 15:19:42 +00:00
obache
5f5c6b51be DESTDIR handling is now in lang/ruby/modules.mk. 2008-02-08 15:11:47 +00:00
drochner
80fd9f3d62 add a patch from upstream CVS to fix buffer overflow (CVE-2008-0544),
bump PKGREVISION
2008-02-08 12:33:31 +00:00
tnn
5c13124820 Fix more cases of non-chainable PKGSRC_COMPILER tests. 2008-02-08 10:34:19 +00:00
heinz
bd1c27708d Updated to version 2.36.
Pkgsrc changes:
  - none

Changes since version 2.33:
===========================
2.36	16 September, 2007
	-Fixed SVG::DOM POD

2.35	14 September, 2007
	-Fixed SVG::DOM POD

2.34    17 May 2005
	-SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc
	 fields to get rid of artificial blank spaces that confuse some browsers
	-SVG::DOM - added getRootNode method
	-Added user-contributed DOM2 methods to SVG::DOM
2008-02-07 20:50:03 +00:00
tnn
bdcd11f1c3 Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
smb
c1403a68e3 Add missing #include to make it work on amd64 2008-02-06 23:33:00 +00:00
adam
e6dc71ea32 Changes 2.16.1:
- Fixed bugs
- Improvements to PHP binding
- Improvements to OCAML binding
- Make regression tests run from the build tree, rather than require
  installation
- Repair freetype detection on RedHat-7 (Yes, people still use it!!)
- Fix zoom-at-mouse-location in -Txlib and -Tgtk
- Fix some dotty regressions

Changes 2.16:
- Fixed bugs
- new regression test suite
- new cgraph library (will eventually replace graph and agraph)
- add "image" and "imagescale" for simpler support for images in nodes
- add "tab" "box3d" and "component" shapes
- replace arith.h in distro
- add functions to access version info to avoid need for gvcint.h
- Fix problem with irregular character spacing at 96dpi in pango/cairo output
  formats.
- Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif
- Add DevIL plugin providing: .bmp .jpg .png .tif .tga
- Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd .gd2
  .wbmp  <- gifs are now antialiased
- Rework plugin framework to separate device from renderer, and to autoload
  load dependendent plugins
- show defaults in output from: ./configure --help
- add more info to dot -v  and dot -v2 debug outputs
- various issues with CR/LF in windows, but not in binary outputs.
2008-02-06 18:56:52 +00:00
tnn
e99aec31b2 PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages 2008-02-04 19:52:54 +00:00
wiz
52eed8b9e7 Reset maintainer on his request. 2008-02-04 14:42:14 +00:00
drochner
8faa98f235 update to 2.3.20
change: a fix including art_misc.h from C++ (which pkgsrc had a patch
for) was included upstream
2008-02-03 12:17:09 +00:00