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)
This commit is contained in:
Michael Landin 2003-05-15 12:40:46 +00:00
parent d54b76dca5
commit 0dc1056f00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81029
5 changed files with 37 additions and 0 deletions

View File

@ -150,6 +150,7 @@
SUBDIR += dmake
SUBDIR += dmalloc
SUBDIR += doc++
SUBDIR += doctorj
SUBDIR += dotconf
SUBDIR += doxygen
SUBDIR += e4graph

22
devel/doctorj/Makefile Normal file
View File

@ -0,0 +1,22 @@
# ex:ts=8
# Ports collection makefile for: doctorj
# Date created: Wed Apr 16, 2003
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= doctorj
PORTVERSION= 4.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mich@freebsdcluster.org
COMMENT= A tool for analyzing Java code and documentation
GNU_CONFIGURE= yes
MAN1= doctorj.1
.include <bsd.port.mk>

1
devel/doctorj/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (doctorj-4.0.0.tar.gz) = b20953d4182ac0311496745c97c687c4

12
devel/doctorj/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
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.
WWW: http://doctorj.sourceforge.net/
AUTHOR: Jeff Pace <jpace@incava.org>
- Michael L. Hostbaek
mich@freebsdcluster.org

1
devel/doctorj/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/doctorj