From nobody@FreeBSD.org  Fri Mar  4 04:20:27 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 45C5416A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Mar 2005 04:20:27 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 079B643D3F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Mar 2005 04:20:27 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j244KQbP067832
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Mar 2005 04:20:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j244KQSK067831;
	Fri, 4 Mar 2005 04:20:26 GMT
	(envelope-from nobody)
Message-Id: <200503040420.j244KQSK067831@www.freebsd.org>
Date: Fri, 4 Mar 2005 04:20:26 GMT
From: "Choe, Cheng-Dae" <whitekid@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [New ports]: devel/jepp: Java Embedded Python
X-Send-Pr-Version: www-2.3

>Number:         78389
>Category:       ports
>Synopsis:       [New ports]: devel/jepp: Java Embedded Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hq
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 04 04:30:09 GMT 2005
>Closed-Date:    Thu Mar 10 15:30:57 GMT 2005
>Last-Modified:  Thu Mar 10 15:30:57 GMT 2005
>Originator:     "Choe, Cheng-Dae"
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD comdongin.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Feb 24 17:31:54 KST 2005 root@comdongin.com:/usr/obj/usr/src/sys/SMP-CDI i386

>Description:
      Jep (Java Embedded Python) embeds CPython in Java. It is stable and thread-safe, and is suitable for many different scripting needs.

see http://jepp.sf.net
>How-To-Repeat:
      N/A
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	jepp
#	jepp/pkg-descr
#	jepp/Makefile
#	jepp/pkg-plist
#	jepp/distinfo
#	jepp/jepp
#
echo c - jepp
mkdir -p jepp > /dev/null 2>&1
echo x - jepp/pkg-descr
sed 's/^X//' >jepp/pkg-descr << 'END-of-jepp/pkg-descr'
XJep embeds CPython in Java
X
XWWW:	http://jepp.sf.net
END-of-jepp/pkg-descr
echo x - jepp/Makefile
sed 's/^X//' >jepp/Makefile << 'END-of-jepp/Makefile'
X# New ports collection makefile for:	jepp
X# Date created:		2005-03-04
X# Whom:			Choe, Cheng-Dae
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jepp
XPORTVERSION=	1.1
XCATEGORIES=	devel java python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	jep-${PORTVERSION}
X
XMAINTAINER=	whitekid@gmail.com
XCOMMENT=	Java Embedded Python
X
XHAS_CONFIGURE=	yes
XCONFIGURE_ENV=	JAVA_HOME=${JAVA_HOME}
XCONFIGURE_ARGS=	--prefix=${PREFIX} --exec-prefix=${PREFIX}
XUSE_JAVA=	yes
XUSE_PYTHON=	yes
XUSE_LIBTOOL_VER=	15
XINSTALLS_SHLIB=	yes
X
XMAN1=	jep.1
X
Xpost-install:
X	${INSTALL_DATA} ${WRKSRC}/jep.jar ${JAVAJARDIR}
X
X.include <bsd.port.mk>
END-of-jepp/Makefile
echo x - jepp/pkg-plist
sed 's/^X//' >jepp/pkg-plist << 'END-of-jepp/pkg-plist'
Xlib/libjep.a
Xlib/libjep.so
Xlib/libjep.so.1
Xshare/java/classes/jep.jar
END-of-jepp/pkg-plist
echo x - jepp/distinfo
sed 's/^X//' >jepp/distinfo << 'END-of-jepp/distinfo'
XMD5 (jep-1.1.tar.gz) = f8c33c8825be3f4e862e5ddb377a5d37
XSIZE (jep-1.1.tar.gz) = 575774
END-of-jepp/distinfo
echo x - jepp/jepp
sed 's/^X//' >jepp/jepp << 'END-of-jepp/jepp'
END-of-jepp/jepp
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: hq 
State-Changed-When: Mon Mar 7 00:10:02 GMT 2005 
State-Changed-Why:  
There is no JAVA_VERSION specified in the port. 
Are you sure the port works with any JDK version? 


Responsible-Changed-From-To: freebsd-ports-bugs->hq 
Responsible-Changed-By: hq 
Responsible-Changed-When: Mon Mar 7 00:10:02 GMT 2005 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78389 
State-Changed-From-To: feedback->closed 
State-Changed-By: hq 
State-Changed-When: Thu Mar 10 15:30:29 GMT 2005 
State-Changed-Why:  
New port added as 'devel/jep'. 

Thanks for your contribution! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78389 
>Unformatted:
