Port details |
- wdune Graphical VRML97 editor and animation tool
- 1.926_4 graphics
=0 Version of this port present on the latest quarterly branch. - Maintainer: pi@FreeBSD.org
 - Port Added: 2020-07-18 09:35:22
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: GPLv2
- Description:
- wdune is a graphical VRML97/X3D editor, simple NURBS/Superformula 3D
modeller, animation tool and VRML97/X3DV commandline compiler.
It is a low level tool, it can read VRML97 files, display them and let
the user change the scenegraph/fields. Unlike most highlevel tools, it uses
a lightning model based on the VRML97 standard.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/graphics/wdune/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/wdune
- pkg install wdune
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wdune
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595145781
SHA256 (wdune-1.926.tar.bz2) = 3f86a8b9705f8a77e6337b814da4e44b0e617d15888af8b7b1ca1aea9183203f
SIZE (wdune-1.926.tar.bz2) = 45939250
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cgal>0 : math/cgal
- sdl-config : devel/sdl12
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libcurl.so : ftp/curl
- libexpat.so : textproc/expat2
- libfreetype.so : print/freetype2
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libosdCPU.so : graphics/opensubdiv
- libpng.so : graphics/png
- libswresample.so : multimedia/ffmpeg
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libglut.so : graphics/freeglut
- libjpeg.so : graphics/jpeg-turbo
- libXm.so.4 : x11-toolkits/open-motif
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wdune-1.926_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_wdune
- USES:
- compiler:c++11-lang gl jpeg motif sdl tar:bzip2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.926_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.926_4 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
1.926_3 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.926_3 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.926_3 02 Sep 2021 18:47:50
    |
Loïc Bartoletti (lbartoletti)  |
math/cgal: Update to 5.3
Changes:
- https://www.cgal.org/2021/07/06/cgal53/
- fix pkg-plist with QT5 option enabled
PR: 258085
Approved by: wen |
1.926_2 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.926_1 17 Jun 2021 04:51:16
    |
Loïc Bartoletti (lbartoletti)  |
math/cgal: Update to 5.2.1
- Remove files/patch-CMakeLists.txt
- Remove LD_CONFIG and move USES (pet porlint)
- Bump ports
Changes:
- https://www.cgal.org/2021/03/17/cgal521/
- https://www.cgal.org/2020/12/22/cgal52/
PR: 255171
Approved by: wen |
1.926 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.926 21 Jul 2020 17:52:08
  |
linimon  |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
.//../vcglib/vcg/space/index/spatial_hashing.h:29:24: error: unordered_map: No
such file or directory
Approved by: portmgr (tier-2 blanket) |
1.926 19 Jul 2020 09:18:17
  |
pi  |
graphics/wdune: update 1.921 -> 1.926
- Restored move sibling
- Fixed wrong hexnumber output in mysnprintf.c |
1.921 18 Jul 2020 09:35:16
  |
pi  |
Resurrect port: graphics/wdune
wdune is a graphical VRML97/X3D editor, simple NURBS/Superformula 3D
modeller, animation tool and VRML97/X3DV commandline compiler.
It is a low level tool, it can read VRML97 files, display them and let
the user change the scenegraph/fields. Unlike most highlevel tools, it uses
a lightning model based on the VRML97 standard.
WWW: https://wdune.ourproject.org/
PR: 248033
Submitted by: Joerg Scheurich <mufti11@web.de> |