FreshPorts -- The Place For Ports Fri, 3 Jul 2009 11:48 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
openvrml 0.17.5_4 www on this many watch lists=2 search for ports that depend on this port
VRML97 runtime and browser

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: 10 Apr 2001 18:31:47
Also Listed In: graphics


OpenVRML is a free cross-platform runtime for VRML and X3D available under the
GNU Lesser General Public License. The OpenVRML distribution includes libraries
you can use to add VRML/X3D support to an application.  OpenVRML also provides a
plug-in to render VRML/X3D worlds in Web browsers.

WWW: http://openvrml.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/argp-standalone, devel/pkg-config, java/diablo-jdk16, www/firefox, devel/gmake, devel/sdl12, textproc/intltool, misc/gnome-mime-data, devel/pkg-config
Required To Run: java/diablo-jdk16, www/firefox, misc/gnomehier, misc/gnome-mime-data, devel/pkg-config, devel/gio-fam-backend
Required Libraries: x11-fonts/fontconfig, lang/spidermonkey, graphics/jpeg, graphics/png, ftp/curl, devel/boost, graphics/libGLU, devel/sdl12, audio/esound, accessibility/atk, devel/gconf2, devel/glib20, devel/gnome-vfs, x11-toolkits/gtk20, graphics/libart_lgpl, devel/libbonobo, x11-toolkits/libbonoboui, devel/libglade2, x11/libgnome, graphics/libgnomecanvas, x11-toolkits/libgnomeui, devel/libIDL, textproc/libxml2, devel/ORBit2, x11-toolkits/pango

To install the port: cd /usr/ports/www/openvrml/ && make install clean
To add the package: pkg_add -r openvrml


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/openvrml/
http://kent.dl.sourceforge.net/sourceforge/openvrml/
http://easynews.dl.sourceforge.net/sourceforge/openvrml/
http://ufpr.dl.sourceforge.net/sourceforge/openvrml/
http://umn.dl.sourceforge.net/sourceforge/openvrml/
http://mesh.dl.sourceforge.net/sourceforge/openvrml/
http://heanet.dl.sourceforge.net/sourceforge/openvrml/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 59

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Jan 2009 15:43:14
Original commit files touched by this commit  0.17.5_4
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
13 Jan 2009 22:53:09
Original commit files touched by this commit  0.17.5_3
marcus search for other commits by this committer
Revert the previous commit as this port now appears to build on
pointyhat.

Reported by:    pav
13 Jan 2009 21:54:00
Original commit files touched by this commit  0.17.5_3
marcus search for other commits by this committer
Mark this port BROKEN with GNOME 2.24.  I'm willing to work with a user to
fix it, but it's dying with zero information right now.

Reported by:    QA Tinderbox
12 Jan 2009 22:11:18
Original commit files touched by this commit  0.17.5_3
marcus search for other commits by this committer
Allow this port to build with GTK+ deprecation.
10 Jan 2009 02:45:46
Original commit files touched by this commit  0.17.5_3
mezz search for other commits by this committer
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:    portmgr
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.17.5_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 15:07:24
Original commit files touched by this commit  0.17.5_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.17.5_1
  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)
16 Apr 2008 23:28:19
Original commit files touched by this commit  0.17.5_1
pav search for other commits by this committer
- Mark BROKEN on FreeBSD 5.x, 6.x
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.17.5_1
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
06 Feb 2008 20:46:33
Original commit files touched by this commit  0.17.5
thierry search for other commits by this committer
Upgrade OpenVRML to 0.17.5.

Changelog at <https://sourceforge.net/forum/forum.php?forum_id=781359>.
27 Jan 2008 14:32:32
Original commit files touched by this commit  0.17.4
thierry search for other commits by this committer
Upgrade to 0.17.4.

Changelog at
<http://sourceforge.net/mailarchive/message.php?msg_name=1201336311.3311.5.camel%40hinge.endoframe.net>
10 Jan 2008 21:01:16
Original commit files touched by this commit  0.17.2
thierry search for other commits by this committer
Upgrade to OpenVRML 0.17.2.

