From owner-cvs-all@FreeBSD.ORG Fri Sep 28 23:48:55 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 595D716A417; Fri, 28 Sep 2007 23:48:55 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 441E013C467; Fri, 28 Sep 2007 23:48:55 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8SNmtno068376; Fri, 28 Sep 2007 23:48:55 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8SNmsZc068375; Fri, 28 Sep 2007 23:48:54 GMT (envelope-from maho) Message-Id: <200709282348.l8SNmsZc068375@repoman.freebsd.org> From: Maho Nakata Date: Fri, 28 Sep 2007 23:48:53 +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/f90gl Makefile distinfo pkg-descr pkg-plist ports/graphics/f90gl/files patch-examples+mf8lnt patch-mf8lim7 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: Fri, 28 Sep 2007 23:48:55 -0000 maho 2007-09-28 23:48:53 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/f90gl Makefile distinfo pkg-descr pkg-plist graphics/f90gl/files patch-examples+mf8lnt patch-mf8lim7 Log: f90gl is a public domain implementation of the official Fortran90 bindings for OpenGL. This implements the interface for OpenGL 1.2, GLU 1.2, GLUT 3.7, and several extensions. WWW: http://math.nist.gov/f90gl/ Revision Changes Path 1.1106 +1 -0 ports/graphics/Makefile 1.1 +100 -0 ports/graphics/f90gl/Makefile (new) 1.1 +12 -0 ports/graphics/f90gl/distinfo (new) 1.1 +44 -0 ports/graphics/f90gl/files/patch-examples+mf8lnt (new) 1.1 +47 -0 ports/graphics/f90gl/files/patch-mf8lim7 (new) 1.1 +5 -0 ports/graphics/f90gl/pkg-descr (new) 1.1 +140 -0 ports/graphics/f90gl/pkg-plist (new)