Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 04:00:55 GMT
From:      Jeremy Faulkner <gldisater@gldis.ca>
To:        freebsd-java@FreeBSD.org
Subject:   Re: ports/70146: [SHAR] new port for eclipse plugin Checkstyle
Message-ID:  <200408240400.i7O40tHB007931@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70146; it has been noted by GNATS.

From: Jeremy Faulkner <gldisater@gldis.ca>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/70146: [SHAR] new port for eclipse plugin Checkstyle
Date: Tue, 24 Aug 2004 00:02:02 -0400

 This is a multi-part message in MIME format.
 --------------030802070905070104020002
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Mark Linimon wrote:
 > Synopsis: [SHAR] new port for eclipse plugin Checkstyle
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: linimon
 > State-Changed-When: Mon Aug 23 17:32:36 GMT 2004
 > State-Changed-Why: 
 > There seems to be no shar file attached?
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=70146
 > 
 > 
 
 
 -- 
 Jeremy Faulkner				http://www.gldis.ca
 
 
 --------------030802070905070104020002
 Content-Type: text/plain;
  name="eclipse-checkstyle.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="eclipse-checkstyle.shar"
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	eclipse-checkstyle
 #	eclipse-checkstyle/Makefile
 #	eclipse-checkstyle/distinfo
 #	eclipse-checkstyle/pkg-descr
 #	eclipse-checkstyle/pkg-plist
 #
 echo c - eclipse-checkstyle
 mkdir -p eclipse-checkstyle > /dev/null 2>&1
 echo x - eclipse-checkstyle/Makefile
 sed 's/^X//' >eclipse-checkstyle/Makefile << 'END-of-eclipse-checkstyle/Makefile'
 X# New ports collection makefile for:	eclipse-checkstyle
 X# Date created:				July 30, 2004
 X# Whom:					gldisater@gldis.ca
 X#
 X# $FreeBSD: ports/java/eclipse-vep/Makefile,v 1.1 2004/01/13 18:01:13 alex Exp $
 X#
 X
 XPORTNAME=	eclipse-checkstyle
 XPORTVERSION=	3.4.1.0
 XCATEGORIES=	java devel
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	eclipse-cs
 XDIST_SUBDIR=	eclipse
 XDISTNAME=	com.atlassw.tools.eclipse.checkstyle_$(PORTVERSION)
 X
 XMAINTAINER=	java@freebsd.org
 XCOMMENT=	Integrates the Checkstyle Java code auditor into Eclipse.
 X
 XNO_WRKSUBDIR=	yes
 XNO_BUILD=	yes
 XUSE_JAVA=	yes
 XJAVA_VERSION=	1.4+
 XUSE_ZIP=	yes
 X
 XRUN_DEPENDS=	eclipse:$(PORTSDIR)/java/eclipse
 X
 Xdo-install:
 X		@${MKDIR} ${PREFIX}/eclipse
 X		@${MKDIR} ${PREFIX}/eclipse/plugins
 X		@${CP} -r ${WRKSRC}/com.atlassw.tools.eclipse.checkstyle_$(PORTVERSION) ${PREFIX}/eclipse/plugins
 X
 X.include <bsd.port.mk>
 END-of-eclipse-checkstyle/Makefile
 echo x - eclipse-checkstyle/distinfo
 sed 's/^X//' >eclipse-checkstyle/distinfo << 'END-of-eclipse-checkstyle/distinfo'
 XMD5 (eclipse/com.atlassw.tools.eclipse.checkstyle_3.4.1.0.zip) = 5db1ff7358d968a0c5d0ce458631b36f
 END-of-eclipse-checkstyle/distinfo
 echo x - eclipse-checkstyle/pkg-descr
 sed 's/^X//' >eclipse-checkstyle/pkg-descr << 'END-of-eclipse-checkstyle/pkg-descr'
 XThe Eclipse Checkstyle plug-in integrates the Checkstyle Java
 Xcode auditor into the Eclipse IDE. The plug-in provides real-time
 Xfeedback to the user about violations of rules that check for
 Xcoding style and possible error prone code constructs.
 X
 XWWW: http://eclipse-cs.sourceforge.net/
 END-of-eclipse-checkstyle/pkg-descr
 echo x - eclipse-checkstyle/pkg-plist
 sed 's/^X//' >eclipse-checkstyle/pkg-plist << 'END-of-eclipse-checkstyle/pkg-plist'
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/CheckstylePlugin.jar
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/DefaultChecks.xml
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/README.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/checkstyle-all-3.4.jar
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/checkstyle-optional-3.4.jar
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/config_file_sets.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/configuring.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/AuditListener.gif
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/Filter.gif
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/anttask.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/checkstyle_checks.xml
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/cmdline.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_blocks.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_coding.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_design.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_duplicates.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_header.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_import.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_j2ee.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_javadoc.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_metrics.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_misc.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_modifiers.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_naming.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_reporting.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_sizes.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_usage.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/config_whitespace.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/contributing.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/gui_screenshot.png
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/index.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/java.header
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/logo.png
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/mystyle.css
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/optional.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/property_types.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/releasenotes.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/sun_checks.xml
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/suppressions.xml
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/writingchecks.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/writingfilters.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/writinglisteners.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs/xmllogger.dtd
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/getting_started.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/check_config_editor.jpg
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/file_set_editor.jpg
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/preferences.jpg
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/project.jpg
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/properties.jpg
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/rule_config_editor.jpg
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images/tasks.jpg
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/import_export.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/index.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/introduction.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/regularexpressions.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/release_notes.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/screen_shots.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/team.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/troubleshooting.html
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license/LICENSE.apache.txt
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license/LICENSE.txt
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license/RIGHTS.antlr.txt
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/plugin.xml
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/toc.xml
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/xercesImpl.jar
 Xeclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/xmlParserAPIs.jar
 Xshare/nls/POSIX
 Xshare/nls/en_US.US-ASCII
 X@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/license
 X@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/images
 X@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc/csdocs
 X@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0/doc
 X@dirrm eclipse/plugins/com.atlassw.tools.eclipse.checkstyle_3.4.1.0
 X@dirrm eclipse/plugins
 X@dirrm eclipse
 END-of-eclipse-checkstyle/pkg-plist
 exit
 
 
 
 --------------030802070905070104020002--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408240400.i7O40tHB007931>