Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2008 21:47:35 +0000 (UTC)
From:      Pav Lucistnik <pav@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-Size-FillFullSelect Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200807082147.m68LlZvU030102@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807082147.m68LlZvU030102>