Port details |
- k40-whisperer GUI control software for the stock K40 laser cutter controller
- 0.59 cad
=0 0.58Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: 2018-09-19 22:44:50
- Last Update: 2022-01-23 21:54:07
- Commit Hash: c58584d
- Also Listed In: python
- License: GPLv3+
- 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.
WWW: http://www.scorchworks.com/K40whisperer/k40whisperer.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - 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
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- py38-lxml>0 : devel/py-lxml@py38
- py38-pyusb>0 : devel/py-pyusb@py38
- py38-pillow>=7.0.0 : graphics/py-pillow@py38
- python3.8 : lang/python38
- 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,3.6+ 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:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jan 2022 21:54:07 0.59
|
Mateusz Piotrowski (0mp)  |
cad/k40-whisperer: Update to 0.59
Changes: https://www.scorchworks.com/K40whisperer/k40whisperer.html |
26 Apr 2021 14:23:53 0.58
|
Mateusz Piotrowski (0mp)  |
cad/k40-whisperer: Update to 0.58
Changes: https://www.scorchworks.com/K40whisperer/k40whisperer.html
Changes: https://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html |
15 Apr 2021 21:56:49 0.57
|
Mateusz Piotrowski (0mp)  |
cad/k40-whisperer: Update to 0.57
Changes: https://www.scorchworks.com/K40whisperer/k40whisperer.html
Reported by: Portscout |
07 Apr 2021 08:09:01 0.55
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 0.55
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 0.55
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Feb 2021 15:23:50
0.55
|
antoine  |
Unbreak bulk -a with PYTHON3_DEFAULT=3.8
PR: 253815 |
05 Jan 2021 20:53:59
0.55
|
rene  |
Follow up on graphics/py-pillow6 port removal in r559976
The graphics/py-pillow6 port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_PILLOW,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk, leaving only the Python 3
version of that port, graphics/py-pillow, defined and bump the
minimal verion of Python to 3.6 for affected ports. |
27 Nov 2020 09:36:45
0.55
|
0mp  |
Update to 0.55 |
17 Aug 2020 09:44:40
0.52
|
0mp  |
Update to 0.52
Change log:
- http://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html
- http://www.scorchworks.com/K40whisperer/k40whisperer.html |
27 Jun 2020 09:39:29
0.45_1
|
sunpoet  |
Move devel/py-usb to devel/py-pyusb
- While I'm here:
- Fix USE_GITHUB usage
- Add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
PR: 246547
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 40 days) |
02 Apr 2020 13:07:22
0.45
|
0mp  |
Update to 0.45
Reported by: portscout |
24 Mar 2020 19:54:57
0.43_1
|
antoine  |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
24 Feb 2020 11:36:16
0.43_1
|
kai  |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
11 Feb 2020 12:05:54
0.43
|
0mp  |
Update to 0.43
Changelogs:
- http://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html
- http://www.scorchworks.com/K40whisperer/k40whisperer.html
While here:
- Lint & sort variables
Reported by: portscout |
25 Sep 2019 15:19:41
0.37
|
0mp  |
Update to 0.37
Reported by: portscout |
10 Sep 2019 08:38:05
0.36
|
0mp  |
cad/k40-whisperer: Update to 0.36
- Remove the post-patch target as the whitespace problems were fixed
upstream.
Reported by: portscout |
05 Sep 2019 10:29:40
0.35
|
0mp  |
cad/k40-whisperer: Update to 0.35
Changelog:
- http://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html
- http://www.scorchworks.com/K40whisperer/k40whisperer.html
- Do not set PKGNAMEPREFIX to the Python package name prefix. The software
does not care about the underlying Python version and supporting flavors
is not worth it in this case.
- Mark the port as working with Python 3.7.
- Set DESKTOP_ENTRIES, USES=shebangfix, and NO_ARCH.
- Put variables in order.
- Change the way files are installed so that it is easier to spot a change
in pkg-plist in the future.
- Fix Python script indentation issues (mixed up tabs and spaces) in
post-patch.
- Suggest the user to look in the docs directory instead of the data
directory for notes about Linux and macOS setups. |
13 Aug 2019 16:00:39
0.19
|
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
19 Sep 2018 22:44:36
0.19
|
0mp  |
New port: cad/k40-whisperer
GUI control software for the stock K40 laser cutter controller
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. (Only the first 15 lines of the commit message are shown above ) |