Commit graph

7089 commits

Author SHA1 Message Date
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