From owner-cvs-all@FreeBSD.ORG Thu May 15 05:40:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 232B837B401; Thu, 15 May 2003 05:40:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB92343FAF; Thu, 15 May 2003 05:40:46 -0700 (PDT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4FCek0U032910; Thu, 15 May 2003 05:40:46 -0700 (PDT) (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4FCeksg032909; Thu, 15 May 2003 05:40:46 -0700 (PDT) Message-Id: <200305151240.h4FCeksg032909@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Thu, 15 May 2003 05:40:46 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/doctorj Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 12:40:48 -0000 mich 2003/05/15 05:40:46 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/doctorj Makefile distinfo pkg-descr pkg-plist Log: 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 PR: 51042 Approved by: roberto(mentor) Revision Changes Path 1.1113 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/doctorj/Makefile (new) 1.1 +1 -0 ports/devel/doctorj/distinfo (new) 1.1 +12 -0 ports/devel/doctorj/pkg-descr (new) 1.1 +1 -0 ports/devel/doctorj/pkg-plist (new)