Port details |
- eql5 Embedded Qt Lisp
- g20220228 devel =2 g20220228Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-02-14 17:24:05
- Last Update: 2023-07-19 18:26:06
- Commit Hash: d7f3976
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://gitlab.com/eql/EQL5
- Description:
- Embedded Qt Lisp (Qt5 binding embedded in ECL, embeddable in Qt).
- ¦ ¦ ¦ ¦
- 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/devel/eql5/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/eql5
- pkg install eql5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: eql5
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689789252
SHA256 (eql-EQL5-440ac762a8345038c8fceb9ef0751b4b4d472342_GL0.tar.gz) = 86179559f043462eff8ee437c2ec4593664ae9989cce9098e38dad7beac96743
SIZE (eql-EQL5-440ac762a8345038c8fceb9ef0751b4b4d472342_GL0.tar.gz) = 1561051
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:
-
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5UiTools.a : devel/qt5-uitools
- Library dependencies:
-
- libecl.so : lang/ecl
- libGL.so : graphics/libglvnd
- libQt5Core.so : devel/qt5-core
- libQt5Qml.so : x11-toolkits/qt5-declarative
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Help.so : devel/qt5-help
- libQt5Location.so : devel/qt5-location
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5Network.so : net/qt5-network
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Sql.so : databases/qt5-sql
- libQt5Svg.so : graphics/qt5-svg
- libQt5WebChannel.so : www/qt5-webchannel
- libQt5WebEngineCore.so : www/qt5-webengine
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_eql5
- USES:
- gl qmake qt:5
- 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 |
g20220228 19 Jul 2023 18:26:06 |
Yuri Victorovich (yuri) |
devel/eql5: Update g20220217 → g20220228; Fix build with clang-16
... by adding USE_CXXSTD.
Reported by: fallout (failure with clang-16 on 14) |
g20220217_1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
g20220217_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
g20220217 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) |
g20220217 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 ) |
g20220217 17 Feb 2022 20:16:57 |
Yuri Victorovich (yuri) |
devel/eql5: Update g20211105 -> g20220217 |
g20211105 15 Feb 2022 19:38:54 |
Yuri Victorovich (yuri) |
devel/eql5: Simplify Makefile |
g20211105 14 Feb 2022 17:21:21 |
Yuri Victorovich (yuri) |
devel/eql5: New port: Embedded Qt Lisp |