From owner-cvs-all@FreeBSD.ORG Mon Apr 25 00:45:21 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67CB116A4CE; Mon, 25 Apr 2005 00:45:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C27E43D2F; Mon, 25 Apr 2005 00:45:21 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3P0jLDQ031983; Mon, 25 Apr 2005 00:45:21 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P0jLot031982; Mon, 25 Apr 2005 00:45:21 GMT (envelope-from adamw) Message-Id: <200504250045.j3P0jLot031982@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 25 Apr 2005 00:45:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/qcomicbook Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 00:45:21 -0000 adamw 2005-04-25 00:45:20 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/qcomicbook Makefile distinfo pkg-descr pkg-plist Log: Add qcomicbook, a nifty comicbook archive viewer. QComicBook is a viewer for comic book archives containing jpeg/png images, which aims at convenience and simplicity. Features include: * automatic handling of archives * full-screen mode * two-pages mode and japanese mode * thumbnails view * page scaling (fit to window witdth/height, whole page) * mouse or keyboard navigation, whatever you prefer * bookmarks * and more... WWW: http://linux.bydg.org/~yogin/ Revision Changes Path 1.809 +1 -0 ports/graphics/Makefile 1.1 +32 -0 ports/graphics/qcomicbook/Makefile (new) 1.1 +2 -0 ports/graphics/qcomicbook/distinfo (new) 1.1 +13 -0 ports/graphics/qcomicbook/pkg-descr (new) 1.1 +25 -0 ports/graphics/qcomicbook/pkg-plist (new)