Download and Install isightcapture version 1.1 on Mac OS X
Wednesday the 3rd of December, 2008

    isightcapture  most recent diff


    version 1.1

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



      # $Id: Portfile 38619 2008-07-26 05:32:56Z ryandesign macports.org $

      PortSystem 1.0

      Name: isightcapture
      Version: 1.1
      set version2 [strsed ${version} {g/[.]/_/}]
      Category: sysutils graphics
      Platform: macosx
      use_parallel_build no
      Maintainers: ryandesign
      Homepage: http://www.intergalactic.de/pages/iSight.html
      master_sites http://www.intergalactic.de/pages/iSight_files/
      distname ${name}${version2}
      extract.suffix .dmg

      Description: captures a frame from an iSight camera and saves it to a file

      Long Description: iSightCapture captures a single frame from an attached iSight camera and saves it to a file. It works even when no graphical user is logged in, unlike many other applications. iSightCapture has only been tested with Mac OS X Tiger and iSight.

      checksums md5 b0adf800e285ca0bc46f20d2450d45fa sha1 038cc8852641c4ca10f4960eb30d508a0e9b99c1 rmd160 fcbfc6bf0dd08d3b8a4a268378a57b54a5bfd82e

      set dmg_mount /tmp/${name}-${version}

      extract {
      file mkdir ${dmg_mount}
      system "hdiutil attach ${distpath}/${distname}${extract.suffix} -private -nobrowse -mountpoint ${dmg_mount}"
      }

      use_configure no

      build {}

      destroot {
      xinstall -m 755 ${dmg_mount}/${name} ${destroot}${prefix}/bin
      }

      post-destroot {
      system "hdiutil detach ${dmg_mount}"
      file delete -force ${dmg_mount}
      }

      default_variants +universal
      Variant: universal {}
      pre-fetch {
      if {![variant_isset universal]} {
      return -code error "${name} is only available in a universal version"
      }
      }

      livecheck.check regex
      livecheck.version ${version2}
      livecheck.regex ${name}(\[0-9._\]+)\\.dmg

    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/isightcapture
      % sudo port install isightcapture
      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 isightcapture
      ---> Verifying checksum for isightcapture
      ---> Extracting isightcapture
      ---> Configuring isightcapture
      ---> Building isightcapture with target all
      ---> Staging isightcapture into destroot
      ---> Installing isightcapture
    - 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 isightcapture with these commands:
      %  man isightcapture
      % apropos isightcapture
      % which isightcapture
      % locate isightcapture

     Where to find more information:

    Darwin Ports



    Lightbox this page.