Changelog:
- Fixed a crash in relative URL resolution.

- Added support for gzip-encoded resources to openvrml-player.
07 Jan 2008 23:04:46
Original commit files touched by this commit  0.17.1
thierry search for other commits by this committer
Upgrade to 0.17.1.

Changelog at <https://sourceforge.net/forum/forum.php?forum_id=771224>.
06 Jan 2008 10:22:07
Original commit files touched by this commit  0.17.0
thierry search for other commits by this committer
Upgrade to 0.17.0.

Note: since 0.17.0, OpenVRML is placed under the terms of version 3 of
the LGPL and GPL licenses.
The breakdown of how these licenses are applied to the different parts
of OpenVRML does not change: libopenvrml and libopenvrml-gl remains
available under the LGPL, while openvrml-xembed, openvrml-player, the
Mozilla plug-in, and the example programs remain available under the
GPL.

Changelog at <http://sourceforge.net/forum/forum.php?forum_id=766275>.
09 Jul 2007 07:27:45
Original commit files touched by this commit  0.15.10_7
barner search for other commits by this committer
- Fix build with boost 1.34.0: The Boost unit test framework shared library
  no longer contains main(), so set the right #defines.

  Reference: http://lists.boost.org/boost-users/2007/04/27361.php
- Notified by:  pointyhat via pav
04 Jul 2007 16:10:58
Original commit files touched by this commit  0.15.10_7
barner search for other commits by this committer
- Bump boost shared library version to 4
- Bump PORTREVISION
19 May 2007 21:32:57
Original commit files touched by this commit  0.15.10_6
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}.
22 Apr 2007 04:25:18
Original commit files touched by this commit  0.15.10_5
kris search for other commits by this committer
BROKEN on 7.0: Incorrect objformat handling
04 Feb 2007 20:00:52
Original commit files touched by this commit  0.15.10_5
linimon search for other commits by this committer
Remove 4.X cruft.
14 Oct 2006 09:54:54
Original commit files touched by this commit  0.15.10_5
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
20 Sep 2006 12:21:59
Original commit files touched by this commit  0.15.10_3
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
15 Aug 2006 02:11:33
Original commit files touched by this commit  0.15.10_2
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
  by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
14 Jul 2006 04:10:27
Original commit files touched by this commit  0.15.10_2
linimon search for other commits by this committer
Mark broken on sparc64.
28 May 2006 06:25:51
Original commit files touched by this commit  0.15.10_2
mezz search for other commits by this committer
devel/pkgconfig -> devel/pkg-config

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:             ports/97985
Repocopy by:    marcus
13 May 2006 05:41:22
Original commit files touched by this commit  0.15.10_2
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
07 Mar 2006 17:15:21
Original commit files touched by this commit  0.15.10_2
kris search for other commits by this committer
Now builds on amd64

Approved by:    portmgr (implicit)
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.15.10_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 02:58:25
Original commit files touched by this commit  0.15.10_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
25 Nov 2005 19:02:21
Original commit files touched by this commit  0.15.10_1
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 09:34:34
Original commit files touched by this commit  0.15.10_1
barner search for other commits by this committer
Fix build with Boost 1.33.0 by moving a conflicting boost headers a bit
up. The conflicting symbol was "None", which is definied in

${LOCALBASE}/include/boost/numeric/conversion/detail/converter.hpp and
${X11BASE}/include/X11/X.h

Reported by:    pointyhat via kris
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.15.10_1
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.
09 Nov 2005 14:35:07
Original commit files touched by this commit  0.15.10_1
barner search for other commits by this committer
Chase Boost shared lib version after update to Boost 1.33.0.

devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to
              LIB_DEPENDS.
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.15.10_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
09 Oct 2005 08:51:02
Original commit files touched by this commit  0.15.10
thierry search for other commits by this committer
- Upgrade to 0.15.10 [1]

