Port details |
- ldview LDraw model viewer
- 4.5_2 cad
=2 4.5_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2021-06-08 09:43:06
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://tcobbs.github.io/ldview/
- Description:
- LDView is a real-time 3D viewer for displaying LDraw models using
hardware-accellerated 3D graphics. For information on LDraw, please visit
www.ldraw.org, the centralized LDraw information site.
The program can read LDraw LDR/DAT files as well as MPD files. It then allows
you to rotate the model around to any angle with the mouse.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/ldview/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/ldview
- pkg install ldview
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ldview
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682390579
SHA256 (tcobbs-ldview-v4.5_GH0.tar.gz) = 2d9e97d7a0bd158aca0d0a597933c5691fc8700b04426e42ab98c1a6aeeb4962
SIZE (tcobbs-ldview-v4.5_GH0.tar.gz) = 10173656
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:
-
- update-desktop-database : devel/desktop-file-utils
- gmake>=4.4.1 : devel/gmake
- update-mime-database : misc/shared-mime-info
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- linguist : devel/qt5-linguist
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- bash : shells/bash
- ldraw>0 : cad/ldraw
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- linguist : devel/qt5-linguist
- Library dependencies:
-
- lib3ds.so : graphics/lib3ds
- libgl2ps.so : print/gl2ps
- libOSMesa.so : graphics/libosmesa
- libpng16.so : graphics/png
- libtinyxml.so : textproc/tinyxml
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libjpeg.so : graphics/jpeg-turbo
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- cad_ldview
- USES:
- desktop-file-utils gl gmake jpeg qmake qt:5 shared-mime-info shebangfix 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 |
4.5_2 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
4.5_2 22 Mar 2024 07:29:47
    |
Yasuhiro Kimura (yasu)  |
cad/ldview: Move man pages to share/man
Approved by: portmgr (blanket) |
4.5_1 05 Aug 2023 11:53:19
    |
Muhammad Moinur Rahman (bofh)  |
cad/ldview: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
4.5_1 28 Jul 2023 17:13:17
    |
Daniel Engberg (diizzy)  |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
4.5 25 Apr 2023 04:55:37
    |
Yuri Victorovich (yuri)  |
cad/ldview: Update 4.4.1 → 4.5
Reported by: portscout |
4.4.1 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
4.4.1 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 ) |
4.4.1 11 Feb 2022 17:11:26
    |
Yuri Victorovich (yuri)  |
cad/ldview: Update 4.4 -> 4.4.1
Reported by: portscout |
4.4 09 Jul 2021 17:01:29
    |
Yuri Victorovich (yuri)  |
cad/ldview: Update 4.4_Beta5 -> 4.4
Reported by: portscout |
4.4.b5_2 04 Jul 2021 16:55:16
    |
Loïc Bartoletti (lbartoletti)  |
misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5. |
4.4.b5_1 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 |
4.4.b5 08 Jun 2021 09:38:55
    |
Yuri Victorovich (yuri)  |
cad/ldview: New port: LDraw model viewer |