From 75cb58a12f5b3307501f3e8f889b2b29a95283c1 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Mon, 7 Apr 2003 16:22:40 +0000 Subject: Upgrade to 3.0. --- java/java-checkstyle/Makefile | 2 +- java/java-checkstyle/distinfo | 2 +- java/java-checkstyle/pkg-plist | 175 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 177 insertions(+), 2 deletions(-) create mode 100644 java/java-checkstyle/pkg-plist (limited to 'java/java-checkstyle') diff --git a/java/java-checkstyle/Makefile b/java/java-checkstyle/Makefile index 123e7e0a8b6c..d2d5b30d04d0 100644 --- a/java/java-checkstyle/Makefile +++ b/java/java-checkstyle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= checkstyle -PORTVERSION= 2.4 +PORTVERSION= 3.0 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/java/java-checkstyle/distinfo b/java/java-checkstyle/distinfo index ceeedf95b111..3450ef67fe53 100644 --- a/java/java-checkstyle/distinfo +++ b/java/java-checkstyle/distinfo @@ -1 +1 @@ -MD5 (checkstyle-src-2.4.tar.gz) = 770f84e44aa7d850b00a8a3c862d03c8 +MD5 (checkstyle-src-3.0.tar.gz) = 7f81d2964a867e4b49e9569ef44c792f diff --git a/java/java-checkstyle/pkg-plist b/java/java-checkstyle/pkg-plist new file mode 100644 index 000000000000..a2cf48b73c79 --- /dev/null +++ b/java/java-checkstyle/pkg-plist @@ -0,0 +1,175 @@ +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/DefaultConfiguration.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ParameterNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/package-summary.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AvoidStarImportCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/SimplifyBooleanExpressionCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractImportCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/UnusedImportsCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/SimplifyBooleanReturnCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/NoWhitespaceAfterCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/EmptyBlockCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LeftCurlyOption.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/MethodNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RightCurlyCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/NeedBracesCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/PadOption.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ParameterNumberCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractOption.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractOptionCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TabCharacterCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RegexpHeaderCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractFormatCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/VisibilityModifierCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/NoWhitespaceBeforeCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ParenPadCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/GenericIllegalRegexpCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/package-frame.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RedundantModifierCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/JavadocMethodCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ConstantNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/WhitespaceAfterCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/MethodLengthCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/FileLengthCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/StaticVariableNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TypeNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/InnerAssignmentCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TranslationCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RedundantImportCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/HiddenFieldCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LeftCurlyCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/JavadocVariableCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/PackageHtmlCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LocalFinalVariableNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/IllegalInstantiationCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/UpperEllCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LocalVariableNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/package-tree.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/EqualsHashCodeCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/IllegalImportCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LineLengthCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TodoCommentCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/WhitespaceAroundCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/MemberNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/HeaderCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/BlockOption.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/PackageNameCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/OperatorWrapCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/OperatorWrapOption.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ModifierOrderCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/JavadocTypeCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RightCurlyOption.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/EmptyForIteratorPadCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/FileSetCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Scope.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/package-tree.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Utils.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/MessageDispatcher.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/FileContents.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheck.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/FullIdent.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Context.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/AutomaticBean.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/TokenTypes.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Contextualizable.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/ScopeUtils.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/DetailAST.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/package-frame.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Check.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/LocalizedMessages.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Configuration.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Configurable.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/package-summary.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/CheckstyleException.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.FormatterType.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/TreeWalker.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/Defn.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/package-tree.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.Formatter.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/ModuleFactory.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/Checker.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/package-summary.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/AuditEvent.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.Property.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/package-frame.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/PackageNamesLoader.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/XMLLogger.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/DefaultLogger.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/DefaultContext.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/AuditListener.html +share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/Main.html +share/doc/checkstyle/checkstyle-3.0/docs/api/overview-frame.html +share/doc/checkstyle/checkstyle-3.0/docs/api/index-all.html +share/doc/checkstyle/checkstyle-3.0/docs/api/index.html +share/doc/checkstyle/checkstyle-3.0/docs/api/help-doc.html +share/doc/checkstyle/checkstyle-3.0/docs/api/overview-tree.html +share/doc/checkstyle/checkstyle-3.0/docs/api/packages.html +share/doc/checkstyle/checkstyle-3.0/docs/api/stylesheet.css +share/doc/checkstyle/checkstyle-3.0/docs/api/allclasses-frame.html +share/doc/checkstyle/checkstyle-3.0/docs/api/overview-summary.html +share/doc/checkstyle/checkstyle-3.0/docs/api/package-list +share/doc/checkstyle/checkstyle-3.0/docs/api/serialized-form.html +share/doc/checkstyle/checkstyle-3.0/docs/api/deprecated-list.html +share/doc/checkstyle/checkstyle-3.0/docs/java.header +share/doc/checkstyle/checkstyle-3.0/docs/mystyle.css +share/doc/checkstyle/checkstyle-3.0/docs/gui_screenshot.png +share/doc/checkstyle/checkstyle-3.0/docs/checkstyle_checks.xml +share/doc/checkstyle/checkstyle-3.0/docs/xmllogger.dtd +share/doc/checkstyle/checkstyle-3.0/docs/logo.png +share/doc/checkstyle/checkstyle-3.0/docs/sun_checks.xml +share/doc/checkstyle/checkstyle-3.0/docs/config_header.html +share/doc/checkstyle/checkstyle-3.0/docs/config_modifiers.html +share/doc/checkstyle/checkstyle-3.0/docs/config_import.html +share/doc/checkstyle/checkstyle-3.0/docs/index.html +share/doc/checkstyle/checkstyle-3.0/docs/config_whitespace.html +share/doc/checkstyle/checkstyle-3.0/docs/config_sizes.html +share/doc/checkstyle/checkstyle-3.0/docs/cmdline.html +share/doc/checkstyle/checkstyle-3.0/docs/config_blocks.html +share/doc/checkstyle/checkstyle-3.0/docs/config.html +share/doc/checkstyle/checkstyle-3.0/docs/engine.html +share/doc/checkstyle/checkstyle-3.0/docs/releasenotes.html +share/doc/checkstyle/checkstyle-3.0/docs/anttask.html +share/doc/checkstyle/checkstyle-3.0/docs/property_types.html +share/doc/checkstyle/checkstyle-3.0/docs/config_misc.html +share/doc/checkstyle/checkstyle-3.0/docs/config_javadoc.html +share/doc/checkstyle/checkstyle-3.0/docs/config_naming.html +share/doc/checkstyle/checkstyle-3.0/docs/config_reporting.html +share/doc/checkstyle/checkstyle-3.0/docs/writingchecks.html +share/doc/checkstyle/checkstyle-3.0/TODO +share/doc/checkstyle/checkstyle-3.0/README +share/doc/checkstyle/checkstyle-3.0/LICENSE +share/doc/checkstyle/checkstyle-3.0/RIGHTS.antlr +share/doc/checkstyle/checkstyle-3.0/LICENSE.apache +share/java/classes/checkstyle.jar +share/java/checkstyle/examples/checks/com/mycompany/checks/MethodLimitCheck.java +share/java/checkstyle/examples/checks/com/mycompany/checks/messages.properties +share/java/checkstyle/examples/checks/com/mycompany/checks/LimitImplementationFiles.java +share/java/checkstyle/examples/checks/mycompany_conf.xml +share/java/checkstyle/examples/conf/openorb.xml +share/java/checkstyle/examples/conf/BlochEffectiveJava.xml +share/java/checkstyle/checkstyle-text.xsl +share/java/checkstyle/checkstyle-simple.xsl +share/java/checkstyle/checkstyle-noframes-sorted.xsl +share/java/checkstyle/checkstyle-frames.xsl +share/java/checkstyle/JavadocCheckDefault.java +share/java/checkstyle/checkstyle-noframes.xsl +@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks +@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api +@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle +@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools +@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl +@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com +@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api +@dirrm share/doc/checkstyle/checkstyle-3.0/docs +@dirrm share/doc/checkstyle/checkstyle-3.0 +@dirrm share/doc/checkstyle +@dirrm share/java/checkstyle/examples/checks/com/mycompany/checks +@dirrm share/java/checkstyle/examples/checks/com/mycompany +@dirrm share/java/checkstyle/examples/checks/com +@dirrm share/java/checkstyle/examples/checks +@dirrm share/java/checkstyle/examples/conf +@dirrm share/java/checkstyle/examples +@dirrm share/java/checkstyle -- cgit v1.2.3