diff options
author | wiz <wiz> | 2003-08-15 11:18:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-08-15 11:18:46 +0000 |
commit | b0c20f040e73175e696fe9c3e560fe1210c2058a (patch) | |
tree | 332a554569f0ac170c06847e156782d8937f741f /mail | |
parent | c5938bbb766dcf1d4768341ac2de453a8bea24d6 (diff) | |
download | pkgsrc-b0c20f040e73175e696fe9c3e560fe1210c2058a.tar.gz |
Initial import of YoSucker-37.
YoSucker as a simple portable Perl application, that simulates user
actions to retrieve mail from Yahoo Mail to a local inbox. It simply
connects to the Yahoo Mail web site, parses the HTML code and
fetches new messages.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/YoSucker/DESCR | 4 | ||||
-rw-r--r-- | mail/YoSucker/MESSAGE | 8 | ||||
-rw-r--r-- | mail/YoSucker/Makefile | 34 | ||||
-rw-r--r-- | mail/YoSucker/PLIST | 22 | ||||
-rw-r--r-- | mail/YoSucker/distinfo | 4 |
5 files changed, 72 insertions, 0 deletions
diff --git a/mail/YoSucker/DESCR b/mail/YoSucker/DESCR new file mode 100644 index 00000000000..148b3d67a70 --- /dev/null +++ b/mail/YoSucker/DESCR @@ -0,0 +1,4 @@ +YoSucker as a simple portable Perl application, that simulates user +actions to retrieve mail from Yahoo Mail to a local inbox. It simply +connects to the Yahoo Mail web site, parses the HTML code and +fetches new messages. diff --git a/mail/YoSucker/MESSAGE b/mail/YoSucker/MESSAGE new file mode 100644 index 00000000000..3e766399959 --- /dev/null +++ b/mail/YoSucker/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/08/15 11:18:46 wiz Exp $ + + To use YoSucker, copy the file header-translation and a + sample config file from ${PREFIX}/share/examples/YoSucker + to ~/.yosucker and edit the config file. + +=========================================================================== diff --git a/mail/YoSucker/Makefile b/mail/YoSucker/Makefile new file mode 100644 index 00000000000..a462229c563 --- /dev/null +++ b/mail/YoSucker/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/15 11:18:46 wiz Exp $ +# + +DISTNAME= YoSucker-pr37 +PKGNAME= ${DISTNAME:S/pr//} +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yosucker/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://yosucker.sourceforge.net/ +COMMENT= Download mails from Yahoo webmail into mbox + +DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 + +USE_PERL5= # defined +REPLACE_PERL= bin/EncProxyPasswd bin/EncPasswd bin/YoSucker + +NO_BUILD= # defined + +EGDIR= ${PREFIX}/share/examples/YoSucker +DOCDIR= ${PREFIX}/share/doc/YoSucker + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/conf/* ${EGDIR} + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/YoSucker/PLIST b/mail/YoSucker/PLIST new file mode 100644 index 00000000000..350a9721d1d --- /dev/null +++ b/mail/YoSucker/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/15 11:18:46 wiz Exp $ +bin/EncPasswd +bin/EncProxyPasswd +bin/YoSucker +lib/haiku.pm +lib/sputnik.pm +share/doc/YoSucker/ChangeLog +share/doc/YoSucker/Configuration +share/doc/YoSucker/Credits +share/doc/YoSucker/FAQ +share/doc/YoSucker/FastCheck +share/doc/YoSucker/Migration +share/doc/YoSucker/TODO +share/doc/YoSucker/Tuning +share/examples/YoSucker/README +share/examples/YoSucker/header-translation +share/examples/YoSucker/sample1.conf +share/examples/YoSucker/sample2.conf +share/examples/YoSucker/sample3-procmail.conf +share/examples/YoSucker/sample4-proxy.conf +@dirrm share/examples/YoSucker +@dirrm share/doc/YoSucker diff --git a/mail/YoSucker/distinfo b/mail/YoSucker/distinfo new file mode 100644 index 00000000000..b16d66b5006 --- /dev/null +++ b/mail/YoSucker/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/08/15 11:18:46 wiz Exp $ + +SHA1 (YoSucker-pr37.tar.gz) = df2fa3a7272f79a4a152dcc20650e30fb7178ef8 +Size (YoSucker-pr37.tar.gz) = 35226 bytes |