Subdownloader version 2.0.9.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    subdownloader  most recent diff


    version 2.0.9.3

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


      The subdownloader Portfile 53408 2009-07-05 08:25:37Z blb macports.org $

      PortSystem 1.0
      Name: subdownloader
      Version: 2.0.9.3
      set branch [join [lrange [split ${version} .] 0 2] .]
      Category: multimedia
      Maintainers: nomaintainer
      Description: Automatically download and upload subtitles for videos
      Long Description: SubDownloader is a program for automatic download/upload subtitles for videofiles (DIVX,MPEG,AVI,VOB,etc) and DVD's using fast hashing.

      Platform: darwin

      Homepage: http://www.subdownloader.net/
      Master Sites: http://code.launchpad.net/${name}/trunk/${branch}/+download/

      Checksums: md5 eff9ef5b0f027ff913798cdc41f5ce47 sha1 bd4ba869e1fb7ea7a705e5bf2c5270da99722f04 rmd160 54d4f0d2e3a533733a9f119c2618542552ddef41

      worksrcdir ${name}

      depends_lib port:python26

      use_configure no

      build {}

      destroot {
      set myinstdir ${prefix}/libexec/${name}
      xinstall -m 0755 -d ${destroot}${myinstdir}
      eval file copy [glob ${worksrcpath}/*] ${destroot}${myinstdir}
      reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.6|g" ${destroot}${myinstdir}/run.py
      file attributes ${destroot}${myinstdir}/run.py -permissions 0755
      move ${destroot}${myinstdir}/${name}.1 ${destroot}${prefix}/share/man/man1
      ln -s ${myinstdir}/run.py ${destroot}${prefix}/bin/${name}
      }

      post-activate {
      ui_msg "To run, use"
      ui_msg " ${name} --cli"
      ui_msg "If you wish to use the graphical interface, you need to install"
      ui_msg "the py26-pyqt4 port"
      ui_msg "Also see"
      ui_msg " ${name} --help"
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.