eccc FreshPorts -- graphics/py-opengl
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-opengl 3.0.1_2 graphics on this many watch lists=44 search for ports that depend on this port
An OpenGL (and related library) interface for Python

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: python
License: not specified in port


PyOpenGL is an interface between the Python programming language and the OpenGL
library (and related libraries).  The package provides interfaces to:

     - The OpenGL library itself, which is a three-dimensional graphical
     rendering interface.  For more information, visit
     http://www.opengl.org.

     - The GLU library which provides access to routines for doing
     quadrics, tesselation etc.

     - The GLUT (GL UTilitity) library from Mark Kilgard, which provides a
     windowing environment.

     - The Togl (Tk/OpenGL) widget from Brian Paul and Ben Benderson (an
     alternative to GLUT which interfaces to Tk).

The Python bindings offer some value-added tools in addition to the
standard API, including support for fast processing of arrays of
coordinates, trackball support, etc.

WWW: http://pyopengl.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. math/py-numpy
  2. graphics/py-imaging
  3. lang/python27
  4. x11-toolkits/py-tkinter
Required To Run:
  1. math/py-numpy
  2. graphics/py-imaging
  3. lang/python27
  4. x11-toolkits/py-tkinter
Required Libraries:
  1. graphics/freeglut

This port is required by:

for Build for Run

To install the port: cd /usr/ports/graphics/py-opengl/ && make install clean
To add the package: pkg_add -r py27-opengl


Configuration Options
===> The following configuration options are available for py27-opengl-3.0.1_2:
     TKINTER=on: Build with tkinter for X support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  3. http://freefr.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  4. http://garr.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  5. http://heanet.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  6. http://hivelocity.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  7. http://ignum.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  8. http://internode.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  9. http://iweb.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  10. http://jaist.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  11. http://nchc.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  12. http://ncu.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  13. http://netcologne.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  14. http://osdn.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  15. http://space.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  16. http://sunet.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  17. http://superb-dca3.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  18. http://switch.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  19. http://tenet.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  20. http://ufpr.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/
  21. http://waix.dl.sourceforge.net/project/pyopengl/PyOpenGL/3.0.1/

Number of commits found: 43

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 Mar 2013 22:32:49
Original commit files touched by this commit  3.0.1_2
lwhsu search for other commits by this committer
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
04 Aug 2012 22:52:04
Original commit files touched by this commit  3.0.1_1
kwm search for other commits by this committer
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
12 Jun 2012 21:42:32
Original commit files touched by this commit  3.0.1
bapt search for other commits by this committer
Conver to new options framework
05 May 2012 17:46:41
Original commit files touched by this commit  3.0.1
ak search for other commits by this committer
- Use USE_DOS2UNIX instead of homemade equivalent

Approved by:    eadler (mentor)
03 Jul 2011 14:12:23
Original commit files touched by this commit  3.0.1
ohauer search for other commits by this committer
-remove MD5
26 Jul 2010 00:03:14
Original commit files touched by this commit  3.0.1
linimon search for other commits by this committer
Reset ahze@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
23 Apr 2010 13:10:36
Original commit files touched by this commit  3.0.1
wen search for other commits by this committer
- Change the dependence to PYNUMPY from PYNUMERIC as official doc suggests. [1]
- Update to 3.0.1

PR:             ports/138629 [1]
Submitted by:   Wen Heping (myself)
Approved by:    maintainer(timeout, >7 months) [1]
05 Feb 2010 11:46:55
Original commit files touched by this commit  3.0.0_2
dinoex search for other commits by this committer
- update to jpeg-8
22 Aug 2009 00:23:13
Original commit files touched by this commit  3.0.0_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
31 Jul 2009 13:57:52
Original commit files touched by this commit  3.0.0_1
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
17 May 2009 12:35:05
Original commit files touched by this commit  3.0.0
miwi search for other commits by this committer
- Update to 3.0.0

PR:             133260
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer timeout
06 May 2009 22:59:45
Original commit files touched by this commit  3.0.0.b8_2
amdmi3 search for other commits by this committer
- The port was completely broken, all py-opengl apps failed to run with error
"No platform plugin registered for ('freebsd7', 'posix')", fix this

