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 on branch 2022Q2
k40-whisperer GUI control software for the stock K40 laser cutter controller
0.59 cad 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 0.59Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-09-19 22:44:50
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: python
License: GPLv3+
WWW:
https://www.scorchworks.com/K40whisperer/k40whisperer.html
Description:
K40 Whisperer is an alternative to the Laser Draw (LaserDRW) program that comes with some Chinese laser cutters. It reads SVG and DXF files, interprets the data and sends commands to the K40 controller to move the laser head and control the laser accordingly. K40 Whisperer does not require a USB key (dongle) to function. Features: - Reads SVG files and DXF files. - Splits input design based on color formatting (red, blue). - In SVG files blue and red paths are interpreted as vectors for vector engraving and cutting. Everything else is transferred as a raster image. - In DXF files blue paths are interpreted as vector engrave (blue). Everything else is interpreted as vector cut (red). - Performs cuts on features inside of other features before cutting the outside features. (If you cut the outside first the part might drop out of the stock material.) - Converts gray scale images to halftone images to simulating varying levels of gray (i.e. engraving pictures). The Halftone option needs to be selected under "Raster"-"Settings" to enable halftoning.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (32 items)
Collapse this list.
  1. /usr/local/share/licenses/k40-whisperer-0.59/catalog.mk
  2. /usr/local/share/licenses/k40-whisperer-0.59/LICENSE
  3. /usr/local/share/licenses/k40-whisperer-0.59/GPLv3+
  4. bin/k40-whisperer
  5. share/doc/k40-whisperer/Change_Log.txt
  6. share/doc/k40-whisperer/README_Linux.txt
  7. share/doc/k40-whisperer/README_MacOS.md
  8. share/k40-whisperer/LaserSpeed.py
  9. share/k40-whisperer/bezmisc.py
  10. share/k40-whisperer/convex_hull.py
  11. share/k40-whisperer/cspsubdiv.py
  12. share/k40-whisperer/cubicsuperpath.py
  13. share/k40-whisperer/dxf.py
  14. share/k40-whisperer/ecoords.py
  15. share/k40-whisperer/egv.py
  16. share/k40-whisperer/embedded_images.py
  17. share/k40-whisperer/emblem
  18. share/k40-whisperer/ffgeom.py
  19. share/k40-whisperer/g_code_library.py
  20. share/k40-whisperer/inkex.py
  21. share/k40-whisperer/interpolate.py
  22. share/k40-whisperer/k40_whisperer.py
  23. share/k40-whisperer/nano_library.py
  24. share/k40-whisperer/scorchworks.ico
  25. share/k40-whisperer/simplepath.py
  26. share/k40-whisperer/simplestyle.py
  27. share/k40-whisperer/simpletransform.py
  28. share/k40-whisperer/svg_reader.py
  29. share/k40-whisperer/windowsinhibitor.py
  30. @owner
  31. @group
  32. @mode
Collapse this list.
Dependency lines:
  • k40-whisperer>0:cad/k40-whisperer
To install the port:
cd /usr/ports/cad/k40-whisperer/ && make install clean
To add the package, run one of these commands:
  • pkg install cad/k40-whisperer
  • pkg install k40-whisperer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: k40-whisperer
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1642969006 SHA256 (K40_Whisperer-0.59_src.zip) = b005d96e45d5cffcf7cf3680a77b5fc49429fc928acfd3be5db7ae5351759c47 SIZE (K40_Whisperer-0.59_src.zip) = 202288

Packages (timestamps in pop-ups are UTC):
k40-whisperer
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.590.55-0.59-0.55-
FreeBSD:13:quarterly0.590.59--0.59-0.590.59
FreeBSD:14:latest0.590.59--0.59--0.59
FreeBSD:14:quarterly0.590.59-0.590.59-0.590.59
FreeBSD:15:latest0.590.59n/a0.59n/a-0.59-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. py39-lxml>0 : devel/py-lxml@py39
  2. py39-pyusb>0 : devel/py-pyusb@py39
  3. py39-pillow>=7.0.0 : graphics/py-pillow@py39
  4. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for k40-whisperer-0.59: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
cad_k40-whisperer
USES:
python:run shebangfix zip
pkg-message:
For install:
At the moment K40 Whisperer has to be run as root unless devd(8) is properly configured. Some notes on how it is handled on macOS and Linux can be found in /usr/local/share/doc/k40-whisperer. K40 Whisperer can be launched with a `k40-whisperer` command.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.scorchworks.com/K40whisperer/
Collapse this list.

There are no commits on branch 2022Q2 for this port