Date: Wed, 11 Jun 2008 13:08:32 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/jogl Makefile distinfo pkg-descr pkg-plist ports/graphics/jogl/files patch-gluegen_make_build.xml patch-gluegen_make_gluegen-cpptasks.xml patch-gluegen_src_java_com_sun_gluegen_StructLayout.java patch-gluegen_src_java_com_sun_gluegen_runtime_CPU.java patch-jogl_make_build.xml Message-ID: <200806111308.m5BD8WDn022171@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2008-06-11 13:08:32 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/jogl Makefile distinfo pkg-descr pkg-plist
graphics/jogl/files patch-gluegen_make_build.xml
patch-gluegen_make_gluegen-cpptasks.xml
patch-gluegen_src_java_com_sun_gluegen_StructLayout.java
patch-gluegen_src_java_com_sun_gluegen_runtime_CPU.java
patch-jogl_make_build.xml
Log:
New port: graphics/jogl - Java bindings for OpenGL
The JOGL project hosts the development version of the Java
Binding for the OpenGL API (JSR-231), and is designed to
provide hardware- supported 3D graphics to applications
written in Java. JOGL provides full access to the APIs in
the OpenGL 2.0 specification as well as nearly all vendor
extensions, and integrates with the AWT and Swing widget
sets. It is part of a suite of open-source technologies
initiated by the Game Technology Group at Sun Microsystems.
WWW: https://jogl.dev.java.net/
PR: ports/124414
Submitted by: Peter Jeremy <peterjeremy@optushome.com.au>
Revision Changes Path
1.1162 +1 -0 ports/graphics/Makefile
1.1 +76 -0 ports/graphics/jogl/Makefile (new)
1.1 +3 -0 ports/graphics/jogl/distinfo (new)
1.1 +22 -0 ports/graphics/jogl/files/patch-gluegen_make_build.xml (new)
1.1 +96 -0 ports/graphics/jogl/files/patch-gluegen_make_gluegen-cpptasks.xml (new)
1.1 +10 -0 ports/graphics/jogl/files/patch-gluegen_src_java_com_sun_gluegen_StructLayout.java (new)
1.1 +10 -0 ports/graphics/jogl/files/patch-gluegen_src_java_com_sun_gluegen_runtime_CPU.java (new)
1.1 +211 -0 ports/graphics/jogl/files/patch-jogl_make_build.xml (new)
1.1 +9 -0 ports/graphics/jogl/pkg-descr (new)
1.1 +107 -0 ports/graphics/jogl/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806111308.m5BD8WDn022171>
