[118296] trunk/dports/net/rdesktop/Portfile

cal at macports.org cal at macports.org
Sat Mar 29 07:30:30 PDT 2014


Revision: 118296
          https://trac.macports.org/changeset/118296
Author:   cal at macports.org
Date:     2014-03-29 07:30:30 -0700 (Sat, 29 Mar 2014)
Log Message:
-----------
rdesktop: add modeline, whitespace, remove defaults

Modified Paths:
--------------
    trunk/dports/net/rdesktop/Portfile

Modified: trunk/dports/net/rdesktop/Portfile
===================================================================
--- trunk/dports/net/rdesktop/Portfile	2014-03-29 14:27:51 UTC (rev 118295)
+++ trunk/dports/net/rdesktop/Portfile	2014-03-29 14:30:30 UTC (rev 118296)
@@ -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,50 +3,48 @@
 
-name		rdesktop
-version		1.7.1
-revision        1
-categories	net
-license		GPL-3+
-maintainers	nomaintainer
-description	Windows Terminal Server Client
-long_description	\
-	rdesktop is an RDP client to access Microsoft Terminal Server \
-	based services. \
-	\
-	The variant called w2k-license-hack is a backported patch from \
-	an rdesktop 1.1 patchset which was not integrated into the latest \
-	version -- it will announce the client as Windows 2000 machine \
-	causing the Terminal Server to provide a license for free. \
-	Please argue over this with your own conscience.
-	
-platforms	darwin freebsd
+name                rdesktop
+version             1.7.1
+revision            1
+categories          net
+license             GPL-3+
+maintainers         nomaintainer
+description         Windows Terminal Server Client
+long_description    \
+    rdesktop is an RDP client to access Microsoft Terminal Server based services.\
+    \
+    The variant called w2k-license-hack is a backported patch from an rdesktop \
+    1.1 patchset which was not integrated into the latest version -- it will \
+    announce the client as Windows 2000 machine causing the Terminal Server to \
+    provide a license for free. Please argue over this with your own \
+    conscience.
 
-homepage	http://rdesktop.sourceforge.net/
-master_sites	sourceforge
+platforms           darwin freebsd
 
-universal_variant no
-use_parallel_build yes
+homepage            http://rdesktop.sourceforge.net/
+master_sites        sourceforge
 
-depends_build	port:pkgconfig
-depends_lib	port:xorg-libX11 \
-		port:xorg-libXrandr \
-		port:openssl \
-		port:libiconv \
-		port:libao \
-		port:libsamplerate
+universal_variant   no
 
-configure.args		--mandir=${prefix}/share/man \
-			--with-sound=libao \
-			--with-openssl=${prefix} \
-			--with-libiconv-prefix=${prefix}
+depends_build       port:pkgconfig
+depends_lib         port:xorg-libX11 \
+                    port:xorg-libXrandr \
+                    port:openssl \
+                    port:libiconv \
+                    port:libao \
+                    port:libsamplerate
 
-build.target	rdesktop
+configure.args      --mandir=${prefix}/share/man \
+                    --with-sound=libao \
+                    --with-openssl=${prefix} \
+                    --with-libiconv-prefix=${prefix}
 
-checksums   	md5 c4b39115951c4a6d74f511c99b18fcf9 \
-		sha1 c718d0f49948a964c7ef8424b8ade73ecce3aba3	\
-		rmd160 d9f39cb75ab13d7be846f61ea40276cddcbcb550
+build.target        rdesktop
 
-variant		w2k_license_hack description {will announce the client as Windows 2000 machine} {
-			patchfiles patch-licence.c
-		}
+checksums           md5 c4b39115951c4a6d74f511c99b18fcf9 \
+                    sha1 c718d0f49948a964c7ef8424b8ade73ecce3aba3   \
+                    rmd160 d9f39cb75ab13d7be846f61ea40276cddcbcb550
 
+variant w2k_license_hack description {will announce the client as Windows 2000 machine} {
+    patchfiles patch-licence.c
+}
+
 variant smartcard description {enables smartcard forwarding} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140329/61da77c3/attachment.html>


More information about the macports-changes mailing list