pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/YoSucker Initial import of YoSucker-37.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03036747ea7c
branches:  trunk
changeset: 459997:03036747ea7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 15 11:18:46 2003 +0000

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

 mail/YoSucker/DESCR    |   4 ++++
 mail/YoSucker/MESSAGE  |   8 ++++++++
 mail/YoSucker/Makefile |  34 ++++++++++++++++++++++++++++++++++
 mail/YoSucker/PLIST    |  22 ++++++++++++++++++++++
 mail/YoSucker/distinfo |   4 ++++
 5 files changed, 72 insertions(+), 0 deletions(-)

diffs (92 lines):

diff -r dda5fd2b8328 -r 03036747ea7c mail/YoSucker/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/YoSucker/DESCR       Fri Aug 15 11:18:46 2003 +0000
@@ -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 -r dda5fd2b8328 -r 03036747ea7c mail/YoSucker/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/YoSucker/MESSAGE     Fri Aug 15 11:18:46 2003 +0000
@@ -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 -r dda5fd2b8328 -r 03036747ea7c mail/YoSucker/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/YoSucker/Makefile    Fri Aug 15 11:18:46 2003 +0000
@@ -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@localhost
+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 -r dda5fd2b8328 -r 03036747ea7c mail/YoSucker/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/YoSucker/PLIST       Fri Aug 15 11:18:46 2003 +0000
@@ -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 -r dda5fd2b8328 -r 03036747ea7c mail/YoSucker/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/YoSucker/distinfo    Fri Aug 15 11:18:46 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index