From owner-cvs-all@FreeBSD.ORG Tue Jun 1 06:13:28 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 923B016A4CE; Tue, 1 Jun 2004 06:13:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0AF43D46; Tue, 1 Jun 2004 06:13:28 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i51DDFJ0082385; Tue, 1 Jun 2004 06:13:15 -0700 (PDT) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i51DDF75082384; Tue, 1 Jun 2004 06:13:15 -0700 (PDT) (envelope-from krion) Message-Id: <200406011313.i51DDF75082384@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 1 Jun 2004 06:13:15 -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/corona 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: Tue, 01 Jun 2004 13:13:28 -0000 krion 2004/06/01 06:13:15 PDT FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/corona Makefile distinfo pkg-descr pkg-plist Log: Add corona 1.0.2, Corona is an image input/output library that can read, write, and manipulate image files in just a few lines of code. It can write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and GIF. Corona was designed to be easy to use, and exports a straightforward C++ API. With just a few lines of C++, you can add image loading to your application. PR: ports/67433 Submitted by: David Yeske Revision Changes Path 1.689 +1 -0 ports/graphics/Makefile 1.1 +40 -0 ports/graphics/corona/Makefile (new) 1.1 +2 -0 ports/graphics/corona/distinfo (new) 1.1 +11 -0 ports/graphics/corona/pkg-descr (new) 1.1 +6 -0 ports/graphics/corona/pkg-plist (new)