From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 16 08:20:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BB237B433 for ; Wed, 16 Apr 2003 08:20:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B647A43FDD for ; Wed, 16 Apr 2003 08:20:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3GFKMUp013072 for ; Wed, 16 Apr 2003 08:20:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3GFKMB8013071; Wed, 16 Apr 2003 08:20:22 -0700 (PDT) Resent-Date: Wed, 16 Apr 2003 08:20:22 -0700 (PDT) Resent-Message-Id: <200304161520.h3GFKMB8013071@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Michael L.Hostbaek" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8A37B401 for ; Wed, 16 Apr 2003 08:17:20 -0700 (PDT) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id B972A43F93 for ; Wed, 16 Apr 2003 08:17:19 -0700 (PDT) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id DBCE937C95 for ; Wed, 16 Apr 2003 17:17:18 +0200 (CEST) Received: by icommerce-france.com (Postfix, from userid 0) id 82BC014C8C; Wed, 16 Apr 2003 17:17:18 +0200 (CEST) Message-Id: <20030416151718.82BC014C8C@icommerce-france.com> Date: Wed, 16 Apr 2003 17:17:18 +0200 (CEST) From: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51042: New port: devel/doctorj X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Michael L.Hostbaek" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 15:20:25 -0000 >Number: 51042 >Category: ports >Synopsis: New port: devel/doctorj >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 16 08:20:22 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: - New port. - DoctorJ is a set of applications that analyze Java code. Documentation is verified for compliance with the standard and for accuracy against the code, beyond what javadoc does. Statistics for a file or project can be generated, including the number of lines of code per class and method, and the overall total. A syntax analyzer is in development. >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: # # doctorj # doctorj/Makefile # doctorj/distinfo # doctorj/pkg-descr # doctorj/pkg-plist # echo c - doctorj mkdir -p doctorj > /dev/null 2>&1 echo x - doctorj/Makefile sed 's/^X//' >doctorj/Makefile << 'END-of-doctorj/Makefile' X# ex:ts=8 X# Ports collection makefile for: doctorj X# Date created: Wed Apr 16, 2003 X# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= doctorj XPORTVERSION= 4.0.0 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= mich@freebsdcluster.org XCOMMENT= A tool for analyzing Java code and documentation X XGNU_CONFIGURE= yes X XMAN1= doctorj.1 X X.include END-of-doctorj/Makefile echo x - doctorj/distinfo sed 's/^X//' >doctorj/distinfo << 'END-of-doctorj/distinfo' XMD5 (doctorj-4.0.0.tar.gz) = b20953d4182ac0311496745c97c687c4 END-of-doctorj/distinfo echo x - doctorj/pkg-descr sed 's/^X//' >doctorj/pkg-descr << 'END-of-doctorj/pkg-descr' XDoctorJ is a set of applications that analyze Java code. Documentation is Xverified for compliance with the standard and for accuracy against the Xcode, beyond what javadoc does. Statistics for a file or project can be Xgenerated, including the number of lines of code per class and method, Xand the overall total. A syntax analyzer is in development. X X XWWW: http://doctorj.sourceforge.net/ XAUTHOR: Jeff Pace X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-doctorj/pkg-descr echo x - doctorj/pkg-plist sed 's/^X//' >doctorj/pkg-plist << 'END-of-doctorj/pkg-plist' Xbin/doctorj END-of-doctorj/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: