summaryrefslogtreecommitdiff
path: root/comms/java-rxtx
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26comms: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-10Add a buildlink3.mk to java-rxtx, primarily to exposedsainty1-0/+14
BUILDLINK_LIBDIRS.java-rxtx
2021-10-07comms: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-13Install java-rxtx in a consistent location regardless of whether the JREdsainty2-25/+8
is built-in or via Pkgsrc. This removes the JAVA_INSTALL_BASE hack that used to work, but no longer does. It's also more consistent with other packages to install in a private location. Bump PKGREVISION for the installation location change.
2021-09-13Fix the build under MacOS Xdsainty4-13/+42
2020-05-17g/c references to openjdk7tnn1-2/+2
2019-11-03comms: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r Manually adjusted the indentation in asterisk15 and asterisk16 to avoid too deep indentation.
2019-05-02sun-jdk6, sun-jre6: removewiz1-2/+2
Last update in 2013, remove sun-jdk7/sun-jre7 instead
2015-12-29Whitespace.dholland1-16/+16
2015-11-03Add SHA512 digests for distfiles for comms categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-08-13Don't use variable strings as format strings. Don't link with -lc_r onjoerg4-17/+42
the BSDs, use -lpthread. Accept openjdk8.
2015-06-27Add oracle-jdk8 to the accepted list.dsainty1-2/+2
NB: I'm not game enough to do it in the freeze, but it looks like the JVM version detection patching could be removed - it appears no longer necessary now that Pkgsrc passes in the correct RXTX_PATH and JHOME_PATH itself. At any rate, adding version 8 is not required for the oracle-jdk8 build to complete smoothly.
2015-05-14If the JVM is built-in, at least install under PREFIX still, rather thandsainty1-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-24Uses libtool, so replace with our version. Use the correct machinejoerg1-2/+11
directory on NetBSD/ARM.
2013-03-29The printer port support is experimental, and only supported on somedsainty4-11/+20
platforms. Disable it for consistency, using a patch since --disable-PRINTER only works on Linux.
2013-03-28At least on the BSDs, the parallel port support is always included.joerg1-1/+2
2013-03-06Not as MAKE_JOBS_SAFE as you'd like.dsainty1-1/+2
2013-02-19Fix package build for MACHINE_ARCH == x86_64dsainty2-5/+8
2013-02-11Add RXTX version 2.1-7r2.dsainty11-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.