From deb18b0a30fe55b635e9236b600b5cbb334495dc Mon Sep 17 00:00:00 2001 From: mich Date: Thu, 15 May 2003 12:40:46 +0000 Subject: 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) --- devel/Makefile | 1 + devel/doctorj/Makefile | 22 ++++++++++++++++++++++ devel/doctorj/distinfo | 1 + devel/doctorj/pkg-descr | 12 ++++++++++++ devel/doctorj/pkg-plist | 1 + 5 files changed, 37 insertions(+) create mode 100644 devel/doctorj/Makefile create mode 100644 devel/doctorj/distinfo create mode 100644 devel/doctorj/pkg-descr create mode 100644 devel/doctorj/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 4b8ac0b603d2..0ce7305f0c98 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -150,6 +150,7 @@ SUBDIR += dmake SUBDIR += dmalloc SUBDIR += doc++ + SUBDIR += doctorj SUBDIR += dotconf SUBDIR += doxygen SUBDIR += e4graph diff --git a/devel/doctorj/Makefile b/devel/doctorj/Makefile new file mode 100644 index 000000000000..e640f19eae15 --- /dev/null +++ b/devel/doctorj/Makefile @@ -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 diff --git a/devel/doctorj/distinfo b/devel/doctorj/distinfo new file mode 100644 index 000000000000..bd1765ed657b --- /dev/null +++ b/devel/doctorj/distinfo @@ -0,0 +1 @@ +MD5 (doctorj-4.0.0.tar.gz) = b20953d4182ac0311496745c97c687c4 diff --git a/devel/doctorj/pkg-descr b/devel/doctorj/pkg-descr new file mode 100644 index 000000000000..8d59f1e25a2d --- /dev/null +++ b/devel/doctorj/pkg-descr @@ -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 + + - Michael L. Hostbaek + mich@freebsdcluster.org diff --git a/devel/doctorj/pkg-plist b/devel/doctorj/pkg-plist new file mode 100644 index 000000000000..63b44cd2ac73 --- /dev/null +++ b/devel/doctorj/pkg-plist @@ -0,0 +1 @@ +bin/doctorj -- cgit