summaryrefslogtreecommitdiff
path: root/comms/java-rxtx/patches/patch-src_SerialImp_c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-13Don't use variable strings as format strings. Don't link with -lc_r onjoerg1-4/+22
the BSDs, use -lpthread. Accept openjdk8.
2013-02-11Add RXTX version 2.1-7r2.dsainty1-0/+15
RXTX is a Java library, using a native implementation (via JNI), providing serial and parallel communication for the Java Development Toolkit (JDK). It is based on the specification for Sun's Java Communications API, though while many of the class descriptions are the same the package used it not, since gnu.io is used instead. A certain amount of compatibility is intended with API, though this project should be considered as a fork and therefore compatible in spirit, but not in implementation.