Revision: 87455 http://trac.macports.org/changeset/87455 Author: ryandesign@macports.org Date: 2011-11-22 05:49:34 -0800 (Tue, 22 Nov 2011) Log Message: ----------- jlint: whitespace changes / reformatting / add modeline Modified Paths: -------------- trunk/dports/lang/jlint/Portfile Modified: trunk/dports/lang/jlint/Portfile =================================================================== --- trunk/dports/lang/jlint/Portfile 2011-11-22 13:45:19 UTC (rev 87454) +++ trunk/dports/lang/jlint/Portfile 2011-11-22 13:49:34 UTC (rev 87455) @@ -1,32 +1,32 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name jlint +name jlint version 1.23 -categories devel -maintainers waqar openmaintainer -license MIT +categories devel +platforms darwin +maintainers waqar openmaintainer +license MIT -description Java code verifier -long_description \ - Jlint will check your Java code and find bugs, inconsistencies \ - and synchronization problems by doing data flow analysis and \ - building lock graph. +description Java code verifier +long_description Jlint will check your Java code and find bugs, \ + inconsistencies and synchronization problems by doing \ + data flow analysis and building lock graph. + homepage http://www.garret.ru/lang.html master_sites http://www.garret.ru/ -platforms darwin - checksums rmd160 6a093175ab3968bc9c5bae0f0f4e2948b761b87a \ sha256 1bc44eddffb10eb781edf21af49359f7effd5a5f7c6ea856db0672cf0b084da8 -worksrcdir ${name} +worksrcdir ${name} patchfiles patch-makefile.diff -use_configure no +use_configure no variant universal {}
participants (1)
-
ryandesign@macports.org