diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-05-15 12:40:46 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-05-15 12:40:46 +0000 |
commit | 0dc1056f008f1e6f291e1b928ba9c723c55e5507 (patch) | |
tree | 0541307ab6f15b975659fbdf1ab7c89ddc23df96 /devel/doctorj | |
parent | d54b76dca5a94f813244413bddf043ec262d3b35 (diff) |
Notes
Diffstat (limited to 'devel/doctorj')
-rw-r--r-- | devel/doctorj/Makefile | 22 | ||||
-rw-r--r-- | devel/doctorj/distinfo | 1 | ||||
-rw-r--r-- | devel/doctorj/pkg-descr | 12 | ||||
-rw-r--r-- | devel/doctorj/pkg-plist | 1 |
4 files changed, 36 insertions, 0 deletions
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 <bsd.port.mk> 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 <jpace@incava.org> + + - 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 |