summaryrefslogtreecommitdiff
path: root/mail/YoSucker
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-08-15 11:18:46 +0000
committerwiz <wiz@pkgsrc.org>2003-08-15 11:18:46 +0000
commitb9529d77ae683856194fab8aa76d59021a483a01 (patch)
tree332a554569f0ac170c06847e156782d8937f741f /mail/YoSucker
parent2eb16ffbeb11c7abdb8c31294c835416bd029317 (diff)
downloadpkgsrc-b9529d77ae683856194fab8aa76d59021a483a01.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/YoSucker')
-rw-r--r--mail/YoSucker/DESCR4
-rw-r--r--mail/YoSucker/MESSAGE8
-rw-r--r--mail/YoSucker/Makefile34
-rw-r--r--mail/YoSucker/PLIST22
-rw-r--r--mail/YoSucker/distinfo4
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