[105774] trunk/dports/gnome/sodipodi/Portfile

devans at macports.org devans at macports.org
Sun May 5 13:44:28 PDT 2013


Revision: 105774
          https://trac.macports.org/changeset/105774
Author:   devans at macports.org
Date:     2013-05-05 13:44:28 -0700 (Sun, 05 May 2013)
Log Message:
-----------
sodipodi: add mode line, white space.

Modified Paths:
--------------
    trunk/dports/gnome/sodipodi/Portfile

Modified: trunk/dports/gnome/sodipodi/Portfile
===================================================================
--- trunk/dports/gnome/sodipodi/Portfile	2013-05-05 20:33:37 UTC (rev 105773)
+++ trunk/dports/gnome/sodipodi/Portfile	2013-05-05 20:44:28 UTC (rev 105774)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,42 +3,42 @@
 
-name			sodipodi
-version			0.34
-revision		1
-description		Sodipodi is a vector-based drawing program.
-long_description	\
-	Sodipodi is a vector-based drawing program, like \
-	CorelDraw or Adobe Illustrator from the proprietary \
-	software world, and Sketch or Karbon14 from the free \
-	software world. It is free software, distributed under \
-	the terms of the Gnu General Public License, Version 2. \
-	Sodipodi uses W3C SVG as its native file format. It is \
-	therefore a very useful tool for web designers. It has \
-	a relatively modern display engine, giving you finely \
-	antialiased display, alpha transparencies, vector fonts \
-	and so on. Sodipodi is written in C, using the Gtk+ \
-	toolkit and optionally some Gnome libraries. Sodipodi \
-	works under most versions of Unix and Windows. 
-maintainers		nomaintainer
-categories		gnome graphics
-license			GPL-2
-platforms		darwin 
-homepage		http://sourceforge.net/projects/sodipodi/
-master_sites	sourceforge:project/sodipodi/sodipodi/${version}
+name            sodipodi
+version         0.34
+revision        1
+description     Sodipodi is a vector-based drawing program.
+long_description    \
+    Sodipodi is a vector-based drawing program, like \
+    CorelDraw or Adobe Illustrator from the proprietary \
+    software world, and Sketch or Karbon14 from the free \
+    software world. It is free software, distributed under \
+    the terms of the Gnu General Public License, Version 2. \
+    Sodipodi uses W3C SVG as its native file format. It is \
+    therefore a very useful tool for web designers. It has \
+    a relatively modern display engine, giving you finely \
+    antialiased display, alpha transparencies, vector fonts \
+    and so on. Sodipodi is written in C, using the Gtk+ \
+    toolkit and optionally some Gnome libraries. Sodipodi \
+    works under most versions of Unix and Windows. 
+maintainers     nomaintainer
+categories      gnome graphics
+license         GPL-2
+platforms       darwin 
+homepage        http://sourceforge.net/projects/sodipodi/
+master_sites    sourceforge:project/sodipodi/sodipodi/${version}
 
-checksums		md5 396cd78526e5a8102fd11114f45a70fe
-patchfiles		patch_arikkei-dict.c patch_arikkei-token.c patch_nr-pathops.c \
-				patch_arikkei-strlib.c patch_repr-io.c patch_action.c \
-				patch_Makefile.in patch_units.h patch_bezier-utils.c \
-				patch_configure patch-libpng-1.5.diff
+checksums       md5 396cd78526e5a8102fd11114f45a70fe
+patchfiles      patch_arikkei-dict.c patch_arikkei-token.c patch_nr-pathops.c \
+                patch_arikkei-strlib.c patch_repr-io.c patch_action.c \
+                patch_Makefile.in patch_units.h patch_bezier-utils.c \
+                patch_configure patch-libpng-1.5.diff
 
-depends_build		port:pkgconfig
-depends_lib		port:libgnomeprintui \
-				port:libpng
+depends_build   port:pkgconfig
+depends_lib     port:libgnomeprintui \
+                port:libpng
 
-configure.args	\
-	mandir=${prefix}/share/man
-configure.optflags	-g -Os
+configure.args  \
+    mandir=${prefix}/share/man
+configure.optflags  -g -Os
 
 # $CC is not quoted properly somewhere, leading to:
 # ccache: invalid option -- d
-configure.ccache	no
+configure.ccache    no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130505/4ac000d3/attachment.html>


More information about the macports-changes mailing list