Port details |
- luajava Lua scripting tool for Java
- 1.1_2 devel
=2 1.1_2Version of this port present on the latest quarterly branch. - Maintainer: sunghyuk@gmail.com
 - Port Added: 2008-03-12 11:00:27
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: not specified in port
- WWW:
- http://www.keplerproject.org/luajava/
- Description:
- LuaJava allows Java components to be accessed from Lua using the same syntax
that is used for accessing Lua`s native objects, without any need for
declarations or any kind of preprocessing, and also allows Java to implement
an interface using Lua.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/luajava/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/luajava
- pkg install luajava
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: luajava
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (luajava-1.1.tar.gz) = f3b1b07a39681fabe61834b13c89a79d1b8d22c451b9fcee8b90fdebb645f263
SIZE (luajava-1.1.tar.gz) = 98423
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- java : java/openjdk8
- Runtime dependencies:
-
- java : java/openjdk8
- Library dependencies:
-
- liblua-5.1.so : lang/lua51
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for luajava-1.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_luajava
- USES:
- gmake dos2unix java lua:51
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_2 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1_2 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1_2 18 Jul 2019 16:44:16
  |
glewis  |
Adjust to proposed changes in Java versioning
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format.
PR: 238978
Approved by: maintainer timeout |
1.1_2 01 Nov 2017 13:10:35
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
1.1_2 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.1_2 02 Dec 2015 18:58:11
  |
amdmi3  |
- Remove unused LUA_COMPS
- Switch to options helpers
- Fix plist
Approved by: portmgr blanket |
1.1_2 01 Oct 2015 18:20:04
  |
swills  |
devel/luajava: fix build with OpenJDK8
PR: 203061
Submitted by: glewis
Approved by: maintainer timeout (sunghyuk@gmail.com, >2 weeks) |
1.1_2 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
1.1_2 03 Jul 2014 23:57:08
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
1.1_2 06 Jun 2014 21:39:23
  |
antoine  |
Unbreak a bit
Reported by: pkg-fallout |
1.1_2 26 May 2014 15:28:29
  |
bapt  |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
1.1_2 24 May 2014 07:01:48
  |
vanilla  |
Fix pkg-plist error on openjdk7.
Submitted by: swills@ |
1.1_2 24 May 2014 03:20:25
  |
vanilla  |
Bump version due pkg-plist changed. |
1.1_1 23 May 2014 17:26:37
  |
vanilla  |
1: Stageify.
2: change to USES.
Approved by: portmgr@ |
1.1_1 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1_1 29 Jul 2012 11:17:04
 |
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.1_1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.1_1 20 Nov 2009 22:53:09
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.1_1 06 Jun 2008 13:21:59
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1 12 Mar 2008 11:00:02
 |
gahr  |
LuaJava allows Java components to be accessed from Lua using the same
syntax that is used for accessing Lua`s native objects, without any
need for declarations or any kind of preprocessing, and also allows
Java to implement an interface using Lua.
WWW: http://www.keplerproject.org/luajava/
PR: 118529
Submitted by: Sunghyuk Do <sunghyuk@gmail.com>
Approved by: miwi (mentor) |