808a FreshPorts -- graphics/p5-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
p5-OpenGL 0.66_1 graphics on this many watch lists=0 search for ports that depend on this port
Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Jan 2003 20:29:21
Also Listed In: perl5
License: not specified in port


This module provides access to most of the OpenGL 1.0, 1.1, and 1.2 APIs.
Some amount of GLU is supported (I'm not quite sure what version it works
out to), and GLUT should be completely supported up to API version 3. A
small portion of GLX and X11 is supported, as an alternative to GLUT.

WWW: http://search.cpan.org/dist/OpenGL/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. x11-servers/xorg-vfbserver
  2. x11-fonts/xorg-fonts-miscbitmaps
  3. x11-fonts/font-alias
  4. x11/xkeyboard-config
  5. x11/xkbcomp
  6. lang/perl5.12
Required To Run:
  1. lang/perl5.12
Required Libraries:
  1. graphics/freeglut

This port is required by:

for Build for Run

To install the port: cd /usr/ports/graphics/p5-OpenGL/ && make install clean
To add the package: pkg_add -r p5-OpenGL


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/C/CH/CHM/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/C/CH/CHM/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/C/CH/CHM/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/C/CH/CHM/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/C/CH/CHM/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/C/CH/CHM/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/C/CH/CHM/
  10. ftp://mirror.hiwaay.net/CPAN/authors/id/C/CH/CHM/
  11. http://at.cpan.org/authors/id/C/CH/CHM/
  12. http://backpan.perl.org/authors/id/C/CH/CHM/
  13. http://cpan.nctu.edu.tw/authors/id/C/CH/CHM/
  14. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/C/CH/CHM/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/C/CH/CHM/
  16. http://www.cpan.dk/authors/id/C/CH/CHM/
  17. http://www.cpan.dk/modules/by-module/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
25 Sep 2012 18:02:15
Original commit files touched by this commit  0.66_1
beat search for other commits by this committer
- Disallow from pointyhat: fails to start X server

Reported by:	pointyhat
22 Aug 2012 18:15:16
Original commit files touched by this commit  0.66_1
crees search for other commits by this committer
There's apparently a magic variable, USE_DISPLAY that I'd somehow missed.

Hopefully this will fix the build on pointyhat...

Submitted by:	beat
Submitted by:	linimon
22 Aug 2012 17:40:22
Original commit files touched by this commit  0.66_1
crees search for other commits by this committer
Mark IS_INTERACTIVE-- requires an X server for configure stage.

I'm thinking of using xvfb somehow... or finding the freeglut version by
perhaps looking in source code/headers.

Submitted by:	pointyhat (beat)
04 Aug 2012 22:52:04
Original commit files touched by this commit  0.66_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.
05 Dec 2011 03:24:28
Original commit files touched by this commit  0.66
sunpoet search for other commits by this committer
- Update to 0.66
- While I'm here, add missing trailing slash to WWW

Changes:        http://search.cpan.org/dist/OpenGL/Release_Notes
PR:             ports/161534
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Feature safe:   yes
08 Sep 2011 08:36:43
Original commit files touched by this commit  0.54_2
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
03 Jul 2011 14:12:23
Original commit files touched by this commit  0.54_2
ohauer search for other commits by this committer
-remove MD5
23 Jan 2010 14:45:05
Original commit files touched by this commit  0.54_2
ehaupt search for other commits by this committer
- Add cpan site to WWW
- Fix indentation, fmt -w 80
31 Aug 2009 19:48:35
Original commit files touched by this commit  0.54_2
pav search for other commits by this committer
- Un-IGNORE: glut is USE_GL keyword, not USE_XORG one
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.54_2
  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)
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.54_2
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
19 May 2007 20:32:57
Original commit files touched by this commit  0.54_2
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}.
03 Dec 2006 18:21:04
Original commit files touched by this commit  0.54_1
rafan search for other commits by this committer
- Respect X11BASE

Reported by:    pointyhat
12 Jan 2006 12:54:32
Original commit files touched by this commit  0.54_1
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  0.54
pav search for other commits by this committer
- Add SHA256
17 Dec 2004 19:34:05
Original commit files touched by this commit  0.54
lesi search for other commits by this committer
After a bit of discussion with CPAN maintainer of this module, make it
compile with Mesa 6, but in a way that hopefully doesn't break with
older GL.

Pointed out by: dosirak via kris
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.54
trevor search for other commits by this committer
SIZEify.
20 Feb 2003 18:08:19
Original commit files touched by this commit  0.54
knu search for other commits by this committer
de-pkg-comment
06 Jan 2003 20:27:42
Original commit files touched by this commit  0.54
ijliao search for other commits by this committer
add p5-OpenGL 0.54
Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX

Number of commits found: 19

2868
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24539
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days36
new fortnight58
new month222

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