pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/fetchyahoo Import fetchyahoo version 2.10.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9067d8948508
branches:  trunk
changeset: 523789:9067d8948508
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jan 13 15:38:52 2007 +0000

description:
Import fetchyahoo version 2.10.6.
Based on PR 33091, made pkglint clean and update.

FetchYahoo is a Perl script that downloads mail from a Yahoo! account
to a local mail spool. It is meant to replace fetchmail for people
using Yahoo! mail since Yahoo!'s POP service no longer free. It
downloads messages to a local mail spool, including all parts and
attachments. It then deletes messages unless requested not to. It can
also optionally forward messages to a specified e-mail address and
repeat with a given interval.

diffstat:

 mail/fetchyahoo/DESCR    |   7 ++++++
 mail/fetchyahoo/MESSAGE  |   9 ++++++++
 mail/fetchyahoo/Makefile |  51 ++++++++++++++++++++++++++++++++++++++++++++++++
 mail/fetchyahoo/PLIST    |  12 +++++++++++
 mail/fetchyahoo/distinfo |   5 ++++
 5 files changed, 84 insertions(+), 0 deletions(-)

diffs (104 lines):

diff -r 66d8157ac5ce -r 9067d8948508 mail/fetchyahoo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/fetchyahoo/DESCR     Sat Jan 13 15:38:52 2007 +0000
@@ -0,0 +1,7 @@
+FetchYahoo is a Perl script that downloads mail from a Yahoo! account
+to a local mail spool. It is meant to replace fetchmail for people
+using Yahoo! mail since Yahoo!'s POP service no longer free. It
+downloads messages to a local mail spool, including all parts and
+attachments. It then deletes messages unless requested not to. It can
+also optionally forward messages to a specified e-mail address and
+repeat with a given interval.
diff -r 66d8157ac5ce -r 9067d8948508 mail/fetchyahoo/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/fetchyahoo/MESSAGE   Sat Jan 13 15:38:52 2007 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2007/01/13 15:38:52 obache Exp $
+
+       To use fetchyahoo, copy
+       ${PREFIX}/share/examples/fetchyahoo/fetchyahoorc to
+        ~/.fetchyahoorc and edit the config file or just run
+       fetchyahoo from the commandline.
+
+===========================================================================
diff -r 66d8157ac5ce -r 9067d8948508 mail/fetchyahoo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/fetchyahoo/Makefile  Sat Jan 13 15:38:52 2007 +0000
@@ -0,0 +1,51 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/13 15:38:52 obache Exp $
+#
+
+DISTNAME=              fetchyahoo-2.10.6
+CATEGORIES=            mail
+MASTER_SITES=          http://fetchyahoo.sourceforge.net/
+#MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=fetchyahoo/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://fetchyahoo.sourceforge.net/
+#HOMEPAGE=             http://fetchyahoo.twizzler.org
+COMMENT=               Download mails from Yahoo webmail into mbox
+
+DEPENDS+=              p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=              p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+=              p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
+DEPENDS+=              p5-Net-[0-9]*:../../net/p5-Net
+DEPENDS+=              p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
+DEPENDS+=              p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+=              p5-MailTools-[0-9]*:../../mail/p5-MailTools
+DEPENDS+=              p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
+DEPENDS+=              p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+=              p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+
+USE_TOOLS+=            perl:run
+REPLACE_PERL=          fetchyahoo
+
+NO_BUILD=              yes
+
+EGDIR=                 ${PREFIX}/share/examples/fetchyahoo
+DOCDIR=                        ${PREFIX}/share/doc/fetchyahoo
+
+CONF_FILES=            ${EGDIR}/fetchyahoorc ${PKG_SYSCONFDIR}/fetchyahoorc
+
+SUBST_CLASSES+=                sa2
+SUBST_STAGE.sa2=       pre-configure
+SUBST_FILES.sa2=       fetchyahoo fetchyahoo.1 INSTALL
+SUBST_SED.sa2=         -e s!/etc/fetchyahoorc!${PKG_SYSCONFDIR}/fetchyahoorc!g
+SUBST_SED.sa2+=                -e s!/usr/share/doc/fetchyahoo!${DOCDIR}!g
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/fetchyahoo.1 ${PREFIX}/${PKGMANDIR}/man1
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${EGDIR}
+.for i in COPYING ChangeLog Credits INSTALL TODO index.html
+       ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/fetchyahoo
+.endfor
+       ${INSTALL_DATA} ${WRKSRC}/fetchyahoorc ${PREFIX}/share/examples/fetchyahoo
+
+.include "../../mk/bsd.pkg.mk"
diff -r 66d8157ac5ce -r 9067d8948508 mail/fetchyahoo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/fetchyahoo/PLIST     Sat Jan 13 15:38:52 2007 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/13 15:38:52 obache Exp $
+bin/fetchyahoo
+man/man1/fetchyahoo.1
+share/doc/fetchyahoo/COPYING
+share/doc/fetchyahoo/ChangeLog
+share/doc/fetchyahoo/Credits
+share/doc/fetchyahoo/INSTALL
+share/doc/fetchyahoo/TODO
+share/doc/fetchyahoo/index.html
+share/examples/fetchyahoo/fetchyahoorc
+@dirrm share/examples/fetchyahoo
+@dirrm share/doc/fetchyahoo
diff -r 66d8157ac5ce -r 9067d8948508 mail/fetchyahoo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/fetchyahoo/distinfo  Sat Jan 13 15:38:52 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/13 15:38:52 obache Exp $
+
+SHA1 (fetchyahoo-2.10.6.tar.gz) = 460c4806abb455fbc058fdeff76e2324a7ba983c
+RMD160 (fetchyahoo-2.10.6.tar.gz) = 51a11fcff0273870d1eedb4167b9b3480e6dd9f0
+Size (fetchyahoo-2.10.6.tar.gz) = 43670 bytes



Home | Main Index | Thread Index | Old Index