[111682] trunk/dports/graphics/djvulibre/Portfile

nicos at macports.org nicos at macports.org
Sat Sep 28 05:30:39 PDT 2013


Revision: 111682
          https://trac.macports.org/changeset/111682
Author:   nicos at macports.org
Date:     2013-09-28 05:30:39 -0700 (Sat, 28 Sep 2013)
Log Message:
-----------
djvulibre: whitespaces

Modified Paths:
--------------
    trunk/dports/graphics/djvulibre/Portfile

Modified: trunk/dports/graphics/djvulibre/Portfile
===================================================================
--- trunk/dports/graphics/djvulibre/Portfile	2013-09-28 12:26:53 UTC (rev 111681)
+++ trunk/dports/graphics/djvulibre/Portfile	2013-09-28 12:30:39 UTC (rev 111682)
@@ -1,46 +1,47 @@
 # -*- 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                djvulibre
+version             3.5.25
+revision            6
+categories          graphics www
+license             GPL-2+
+platforms           darwin
+maintainers         nicos openmaintainer
 
-name            djvulibre
-version         3.5.25
-revision        6
-categories      graphics www
-license         GPL-2+
-platforms       darwin
-maintainers     nicos openmaintainer
+description         Web centric format and software platform for distributing \
+                    documents and images.
+long_description    DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for \
+                    distributing scanned documents, digital documents, or high-\
+                    resolution pictures. DjVu content downloads faster, displays \
+                    and renders faster, looks nicer onscreen and consumes fewer \
+                    client resources than competing formats.
 
-description     Web centric format and software platform for distributing documents and images.
-long_description            DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for \
-                            distributing scanned documents, digital documents, or high-resolution \
-                            pictures. DjVu content downloads faster, displays and renders faster, \
-                            looks nicer onscreen and consumes fewer client resources than competing \
-                            formats.
+homepage            http://djvu.sourceforge.net/
+master_sites        sourceforge:project/djvu/DjVuLibre/${version}
+distfiles           ${name}-${version}.3${extract.suffix}
 
-homepage        http://djvu.sourceforge.net/
-master_sites    sourceforge:project/djvu/DjVuLibre/${version}
-distfiles       ${name}-${version}.3${extract.suffix}
-
 #Upstream patch for handling UTF8 paths on Mac (ticket #34827)
-patchfiles      patch-ByteStream.diff
+patchfiles          patch-ByteStream.diff
 
 checksums           rmd160  f91befc4d118cd5426f84abaa4f20ede920a2a2e \
                     sha256  898d7ed6dd2fa311a521baa95407a91b20a872d80c45e8245442d64f142cb1e0
 
-depends_lib     port:libiconv \
-		port:jpeg \
-                port:tiff \
-                port:libpng \
-		port:zlib
+depends_lib         port:libiconv \
+                    port:jpeg \
+                    port:tiff \
+                    port:libpng \
+                    port:zlib
 
-depends_build	port:librsvg
+depends_build       port:librsvg
 
-configure.args	--mandir=${prefix}/share/man \
-		--enable-threads \
-		--enable-shared \
-		--enable-xmltools \
-		--disable-desktopfiles 
+configure.args      --mandir=${prefix}/share/man \
+                    --enable-threads \
+                    --enable-shared \
+                    --enable-xmltools \
+                    --disable-desktopfiles 
 
 variant djview3 description {Obsolete. Djview is now a separate port. Stub variant.} {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130928/7e4bfa06/attachment.html>


More information about the macports-changes mailing list