From owner-cvs-all@FreeBSD.ORG Sun May 2 03:33:52 2004 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 16C2216A4CE; Sun, 2 May 2004 03:33:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C486543D53; Sun, 2 May 2004 03:33:51 -0700 (PDT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42AXpGe015745; Sun, 2 May 2004 03:33:51 -0700 (PDT) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42AXpqS015744; Sun, 2 May 2004 03:33:51 -0700 (PDT) (envelope-from pav) Message-Id: <200405021033.i42AXpqS015744@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 2 May 2004 03:33:51 -0700 (PDT) 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/icoconvert Makefile distinfo pkg-descr 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: Sun, 02 May 2004 10:33:52 -0000 pav 2004/05/02 03:33:51 PDT FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/icoconvert Makefile distinfo pkg-descr Log: Add icoconvert, a small utility to convert Windows icon files into .xpm and .png files. This can be done in batches, and properly supports transparencies as well as non 32x32 icon sizes. It also supports 24 bit icons. PR: ports/66121 Submitted by: Florent Thoumie Revision Changes Path 1.681 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/icoconvert/Makefile (new) 1.1 +2 -0 ports/graphics/icoconvert/distinfo (new) 1.1 +8 -0 ports/graphics/icoconvert/pkg-descr (new)