1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | perl5.setup OpenGL 0.62 |
---|
7 | maintainers saao.ac.za:tim |
---|
8 | description Perl OpenGL: a.k.a. POGL |
---|
9 | long_description Perl OpenGL (a.k.a. POGL) is a perl5 interface to \ |
---|
10 | opengl, glu, and glut. Virtually all of the OpenGL 1.0 and 1.1 \ |
---|
11 | functions are available as well as most of 1.2. The functional \ |
---|
12 | interface is very similar to using C with most changes made in an \ |
---|
13 | obvious way (see man page for details). High-level object interfaces \ |
---|
14 | are available in the form of OpenGL::Array, OpenGL::Image, and \ |
---|
15 | OpenGL::Shader. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | homepage http://search.cpan.org/~chm/ |
---|
20 | master_sites http://search.cpan.org/CPAN/authors/id/C/CH/CHM/ |
---|
21 | |
---|
22 | checksums md5 905407fa94ca0fc9c1e0ae7c140a4272 \ |
---|
23 | sha1 e0cc5eac6a3dfbc91e5c950fa2e9b3421461342b \ |
---|
24 | rmd160 05c50b755658cf396fcee7bc098dada41c193a40 |
---|