librfc822 version 1.0 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    librfc822  most recent diff


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



      # $Id: Portfile 30236 2007-10-22 23:15:10Z jmpp macports.org $

      PortSystem 1.0

      Name: librfc822
      Version: 1.0
      Category: mail
      Platform: darwin
      Maintainers: nomaintainer
      Description: complete parser for RFC822 addresses
      Long Description: librfc822 provides application developers with a complete parser for RFC822 addresses. Not only can you use the library to verify that RFC822 addresses are syntactically correct, you can also have an address split up into its semantic parts, what is needed when deciding where to route an address to, etc.

      Homepage: http://cryp.to/librfc822/
      master_sites ${homepage}
      checksums md5 4dca8e2b6fe3ffaabc5f3b9c493e57c6

      use_configure no

      test.run yes
      test.target test
      post-test {
      system "cd ${worksrcpath} && echo ${maintainers} | ./test"
      }

      destroot {
      xinstall -m 644 ${worksrcpath}/librfc822.a ${destroot}${prefix}/lib
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/
      xinstall -m 644 -W ${worksrcpath} LICENSE README VERSION ${destroot}${prefix}/share/doc/${name}/
      xinstall -m 644 -W ${worksrcpath}/documentation peti.css readme.html readme.txt user-manual.html ${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/librfc822
      % sudo port install librfc822
      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 librfc822
      ---> Verifying checksum for librfc822
      ---> Extracting librfc822
      ---> Configuring librfc822
      ---> Building librfc822 with target all
      ---> Staging librfc822 into destroot
      ---> Installing librfc822
    - 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 librfc822 with these commands:
      %  man librfc822
      % apropos librfc822
      % which librfc822
      % locate librfc822

     Where to find more information:

    Darwin Ports



    image test