mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Jep embeds CPython in Java. It is safe to use in a heavily threaded
environment, it is quite fast and its stability is a main feature and goal. WWW: http://jepp.sourceforge.net PR: 78339 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>
This commit is contained in:
parent
fc28f3ebbb
commit
bf5e74f250
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130807
@ -373,6 +373,7 @@
|
||||
SUBDIR += jam
|
||||
SUBDIR += java-util-concurrent
|
||||
SUBDIR += jclassinfo
|
||||
SUBDIR += jep
|
||||
SUBDIR += jrtplib
|
||||
SUBDIR += jsap
|
||||
SUBDIR += jude-community
|
||||
|
31
devel/jep/Makefile
Normal file
31
devel/jep/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: jep
|
||||
# Date created: 2005-03-04
|
||||
# Whom: Choe, Cheng-Dae
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jep
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= devel java python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= whitekid@gmail.com
|
||||
COMMENT= Java Embedded Python
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX}
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.2+
|
||||
USE_PYTHON= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= jep.1
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/jep.jar ${JAVAJARDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/jep/distinfo
Normal file
2
devel/jep/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (jep-1.1.tar.gz) = f8c33c8825be3f4e862e5ddb377a5d37
|
||||
SIZE (jep-1.1.tar.gz) = 575774
|
4
devel/jep/pkg-descr
Normal file
4
devel/jep/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Jep embeds CPython in Java. It is safe to use in a heavily threaded
|
||||
environment, it is quite fast and its stability is a main feature and goal.
|
||||
|
||||
WWW: http://jepp.sourceforge.net
|
5
devel/jep/pkg-plist
Normal file
5
devel/jep/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $FreeBSD$
|
||||
lib/libjep.a
|
||||
lib/libjep.so
|
||||
lib/libjep.so.1
|
||||
%%JAVAJARDIR%%/jep.jar
|
Loading…
Reference in New Issue
Block a user