Commit graph

7 commits

Author SHA1 Message Date
Andrej Zverev
3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Andrej Zverev
d36b674c40 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 11:44:41 +00:00
Andrej Zverev
0455713d75 - png_memcpy is now part of libpng private API,
replace it with memcpy.
- Pet portlint (trim Makefile header, remove ABI version on LIB_DEPENDS).

PR:		ports/172377
Submitted by:	Michael Curtis <michael@moltenmercury.org>
Approved by:	Mark Atkinson <atkin901@gmail.com> (maintainer)
2013-06-16 17:08:41 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Steve Wills
c94dbf7077 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-03-01 12:57:11 +00:00
Martin Wilke
fa31c5aeb3 This module implements several resizing algorithms with a focus on low
overhead, speed and minimal features. Algorithms available are:

  GD's copyResampled (floating-point)
  GD's copyResampled fixed-point (useful on embedded devices/NAS devices)
  GraphicsMagick's assortment of resize filters (floating-point)
  GraphicsMagick's Triangle filter in fixed-point

Supported image formats include JPEG, GIF, PNG, and BMP for input, and
JPEG and PNG for output.

WWW: http://search.cpan.org/dist/Image-Size/

PR:		ports/162484
Submitted by:	Mark Atkinson <atkin901@gmail.com>
Feature safe: 	yes
2011-11-13 05:49:53 +00:00