From owner-cvs-all@FreeBSD.ORG Mon Aug 28 15:32:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 A1E2716A4DD; Mon, 28 Aug 2006 15:32:34 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4667543D5A; Mon, 28 Aug 2006 15:32:34 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7SFWX6K029270; Mon, 28 Aug 2006 15:32:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7SFWXcB029269; Mon, 28 Aug 2006 15:32:33 GMT (envelope-from sat) Message-Id: <200608281532.k7SFWXcB029269@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 28 Aug 2006 15:32:33 +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/libgfx Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Aug 2006 15:32:34 -0000 sat 2006-08-28 15:32:33 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libgfx Makefile distinfo pkg-descr pkg-plist Log: Add port graphics/libgfx: The purpose of this library is to simplify the creation of computer graphics software. Specifically, it is targeted towards cross-platform development using the OpenGL rendering API and the FLTK interface toolkit. It attempts to provide facilities which are useful in the majority of graphics programs. This release introduces some (relatively small) incompatible changes with 1.0.x versions of the library. Details on changes can be found below. WWW: http://graphics.cs.uiuc.edu/~garland/software/libgfx.html Revision Changes Path 1.977 +1 -0 ports/graphics/Makefile 1.1 +36 -0 ports/graphics/libgfx/Makefile (new) 1.1 +3 -0 ports/graphics/libgfx/distinfo (new) 1.1 +9 -0 ports/graphics/libgfx/pkg-descr (new) 1.1 +35 -0 ports/graphics/libgfx/pkg-plist (new)