Bug 118529 - New port: devel/luajava
Summary: New port: devel/luajava
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-10 09:50 UTC by Sunghyuk
Modified: 2008-03-12 11:10 UTC (History)
0 users

See Also:


Attachments
file.shar (5.79 KB, text/plain)
2007-12-10 09:50 UTC, Sunghyuk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sunghyuk freebsd_committer freebsd_triage 2007-12-10 09:50:01 UTC
New port luajava

luajava is a scripting tool for java to manipulate java component in lua.

Fix: shell archive attached. 

Patch attached with submission follows:
Comment 1 Pietro Cerutti freebsd_committer freebsd_triage 2008-03-12 02:30:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-12 11:00:13 UTC
gahr        2008-03-12 11:00:02 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/luajava        Makefile distinfo pkg-descr pkg-plist 
    devel/luajava/files  patch-config 
  Log:
  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)
  
  Revision  Changes    Path
  1.3018    +1 -0      ports/devel/Makefile
  1.1       +46 -0     ports/devel/luajava/Makefile (new)
  1.1       +3 -0      ports/devel/luajava/distinfo (new)
  1.1       +25 -0     ports/devel/luajava/files/patch-config (new)
  1.1       +6 -0      ports/devel/luajava/pkg-descr (new)
  1.1       +44 -0     ports/devel/luajava/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2008-03-12 11:02:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!