Also:
- Bring back vendored libmatthew JARs. It turns out that the build script
is not picking up the ports version of libmatthew when generating the
signal-cli script (share/signal-cli/bin/signal-cli). Use the vendored
version for now.
- Remove an unnecessary comment.
By default, OpenSMTPd rely on OpenBSD defaults, /var/spool/mail, instead of /var/mail
Point it on /var/mail on all supported platforms != OpenBSD
Reported by: Denis Fortin via private mail
MFH: 2020Q1
Major new features and improvements:
- Backward search
- Monitor changes fix
- Fixes related to windows title
- Tilda now uses asynchronous command spawning
- In non-X11 environments such as Wayland, use X11 backend
- Correctly free the resources when closing the a terminal tab
- Fixed issue in transparency
- Fixed a resize issue in fullscreen mode
Changes for developers:
- Tilda now uses structured logging.
Deprecations:
- Removed 'Allow Bold' option
- Removed deprecated antialiasing option
- Dropped support for older VTE versions
Full changelog: https://github.com/lanoxx/tilda/releases/tag/tilda-1.5.0
Their assets were not installed in the right place due to differences
between our cp and GNU cp.
- While here add NO_ARCH
PR: 244970
Submitted by: timon@timon.net.nz
Reported by: Bengt Ahlgren <bengta@sics.se>
Approved by: kde (tcberner)
Reported: 2019-11-26 03:43 UTC by Kyle Evans
Modified: 2020-03-11 21:02 UTC (History)
Total new update to CuraEngine
Cura saw a major rewrite between 15.04 and 4.3.0, hence the need for
PORTEPOCH -- the changeset is too large to enumerate. At a minimum,
the new version solves some issues that users will see attempting to
slice .stl files created from newer Blender versions.
A new port, libArcus, is also included -- this is a prereq for the new
version of Cura and will also be needed for the UI if it's eventually ported.
PR: ports/242242
legacy Cura that everyone knows and loves/hates. We re-worked the
whole GUI code at Ultimaker, because the old code started to become
unmaintainable.
WWW: https://github.com/Ultimaker/Cura/wiki
As of march 5th the Charon library is the responsibility of the Embedded Applications team. Pull requests to MASTER have to be verified by the Embedded Applications team.
WWW: https://github.com/Ultimaker/libCharon
The author restored the working version to github. The version in the
README is wrong (1.10) but is correct in CHANGELOG (1.10.1).
PR: 243852
MFH: 2020Q1
It has been observed that the target config-recursive for
emulators/i386-wine-devel can cause bsd.port.mk to be included twice when
run in i386 jails. This seems to be due to the fact that config recursive
ignores PKGNAMEPREFIX definiton, which is used in emulators/wine-devel to
test whether bsd.port.[pre.|post.]mk needs to be included or bsd.port.mk
has already been included by i386-wine-devel. We change the testing
variable to WINE_SLAVE_BUILD, defined in i386-wine-devel/Makefile.i386.
Approved by: gerald (maintainer, mentor)
Differential Revision: https://reviews.freebsd.org/D24167
signal-cli is a command-line interface for libsignal-service-java. It
supports registering, verifying, sending and receiving messages. To be able
to link to an existing Signal-Android/signal-cli instance, signal-cli uses
a patched libsignal-service-java, because libsignal-service-java does not
yet support provisioning as a slave device. For registering you need a
phone number where you can receive SMS or incoming calls. signal-cli is
primarily intended to be used on servers to notify admins of important
events. For this use-case, it has a dbus interface, that can be used to
send messages from any programming language that has dbus bindings.
WWW: https://github.com/AsamK/signal-cli
Selection of libraries for Java which are useful and not provided with
Java.
- Unix Sockets Library: This is a collection of classes and native code to
allow you to read and write Unix sockets in Java.
- Debug Library: This is a comprehensive logging and debugging solution.
- CGI Library: This is a collection of classes and native code to allow you
to write CGI applications in Java.
- I/O Library: This provides a few much needed extensions to the Java I/O
subsystem. Firstly, there is a class which will connect and InputStream
with an OutputStream and copy data between them. Secondly there are two
classes for inserting into an Input or OutputStream pipe a command line
command, so that everything is piped through that command. Thirdly there
are a pair of classes for splitting streams in two. This can either be to
two OuputStreams, or to an OutputStream and a file. Equivelent to the
UNIX tool tee in UNIX pipes.
- Hexdump: This class formats byte-arrays in hex and ascii for display.
WWW: http://www.matthew.ath.cx/projects/java/