[122701] trunk/dports/devel/libsdl_pango/Portfile

mojca at macports.org mojca at macports.org
Sat Jul 26 23:30:46 PDT 2014


Revision: 122701
          https://trac.macports.org/changeset/122701
Author:   mojca at macports.org
Date:     2014-07-26 23:30:45 -0700 (Sat, 26 Jul 2014)
Log Message:
-----------
libsdl_pango: whitespace, add first line, sha256

Modified Paths:
--------------
    trunk/dports/devel/libsdl_pango/Portfile

Modified: trunk/dports/devel/libsdl_pango/Portfile
===================================================================
--- trunk/dports/devel/libsdl_pango/Portfile	2014-07-27 06:22:47 UTC (rev 122700)
+++ trunk/dports/devel/libsdl_pango/Portfile	2014-07-27 06:30:45 UTC (rev 122701)
@@ -1,30 +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
+PortSystem          1.0
 
-name		  libsdl_pango
-version		  0.1.2
-categories	  devel x11
-license		  LGPL-2.1+
-platforms	  macosx
-maintainers	  nomaintainer
+name                libsdl_pango
+version             0.1.2
+categories          devel x11
+license             LGPL-2.1+
+platforms           macosx
+maintainers         nomaintainer
 
-description	  SDL_Pango connects Pango to SDL
-long_description  Pango is the text rendering engine of GNOME 2.x. \
-		  SDL_Pango connects the engine to SDL.
+description         SDL_Pango connects Pango to SDL
+long_description    Pango is the text rendering engine of GNOME 2.x. \
+                    SDL_Pango connects the engine to SDL.
 
-homepage	  http://sdlpango.sourceforge.net/
-master_sites	  sourceforge:project/sdlpango/SDL_Pango/${version}/
-distname	  SDL_Pango-${version}
-checksums	  sha1 c30f2941d476d9362850a150d29cb4a93730af68 \
-		  rmd160 d2531cfbe726d27054ca03978721bcc76413379a
+homepage            http://sdlpango.sourceforge.net/
+master_sites        sourceforge:project/sdlpango/SDL_Pango/${version}/
+distname            SDL_Pango-${version}
+checksums           rmd160  d2531cfbe726d27054ca03978721bcc76413379a \
+                    sha256  7f75d3b97acf707c696ea126424906204ebfa07660162de925173cdd0257eba4
 
-depends_build	  port:pkgconfig
-depends_lib	  port:libsdl port:fontconfig path:lib/pkgconfig/pango.pc:pango
+depends_build       port:pkgconfig
+depends_lib         port:libsdl \
+                    port:fontconfig \
+                    path:lib/pkgconfig/pango.pc:pango
 
-patchfiles	  patch-SDL_Pango-0.1.2-API-adds.diff
+patchfiles          patch-SDL_Pango-0.1.2-API-adds.diff
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --disable-sdltest
+configure.args      --disable-sdltest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140726/c6a34828/attachment.html>


More information about the macports-changes mailing list