Date: Sun, 13 Nov 2011 05:49:53 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/p5-Image-Scale Makefile distinfo pkg-descr pkg-plist Message-ID: <201111130549.pAD5nr3g018706@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111130549.pAD5nr3g018706>