From owner-cvs-all@FreeBSD.ORG Mon Jul 3 00:33:35 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 0D13116A492; Mon, 3 Jul 2006 00:33:35 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB8543D45; Mon, 3 Jul 2006 00:33:34 +0000 (GMT) (envelope-from alepulver@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 k630XYv0097067; Mon, 3 Jul 2006 00:33:34 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k630XYn0097066; Mon, 3 Jul 2006 00:33:34 GMT (envelope-from alepulver) Message-Id: <200607030033.k630XYn0097066@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:33:34 +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/grx Makefile distinfo pkg-descr pkg-plist ports/graphics/grx/files patch-src__vdrivers__svgalib.c patch-src__vdrivers__vd_xwin.c patch-test__speedtst.c 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, 03 Jul 2006 00:33:35 -0000 alepulver 2006-07-03 00:33:34 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/grx Makefile distinfo pkg-descr pkg-plist graphics/grx/files patch-src__vdrivers__svgalib.c patch-src__vdrivers__vd_xwin.c patch-test__speedtst.c Log: GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie's DOS port of the GCC compiler. Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32 (using the Mingw compiler). WWW: http://grx.gnu.de/ Revision Changes Path 1.959 +1 -0 ports/graphics/Makefile 1.1 +113 -0 ports/graphics/grx/Makefile (new) 1.1 +3 -0 ports/graphics/grx/distinfo (new) 1.1 +10 -0 ports/graphics/grx/files/patch-src__vdrivers__svgalib.c (new) 1.1 +10 -0 ports/graphics/grx/files/patch-src__vdrivers__vd_xwin.c (new) 1.1 +11 -0 ports/graphics/grx/files/patch-test__speedtst.c (new) 1.1 +7 -0 ports/graphics/grx/pkg-descr (new) 1.1 +300 -0 ports/graphics/grx/pkg-plist (new)