[88010] trunk/dports/textproc/asciidoc/Portfile

cal at macports.org cal at macports.org
Thu Dec 15 16:04:58 PST 2011


Revision: 88010
          http://trac.macports.org/changeset/88010
Author:   cal at macports.org
Date:     2011-12-15 16:04:58 -0800 (Thu, 15 Dec 2011)
Log Message:
-----------
asciidoc: Whitespace-only, tabs to spaces

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

Modified: trunk/dports/textproc/asciidoc/Portfile
===================================================================
--- trunk/dports/textproc/asciidoc/Portfile	2011-12-16 00:04:15 UTC (rev 88009)
+++ trunk/dports/textproc/asciidoc/Portfile	2011-12-16 00:04:58 UTC (rev 88010)
@@ -1,45 +1,45 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=Portfile:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				asciidoc
-version				8.6.5
-revision			1
-categories			textproc
-license				GPL-2+
-maintainers			cal openmaintainer
-description			Formatter/translator for text files to numerous formats
+name                asciidoc
+version             8.6.5
+revision            1
+categories          textproc
+license             GPL-2+
+maintainers         cal openmaintainer
+description         Formatter/translator for text files to numerous formats
 long_description \
-	AsciiDoc is a text document format for writing short documents, \
-	articles, books and UNIX man pages. AsciiDoc files can be translated to \
-	HTML (with or without stylesheets), DocBook and LinuxDoc markup using \
-	the asciidoc(1) command.  AsciiDoc is highly configurable: both the \
-	AsciiDoc source file syntax and the backend output markups (which can be \
-	almost any type of SGML/XML markup) can be customized and extended by \
-	the user.
+    AsciiDoc is a text document format for writing short documents, \
+    articles, books and UNIX man pages. AsciiDoc files can be translated to \
+    HTML (with or without stylesheets), DocBook and LinuxDoc markup using \
+    the asciidoc(1) command.  AsciiDoc is highly configurable: both the \
+    AsciiDoc source file syntax and the backend output markups (which can be \
+    almost any type of SGML/XML markup) can be customized and extended by \
+    the user.
 
-platforms		darwin
-supported_archs	noarch
+platforms       darwin
+supported_archs noarch
 
-homepage		http://www.methods.co.nz/asciidoc/
-master_sites	sourceforge
+homepage        http://www.methods.co.nz/asciidoc/
+master_sites    sourceforge
 
 checksums           md5     9247724283501ec1cfb27d5eae9e5eaf \
                     sha1    520cbf7f8b8695a3c033c183cee5802f36d0127e \
                     rmd160  9828f2a8cc6f0971b4ed829f47fc1b9ecbf1c62c
 
-depends_run		port:docbook-xml-4.5 \
-			port:fop
+depends_run     port:docbook-xml-4.5 \
+            port:fop
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {
     depends_lib-append        port:python25
     configure.python          ${prefix}/bin/python2.5
 
     post-destroot {
-	reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.5:" \
-		${destroot}${prefix}/bin/asciidoc \
-		${destroot}${prefix}/bin/a2x
+    reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.5:" \
+        ${destroot}${prefix}/bin/asciidoc \
+        ${destroot}${prefix}/bin/a2x
     }
 }
 
@@ -48,9 +48,9 @@
     configure.python          ${prefix}/bin/python2.6
 
     post-destroot {
-	reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.6:" \
-		${destroot}${prefix}/bin/asciidoc \
-		${destroot}${prefix}/bin/a2x
+    reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.6:" \
+        ${destroot}${prefix}/bin/asciidoc \
+        ${destroot}${prefix}/bin/a2x
     }
 }
 
@@ -59,9 +59,9 @@
     configure.python          ${prefix}/bin/python2.7
 
     post-destroot {
-	reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.7:" \
-		${destroot}${prefix}/bin/asciidoc \
-		${destroot}${prefix}/bin/a2x
+    reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.7:" \
+        ${destroot}${prefix}/bin/asciidoc \
+        ${destroot}${prefix}/bin/a2x
     }
 }
 
@@ -69,13 +69,13 @@
     default_variants +python27
 }
 
-destroot.target	install docs vimdir=${prefix}/share/vim/vimfiles/
+destroot.target install docs vimdir=${prefix}/share/vim/vimfiles/
 
 pre-destroot {
     file mkdir ${destroot}${prefix}/share/vim/vimfiles/
 }
 
 platform darwin {
-	# Avoid hidden dependency on gsed
-	configure.env-append SED=/usr/bin/sed
+    # Avoid hidden dependency on gsed
+    configure.env-append SED=/usr/bin/sed
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111215/2d9d8a8d/attachment.html>


More information about the macports-changes mailing list