vnc version 3.3.7 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    vnc  most recent diff


      View the most recent changes for the vnc port at: vnc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for vnc.
      The raw portfile for vnc 3.3.7 is located here:
      http://vnc.darwinports.com/dports/x11/vnc/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/vnc
      Google
      Web Darwinports.com



      # $Id: Portfile 30259 2007-10-23 02:31:56Z jmpp macports.org $
      PortSystem 1.0

      Name: vnc
      Version: 3.3.7
      revision 2
      Category: x11 vnc
      Maintainers: nomaintainer
      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 ${homepage}/dist/
      distname ${name}-${version}-unixsrc
      checksums md5 511ffbc8ed8d9df82e7c67852164728c
      Platform: darwin

      depends_lib lib:libX11.6:XFree86 lib:libz.1:zlib
      depends_run bin:perl:perl5.8

      set serverdir Xvnc
      set javadir classes

      patchfiles patch-Xvnc patch-configure patch-vncserver patch-vncviewer
      post-patch {
      cd ${worksrcpath}
      reinplace "s| PREFIX |${prefix}|g" vncserver
      if {[catch {set perl [binaryInPath "perl"]}] == 0} {
      reinplace "s| PERL |${perl}|g" vncserver
      }
      }

      Variant: no_server {
      depends_run-delete bin:perl:perl5.8

      patchfiles-append patch-no_server
      }

      configure.cppflags-append "-no-cpp-precomp"
      configure.args --with-x --with-installed-zlib

      post-build {
      system "cd '${worksrcpath}/${serverdir}' && make World"
      }

      destroot.cmd ./vncinstall
      destroot.target ${destroot}${prefix}/bin ${destroot}${prefix}/share/man
      destroot.destdir
      post-destroot {
      xinstall -d -m 0755 ${destroot}${prefix}/share/vnc/classes
      foreach f [glob ${worksrcpath}/${javadir}/*] {
      xinstall -m 0644 $f ${destroot}${prefix}/share/vnc/classes
      }
      }

      Variant: beta {
      version 4.0b4
      distname ${name}-${version}-unixsrc
      checksums md5 0eed650932d0e9fb14ed87eb6c7d419e

      set serverdir xc
      set javadir java

      # NOTE: Beta version requires XFree source to build the Xvnc server.
      # Therefore the beta variant has been setup to not build the Xvnc
      # server for now.
      depends_run-delete bin:perl:perl5.8

      patchfiles-delete patch-Xvnc patch-configure patch-vncserver patch-vncviewer
      patchfiles-append patch-vncserver-beta patch-no_server-beta
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/vnc
      % sudo port install vnc
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching vnc
      ---> Verifying checksum for vnc
      ---> Extracting vnc
      ---> Configuring vnc
      ---> Building vnc with target all
      ---> Staging vnc into destroot
      ---> Installing vnc
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using vnc with these commands:
      %  man vnc
      % apropos vnc
      % which vnc
      % locate vnc

     Where to find more information:

    Darwin Ports



    image test