Psgml version 1.3.1 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    version 1.3.1

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


      The psgml Portfile 56070 2009-08-24 02:46:29Z ryandesign macports.org $
      PortSystem 1.0

      Name: psgml
      Version: 1.3.1
      Category: editors textproc
      Platform: darwin
      Maintainers: gmail.com:arankine

      Description: XML/SGML editing mode for emacs

      Long Description: Emacs is an advanced and extensible editor. A Major Mode customizes Emacs for editing text of a particular sort. PSGML is a major mode for SGML documents. PSGML has several functions for editing SGML documents. Indentation according to element nesting depth and identification of structural errors (but it is not a validating SGML parser). Menus and commands for inserting tags with only the contextually valid tags. Attribute values can be edited in a separate window with information about types and defaults. Structure based editing includes movement and killing\; and also several commands for folding editing.

      Homepage: http://www.lysator.liu.se/projects/about_psgml.html
      Master Sites: ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/

      Checksums: md5 0c92aac8ef9f8053f062d89216bfbcb9

      depends_build bin:emacs:emacs

      destroot.destdir prefix=${destroot}${prefix} lispdir=${destroot}${prefix}/share/emacs/site-lisp/${name} infodir=${destroot}${prefix}/share/info

      destroot.target "install install-info"

      post-configure {
      reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/psgml.el" "${worksrcpath}/psgml.info"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.