[141504] trunk/dports/textproc/highlight/Portfile

sean at macports.org sean at macports.org
Sat Dec 12 01:48:42 PST 2015


Revision: 141504
          https://trac.macports.org/changeset/141504
Author:   sean at macports.org
Date:     2015-10-19 15:03:35 -0700 (Mon, 19 Oct 2015)
Log Message:
-----------
highlight: whitespace changes with permission from author

Modified Paths:
--------------
    trunk/dports/textproc/highlight/Portfile

Modified: trunk/dports/textproc/highlight/Portfile
===================================================================
--- trunk/dports/textproc/highlight/Portfile	2015-10-19 22:03:34 UTC (rev 141503)
+++ trunk/dports/textproc/highlight/Portfile	2015-10-19 22:03:35 UTC (rev 141504)
@@ -1,20 +1,21 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			highlight
+name                highlight
 version             3.16.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
-categories		textproc devel
-platforms		darwin
+categories          textproc devel
+platforms           darwin
 license             GPL-3
-maintainers		groovie.org:pjenvey
-description		converts source code to formatted text with syntax highlighting
-long_description	${description}
+maintainers         groovie.org:pjenvey
+description         converts source code to formatted text with syntax highlighting
+long_description    ${description}
 
-homepage		http://www.andre-simon.de
-master_sites		${homepage}/zip/
-use_bzip2		yes
+homepage            http://www.andre-simon.de
+master_sites        ${homepage}/zip/
+use_bzip2           yes
 worksrcdir          ${name}-${branch}
 
 checksums           rmd160  e9cfc8cf676aa4af575e20eec2719a66c633fea5 \
@@ -28,7 +29,7 @@
 
 use_configure       no
 
-build.target         cli lib
+build.target        cli lib
 
 # Yes, this project's makefile uses CFLAGS to compile its C++ code.
 build.args          CXX="${configure.cxx}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/7d02497d/attachment.html>


More information about the macports-changes mailing list