aboutsummaryrefslogtreecommitdiff
path: root/mail/smtp-cli
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.6Matthew Seaman2014-01-302-15/+9
| | | | | | | | | | | | | | | * Stagify * Add LICENSE * Use shebangfix * Drop the optional RUN_DEPENDS on p5-IO-Socket-INET6 as the currently available p5-IO-Socket-SSL-1.962 in ports is new enough to obsolete that requirement. PR: ports/186210 Submitted by: fw@moov.de (maintainer) Notes: svn path=/head/; revision=341897
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Update to 3.3Jason E. Hale2012-10-263-19/+13
| | | | | | | | | | | | | | | | | - Trim Makefile header While here: - Remove indefinite article from COMMENT - Convert to new options framework - Tab -> space in pkg-descr WWW line PR: ports/173054 Submitted by: Frank Wall <fw@moov.de> (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306414
* - Fix for IO-Socket-SSL > 1.70 (upstream needs to be fixed also)Michael Scheidell2012-06-161-3/+10
| | | | | | | | | | | | - Make p5-IO-Socket-INET6 optional (Honor WITHOUT_IPV6) PR: ports/168381 Reported by: Imil <charlz_klug@mail.ru> Submitted by: scheidell@ (me) Approved by: Frank Wall <fw@moov.de> (maintainer) Notes: svn path=/head/; revision=299434
* - Update to 3.0Frederic Culot2012-03-082-3/+3
| | | | | | | | | Changes: http://www.logix.cz/michal/devel/smtp-cli/ PR: ports/165852 Submitted by: Frank Wall <fw@moov.de> (maintainer) Notes: svn path=/head/; revision=292962
* - Update to 2.8Sunpoet Po-Chuan Hsieh2011-01-222-15/+18
| | | | | | | | | | | | | | - Use version-tagged source instead of latest version - Add CATEGORIES: perl5 - Update path of perl interpreter Changes: http://www.logix.cz/michal/devel/smtp-cli/smtp-cli.xp PR: ports/154088 Submitted by: Frank Wall <fw@moov.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268118
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* smtp-cli is a powerful SMTP command line client with a support forWen Heping2010-05-083-0/+50
advanced features, such as STARTTLS, SMTP-AUTH, or IPv6 and with a scriptable message composition capabilities supporting anything from simple plain-text messages right up to building complex HTML emails with alternative plain-text part, attachments and inline images. The MIME-Type of the attachments can either be guessed automatically or alternatively set on the command line, separately for each attachment if required. WWW: http://www.logix.cz/michal/devel/smtp-cli/ PR: ports/145937 Submitted by: Frank Wall <fw@moov.de> Notes: svn path=/head/; revision=253934