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

Pav Lucistnik pav at FreeBSD.org
Tue Jul 8 21:47:35 UTC 2008


pav         2008-07-08 21:47:35 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/p5-Image-Size-FillFullSelect Makefile distinfo 
                                          pkg-descr pkg-plist 
  Log:
  Decides if the fill setting for a image should be either fill, in meaning the
  image should be resized to fix the screen, or full which means it should be
  scaled to fit the screen.
  
  use Image::Size::FillFullSelect;
  my $iffs = Image::Size::FillFullSelect->new();
  my $FFselection = $iffs->select("someImage.gif");
  
  WWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/
  
  PR:             ports/124957
  Submitted by:   Zane C.B. <vvelox at vvelox.net>
  
  Revision  Changes    Path
  1.1169    +1 -0      ports/graphics/Makefile
  1.1       +24 -0     ports/graphics/p5-Image-Size-FillFullSelect/Makefile (new)
  1.1       +3 -0      ports/graphics/p5-Image-Size-FillFullSelect/distinfo (new)
  1.1       +9 -0      ports/graphics/p5-Image-Size-FillFullSelect/pkg-descr (new)
  1.1       +7 -0      ports/graphics/p5-Image-Size-FillFullSelect/pkg-plist (new)


More information about the cvs-all mailing list