[121899] trunk/dports/graphics/giblib/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 10 22:38:53 PDT 2014


Revision: 121899
          https://trac.macports.org/changeset/121899
Author:   ryandesign at macports.org
Date:     2014-07-10 22:38:53 -0700 (Thu, 10 Jul 2014)
Log Message:
-----------
giblib: add modeline; adjust whitespace

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

Modified: trunk/dports/graphics/giblib/Portfile
===================================================================
--- trunk/dports/graphics/giblib/Portfile	2014-07-11 05:33:56 UTC (rev 121898)
+++ trunk/dports/graphics/giblib/Portfile	2014-07-11 05:38:53 UTC (rev 121899)
@@ -1,34 +1,35 @@
+# -*- 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
-name				giblib
-version				1.2.4
-revision			1
-categories			graphics devel
-platforms			darwin
-maintainers			nomaintainer
+PortSystem          1.0
+
+name                giblib
+version             1.2.4
+revision            1
+categories          graphics devel
+platforms           darwin
+maintainers         nomaintainer
 license             MIT
 
-description			Utility library for lists, strings and imlib2.
+description         Utility library for lists, strings and imlib2.
 long_description \
-	giblib2 incorporates doubly linked lists, some string functions, \
-	and a wrapper for imlib2. The wrapper does two things. It gives \
-	you access to fontstyles, which can be loaded from files, saved \
-	to files or defined dynamically through the API. It also, and \
-	more importantly, wraps imlib2's context API.
+    giblib2 incorporates doubly linked lists, some string functions, \
+    and a wrapper for imlib2. The wrapper does two things. It gives \
+    you access to fontstyles, which can be loaded from files, saved \
+    to files or defined dynamically through the API. It also, and \
+    more importantly, wraps imlib2's context API.
 
-homepage			http://linuxbrit.co.uk/giblib/
-master_sites		http://linuxbrit.co.uk/downloads/
+homepage            http://linuxbrit.co.uk/giblib/
+master_sites        http://linuxbrit.co.uk/downloads/
 
-checksums			md5 c810ef5389baf24882a1caca2954385e
+checksums           md5 c810ef5389baf24882a1caca2954385e
 
-depends_lib			port:imlib2 port:freetype port:zlib
+depends_lib         port:imlib2 port:freetype port:zlib
 
-patchfiles			patch-automake-1.13.diff
+patchfiles          patch-automake-1.13.diff
 
 use_autoreconf yes
 autoreconf.args -fvi
 
 # install docs to $prefix/share/doc instead of $prefix/doc
-destroot.args		docsdir=${prefix}/share/doc/${name}
-
+destroot.args       docsdir=${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140710/6025b3aa/attachment.html>


More information about the macports-changes mailing list