[108013] trunk/dports/gnome/gnome-photo-print/Portfile

devans at macports.org devans at macports.org
Wed Jul 10 12:37:30 PDT 2013


Revision: 108013
          https://trac.macports.org/changeset/108013
Author:   devans at macports.org
Date:     2013-07-10 12:37:30 -0700 (Wed, 10 Jul 2013)
Log Message:
-----------
gnome-photo-print: add mode line, whitespace.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-photo-print/Portfile

Modified: trunk/dports/gnome/gnome-photo-print/Portfile
===================================================================
--- trunk/dports/gnome/gnome-photo-print/Portfile	2013-07-10 19:22:33 UTC (rev 108012)
+++ trunk/dports/gnome/gnome-photo-print/Portfile	2013-07-10 19:37:30 UTC (rev 108013)
@@ -1,26 +1,31 @@
+# -*- 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		gnome-photo-print
+name		    gnome-photo-print
 set gname       gpp
-version		0.7.0
-description	Gnome Photo Printer is intended for printing photos in an easy way.
-long_description	${description}
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.fogman.de/gpp/
-distname	${gname}-${version}
+version		    0.7.0
+description	    Gnome Photo Printer is intended for printing photos in an easy way.
+long_description \
+	            ${description}
+maintainers	    nomaintainer
+categories	    gnome
+platforms	    darwin
+homepage	    http://www.fogman.de/gpp/
+distname	    ${gname}-${version}
 master_sites	http://www.fogman.de/gpp/
 
-checksums	md5     ff8fdd9a8f741b346a8d87045d1d02e3 \
-		sha1    e79ee69c7fb3961f1c8fb28e00f88f4d4ecedb97 \
-		rmd160  7a96e9b5cd05f2c6ce8017888aa2751934283a80
+checksums	    md5     ff8fdd9a8f741b346a8d87045d1d02e3 \
+		        sha1    e79ee69c7fb3961f1c8fb28e00f88f4d4ecedb97 \
+		        rmd160  7a96e9b5cd05f2c6ce8017888aa2751934283a80
 
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:libgnomeprintui port:libgnomeui
+depends_build	port:intltool \
+                port:pkgconfig
 
+depends_lib	    port:libgnomeprintui \
+                port:libgnomeui
+
 configure.args	--mandir=${prefix}/share/man
 configure.cppflags-append "-L${prefix}/lib"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130710/d8e6b3c8/attachment.html>


More information about the macports-changes mailing list