diff options
author | nork <nork@FreeBSD.org> | 2004-09-04 04:54:27 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-09-04 04:54:27 +0800 |
commit | eff816a761dea8e048309eab82e537968b521bc3 (patch) | |
tree | da7ed24eaca90574cb31f6c9a8e7b98b59a01075 /java | |
parent | a6e258856c2fdda146c9ab98428aad6f40c7a36b (diff) | |
download | freebsd-ports-gnome-eff816a761dea8e048309eab82e537968b521bc3.tar.gz freebsd-ports-gnome-eff816a761dea8e048309eab82e537968b521bc3.tar.zst freebsd-ports-gnome-eff816a761dea8e048309eab82e537968b521bc3.zip |
Add eclipse-checkstyle 3.4.1.0, integrates the Checkstyle Java
code auditor into Eclipse.
PR: ports/70146
Submitted by: Jeremy Faulkner <gldisater@gldis.ca>
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/eclipse-checkstyle/Makefile | 33 | ||||
-rw-r--r-- | java/eclipse-checkstyle/distinfo | 1 | ||||
-rw-r--r-- | java/eclipse-checkstyle/pkg-descr | 6 | ||||
-rw-r--r-- | java/eclipse-checkstyle/pkg-plist | 75 |
5 files changed, 116 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 10251388bfc1..5d9f7b144e6a 100644 --- a/java/Makefile +++ b/java/Makefile @@ -17,6 +17,7 @@ SUBDIR += diablo-jre13 SUBDIR += eclipse SUBDIR += eclipse-cdt + SUBDIR += eclipse-checkstyle SUBDIR += eclipse-emf SUBDIR += eclipse-examples SUBDIR += eclipse-gef diff --git a/java/eclipse-checkstyle/Makefile b/java/eclipse-checkstyle/Makefile new file mode 100644 index 000000000000..4c568a609a8c --- /dev/null +++ b/java/eclipse-checkstyle/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: eclipse-checkstyle +# Date created: July 30, 2004 +# Whom: gldisater@gldis.ca +# +# $FreeBSD$ +# + +PORTNAME= checkstyle +PORTVERSION= 3.4.1.0 +CATEGORIES= java devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= eclipse-cs +PKGNAMEPREFIX= eclipse- +DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} +DIST_SUBDIR= eclipse + +MAINTAINER= java@freebsd.org +COMMENT= Integrates the Checkstyle Java code auditor into Eclipse + +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse + +NO_WRKSUBDIR= yes +NO_BUILD= yes +USE_JAVA= yes +JAVA_VERSION= 1.4+ +USE_ZIP= yes + +do-install: + @${MKDIR} ${PREFIX}/eclipse + @${MKDIR} ${PREFIX}/eclipse/plugins + @${CP} -r ${WRKSRC}/com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${PREFIX}/eclipse/plugins + +.include <bsd.port.mk> diff --git a/java/eclipse-checkstyle/distinfo b/java/eclipse-checkstyle/distinfo new file mode 100644 index 000000000000..95de86ce2761 --- /dev/null +++ b/java/eclipse-checkstyle/distinfo @@ -0,0 +1 @@ +MD5 (eclipse/com.atlassw.tools.eclipse.checkstyle_3.4.1.0.zip) = 5db1ff7358d968a0c5d0ce458631b36f diff --git a/java/eclipse-checkstyle/pkg-descr b/java/eclipse-checkstyle/pkg-descr new file mode 100644 index 000000000000..245e1f5318a3 --- /dev/null +++ b/java/eclipse-checkstyle/pkg-descr @@ -0,0 +1,6 @@ +The Eclipse Checkstyle plug-in integrates the Checkstyle Java +code auditor into the Eclipse IDE. The plug-in provides real-time +feedback to the user about violations of rules that check for +coding style and possible error prone code constructs. + +WWW: http://eclipse-cs.sourceforge.net/ diff --git a/java/eclipse-checkstyle/pkg-plist b/java/eclipse-checkstyle/pkg-plist new file mode 100644 index 000000000000..933f4e1ce9e8 --- /dev/null +++ b/java/eclipse-checkstyle/pkg-plist @@ -0,0 +1,75 @@ +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/CheckstylePlugin.jar +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/DefaultChecks.xml +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/README.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/checkstyle-all-3.4.jar +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/checkstyle-optional-3.4.jar +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/config_file_sets.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/configuring.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/AuditListener.gif +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/Filter.gif +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/anttask.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/checkstyle_checks.xml +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/cmdline.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_blocks.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_coding.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_design.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_duplicates.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_header.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_import.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_j2ee.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_javadoc.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_metrics.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_misc.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_modifiers.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_naming.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_reporting.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_sizes.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_usage.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_whitespace.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/contributing.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/gui_screenshot.png +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/index.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/java.header +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/logo.png +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/mystyle.css +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/optional.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/property_types.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/releasenotes.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/sun_checks.xml +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/suppressions.xml +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/writingchecks.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/writingfilters.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/writinglisteners.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/xmllogger.dtd +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/getting_started.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/check_config_editor.jpg +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/file_set_editor.jpg +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/preferences.jpg +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/project.jpg +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/properties.jpg +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/rule_config_editor.jpg +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/tasks.jpg +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/import_export.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/index.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/introduction.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/regularexpressions.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/release_notes.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/screen_shots.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/team.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/troubleshooting.html +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license/LICENSE.apache.txt +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license/LICENSE.txt +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license/RIGHTS.antlr.txt +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/plugin.xml +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/toc.xml +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/xercesImpl.jar +eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/xmlParserAPIs.jar +@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license +@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images +@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs +@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc +@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0 +@unexec rmdir %D/eclipse/plugins 2>/dev/null || true +@unexec rmdir %D/eclipse 2>/dev/null || true + |