The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD graphics : Coin

C++ 3D graphics library based on the Open Inventor 2.1 API

 From its README:

Coin is a 3D graphics library with a C++ Application Programming
Interface based on the Open Inventor 2.1 API.  Open Inventor, for those
who are not familiar with it, is an OpenGL-based, retain-mode, 3D model
scene-graph rendering and interaction library, which has become the de
facto standard graphics library for 3D visualization and visual
simulation software in the scientific and engineering community. 

http://www.coin3d.org/



Coin history


v. 1.26
date: 2007/05/19 20:08:30;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.25 date: 2007/04/20 22:26:46; author: miwi; state: Exp; lines: +1 -1 - Update to 2.4.6
v. 1.24 date: 2006/10/07 12:27:41; author: miwi; state: Exp; lines: +2 -2 - Fix build with gcc41 PR: ports/104078 Submitted by: trasz
v. 1.23 date: 2006/08/14 23:06:31; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.22 date: 2006/05/07 23:45:48; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE for categories starting with a G
v. 1.21 date: 2006/02/23 10:36:46; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2005/11/15 06:49:22; author: ade; state: Exp; lines: +1 -1 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.
v. 1.19 date: 2005/10/17 10:07:51; author: vs; state: Exp; lines: +1 -1 Update to 2.4.4
v. 1.18 date: 2005/07/09 13:22:15; author: kris; state: Exp; lines: +2 -2 Chase master site
v. 1.17 date: 2005/04/12 03:25:35; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.16 date: 2005/04/11 08:02:38; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.15 date: 2005/03/03 07:51:03; author: vs; state: Exp; lines: +10 -11 Update to 2.3.0 PR: ports/77970 Submitted by: Ports Fury
v. 1.14 date: 2005/02/21 18:13:46; author: leeym; state: Exp; lines: +0 -2 - fix wrong PLIST and unbreak this port
v. 1.13 date: 2005/02/20 20:14:46; author: kris; state: Exp; lines: +2 -0 BROKEN: Incorrect pkg-plist (removes files not installed by this port)
v. 1.12 date: 2004/12/23 10:17:59; author: krion; state: Exp; lines: +2 -2 Bump shlib version for graphics/simage Bump PORTREVISION.
v. 1.11 date: 2004/10/25 13:39:54; author: edwin; state: Exp; lines: +1 -1 Clean up time for email addresses MIA! If you know new email addresses for the people involved, please send-pr it! : host relay.agava.net.ru[195.161.118.3] said: 550 : User unknown in local recipient table (in reply to RCPT TO command) (expanded from ): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found : host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) : host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) : host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) : Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found : host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 ... Mailbox disabled for this recipient (in reply to RCPT TO command) : host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) : host horton.iaces.com[204.147.87.98] said: 550 5.1.1 ... User unknown (in reply to RCPT TO command) : host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} ... User is unknown (in reply to RCPT TO command) : host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) : host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) : host mail.rhps.org[66.250.128.137] said: 550 5.7.1 ... Relaying denied (in reply to RCPT TO command)
v. 1.10 date: 2004/03/14 06:16:35; author: ade; state: Exp; lines: +1 -1 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.
v. 1.9 date: 2004/01/30 21:48:07; author: kris; state: Exp; lines: +1 -0 Fix and sort plist, and bump PORTREVISION
v. 1.8 date: 2003/12/17 10:13:33; author: linimon; state: Exp; lines: +1 -1 Chase the USE_MESA -> USE_GL change. PR: ports/60320 Submitted by: Roland Jesse (maintainer)
v. 1.7 date: 2003/09/27 08:19:56; author: krion; state: Exp; lines: +1 -0 - Use PTHREAD_LIBS instead of hardcoded -pthread PR: 57124 Submitted by: maintainer
v. 1.6 date: 2003/07/16 06:13:31; author: daichi; state: Exp; lines: +1 -6 update graphics/Coin: 2.0.2 -> 2.1.0 PR: 54494 Submitted by: Roland Jesse (maintainer)
v. 1.5 date: 2003/04/14 13:15:50; author: arved; state: Exp; lines: +4 -2 Update to 2.0.2 PR: 50639 Submitted by: maintainer
v. 1.4 date: 2003/03/31 09:28:08; author: edwin; state: Exp; lines: +9 -5 Update port devel/Coin to the latest and greatest version 2.0.0. PR: ports/49005 Submitted by: Roland Jesse
v. 1.3 date: 2003/02/21 12:15:08; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.2 date: 2002/11/18 10:51:38; author: ijliao; state: Exp; lines: +3 -3 upgrade to 1.0.3 change maintainer's email PR: 45386 Submitted by: maintainer
v. 1.1 date: 2002/09/19 08:43:26; author: ijliao; state: Exp; add Coin 1.0.2 C++ 3D graphics library based on the Open Inventor 2.1 API PR: 37921 Submitted by: Roland Jesse ============================================================================= v. 1.26 date: 2007/05/19 20:08:30; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25 date: 2007/04/20 22:26:46; author: miwi; state: Exp; lines: +1 -1 - Update to 2.4.6
v. 1.24 date: 2006/10/07 12:27:41; author: miwi; state: Exp; lines: +2 -2 - Fix build with gcc41 PR: ports/104078 Submitted by: trasz
v. 1.23 date: 2006/08/14 23:06:31; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.22 date: 2006/05/07 23:45:48; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE for categories starting with a G
v. 1.21 date: 2006/02/23 10:36:46; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2005/11/15 06:49:22; author: ade; state: Exp; lines: +1 -1 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.
v. 1.19 date: 2005/10/17 10:07:51; author: vs; state: Exp; lines: +1 -1 Update to 2.4.4
v. 1.18 date: 2005/07/09 13:22:15; author: kris; state: Exp; lines: +2 -2 Chase master site
v. 1.17 date: 2005/04/12 03:25:35; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.16 date: 2005/04/11 08:02:38; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.15 date: 2005/03/03 07:51:03; author: vs; state: Exp; lines: +10 -11 Update to 2.3.0 PR: ports/77970 Submitted by: Ports Fury
v. 1.14 date: 2005/02/21 18:13:46; author: leeym; state: Exp; lines: +0 -2 - fix wrong PLIST and unbreak this port
v. 1.13 date: 2005/02/20 20:14:46; author: kris; state: Exp; lines: +2 -0 BROKEN: Incorrect pkg-plist (removes files not installed by this port)
v. 1.12 date: 2004/12/23 10:17:59; author: krion; state: Exp; lines: +2 -2 Bump shlib version for graphics/simage Bump PORTREVISION.
v. 1.11 date: 2004/10/25 13:39:54; author: edwin; state: Exp; lines: +1 -1 Clean up time for email addresses MIA! If you know new email addresses for the people involved, please send-pr it! : host relay.agava.net.ru[195.161.118.3] said: 550 : User unknown in local recipient table (in reply to RCPT TO command) (expanded from ): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found : host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) : host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) : host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) : Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found : host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 ... Mailbox disabled for this recipient (in reply to RCPT TO command) : host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) : host horton.iaces.com[204.147.87.98] said: 550 5.1.1 ... User unknown (in reply to RCPT TO command) : host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} ... User is unknown (in reply to RCPT TO command) : host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) : host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) : host mail.rhps.org[66.250.128.137] said: 550 5.7.1 ... Relaying denied (in reply to RCPT TO command)
v. 1.10 date: 2004/03/14 06:16:35; author: ade; state: Exp; lines: +1 -1 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.
v. 1.9 date: 2004/01/30 21:48:07; author: kris; state: Exp; lines: +1 -0 Fix and sort plist, and bump PORTREVISION
v. 1.8 date: 2003/12/17 10:13:33; author: linimon; state: Exp; lines: +1 -1 Chase the USE_MESA -> USE_GL change. PR: ports/60320 Submitted by: Roland Jesse (maintainer)
v. 1.7 date: 2003/09/27 08:19:56; author: krion; state: Exp; lines: +1 -0 - Use PTHREAD_LIBS instead of hardcoded -pthread PR: 57124 Submitted by: maintainer
v. 1.6 date: 2003/07/16 06:13:31; author: daichi; state: Exp; lines: +1 -6 update graphics/Coin: 2.0.2 -> 2.1.0 PR: 54494 Submitted by: Roland Jesse (maintainer)
v. 1.5 date: 2003/04/14 13:15:50; author: arved; state: Exp; lines: +4 -2 Update to 2.0.2 PR: 50639 Submitted by: maintainer
v. 1.4 date: 2003/03/31 09:28:08; author: edwin; state: Exp; lines: +9 -5 Update port devel/Coin to the latest and greatest version 2.0.0. PR: ports/49005 Submitted by: Roland Jesse
v. 1.3 date: 2003/02/21 12:15:08; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.2 date: 2002/11/18 10:51:38; author: ijliao; state: Exp; lines: +3 -3 upgrade to 1.0.3 change maintainer's email PR: 45386 Submitted by: maintainer
v. 1.1 date: 2002/09/19 08:43:26; author: ijliao; state: Exp; add Coin 1.0.2 C++ 3D graphics library based on the Open Inventor 2.1 API PR: 37921 Submitted by: Roland Jesse ============================================================================= v. 1.26 date: 2007/05/19 20:08:30; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25 date: 2007/04/20 22:26:46; author: miwi; state: Exp; lines: +1 -1 - Update to 2.4.6
v. 1.24 date: 2006/10/07 12:27:41; author: miwi; state: Exp; lines: +2 -2 - Fix build with gcc41 PR: ports/104078 Submitted by: trasz
v. 1.23 date: 2006/08/14 23:06:31; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.22 date: 2006/05/07 23:45:48; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE for categories starting with a G
v. 1.21 date: 2006/02/23 10:36:46; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.20 date: 2005/11/15 06:49:22; author: ade; state: Exp; lines: +1 -1 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.
v. 1.19 date: 2005/10/17 10:07:51; author: vs; state: Exp; lines: +1 -1 Update to 2.4.4
v. 1.18 date: 2005/07/09 13:22:15; author: kris; state: Exp; lines: +2 -2 Chase master site
v. 1.17 date: 2005/04/12 03:25:35; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.16 date: 2005/04/11 08:02:38; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.15 date: 2005/03/03 07:51:03; author: vs; state: Exp; lines: +10 -11 Update to 2.3.0 PR: ports/77970 Submitted by: Ports Fury
v. 1.14 date: 2005/02/21 18:13:46; author: leeym; state: Exp; lines: +0 -2 - fix wrong PLIST and unbreak this port
v. 1.13 date: 2005/02/20 20:14:46; author: kris; state: Exp; lines: +2 -0 BROKEN: Incorrect pkg-plist (removes files not installed by this port)
v. 1.12 date: 2004/12/23 10:17:59; author: krion; state: Exp; lines: +2 -2 Bump shlib version for graphics/simage Bump PORTREVISION.
v. 1.11 date: 2004/10/25 13:39:54; author: edwin; state: Exp; lines: +1 -1 Clean up time for email addresses MIA! If you know new email addresses for the people involved, please send-pr it! : host relay.agava.net.ru[195.161.118.3] said: 550 : User unknown in local recipient table (in reply to RCPT TO command) (expanded from ): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found : host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) : host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) : host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) : Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found : host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 ... Mailbox disabled for this recipient (in reply to RCPT TO command) : host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) : host horton.iaces.com[204.147.87.98] said: 550 5.1.1 ... User unknown (in reply to RCPT TO command) : host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} ... User is unknown (in reply to RCPT TO command) : host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) : host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) : host mail.rhps.org[66.250.128.137] said: 550 5.7.1 ... Relaying denied (in reply to RCPT TO command)
v. 1.10 date: 2004/03/14 06:16:35; author: ade; state: Exp; lines: +1 -1 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.
v. 1.9 date: 2004/01/30 21:48:07; author: kris; state: Exp; lines: +1 -0 Fix and sort plist, and bump PORTREVISION
v. 1.8 date: 2003/12/17 10:13:33; author: linimon; state: Exp; lines: +1 -1 Chase the USE_MESA -> USE_GL change. PR: ports/60320 Submitted by: Roland Jesse (maintainer)
v. 1.7 date: 2003/09/27 08:19:56; author: krion; state: Exp; lines: +1 -0 - Use PTHREAD_LIBS instead of hardcoded -pthread PR: 57124 Submitted by: maintainer
v. 1.6 date: 2003/07/16 06:13:31; author: daichi; state: Exp; lines: +1 -6 update graphics/Coin: 2.0.2 -> 2.1.0 PR: 54494 Submitted by: Roland Jesse (maintainer)
v. 1.5 date: 2003/04/14 13:15:50; author: arved; state: Exp; lines: +4 -2 Update to 2.0.2 PR: 50639 Submitted by: maintainer
v. 1.4 date: 2003/03/31 09:28:08; author: edwin; state: Exp; lines: +9 -5 Update port devel/Coin to the latest and greatest version 2.0.0. PR: ports/49005 Submitted by: Roland Jesse
v. 1.3 date: 2003/02/21 12:15:08; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.2 date: 2002/11/18 10:51:38; author: ijliao; state: Exp; lines: +3 -3 upgrade to 1.0.3 change maintainer's email PR: 45386 Submitted by: maintainer
v. 1.1 date: 2002/09/19 08:43:26; author: ijliao; state: Exp; add Coin 1.0.2 C++ 3D graphics library based on the Open Inventor 2.1 API PR: 37921 Submitted by: Roland Jesse =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm