notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
freeglut An alternative to the OpenGL Utility Toolkit (GLUT) library
2.4.0 x11-toolkits Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.0Version of this port present on the latest quarterly branch.
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: 2003-05-05 22:17:08
Last Update: 2006-01-16 00:07:03
SVN Revision: UNKNOWN
People watching this port, also watch:: mutt, python, aspell
License: not specified in port
WWW:
http://freeglut.sourceforge.net/
Description:
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available and highly portable. GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions. freeglut is released under the X-Consortium license. WWW: http://freeglut.sourceforge.net/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • freeglut>0:x11-toolkits/freeglut
No installation instructions:
This port has been deleted.
PKGNAME: freeglut
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libtool15 : devel/libtool15
Library dependencies:
  1. X11.6 : x11/XFree86-4-libraries
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (9 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://heanet.dl.sourceforge.net/sourceforge/freeglut/
  3. http://jaist.dl.sourceforge.net/sourceforge/freeglut/
  4. http://kent.dl.sourceforge.net/sourceforge/freeglut/
  5. http://nchc.dl.sourceforge.net/sourceforge/freeglut/
  6. http://optusnet.dl.sourceforge.net/sourceforge/freeglut/
  7. http://surfnet.dl.sourceforge.net/sourceforge/freeglut/
  8. http://ufpr.dl.sourceforge.net/sourceforge/freeglut/
  9. http://umn.dl.sourceforge.net/sourceforge/freeglut/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.0
16 Jan 2006 00:07:03
Original commit files touched by this commit
pav search for other commits by this committer
- Move freeglut from x11-toolkits to graphics, where libglut already is

PR:             ports/91711
Submitted by:   Sangwoo Shim <sangwoos@gmail.com>
Repocopied by:  marcus
2.4.0
25 Nov 2005 19:33:59
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
2.4.0
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2.4.0
11 Jun 2005 19:57:47
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.4.0.
2.2.0
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
2.2.0
04 Jun 2004 17:29:38
Original commit files touched by this commit
ade search for other commits by this committer
Sync with new bsd.autotools.mk
2.2.0
17 Mar 2004 18:29:46
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
2.2.0
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2.2.0
14 Dec 2003 13:03:37
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.2.0

PR:             ports/60210
Submitted by:   Thierry Thomas <thierry@pompo.net>
2.0.1
10 Nov 2003 00:25:04
Original commit files touched by this commit
naddy search for other commits by this committer
Update to 2.0.1.

PR:             58573
Submitted by:   Thierry Thomas <thierry@pompo.net>
2.0.0
04 Oct 2003 09:46:21
Original commit files touched by this commit
edwin search for other commits by this committer
x11-toolkits/freeglut: upgrading to 2.0.0.

        After seven release candidates, the 2.0.0 final has been released!

PR:             ports/57377
Submitted by:   Thierry Thomas <thierry@pompo.net>
1.3
05 May 2003 22:16:27
Original commit files touched by this commit
anholt search for other commits by this committer
Add freeglut 1.3, an alternative to the OpenGL Utility Toolkit (GLUT) library.

PR:             51453
Submitted by:   thierry@pompo.net

Number of commits found: 12