From owner-cvs-ports@FreeBSD.ORG Fri Apr 4 15:01:24 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA5E71065672; Fri, 4 Apr 2008 15:01:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3D6B8FC21; Fri, 4 Apr 2008 15:01:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m34F1OBp051862; Fri, 4 Apr 2008 15:01:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m34F1Ovf051861; Fri, 4 Apr 2008 15:01:24 GMT (envelope-from pav) Message-Id: <200804041501.m34F1Ovf051861@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 4 Apr 2008 15:01:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/pqiv Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2008 15:01:24 -0000 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 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)