Bug 90522 - [NEW PORT] net/sendemail: Lightweight, completly command line based, SMTP email agent
Summary: [NEW PORT] net/sendemail: Lightweight, completly command line based, SMTP ema...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-17 01:30 UTC by Ion-Mihai " IOnut " Tetcu
Modified: 2005-12-19 14:41 UTC (History)
0 users

See Also:


Attachments
sendemail.shar (2.64 KB, text/plain)
2005-12-17 01:30 UTC, Ion-Mihai " IOnut " Tetcu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai " IOnut " Tetcu 2005-12-17 01:30:02 UTC

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. It has a straight forward
interface, making it very easy to use. It can send atttachements.

WWW: http://caspian.dotconf.net/menu/Software/SendEmail/
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-12-19 14:15:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2005-12-19 14:38:05 UTC
State Changed
From-To: open->closed

Committed, with some changes.  o s/USE_PERL_RUN/USE_PERL5_RUN/ o since 
port depends of perl just to run, use REINPLACE_CMD o Remove unecessary 
pkg-plist and use PLIST_FILES and PORTDOCS instead o Set PORTVERSION and 
change DISTNAME instead DISTFILES 

Thanks for contributing!