[113439] trunk/dports/x11/vnc/Portfile

devans at macports.org devans at macports.org
Sat Nov 16 00:31:07 PST 2013


Revision: 113439
          https://trac.macports.org/changeset/113439
Author:   devans at macports.org
Date:     2013-11-16 00:31:07 -0800 (Sat, 16 Nov 2013)
Log Message:
-----------
vnc: add mode line, reformat white space.

Modified Paths:
--------------
    trunk/dports/x11/vnc/Portfile

Modified: trunk/dports/x11/vnc/Portfile
===================================================================
--- trunk/dports/x11/vnc/Portfile	2013-11-16 08:17:15 UTC (rev 113438)
+++ trunk/dports/x11/vnc/Portfile	2013-11-16 08:31:07 UTC (rev 113439)
@@ -1,44 +1,45 @@
+# -*- 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			vnc
-conflicts		tightvnc tigervnc
-version			4.1.3
-categories		x11 vnc
-maintainers		nomaintainer
+name            vnc
+conflicts       tightvnc tigervnc
+version         4.1.3
+categories      x11 vnc
+maintainers     nomaintainer
 license         GPL-2
-description		Remote display system for X11 applications
-long_description	Creates a virtual X11 windowing environment that can \
-					be viewed not only on the machine where it is \
-					running, but from anywhere on the Internet and from \
-					a wide variety of machine architectures.
-homepage		http://www.realvnc.com/
-master_sites	freebsd:xc
-distname		${name}-[string map {. _} ${version}]-unixsrc
-checksums		md5 a119f3c75ad2767c0588260e2abe39be \
-				sha1 fd4ebf2bf8945b5a419ab69059a98fe3bc6698ef \
-				rmd160 9ef5a3b6f13d1227e5b9399c4d56884639cf9686
-platforms		darwin
+description     Remote display system for X11 applications
+long_description    Creates a virtual X11 windowing environment that can \
+                    be viewed not only on the machine where it is \
+                    running, but from anywhere on the Internet and from \
+                    a wide variety of machine architectures.
+homepage        http://www.realvnc.com/
+master_sites    freebsd:xc
+distname        ${name}-[string map {. _} ${version}]-unixsrc
+checksums       md5 a119f3c75ad2767c0588260e2abe39be \
+                sha1 fd4ebf2bf8945b5a419ab69059a98fe3bc6698ef \
+                rmd160 9ef5a3b6f13d1227e5b9399c4d56884639cf9686
+platforms       darwin
 
-depends_lib		port:xorg-libXaw \
-				port:xorg-libXtst \
-				port:zlib
+depends_lib     port:xorg-libXaw \
+                port:xorg-libXtst \
+                port:zlib
 
 worksrcdir      ${worksrcdir}/unix
 
-configure.args	--with-x --with-installed-zlib
+configure.args  --with-x --with-installed-zlib
 
-destroot.cmd	./vncinstall
+destroot.cmd    ./vncinstall
 destroot.target
 destroot.destdir ${destroot}${prefix}/bin ${destroot}${prefix}/share/man
 
 post-destroot {
-	xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/classes
-	foreach f [glob -directory ${worksrcpath}/../common/javabin *] {
-		xinstall -m 0644 $f ${destroot}${prefix}/share/${name}/classes
-	}
-	# server binary requires building XFree86, so delete the wrapper script
-	delete ${destroot}${prefix}/bin/vncserver
-	delete ${destroot}${prefix}/share/man/man1/vncserver.1
+    xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/classes
+    foreach f [glob -directory ${worksrcpath}/../common/javabin *] {
+        xinstall -m 0644 $f ${destroot}${prefix}/share/${name}/classes
+    }
+    # server binary requires building XFree86, so delete the wrapper script
+    delete ${destroot}${prefix}/bin/vncserver
+    delete ${destroot}${prefix}/share/man/man1/vncserver.1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131116/f18471bf/attachment.html>


More information about the macports-changes mailing list