Bug 124957 - New port: graphics/Image-Size-FillFullSelect 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.
Summary: New port: graphics/Image-Size-FillFullSelect Decides if the fill setting...
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 21:10 UTC by Zane C. Bowers-Hadley
Modified: 2008-07-08 22:50 UTC (History)
0 users

See Also:


Attachments
graphics_p5-Image-Size-FillFullSelect.shar (3.04 KB, text/plain)
2008-06-24 21:10 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2008-06-24 21:10:02 UTC

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.

How-To-Repeat: 

1: unshar
2:
3: install and enjoy
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-08 12:39:50 UTC
State Changed
From-To: open->feedback

Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-08 12:39:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port
Comment 3 Zane C. Bowers-Hadley 2008-07-08 20:33:08 UTC
On Tue, 8 Jul 2008 11:44:08 GMT
pav@FreeBSD.org wrote:

> Synopsis: New port:    graphics/Image-Size-FillFullSelect   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.
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: pav
> State-Changed-When: Tue Jul 8 11:39:50 UTC 2008
> State-Changed-Why: 
> Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port
> 
> 
> Responsible-Changed-From-To: freebsd-ports-bugs->pav
> Responsible-Changed-By: pav
> Responsible-Changed-When: Tue Jul 8 11:39:50 UTC 2008
> Responsible-Changed-Why: 
> Seems it have pkg-plist from net/p5-Net-LDAP-Makepath port
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=124957


Whoops. Looks like skipped that when submitting several Perl ports a
few weeks ago. Below is the correct one.



%%SITE_PERL%%/Image/Size/FillFullSelect.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size/FillFullSelect/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size/FillFullSelect
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
@dirrmtry %%SITE_PERL%%/Image/Size
@dirrmtry %%SITE_PERL%%/Image
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-08 22:45:39 UTC
State Changed
From-To: feedback->closed

New port added, thank you!
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-07-08 22:47:48 UTC
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)
_______________________________________________
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"