cvs commit: ports/graphics Makefile ports/graphics/p5-Image-Scale Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sun Nov 13 05:49:53 UTC 2011


miwi        2011-11-13 05:49:53 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/p5-Image-Scale Makefile distinfo pkg-descr pkg-plist 
  Log:
  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 at gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1470    +1 -0      ports/graphics/Makefile
  1.1       +27 -0     ports/graphics/p5-Image-Scale/Makefile (new)
  1.1       +2 -0      ports/graphics/p5-Image-Scale/distinfo (new)
  1.1       +12 -0     ports/graphics/p5-Image-Scale/pkg-descr (new)
  1.1       +7 -0      ports/graphics/p5-Image-Scale/pkg-plist (new)


More information about the cvs-all mailing list