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>
This commit is contained in:
parent
587a6943ba
commit
21661e9634
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118087
5 changed files with 116 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
SUBDIR += diablo-jre13
|
||||
SUBDIR += eclipse
|
||||
SUBDIR += eclipse-cdt
|
||||
SUBDIR += eclipse-checkstyle
|
||||
SUBDIR += eclipse-emf
|
||||
SUBDIR += eclipse-examples
|
||||
SUBDIR += eclipse-gef
|
||||
|
|
33
java/eclipse-checkstyle/Makefile
Normal file
33
java/eclipse-checkstyle/Makefile
Normal file
|
@ -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>
|
1
java/eclipse-checkstyle/distinfo
Normal file
1
java/eclipse-checkstyle/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (eclipse/com.atlassw.tools.eclipse.checkstyle_3.4.1.0.zip) = 5db1ff7358d968a0c5d0ce458631b36f
|
6
java/eclipse-checkstyle/pkg-descr
Normal file
6
java/eclipse-checkstyle/pkg-descr
Normal file
|
@ -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/
|
75
java/eclipse-checkstyle/pkg-plist
Normal file
75
java/eclipse-checkstyle/pkg-plist
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue