mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Add rjb, Ruby Java Bridge via JNI
This commit is contained in:
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
|
@ -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
24
java/rubygem-rjb/Makefile
Normal 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>
|
2
java/rubygem-rjb/distinfo
Normal file
2
java/rubygem-rjb/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/rjb-1.3.5.gem) = 00fd597a1f22cb58f81b699eb6489b88d943c228027a7cb113ad5c9c20450749
|
||||||
|
SIZE (rubygem/rjb-1.3.5.gem) = 64512
|
3
java/rubygem-rjb/pkg-descr
Normal file
3
java/rubygem-rjb/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
rjb is a bridge software. It connects Ruby and Java.
|
||||||
|
|
||||||
|
WWW: http://rjb.rubyforge.org/
|
Loading…
Add table
Reference in a new issue