Sendemail version 1.55 - How to Download and Install on Mac OS X
Thursday the 2nd of July, 2009

    sendemail  most recent diff


    version 1.55

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


      The sendemail Portfile 30184 2007-10-22 19:32:09Z mww macports.org $

      PortSystem 1.0

      Name: sendemail
      Version: 1.55
      Category: mail
      Maintainers: mww
      Platform: darwin freebsd
      Description: lightweight, completly command line based SMTP email agent
      Long Description: sendemail is a lightweight, completly command line based, SMTP email agent. If you have the need to send email from a command prompt this tool is perfect. It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts. sendemail is written in Perl and is unique in that it requires no special modules.

      Homepage: http://caspian.dotconf.net/menu/Software/SendEmail/
      Master Sites: ${homepage}
      distname sendEmail-v${version}
      Checksums: sha1 11206d64afaa00dbf3413539bcd93d8a162af441

      depends_run bin:perl:perl5.8

      configure {
      reinplace "s|/usr/bin/perl -w|/usr/bin/env perl|g" ${worksrcpath}/sendEmail
      }

      build {}

      destroot {
      xinstall -m 755 ${worksrcpath}/sendEmail ${destroot}${prefix}/bin/sendemail
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} CHANGELOG README TODO ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex sendEmail-v(\[0-9\\.\]+)\\.tar\\.gz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.