[90945] trunk/dports/devel

dports at macports.org dports at macports.org
Mon Mar 19 01:03:36 PDT 2012


Revision: 90945
          https://trac.macports.org/changeset/90945
Author:   dports at macports.org
Date:     2012-03-19 01:03:36 -0700 (Mon, 19 Mar 2012)
Log Message:
-----------
closure-linter: new port, v2.3.5 (#31110)

Added Paths:
-----------
    trunk/dports/devel/closure-linter/
    trunk/dports/devel/closure-linter/Portfile

Added: trunk/dports/devel/closure-linter/Portfile
===================================================================
--- trunk/dports/devel/closure-linter/Portfile	                        (rev 0)
+++ trunk/dports/devel/closure-linter/Portfile	2012-03-19 08:03:36 UTC (rev 90945)
@@ -0,0 +1,33 @@
+# -*- 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
+PortGroup          python27 1.0
+
+name               closure-linter
+version            2.3.5
+license            Apache-2.0
+categories         devel python
+maintainers        shifteleven.com:pope openmaintainer
+description        Closure Linter
+long_description \
+    The Closure Linter enforces the guidelines set by the Google \
+    JavaScript Style Guide. The linter handles style issues so that \
+    you can focus on the code.
+
+platforms          darwin
+supported_archs    noarch
+
+homepage           http://code.google.com/p/closure-linter/
+master_sites       googlecode:closure-linter
+distname           closure_linter-${version}
+
+depends_lib-append port:py27-distribute \
+                   port:py27-gflags
+
+checksums          rmd160  af22306a32ec58fb083a7bebb82406fa33377ce6 \
+                   sha256  3c5fc9d3eb7c62f6d203a136a8bc37e89b80c467603c37dbc5a2626145abd93d
+
+python.link_binaries_suffix
+
+livecheck.type     googlecode


Property changes on: trunk/dports/devel/closure-linter/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120319/25623a70/attachment.html>


More information about the macports-changes mailing list