Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-14 | If the JVM is built-in, at least install under PREFIX still, rather than | dsainty | 1 | -11/+23 | |
attempting to install into the built-in JAVA_HOME. Use 'arm' as JAVA_MACHINE_ARCH generally (correct for at least Linux, as well as NetBSD). | |||||
2015-04-24 | Uses libtool, so replace with our version. Use the correct machine | joerg | 1 | -2/+11 | |
directory on NetBSD/ARM. | |||||
2013-03-29 | The printer port support is experimental, and only supported on some | dsainty | 4 | -11/+20 | |
platforms. Disable it for consistency, using a patch since --disable-PRINTER only works on Linux. | |||||
2013-03-28 | At least on the BSDs, the parallel port support is always included. | joerg | 1 | -1/+2 | |
2013-03-06 | Not as MAKE_JOBS_SAFE as you'd like. | dsainty | 1 | -1/+2 | |
2013-02-19 | Fix package build for MACHINE_ARCH == x86_64 | dsainty | 2 | -5/+8 | |
2013-02-11 | Add RXTX version 2.1-7r2. | dsainty | 11 | -0/+210 | |
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. |