[108057] trunk/dports/gnome/mlview/Portfile

devans at macports.org devans at macports.org
Thu Jul 11 12:33:41 PDT 2013


Revision: 108057
          https://trac.macports.org/changeset/108057
Author:   devans at macports.org
Date:     2013-07-11 12:33:41 -0700 (Thu, 11 Jul 2013)
Log Message:
-----------
mlview: add mode line, whitespace.

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

Modified: trunk/dports/gnome/mlview/Portfile
===================================================================
--- trunk/dports/gnome/mlview/Portfile	2013-07-11 17:28:49 UTC (rev 108056)
+++ trunk/dports/gnome/mlview/Portfile	2013-07-11 19:33:41 UTC (rev 108057)
@@ -1,29 +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		mlview
-version		0.7.1
+name            mlview
+version         0.7.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description	XML-editor for GNOME.
-long_description 	The MlView project is an ongoing effort to develop \
-			an xml editor for GNOME environment.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.freespiders.org/projects/gmlview/
+description     XML-editor for GNOME.
+long_description \
+                The MlView project is an ongoing effort to develop \
+                an xml editor for GNOME environment.
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.freespiders.org/projects/gmlview/
 master_sites    gnome:sources/${name}/${branch}/
-checksums	md5 85383331e5bb6d59293cee5b86595284
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:libgnomeprintui port:libxslt port:libgnome
-use_bzip2 	yes
-configure.args	--mandir=${prefix}/share/man \
-		--with-gconf-source="xml::${destroot}${prefix}/etc/gconf/gconf.xml.defaults"
+checksums       md5 85383331e5bb6d59293cee5b86595284
+depends_build   port:intltool port:pkgconfig
+depends_lib     port:libgnomeprintui port:libxslt port:libgnome
+use_bzip2       yes
+configure.args  --mandir=${prefix}/share/man \
+                --with-gconf-source="xml::${destroot}${prefix}/etc/gconf/gconf.xml.defaults"
 pre-destroot    { file mkdir ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/ }
 post-destroot {
-	file delete ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml \
-	            ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/%gconf.xml \
-	            ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml
+    file delete ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml \
+                ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/%gconf.xml \
+                ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml
 }
 
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130711/ccf45af9/attachment.html>


More information about the macports-changes mailing list