[72183] trunk/dports/devel
ryandesign at macports.org
ryandesign at macports.org
Tue Oct 5 22:03:34 PDT 2010
Revision: 72183
http://trac.macports.org/changeset/72183
Author: ryandesign at macports.org
Date: 2010-10-05 22:03:32 -0700 (Tue, 05 Oct 2010)
Log Message:
-----------
LibVNCServer: new port, version 0.9.7, by request
Added Paths:
-----------
trunk/dports/devel/LibVNCServer/
trunk/dports/devel/LibVNCServer/Portfile
Added: trunk/dports/devel/LibVNCServer/Portfile
===================================================================
--- trunk/dports/devel/LibVNCServer/Portfile (rev 0)
+++ trunk/dports/devel/LibVNCServer/Portfile 2010-10-06 05:03:32 UTC (rev 72183)
@@ -0,0 +1,39 @@
+# -*- 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 LibVNCServer
+version 0.9.7
+categories devel
+platforms macosx
+maintainers ryandesign
+license GPL-2+
+
+description library for writing VNC servers and clients
+
+long_description ${name} is a library to make it easier to write \
+ programs that use the RFB (Remote Frame Buffer) \
+ protocol to implement a VNC server or client.
+
+homepage http://libvncserver.sourceforge.net/
+master_sites sourceforge:libvncserver
+
+checksums sha1 681b0f3d000ad8c18d3643e1148e1ae5052c8a9a \
+ rmd160 50325d0827a0e65e9da91991011e2a1b05c491e2
+
+depends_lib port:jpeg \
+ port:zlib
+
+post-destroot {
+ set docdir ${destroot}${prefix}/share/doc/${name}
+ xinstall -d ${docdir}
+ xinstall -m 644 -W ${worksrcpath} \
+ AUTHORS \
+ COPYING \
+ ChangeLog \
+ NEWS \
+ README \
+ TODO \
+ ${docdir}
+}
Property changes on: trunk/dports/devel/LibVNCServer/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101005/6aef97b7/attachment.html>
More information about the macports-changes
mailing list