Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 08:34:35 +0800 (CST)
From:      Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21604: new port: java/jad
Message-ID:  <200009280034.e8S0YZX59113@www.caece.net>

next in thread | raw e-mail | index | archive | help

>Number:         21604
>Category:       ports
>Synopsis:       new port: java/jad
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 27 17:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

FreeBSD utopia.leeym.yi.org 4.1.1-STABLE FreeBSD 4.1.1-STABLE #2: Tue Sep 26 13:03:07 CST 2000     root@utopia.leeym.yi.org:/usr/src/sys/compile/UTOPIA i386

>Description:

Jad - the fast JAva Decompiler

>How-To-Repeat:

	

>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:
#
#	jad
#	jad/files
#	jad/files/md5
#	jad/pkg
#	jad/pkg/COMMENT
#	jad/pkg/DESCR
#	jad/pkg/PLIST
#	jad/Makefile
#
echo c - jad
mkdir -p jad > /dev/null 2>&1
echo c - jad/files
mkdir -p jad/files > /dev/null 2>&1
echo x - jad/files/md5
sed 's/^X//' >jad/files/md5 << 'END-of-jad/files/md5'
XMD5 (jadfb157.zip) = 7516fb0c9e12363e60ea2412624228cd
END-of-jad/files/md5
echo c - jad/pkg
mkdir -p jad/pkg > /dev/null 2>&1
echo x - jad/pkg/COMMENT
sed 's/^X//' >jad/pkg/COMMENT << 'END-of-jad/pkg/COMMENT'
XJad - the fast JAva Decompiler
END-of-jad/pkg/COMMENT
echo x - jad/pkg/DESCR
sed 's/^X//' >jad/pkg/DESCR << 'END-of-jad/pkg/DESCR'
XJad is a Java decompiler, i.e. program that reads one or more Java class files and converts them into Java source files which can be compiled again. 
X
XJad is a 100% pure C++ program and it generally works several times faster than decompilers written in Java. 
XJad doesn't use the Java runtime for its functioning, therefore no special setup is required (like changes to the CLASSPATH variable). 
END-of-jad/pkg/DESCR
echo x - jad/pkg/PLIST
sed 's/^X//' >jad/pkg/PLIST << 'END-of-jad/pkg/PLIST'
Xbin/jad
Xshare/doc/jad/Readme.txt
X@dirrm share/doc/jad
END-of-jad/pkg/PLIST
echo x - jad/Makefile
sed 's/^X//' >jad/Makefile << 'END-of-jad/Makefile'
X# New ports collection makefile for:	jad
X# Date created:				27 September 2000
X# Whom:	      				Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jad
XPORTVERSION=	1.5.7f
XCATEGORIES=	java
XMASTER_SITES=	http://share.geocities.com/SiliconValley/Bridge/8617/jad/freebsd/
XDISTNAME=	jadfb157
X
XMAINTAINER=	leeym@cae.ce.ntu.edu.tw
X
XUSE_ZIP=	yes
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/
X	${MKDIR} ${PREFIX}/share/doc/jad
X	${INSTALL_DATA} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/jad/
X
X.include <bsd.port.mk>
END-of-jad/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009280034.e8S0YZX59113>