pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendymail Import sendymail version 0.5.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c76f6e68f663
branches:  trunk
changeset: 523873:c76f6e68f663
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jan 14 14:05:34 2007 +0000

description:
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:

 mail/sendymail/DESCR    |   5 +++++
 mail/sendymail/MESSAGE  |  22 ++++++++++++++++++++++
 mail/sendymail/Makefile |  41 +++++++++++++++++++++++++++++++++++++++++
 mail/sendymail/PLIST    |  11 +++++++++++
 mail/sendymail/distinfo |   5 +++++
 5 files changed, 84 insertions(+), 0 deletions(-)

diffs (104 lines):

diff -r 9999c6fe003c -r c76f6e68f663 mail/sendymail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendymail/DESCR      Sun Jan 14 14:05:34 2007 +0000
@@ -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 -r 9999c6fe003c -r c76f6e68f663 mail/sendymail/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendymail/MESSAGE    Sun Jan 14 14:05:34 2007 +0000
@@ -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 -r 9999c6fe003c -r c76f6e68f663 mail/sendymail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendymail/Makefile   Sun Jan 14 14:05:34 2007 +0000
@@ -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@localhost
+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 -r 9999c6fe003c -r c76f6e68f663 mail/sendymail/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendymail/PLIST      Sun Jan 14 14:05:34 2007 +0000
@@ -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 -r 9999c6fe003c -r c76f6e68f663 mail/sendymail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sendymail/distinfo   Sun Jan 14 14:05:34 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index