PR:             130821 [1], 133638 [2]
Submitted by:   Michael Krauss <hippodriver at gmx.net> [1], myself [2]
Approved by:    maintainer timeout (ahze, >3 months)
23 Jan 2009 16:28:36
Original commit files touched by this commit  3.0.0.b8_1
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
22 Dec 2008 11:14:15
Original commit files touched by this commit  3.0.0.b8
stefan search for other commits by this committer
Update to 3.0.0.b8.

PR:             129223
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer timeout (3 weeks)
19 Apr 2008 17:56:05
Original commit files touched by this commit  2.0.1.07_4
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
30 Jul 2007 09:42:28
Original commit files touched by this commit  2.0.1.07_4
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
19 May 2007 20:32:57
Original commit files touched by this commit  2.0.1.07_4
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
01 Sep 2006 00:51:19
Original commit files touched by this commit  2.0.1.07_3
ahze search for other commits by this committer
- Adopt port
- Don't depend on swig since the version wanted is not in ports
07 May 2006 23:46:33
Original commit files touched by this commit  2.0.1.07_2
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
12 Jan 2006 12:54:32
Original commit files touched by this commit  2.0.1.07_2
sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
26 Nov 2005 01:48:16
Original commit files touched by this commit  2.0.1.07_1
pav search for other commits by this committer
- Add SHA256
17 May 2004 02:25:33
Original commit files touched by this commit  2.0.1.07_1
ijliao search for other commits by this committer
fix build on -stable by converting dos files to unix format

Noticed by:     bento via kris
13 May 2004 05:57:03
Original commit files touched by this commit  2.0.1.07
ijliao search for other commits by this committer
forgot to remove this one
13 May 2004 01:34:53
Original commit files touched by this commit  2.0.1.07
ijliao search for other commits by this committer
upgrade to 2.0.1.07

PR:             65246
10 Apr 2004 17:11:02
Original commit files touched by this commit  2.0.0.44
trevor search for other commits by this committer
Cram into 80 columns by 24 rows.
29 Jan 2004 07:24:56
Original commit files touched by this commit  2.0.0.44
trevor search for other commits by this committer
SIZEify.
20 Nov 2003 15:06:15
Original commit files touched by this commit  2.0.0.44
trevor search for other commits by this committer
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
20 Nov 2003 13:51:47
Original commit files touched by this commit  2.0.0.44
trevor search for other commits by this committer
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
20 Aug 2003 10:32:03
Original commit files touched by this commit  2.0.0.44
perky search for other commits by this committer
Fix build on tcl8.4 (which current py-tkinter is based on)
29 Jul 2003 09:12:37
Original commit files touched by this commit  2.0.0.44
sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
07 Mar 2003 06:04:15
Original commit files touched by this commit  2.0.0.44
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
15 Jan 2003 18:28:17
Original commit files touched by this commit  2.0.0.44
sobomax search for other commits by this committer
Update to 2.0.0.44.
15 Jul 2002 11:37:35
Original commit files touched by this commit  1.5.7
tg search for other commits by this committer
Use $PYNUMERIC in the dependencies.
29 Apr 2002 17:40:02
Original commit files touched by this commit  1.5.7
ijliao search for other commits by this committer
use USE_PYDISTUTILS
27 Nov 2001 12:06:32
files touched by this commit
sobomax search for other commits by this committer
Update to 1.5.7.    
28 May 2001 16:32:44
files touched by this commit
sobomax search for other commits by this committer
Update location of nympy port.    
09 Feb 2001 17:41:53
files touched by this commit
sobomax search for other commits by this committer
Update to 1.5.6.    
18 Dec 2000 16:59:34
files touched by this commit
sobomax search for other commits by this committer
Update to 1.5.6.b1.    
05 Dec 2000 18:15:14
files touched by this commit
sobomax search for other commits by this committer
Fix incompatability with python2.0 in one of the examples.  
05 Dec 2000 08:44:56
files touched by this commit
sobomax search for other commits by this committer
- Update to 1.5.6.a2;   - take over maintainership (mail addressed to the old
maintainer bounces);   - use USE_PYTHON;   - new MASTER_SITES and WWW (project
has been moved to Sourceforge).    
08 Oct 2000 02:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
08 Sep 2000 13:24:00
files touched by this commit
tg search for other commits by this committer
Don't break package building on Satoshi's cluster. Explicitly depend   on
python1.5:lang/python15.    
03 Aug 2000 10:28:58
files touched by this commit
asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    

Number of commits found: 43

284d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24514
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours4
new 7 days31
new fortnight71
new month203

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0