Added: trunk/dports/x11/tigervnc/Portfile (0 => 72700)
--- trunk/dports/x11/tigervnc/Portfile (rev 0)
+++ trunk/dports/x11/tigervnc/Portfile 2010-10-24 20:28:23 UTC (rev 72700)
@@ -0,0 +1,34 @@
+# -*- 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
+
+name tigervnc
+conflicts vnc tightvnc
+version 1.0.1
+categories x11 vnc
+maintainers nomaintainer
+platforms darwin
+license GPL-2
+
+description Advanced VNC implementation.
+
+long_description TigerVNC is an advanced VNC implementation. \
+ It is based on the fourth generation of VNC. TigerVNC \
+ also includes features from the TightVNC and TurboVNC \
+ projects. This includes accelerated JPEG compression. \
+ TigerVNC supports the latest X.Org X server.
+
+homepage http://www.tigervnc.com/
+master_sites sourceforge
+
+checksums sha1 0c3dd6a3540966fea979a06df08c3aa9bdd1dc67 \
+ rmd160 7d1cfb00453482364acf002816454a5afefffd1f
+
+depends_build port:gccmakedep
+
+depends_lib port:xorg-libXaw \
+ port:xorg-libX11 \
+ port:zlib
+
+worksrcdir ${worksrcdir}/unix
Property changes on: trunk/dports/x11/tigervnc/Portfile
___________________________________________________________________