The NetBSD Project

CVS log for pkgsrc/graphics/py-OpenGL/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / py-OpenGL

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.42 / (download) - annotate - [select for diffs], Sun Oct 22 11:34:58 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

py-Tk: disable for Python 3.12

tk will not be a default dependency of the batteries-included Python packages,
and srcdist.mk needs to be switched from distutils to some other method of
installing the modules separately. Until this is done, there is no py-Tk
for Python 3.12.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 13 17:18:23 2023 UTC (6 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored)

py-OpenGL py-OpenGL-accelerate: updated to 3.1.7

3.1.7
Unknown changes

Revision 1.40 / (download) - annotate - [select for diffs], Tue Aug 1 23:20:43 2023 UTC (7 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

*: remove more references to Python 3.7

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jul 1 08:37:35 2023 UTC (8 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

*: restrict py-numpy users to 3.9+ in preparation for update

Revision 1.38 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:46 2022 UTC (19 months, 2 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Apr 15 11:37:46 2022 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

*: Mark various packages incompatible with Python 3.7 due to numpy

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:03 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.35 / (download) - annotate - [select for diffs], Thu Dec 30 13:05:33 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Forget about Python 3.6

Revision 1.34 / (download) - annotate - [select for diffs], Fri Dec 17 06:58:16 2021 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

py-OpenGL*: mark as not for python 2.7

py-OpenGL-accelerate segfaults python2.7 during build;
all the users of the packages already disable python 2.7

Revision 1.33 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:04 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

revbump for icu and libffi

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 29 08:41:59 2021 UTC (2 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored)

py-numpy: "Python version >= 3.7 required."

Revision 1.31 / (download) - annotate - [select for diffs], Mon Oct 12 21:52:00 2020 UTC (3 years, 5 months ago) by bacon
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

math/blas, math/lapack: Install interchangeable BLAS system

Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework.  This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.

This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.

Details:

Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump

Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 26 10:07:06 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

graphics/py-OpenGL: fix package name of test dependency

Revision 1.29 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:06 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

*: recursive bump for libffi

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jan 27 06:27:24 2020 UTC (4 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.27: +14 -21 lines
Diff to previous 1.27 (colored)

py-OpenGL: updated to 3.1.5

3.1.5:
Unknown changes

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 18 23:32:17 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Aug 30 18:26:32 2019 UTC (4 years, 7 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.25: +4 -2 lines
Diff to previous 1.25 (colored)

py-OpenGL: needs MesaLib, freeglut, glu

Revision 1.25 / (download) - annotate - [select for diffs], Sun Aug 21 01:32:45 2016 UTC (7 years, 7 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.24: +3 -4 lines
Diff to previous 1.24 (colored)

Switch from py-Numeric to py-numpy and remove Python-3.x conflict

Fix PLIST.

Bump PKGREVISION.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jul 24 00:48:16 2016 UTC (7 years, 8 months ago) by kamil
Branch: MAIN
Changes since 1.23: +20 -4 lines
Diff to previous 1.23 (colored)

Upgrade from PyOpenGL-3.0.1 to PyOpenGL-3.1.1a1 (alpha version of 3.1.1)

Package changes:
 - drop unneeded patch
 - set MASTER_SITES to MASTER_SITE_PYPI
 - set LICENSE
 - add preliminary notes about running tests (at the moment not functional)

Upstream changes:

Mike C. Fletcher has released PyOpenGL 3.1.1a1.

Change log:

    Python 3.4 compatibility fixes
    new data-type declarations to match current Khronos
    ability to use opaque pointers as keys in dictionaries (osmesa fix)
    removing a few now-redundant hand-written wrappers
    fix for a missing import on gles2 wrapper
    tweaked error-message for debugging clarity
    allow for the shader convenience function to skip validate-on-compile

PyOpenGL 3.1.0 (final) is now available. Headline changes:

  * Generation of wrappers substantially more automatic and based on
    Khronos source-files with annotations from the Chromium/regal project
  * Common code-base for Python 2.6, 2.7, 3.3 and 3.4, Python 2.5 is no
    longer supported
  * Better isolation and pervasive lazy-loading behaviour to prevent
    loading unused libraries (e.g. GLUT in non-GLUT contexts or GLES in
    OpenGL contexts)
  * Automated wrappers now (generally) allow passing in output arrays
    rather than having them generated
  * Experimental support for GLES and EGL
  * Many bug-fixes and minor improvements

Installation can be done from PyPI:

     pip install PyOpenGL PyOpenGL_accelerate

Source code is available on Launchpad:

     bzr branch lp:pyopengl

The homepage, including documentation, remains:

     http://pyopengl.sourceforge.net/

PyOpenGL 3.0.2 (final, finally) has been released.  The major changes since 3.0.1 (released in 2010!) are:

   * OpenGL core support up to 4.3 level [1]
   * OpenGL extension support from the current registry [1]
   * Some missing FreeGLUT extensions added
   * OpenGL.GL.framebufferobjects providing ARB/EXT alternates for framebuffer operations
   * Experimental OSMesa (Offscreen Mesa) context (use the environment variable PYOPENGL_PLATFORM=osmesa)

Codebase changes:

   * Experimental Python 3.2 and PyPy support
   * Win64 Support (including OpenGL_accelerate)
   * Numarray (the ancient transitional module between Numeric and numpy) is no longer supported as an array type
   * More compact auto-generated wrappers
   * Large numbers of bug fixes

Downloads are at:

     http://pypi.python.org/pypi/PyOpenGL/3.0.2
     http://pypi.python.org/pypi/PyOpenGL-accelerate/3.0.2

Future Compatibility Notes:

  * This will be the last release of PyOpenGL to support Python 2.5 (and
    it supports Python 2.5 in source-release only mode).
      o PyOpenGL will be moving to a "shared code" approach for Python
        2/3 support, which makes supporting the older Python releases
        problematic
  * This will be the last release to support the use of bare numbers as
    number-array data-types
      o i.e. passing 1.00 to a function expecting an array/address of an
        float
      o Use Glfloat( 1.00 ) to pass in an array-compatible value
      o Passing in an int/long will generate a GLvoidp( I ) to allow for
        easy offset-address-style API usage
  * The ancient Numeric package (as distinct from Numpy) will be dropped
    as a supported array format
      o Numeric itself has long since been deprecated, use Numpy

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jul 23 17:23:58 2016 UTC (7 years, 8 months ago) by kamil
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Remove wrong patch for ctypesloader

The Python's function find_library() is works for a string in a form of
'GL', not 'libGL.so'.

Bump PKGREVISION.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:50 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:46 2015 UTC (8 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.20 / (download) - annotate - [select for diffs], Sat Apr 25 14:23:17 2015 UTC (8 years, 11 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive revbump following MesaLib update, categories g through n.

Revision 1.19 / (download) - annotate - [select for diffs], Fri May 9 07:37:07 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 26 00:22:29 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.17: +5 -2 lines
Diff to previous 1.17 (colored)

Add missing egg to PLIST (happened during big python-3.x commit, sorry).
Fix interpreter path in installed file.
Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:09 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.16: +3 -5 lines
Diff to previous 1.16 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 11 14:42:03 2014 UTC (10 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Revbump after updating tcl/tk.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 25 01:29:06 2013 UTC (10 years, 3 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Corrected typo in COMMENT.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:25 2013 UTC (10 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 4 07:45:01 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Replace py-Tk/buildlink3.mk with DEPENDS.

There are no buildlink3-relevant files here, just a loadable module.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:18 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 6 14:11:15 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 21 23:49:22 2012 UTC (11 years, 7 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 8 19:08:57 2012 UTC (11 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.8: +1 -6 lines
Diff to previous 1.8 (colored)

Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 14 11:17:56 2011 UTC (12 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

also accept python27 and 26, from comments, just require builtin ctype.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 1 00:08:11 2010 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Reset maintainer.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 20 11:15:17 2010 UTC (13 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

update to 3.0.1
changes:
-some extensions
-dropped py-numarray support
-bugfixes

Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 16 20:45:20 2009 UTC (14 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.4: +11 -6 lines
Diff to previous 1.4 (colored)

Sync with reality: pkgsrc/devel/py-ctypes is broken, it fails even
on sizeof(long) on i386. The ctypes module builtin to Python-2.5
appears to work, so don't depend on devel/py-ctypes but require
Python-2.5.
Being here, update to 3.0.1b1. There is no useful changelog - appearently
more new OpenGL features are supported.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 12 00:46:34 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.3: +5 -6 lines
Diff to previous 1.3 (colored)

Move to proper Python Egg building. Bump revision.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:09 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 16 15:09:40 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

py-setuptools is only available for 2.4 and ctypes for 2.3+, restrict
accordingly.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 13 15:06:09 2007 UTC (16 years, 8 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import PyOpenGL-3.0.0a6: Python bindings for OpenGL
prepered by Quentin Garnier in pkgsrc-wip

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 13 15:06:09 2007 UTC (16 years, 8 months ago) by drochner
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>