[90098] trunk/dports/aqua/cotvnc/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Feb 21 08:25:46 PST 2012


Revision: 90098
          http://trac.macports.org/changeset/90098
Author:   macsforever2000 at macports.org
Date:     2012-02-21 08:25:46 -0800 (Tue, 21 Feb 2012)
Log Message:
-----------
cotvnc: white space and lint fixes. Add modeline. Fix categories for xcode portgroup.

Modified Paths:
--------------
    trunk/dports/aqua/cotvnc/Portfile

Modified: trunk/dports/aqua/cotvnc/Portfile
===================================================================
--- trunk/dports/aqua/cotvnc/Portfile	2012-02-21 16:22:35 UTC (rev 90097)
+++ trunk/dports/aqua/cotvnc/Portfile	2012-02-21 16:25:46 UTC (rev 90098)
@@ -1,29 +1,32 @@
+# -*- 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
 PortGroup xcode 1.0
-name			cotvnc
-version			2.0b4
-categories		aqua vnc
-maintainers		nomaintainer
-description		Chicken of the VNC is a VNC client for Mac OS X
-long_description	Chicken of the VNC is a Cocoa based VNC client for \
-					Mac OS X. A VNC client allows one to display and \
-					interact with a remote computer screen. In other \
-					words, you can use Chicken of the VNC to interact \
-					with a remote computer as though it's right next to \
-					you.
-homepage		http://sourceforge.net/projects/cotvnc/
-master_sites	sourceforge:project/cotvnc/cotvnc/Chicken%20of%20the%20VNC%20${version}
-distname		${name}-[strsed ${version} {g/[.]//}]-source
-extract.suffix	.tgz
-checksums		md5 9383068b0a381857551404c86bd05dc1 \
-				sha1 1a749854f314d62d1e54b9ae1ce5ac13bb20f1e8 \
-				rmd160 dce9aafff048545e2612c6795c0ee118f3bc0da8
-depends_lib		lib:libz.1:zlib
 
-worksrcdir		${name}
-xcode.destroot.settings	SKIP_INSTALL=NO
+name            cotvnc
+version         2.0b4
+categories-append vnc
+maintainers     nomaintainer
+description     Chicken of the VNC is a VNC client for Mac OS X
+long_description    Chicken of the VNC is a Cocoa based VNC client for \
+                    Mac OS X. A VNC client allows one to display and \
+                    interact with a remote computer screen. In other \
+                    words, you can use Chicken of the VNC to interact \
+                    with a remote computer as though it is right next to \
+                    you.
+homepage        http://sourceforge.net/projects/cotvnc/
+master_sites    sourceforge:project/cotvnc/cotvnc/Chicken%20of%20the%20VNC%20${version}
+distname        ${name}-[strsed ${version} {g/[.]//}]-source
+extract.suffix  .tgz
+checksums       md5 9383068b0a381857551404c86bd05dc1 \
+                sha1 1a749854f314d62d1e54b9ae1ce5ac13bb20f1e8 \
+                rmd160 dce9aafff048545e2612c6795c0ee118f3bc0da8
+depends_lib     lib:libz.1:zlib
 
+worksrcdir      ${name}
+xcode.destroot.settings SKIP_INSTALL=NO
+
 # Fix non-root destroot.
 # (this is a workaround for bug rdar://5071108).
 pre-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120221/21a9ea94/attachment-0001.html>


More information about the macports-changes mailing list