Commit Graph

10 Commits

Author SHA1 Message Date
sthen
0660c9c0a6 java/jna file list differs with newer jdk (different javadoc files with
newer jquery etc); regen plist
2022-11-11 17:39:30 +00:00
op
203bc3335c update java/jna to 5.11.0
switch MODJAVA_VER to 11 and adjust the extra clojure test (which needs
to be run interactively with lang/clojure set up for the local user
unfortunately.)

ok sthen@
2022-05-26 08:30:30 +00:00
naddy
caeb98e635 drop RCS Ids 2022-03-11 19:25:15 +00:00
kurt
558715b919 - disconnect devel/jdk/1.7 from the build
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@
2017-04-21 13:27:46 +00:00
jasper
a1edbbddc0 update to jna-4.4.0 2017-03-26 12:45:27 +00:00
jasper
2d5a208964 update to jna-4.3.0 2017-02-25 15:05:21 +00:00
jasper
64ef76236e - update to jna-4.1.0
- update homepage
- switch to using GH_*

tested with clojure
2015-09-01 19:29:22 +00:00
jasper
4f31451f3a - update to jna-3.5.1
ok kurt@
2013-03-08 10:25:34 +00:00
jasper
c01499dbff - switch to MODJAVA_BUILD
- add comment about gmake (requested by sthen@)
- don't use a handrolled MODJAVA_{DOC,JAR}_DIR
2011-09-01 08:05:05 +00:00
jasper
40394fe4be import jna 3.2.7
JNA provides Java programs easy access to native shared libraries
without writing anything but Java code -- no JNI or native code is
required. This functionality is comparable to Windows' Platform/Invoke
and Python's ctypes. Access is dynamic at runtime without code
generation.

JNA allows you to call directly into native functions using natural Java
method invocation. The Java call looks just like it does in native code.
Most calls require no special handling or configuration; no boilerplate
or generated code is required.

ok aja@
2011-08-29 15:07:32 +00:00