- remove a patch included upstream;

- install examples;

- add a test target.

Reported by:    edwin's version check [1]
03 Aug 2005 09:18:11
Original commit files touched by this commit  0.15.9
thierry search for other commits by this committer
Fix plist.

Reported by:    krion via pointyhat
Approved by:    portmgr (krion)
26 Jul 2005 14:39:59
Original commit files touched by this commit  0.15.9
thierry search for other commits by this committer
Upgrade to 0.15.9 and unbreak.

Remarks:
- still broken on FreeBSD-4.11;
- to be tested on != i386;
- it now installs a plug-in for mozilla, but it only works for local
  files.

PR:             84023
Submitted by:   /me
07 May 2005 03:58:17
Original commit files touched by this commit  0.14.3_3
kris search for other commits by this committer
BROKEN on i386: Does not build
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.14.3_3
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
25 Dec 2004 01:04:55
Original commit files touched by this commit  0.14.3_2
kris search for other commits by this committer
Now builds on FreeBSD >= 5.x
17 Nov 2004 18:28:48
Original commit files touched by this commit  0.14.3_2
glewis search for other commits by this committer
. Fix the build with the latest gcc 3.4.
07 Nov 2004 22:37:47
Original commit files touched by this commit  0.14.3_2
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
30 Sep 2004 06:32:00
Original commit files touched by this commit  0.14.3_1
kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
19 Sep 2004 03:57:41
Original commit files touched by this commit  0.14.3_1
kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
21 Jun 2004 05:23:12
Original commit files touched by this commit  0.14.3_1
marcus search for other commits by this committer
Depend on Mozilla for now as Firefox dependencies are broken.

Still reported by:      pointyhat via kris
19 Jun 2004 06:50:06
Original commit files touched by this commit  0.14.3_1
marcus search for other commits by this committer
Fix build now that the Firefox pkg-config files are named firefox-* instead
of mozilla-*.

Reported by:    pointyhat via kris
17 Jun 2004 17:02:08
Original commit files touched by this commit  0.14.3_1
marcus search for other commits by this committer
Chase the new firefox pkg-config file names.

Reported by:    pointyhat via kris
12 Apr 2004 04:14:24
Original commit files touched by this commit  0.14.3
ijliao search for other commits by this committer
fix build on -stable by using gcc 3.3

Noticed by:     bento via kris
07 Apr 2004 07:28:35
Original commit files touched by this commit  0.14.3
ijliao search for other commits by this committer
upgrade to 0.14.3
17 Mar 2004 18:29:46
Original commit files touched by this commit  0.12.4_1
trevor search for other commits by this committer
SIZEify.
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.12.4_1
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.
25 Feb 2004 10:20:39
Original commit files touched by this commit  0.12.4_1
kris search for other commits by this committer
BROKEN on !i386: Does not compile
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.12.4_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
12 Jan 2004 00:20:59
Original commit files touched by this commit  0.12.4
linimon search for other commits by this committer
Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org.  Apparently
3d@ has not been active in the FreeBSD community for some time now.

Reviewed by:    portmgr@FreeBSD.org (a month or so ago)
07 Mar 2003 06:12:57
Original commit files touched by this commit  0.12.4
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.
12 Nov 2002 01:13:32
Original commit files touched by this commit  0.12.4
ijliao search for other commits by this committer
upgrade to 0.12.4

Approved by:    maintainer timeout (almost 1 month)
11 Sep 2001 04:38:25
files touched by this commit
ache search for other commits by this committer
Bump png major    
31 Aug 2001 16:20:29
files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
10 Apr 2001 22:31:47
files touched by this commit
will search for other commits by this committer
Add openvrml 0.10.1, a VRML97 runtime and browser ("lookat").    

Number of commits found: 59

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 3
new 48 hours4
new 7 days69
new fortnight98
new month180

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.306 seconds.