Download and Install emacs-w3m version 1.4.4 on Mac OS X
Friday the 21st of November, 2008

    emacs-w3m  most recent diff


    version 1.4.4

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



      # $Id: Portfile 20489 2006-11-03 15:42:02Z blair macports.org $

      PortSystem 1.0
      Name: emacs-w3m
      Version: 1.4.4
      Category: www
      Maintainers: gwright macports.org
      Description: Use the w3m web browser inside emacs.
      Long Description: w3m is a pager with WWW capability, developed by Akinori ITO. Although it is a pager, it can be used as a text-mode WWW browser. emacs-w3m is a simple Emacs interface to w3m.

      Platform: darwin
      master_sites http://emacs-w3m.namazu.org
      checksums md5 6e592a9c0ab22fb532ebc3bcb21a45b1
      depends_lib port:w3m port:emacs

      Variant: devel { depends_lib-delete port:emacs
      depends_lib-append port:emacs-devel
      }

      configure.args --prefix=${destroot}${prefix} --mandir=${destroot}${prefix}/share/man --infodir=${destroot}${prefix}/share/info

      post-activate { ui_msg "To use emacs-w3m, put the following in your ~/.emacs:"
      ui_msg "(require 'w3m-load)"
      ui_msg ""
      ui_msg "Then you can use w3m by typing M-x w3m"
      ui_msg ""
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.