Add rjb, Ruby Java Bridge via JNI

This commit is contained in:
Tilman Keskinoz 2011-09-11 20:24:51 +00:00
parent d7b48707dd
commit 2c525b0e4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281641
4 changed files with 30 additions and 0 deletions

View file

@ -140,6 +140,7 @@
SUBDIR += phpeclipse SUBDIR += phpeclipse
SUBDIR += poseidon SUBDIR += poseidon
SUBDIR += proguard SUBDIR += proguard
SUBDIR += rubygem-rjb
SUBDIR += sablevm SUBDIR += sablevm
SUBDIR += sablevm-classpath SUBDIR += sablevm-classpath
SUBDIR += servingxml SUBDIR += servingxml

24
java/rubygem-rjb/Makefile Normal file
View file

@ -0,0 +1,24 @@
# New ports collection makefile for: rjb
# Date created: 2011-09-11
# Whom: arved
#
# $FreeBSD$
PORTNAME= rjb
PORTVERSION= 1.3.5
CATEGORIES= java ruby
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=rjb
MAINTAINER= arved@FreeBSD.org
COMMENT= Build system for Java-based applications
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
USE_JAVA= yes
GEM_ENV= JAVA_HOME=${JAVA_HOME}
#On amd64, rjb hangs in umtxn
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/rjb-1.3.5.gem) = 00fd597a1f22cb58f81b699eb6489b88d943c228027a7cb113ad5c9c20450749
SIZE (rubygem/rjb-1.3.5.gem) = 64512

View file

@ -0,0 +1,3 @@
rjb is a bridge software. It connects Ruby and Java.
WWW: http://rjb.rubyforge.org/