Py-beautifulsoup version 3.0.7a - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    py-beautifulsoup  most recent diff


    version 3.0.7a

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


      # -*- 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
      The py-beautifulsoup Portfile 44419 2008-12-28 09:31:44Z akitada macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-beautifulsoup
      Version: 3.0.7a
      Category: python textproc
      Platform: darwin
      Maintainers: openmaintainer akitada
      Description: Python HTML/XML parser
      Long Description: Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.

      Homepage: http://www.crummy.com/software/BeautifulSoup/
      Master Sites: http://www.crummy.com/software/BeautifulSoup/download/
      distname BeautifulSoup-${version}
      Checksums: md5 d28c8148bb770e72762eb202fa797b56 sha1 8d184216933aeff921181f5daa8165c155f58e28 rmd160 1e9016446557c61a1a8172f9040aae1b667c667e

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} PKG-INFO ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.