Bug 109079 - [NEW PORT] graphics/p5-Image-Pngslimmer: Slims (dynamically created) PNGs
Summary: [NEW PORT] graphics/p5-Image-Pngslimmer: Slims (dynamically created) PNGs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 11:30 UTC by chinsan
Modified: 2007-02-12 13:10 UTC (History)
0 users

See Also:


Attachments
p5-Image-Pngslimmer-0.08.shar (2.59 KB, text/plain)
2007-02-12 11:30 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2007-02-12 11:30:03 UTC
This Perl extension aims to cut down the size of PNGs. Users pass a PNG to
various functions (though only one presently exists -
Image::Pngslimmer::discard_noncritical($blob)) and a slimmer version is
returned. Image::Pngslimmer is designed for use where PNGs are being
generated on the fly and where size matters - eg for J2ME use. There are
other options - probably better ones - for handling static PNGs.
and more image types.

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-12 11:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-12 12:38:05 UTC
rafan       2007-02-12 12:37:57 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/p5-Image-Pngslimmer Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Add p5-Image-Pngslimmer 0.08, slims (dynamically created) PNGs.
  
  PR:             ports/109079
  Submitted by:   chinsan
  
  Revision  Changes    Path
  1.1042    +1 -0      ports/graphics/Makefile
  1.1       +25 -0     ports/graphics/p5-Image-Pngslimmer/Makefile (new)
  1.1       +3 -0      ports/graphics/p5-Image-Pngslimmer/distinfo (new)
  1.1       +9 -0      ports/graphics/p5-Image-Pngslimmer/pkg-descr (new)
  1.1       +5 -0      ports/graphics/p5-Image-Pngslimmer/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-02-12 13:10:24 UTC
State Changed
From-To: open->closed

New port added. Thanks!