diff options
author | obache <obache> | 2007-01-14 14:05:34 +0000 |
---|---|---|
committer | obache <obache> | 2007-01-14 14:05:34 +0000 |
commit | df2403528e5e80b0ca5006600f02ecf5c99dd6ac (patch) | |
tree | 4c9141e813aee9cd1496de1391a1413b77ff9b50 /mail/sendymail | |
parent | 28f7d3140243054ac9fa0de2d18a5f360d67fa63 (diff) | |
download | pkgsrc-df2403528e5e80b0ca5006600f02ecf5c99dd6ac.tar.gz |
Import sendymail version 0.5.8.
Based on package provided in PR 33155, fix some pkglint warnings.
sendymail allows you to send e-mails through Yahoo! Mail, using your
favorite email client. sendymail works as a gateway between Yahoo!
Mail web interface and your e-mail program, and can be used in
conjunction with fetchyahoo or YoSucker to emulate a POP3/SMTP-like
interface.
Diffstat (limited to 'mail/sendymail')
-rw-r--r-- | mail/sendymail/DESCR | 5 | ||||
-rw-r--r-- | mail/sendymail/MESSAGE | 22 | ||||
-rw-r--r-- | mail/sendymail/Makefile | 41 | ||||
-rw-r--r-- | mail/sendymail/PLIST | 11 | ||||
-rw-r--r-- | mail/sendymail/distinfo | 5 |
5 files changed, 84 insertions, 0 deletions
diff --git a/mail/sendymail/DESCR b/mail/sendymail/DESCR new file mode 100644 index 00000000000..858ccc0c8c7 --- /dev/null +++ b/mail/sendymail/DESCR @@ -0,0 +1,5 @@ +sendymail allows you to send e-mails through Yahoo! Mail, using your +favorite email client. sendymail works as a gateway between Yahoo! +Mail web interface and your e-mail program, and can be used in +conjunction with fetchyahoo or YoSucker to emulate a POP3/SMTP-like +interface. diff --git a/mail/sendymail/MESSAGE b/mail/sendymail/MESSAGE new file mode 100644 index 00000000000..cecab717ded --- /dev/null +++ b/mail/sendymail/MESSAGE @@ -0,0 +1,22 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2007/01/14 14:05:34 obache Exp $ + + To use sendymail, + + 1) Create a ~/.sendymailrc file by copying + ${PREFIX}/share/examples/sendymail/sendymailrc.sample + to ~/.sendymailrc and edit the file. + + 2) Give the proper permissions to the configuration file: + + $ chmod 600 ~/.sendymailrc + + 3) Configure your MUA (mail client). sendymail has a + Sendmail-like interface, so you have to create a "sendmail" + account to outgoing messages and set the path of the sendmail + command to the sendymail script location. Eg: For Mutt, + edit ~/.muttrc and change "sendmail" variable: + + set sendmail="${PREFIX}/bin/sendymail" + +=========================================================================== diff --git a/mail/sendymail/Makefile b/mail/sendymail/Makefile new file mode 100644 index 00000000000..4f063e7ac1d --- /dev/null +++ b/mail/sendymail/Makefile @@ -0,0 +1,41 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/14 14:05:34 obache Exp $ +# + +DISTNAME= sendymail-0.5.8 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sendymail/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://sendymail.sourceforge.net/ +COMMENT= Send emails through Yahoo using your favorite email client + +DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools +DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools + +USE_TOOLS+= perl:run +REPLACE_PERL= sendymail.pl + +NO_BUILD= yes + +EGDIR= ${PREFIX}/share/examples/sendymail +DOCDIR= ${PREFIX}/share/doc/sendymail + +SUBST_CLASSES+= sa2 +SUBST_STAGE.sa2= pre-configure +SUBST_FILES.sa2= ChangeLog INSTALL +SUBST_SED.sa2= -e s!sendymail.pl!sendymail!g + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/sendymail.pl ${PREFIX}/bin/sendymail + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA_DIR} ${EGDIR} +.for i in BUGS COPYING ChangeLog INSTALL README TODO + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sendymail +.endfor + ${INSTALL_DATA} ${WRKSRC}/sendymailrc.sample ${EGDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/sendymail/PLIST b/mail/sendymail/PLIST new file mode 100644 index 00000000000..5218da894b1 --- /dev/null +++ b/mail/sendymail/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/14 14:05:34 obache Exp $ +bin/sendymail +share/doc/sendymail/BUGS +share/doc/sendymail/COPYING +share/doc/sendymail/ChangeLog +share/doc/sendymail/INSTALL +share/doc/sendymail/README +share/doc/sendymail/TODO +share/examples/sendymail/sendymailrc.sample +@dirrm share/examples/sendymail +@dirrm share/doc/sendymail diff --git a/mail/sendymail/distinfo b/mail/sendymail/distinfo new file mode 100644 index 00000000000..b48bcae68bf --- /dev/null +++ b/mail/sendymail/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/14 14:05:34 obache Exp $ + +SHA1 (sendymail-0.5.8.tar.gz) = 900e7fb7f252c3933e5b58c3659bc58ff565339f +RMD160 (sendymail-0.5.8.tar.gz) = 2ff4c5c269c4459e0456c01e2703480394ec71c7 +Size (sendymail-0.5.8.tar.gz) = 16327 bytes |