Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 15:10:02 GMT
From:      dfilter@FreeBSD.org (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/122191: commit references a PR
Message-ID:  <200804041510.m34FA2Pq044224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/122191; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122191: commit references a PR
Date: Fri,  4 Apr 2008 15:01:38 +0000 (UTC)

 pav         2008-04-04 15:01:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/pqiv        Makefile distinfo pkg-descr 
   Log:
   qiv (graphics/qiv) is a great image viewer, but it does not use gtk2
   but imlib for image handling. This is bad, because many distributions
   (well, at least gentoo) do not offer this library anymore as it's
   quite old and not maintained anymore.
   
   When the first release of pqiv was written, I used python, hence the
   name. I expected somebody else to write a c-rewrite of qiv, so I
   didn't really care about that. About one month later nothing had
   happened yet, so I did this on my own. Starting from 0.4 pqiv means
   "pretty quick image viewer", written in pure C, using gtk+-2.0.
   
   Features include:
   * Fullscreen
   * Slideshow
   * Rotate / Flip
   * (Automatic/manual) Zoom
   * Move by drag & drop in fullscreen
   * Keep preferences in a configuration file
   * Rather small executable (~36k), low ram consumtion, quick
   * Execute predefined commands, pipe images through them or display their output
   * Real transparency
   * Fade between images
   
   WWW: http://www.pberndt.com/Programme/Linux/pqiv/index.html
   
   PR:             ports/122191
   Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
   
   Revision  Changes    Path
   1.1140    +1 -0      ports/graphics/Makefile
   1.1       +70 -0     ports/graphics/pqiv/Makefile (new)
   1.1       +3 -0      ports/graphics/pqiv/distinfo (new)
   1.1       +24 -0     ports/graphics/pqiv/pkg-descr (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"
 



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