Port details |
- qschematic Qt/C++ library providing widgets for drawing diagrams
- 1.6.0 devel =2 1.6.0Version of this port present on the latest quarterly branch.
- Maintainer: jbo@FreeBSD.org
- Port Added: 2022-07-27 15:33:06
- Last Update: 2024-03-18 12:54:41
- Commit Hash: ac69c34
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/simulton/qschematic
- Description:
- QSchematic is a C++ library providing Qt widgets to easily draw diagrams and
schematics in a Qt application. It uses Qt's graphics view framework.
The library interface allows for easy customization of existing items and adding
new custom items such as wires, nodes, connectors and similar.
Drawn diagrams/schematics can be easily serialized to and from XML or YAML.
A built-in netlist generator is provided to build a netlist from a drawn
diagram/schematic.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qschematic>0:devel/qschematic
- To install the port:
- cd /usr/ports/devel/qschematic/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/qschematic
- pkg install qschematic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qschematic
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708308397
SHA256 (simulton-QSchematic-1.6.0_GH0.tar.gz) = 03771cfd36ba7d88bed506f79d4babadee9038723335beaa2b72612292d521e1
SIZE (simulton-QSchematic-1.6.0_GH0.tar.gz) = 1511024
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgpds.so : devel/gpds
- libQt6Core.so : devel/qt6-base
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_qschematic
- USES:
- cmake compiler:c++20-lang pkgconfig qt:6
- 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 |
1.6.0 18 Mar 2024 12:54:41 |
Muhammad Moinur Rahman (bofh) |
devel/qschematic: Fix build
Approved by: portmgr (just-fix-it) |
1.6.0 19 Feb 2024 16:59:10 |
Joel Bodenmann (jbo) |
devel/qschematic: Update to 1.6.0
Changelog: https://github.com/simulton/QSchematic/releases/tag/1.6.0
Approved by: tcberner (mentor, implicit)
Sponsored by: Simulton GmbH |
1.5.1 04 Dec 2023 00:49:47 |
Joel Bodenmann (jbo) |
devel/qschematic: Update to 1.5.1
Changelog: https://github.com/simulton/QSchematic/releases/tag/1.5.1
Sponsored by: Simulton GmbH
Approved by: tcberner (mentor, implicit) |
1.5.0 13 Nov 2023 21:33:35 |
Joel Bodenmann (jbo) |
devel/qschematic: Update to 1.5.0
Changelog: https://github.com/simulton/QSchematic/releases/tag/1.5.0
While here, update Qt dependency to Qt6.
Approved by: tcberner (mentor)
Sponsored by: Simulton GmbH
Differential Revision: https://reviews.freebsd.org/D42529 |
1.4.0 08 Sep 2023 14:12:16 |
Joel Bodenmann (jbo) |
maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <jbo@insane.engineer> to
<jbo@FreeBSD.org>
Approved by: zirias (mentor)
Differential Review: https://reviews.freebsd.org/D41781 |
1.4.0 14 Apr 2023 14:16:10 |
Robert Clausecker (fuz) Author: Joel Bodenmann |
devel/qschematic: Update to 1.4.0
Changelog: https://github.com/simulton/QSchematic/releases/tag/1.4.0
PR: 270815 |
1.3.2 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) |
1.3.2 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.3.2 22 Aug 2022 06:53:08 |
Felix Palmen (zirias) Author: Joel Bodenmann |
devel/qschematic: Update to 1.3.2
Changelog: https://github.com/simulton/QSchematic/releases/tag/1.3.2
PR: 265973
Approved by: tcberner (mentor, via IRC) |
1.3.1 27 Jul 2022 15:31:04 |
Nuno Teixeira (eduardo) Author: Joel Bodenmann |
devel/qschematic: New port: Qt/C++ library providing widgets for drawing
diagrams
- submitter becomes maintainer
QSchematic is a C++ library providing Qt widgets to easily draw diagrams and
schematics in a Qt application. It uses Qt's graphics view framework.
The library interface allows for easy customization of existing items and adding
new custom items such as wires, nodes, connectors and similar.
Drawn diagrams/schematics can be easily serialized to and from XML. A built-in
netlist generator is provided to build a netlist form a drawn diagram/schematic.
WWW: https://github.com/simulton/qschematic
PR: 265449 |