notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
qschematic Qt/C++ library providing widgets for drawing diagrams
1.6.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.1Version of this port present on the latest quarterly branch.
Maintainer: jbo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-07-27 15:33:06
Last Update: 2024-03-18 12:54:41
Commit Hash: ac69c34
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (53 items)
Collapse this list.
  1. /usr/local/share/licenses/qschematic-1.6.0/catalog.mk
  2. /usr/local/share/licenses/qschematic-1.6.0/LICENSE
  3. /usr/local/share/licenses/qschematic-1.6.0/MIT
  4. include/qschematic/commands/base.hpp
  5. include/qschematic/commands/commands.hpp
  6. include/qschematic/commands/item_add.hpp
  7. include/qschematic/commands/item_move.hpp
  8. include/qschematic/commands/item_remove.hpp
  9. include/qschematic/commands/item_visibility.hpp
  10. include/qschematic/commands/label_rename.hpp
  11. include/qschematic/commands/rectitem_resize.hpp
  12. include/qschematic/commands/rectitem_rotate.hpp
  13. include/qschematic/commands/wirenet_rename.hpp
  14. include/qschematic/commands/wirepoint_move.hpp
  15. include/qschematic/items/connector.hpp
  16. include/qschematic/items/item.hpp
  17. include/qschematic/items/itemfactory.hpp
  18. include/qschematic/items/itemfunctions.hpp
  19. include/qschematic/items/itemmimedata.hpp
  20. include/qschematic/items/label.hpp
  21. include/qschematic/items/node.hpp
  22. include/qschematic/items/rectitem.hpp
  23. include/qschematic/items/splinewire.hpp
  24. include/qschematic/items/widget.hpp
  25. include/qschematic/items/wire.hpp
  26. include/qschematic/items/wirenet.hpp
  27. include/qschematic/items/wireroundedcorners.hpp
  28. include/qschematic/netlist.hpp
  29. include/qschematic/netlist_writer_json.hpp
  30. include/qschematic/netlistgenerator.hpp
  31. include/qschematic/scene.hpp
  32. include/qschematic/settings.hpp
  33. include/qschematic/types.hpp
  34. include/qschematic/utils.hpp
  35. include/qschematic/utils/itemscontainerutils.hpp
  36. include/qschematic/utils/itemscustodian.hpp
  37. include/qschematic/view.hpp
  38. include/qschematic/wire_system/connectable.hpp
  39. include/qschematic/wire_system/line.hpp
  40. include/qschematic/wire_system/manager.hpp
  41. include/qschematic/wire_system/net.hpp
  42. include/qschematic/wire_system/point.hpp
  43. include/qschematic/wire_system/wire.hpp
  44. lib/cmake/qschematic/qschematic-config-version.cmake
  45. lib/cmake/qschematic/qschematic-config.cmake
  46. lib/cmake/qschematic/qschematic-targets-release.cmake
  47. lib/cmake/qschematic/qschematic-targets.cmake
  48. lib/libqschematic.a
  49. lib/libqschematic.so
  50. lib/libqschematic.so.1.6.0
  51. @owner
  52. @group
  53. @mode
Collapse this list.
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):
qschematic
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.6.0--1.6.0---
FreeBSD:13:quarterly1.5.11.5.1-1.5.11.5.1-1.5.11.5.1
FreeBSD:14:latest-1.6.0-1.6.01.6.01.4.0-1.4.0
FreeBSD:14:quarterly1.5.11.5.1-1.5.11.5.1-1.5.11.5.1
FreeBSD:15:latest-1.6.0n/a1.5.1n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libgpds.so : devel/gpds
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/simulton/QSchematic/tar.gz/1.6.0?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.0
18 Mar 2024 12:54:41
commit hash: ac69c3412ee8e03bf95425db75ac372475baca21commit hash: ac69c3412ee8e03bf95425db75ac372475baca21commit hash: ac69c3412ee8e03bf95425db75ac372475baca21commit hash: ac69c3412ee8e03bf95425db75ac372475baca21 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/qschematic: Fix build

Approved by:	portmgr (just-fix-it)
1.6.0
19 Feb 2024 16:59:10
commit hash: c9489a2815cb04434caa291f1d80bcf0a96d2291commit hash: c9489a2815cb04434caa291f1d80bcf0a96d2291commit hash: c9489a2815cb04434caa291f1d80bcf0a96d2291commit hash: c9489a2815cb04434caa291f1d80bcf0a96d2291 files touched by this commit
Joel Bodenmann (jbo) search for other commits by this committer
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
commit hash: d8d10ec3fae0169c6b938d75d108bcd90d0a5b04commit hash: d8d10ec3fae0169c6b938d75d108bcd90d0a5b04commit hash: d8d10ec3fae0169c6b938d75d108bcd90d0a5b04commit hash: d8d10ec3fae0169c6b938d75d108bcd90d0a5b04 files touched by this commit
Joel Bodenmann (jbo) search for other commits by this committer
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
commit hash: b9be86ddf6fec059e7e05ae0d7f791b788861d7bcommit hash: b9be86ddf6fec059e7e05ae0d7f791b788861d7bcommit hash: b9be86ddf6fec059e7e05ae0d7f791b788861d7bcommit hash: b9be86ddf6fec059e7e05ae0d7f791b788861d7b files touched by this commit
Joel Bodenmann (jbo) search for other commits by this committer
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
commit hash: 31299d31bf3101851094de8d6b8295d9a04d8fdfcommit hash: 31299d31bf3101851094de8d6b8295d9a04d8fdfcommit hash: 31299d31bf3101851094de8d6b8295d9a04d8fdfcommit hash: 31299d31bf3101851094de8d6b8295d9a04d8fdf files touched by this commit
Joel Bodenmann (jbo) search for other commits by this committer
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
commit hash: ae027b761ba5cd37c8d40e65ed8ad27e8eb1a205commit hash: ae027b761ba5cd37c8d40e65ed8ad27e8eb1a205commit hash: ae027b761ba5cd37c8d40e65ed8ad27e8eb1a205commit hash: ae027b761ba5cd37c8d40e65ed8ad27e8eb1a205 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.3.2
22 Aug 2022 06:53:08
commit hash: d7517edfa19672ed5ec9a66bbcfd17dad8b2c3ffcommit hash: d7517edfa19672ed5ec9a66bbcfd17dad8b2c3ffcommit hash: d7517edfa19672ed5ec9a66bbcfd17dad8b2c3ffcommit hash: d7517edfa19672ed5ec9a66bbcfd17dad8b2c3ff files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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
commit hash: 685fabbfb53b3f7cea47193e83a4fd9b8fdeec0fcommit hash: 685fabbfb53b3f7cea47193e83a4fd9b8fdeec0fcommit hash: 685fabbfb53b3f7cea47193e83a4fd9b8fdeec0fcommit hash: 685fabbfb53b3f7cea47193e83a4fd9b8fdeec0f files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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

Number of commits found: 11