Webdec version 0.46.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.46.2

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


      The webdec Portfile 50984 2009-05-14 21:08:43Z and.damore macports.org $

      PortSystem 1.0

      Name: webdec
      Version: 0.46.2
      Revision: 1
      Category: archivers
      Maintainers: verizon.net:izmir
      Description: Extract webshots pictures
      Homepage: http://www.jamesbarford.net/webdec.php
      Platform: darwin

      Long Description: WebDec is a command line tool that extracts the JPEG images files from webshots .wbz,wbp and wbc files.

      Master Sites: http://www.jamesbarford.net/downloads/

      Checksums: md5 14341604153c4605ecf81162b09c67fa sha1 6f0d90f09627f023f71ddd30ca67edf3e62f673e rmd160 e49877e5e9598326b319f882a877af691156f03f

      configure {
      reinplace -E "/^CFLAGS/s|\$| [join ${configure.cflags} " "]|" ${worksrcpath}/Makefile
      reinplace -E "/^LDFLAGS/s|\$| [join ${configure.ldflags} " "]|" ${worksrcpath}/Makefile
      }

      destroot {
      xinstall ${worksrcpath}/webdec ${destroot}${prefix}/bin

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} GPL README ${destroot}${docdir}
      }

      Variant: debug {
      post-configure {
      reinplace -E "/^CFLAGS/s|\$| -DDEBUG|" ${worksrcpath}/Makefile
      }
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.