From owner-freebsd-java Wed Jun 6 2:48:46 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 78C0737B403 for ; Wed, 6 Jun 2001 02:48:40 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f569kwY01001 for java@freebsd.org; Wed, 6 Jun 2001 11:46:58 +0200 (CEST) (envelope-from ernst) Date: Wed, 6 Jun 2001 11:46:58 +0200 From: Ernst de Haan To: java@freebsd.org Subject: New port: java/jlint (jlint-2.0) Message-ID: <20010606114658.A848@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Here's a suggestion for a new port. It installs the program Jlint, a Java program analyzer and checker. For more info see: * http://artho.com/jlint/ The current version is 2.0. I would really appreciate some testing. I will probably submit this port as a PR sometime soon, but I'm changing my approach of submitting Java ports. I intend to send any potential ports to the freebsd-java mailing list first, to allow for testing and feedback, and *then* send a PR for them. Kind regards. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ --Dxnq1zWXvFF0Q93v Content-Type: application/x-sh Content-Disposition: attachment; filename="jlint-port-20010606.sh" # 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: # # java # java/jlint # java/jlint/Makefile # java/jlint/distinfo # java/jlint/pkg-comment # java/jlint/pkg-descr # java/jlint/pkg-plist # echo c - java mkdir -p java > /dev/null 2>&1 echo c - java/jlint mkdir -p java/jlint > /dev/null 2>&1 echo x - java/jlint/Makefile sed 's/^X//' >java/jlint/Makefile << 'END-of-java/jlint/Makefile' X# New ports collection makefile for: jlint X# Date created: June 2, 2001 X# Whom: Ernst de Haan X# X# $FreeBSD$ X# X XPORTNAME= jlint XPORTVERSION= 2.0 XCATEGORIES= java XMASTER_SITES= http://artho.com/jlint/ XDISTNAME= ${PORTNAME} X XMAINTAINER= ernst@jollem.com X XPLIST_SUB+= TARGET_PREFIX=${TARGET_DIR:S/^${PREFIX}\///} XTARGET_DIR?= ${PREFIX}/bin X XWRKSRC= ${WRKDIR}/${PORTNAME} X X.include X Xdo-install: X ${MKDIR} ${TARGET_DIR} X ${CP} ${WRKSRC}/jlint ${TARGET_DIR} X ${CP} ${WRKSRC}/antic ${TARGET_DIR} X ${CHMOD} 755 ${TARGET_DIR}/jlint ${TARGET_DIR}/antic X X.include END-of-java/jlint/Makefile echo x - java/jlint/distinfo sed 's/^X//' >java/jlint/distinfo << 'END-of-java/jlint/distinfo' XMD5 (jlint.tar.gz) = 19e2244b1391a60b58b11a300d67bcf3 END-of-java/jlint/distinfo echo x - java/jlint/pkg-comment sed 's/^X//' >java/jlint/pkg-comment << 'END-of-java/jlint/pkg-comment' XJava program analyzer and checker END-of-java/jlint/pkg-comment echo x - java/jlint/pkg-descr sed 's/^X//' >java/jlint/pkg-descr << 'END-of-java/jlint/pkg-descr' XJlint will check your Java code and find bugs, inconsistencies Xand synchronization problems by doing data flow analysis and Xbuilding the lock graph. X XWWW: http://artho.com/jlint/ END-of-java/jlint/pkg-descr echo x - java/jlint/pkg-plist sed 's/^X//' >java/jlint/pkg-plist << 'END-of-java/jlint/pkg-plist' X%%TARGET_PREFIX%%/jlint X%%TARGET_PREFIX%%/antic END-of-java/jlint/pkg-plist exit --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message