Created attachment 176121 [details] shar(1) archive of comms/java-simple-serial-connector Hello! An oversight with the recent devel/arduino16: JSSC needed to be brought in for working with the serial monitor/plotter. This port brings in patches to make JSSC work in our environment and compiles the JNI stuff natively. Portlint and Poudriere both look good for this one, and tested w/ devel/arduino16 on amd64. Do note that a `poudriere testport` run will claim that it doesn't see anything architecture-dependent, but this is a false reading -- the architecture-dependent bits (libjSSC-*.so) are simply wrapped into the *.jar. I've taken care to strip the .so before it gets wrapped into the .jar.
Take.
A commit references this bug: Author: bsam Date: Tue Oct 25 19:37:35 UTC 2016 New revision: 424647 URL: https://svnweb.freebsd.org/changeset/ports/424647 Log: Library for working with serial ports in Java. WWW: https://github.com/scream3r/java-simple-serial-connector PR: 213758 Submitted by: bsdports@kyle-evans.net Changes: head/comms/Makefile head/comms/java-simple-serial-connector/ head/comms/java-simple-serial-connector/Makefile head/comms/java-simple-serial-connector/distinfo head/comms/java-simple-serial-connector/files/ head/comms/java-simple-serial-connector/files/build.xml.in head/comms/java-simple-serial-connector/files/patch-src_cpp___nix__based_jssc.cpp head/comms/java-simple-serial-connector/files/patch-src_cpp_jssc__SerialNativeInterface.h head/comms/java-simple-serial-connector/files/patch-src_java_jssc_SerialNativeInterface.java head/comms/java-simple-serial-connector/files/patch-src_java_jssc_SerialPort.java head/comms/java-simple-serial-connector/files/patch-src_java_jssc_SerialPortList.java head/comms/java-simple-serial-connector/pkg-descr
Committed, thanks!