diff options
author | triaxx <triaxx@pkgsrc.org> | 2021-02-08 07:15:28 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2021-02-08 07:15:28 +0000 |
commit | b4ce8c8173c6de78781babfc20c3e0fce26401f2 (patch) | |
tree | 0ea7a8c02116d7cfa82f89cbc12ed176d80692b8 | |
parent | e797f7b7507ebc3018c43b1e6912261b456a8c6c (diff) | |
download | pkgsrc-b4ce8c8173c6de78781babfc20c3e0fce26401f2.tar.gz |
fetchyahoo: Remove
Fetchmail is a Perl script that fetchs mail from Yahoo! account through
HTTP requests. Unfortunately, these requests no longer work and fetchyahoo
has not been maintained for a long time.
As an alternative for fetching Yahoo! mails, mail/fetchmail works well and
is actively developed.
-rw-r--r-- | mail/fetchyahoo/DESCR | 7 | ||||
-rw-r--r-- | mail/fetchyahoo/MESSAGE | 9 | ||||
-rw-r--r-- | mail/fetchyahoo/Makefile | 53 | ||||
-rw-r--r-- | mail/fetchyahoo/PLIST | 10 | ||||
-rw-r--r-- | mail/fetchyahoo/distinfo | 6 |
5 files changed, 0 insertions, 85 deletions
diff --git a/mail/fetchyahoo/DESCR b/mail/fetchyahoo/DESCR deleted file mode 100644 index fa53ad745f4..00000000000 --- a/mail/fetchyahoo/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 --git a/mail/fetchyahoo/MESSAGE b/mail/fetchyahoo/MESSAGE deleted file mode 100644 index f08520093f5..00000000000 --- a/mail/fetchyahoo/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -=========================================================================== -$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 --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile deleted file mode 100644 index 9ca995d7890..00000000000 --- a/mail/fetchyahoo/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# $NetBSD: Makefile,v 1.19 2020/08/31 18:09:56 wiz Exp $ -# - -DISTNAME= fetchyahoo-2.11.0 -PKGREVISION= 9 -CATEGORIES= mail -MASTER_SITES= http://fetchyahoo.sourceforge.net/ -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchyahoo/} - -MAINTAINER= pkgsrc-users@NetBSD.org -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+= {perl>=5.10,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+= {perl>=5.7.3,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 - -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/fetchyahoo \ - share/examples/fetchyahoo - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${DESTDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fetchyahoo.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.for i in COPYING ChangeLog Credits INSTALL TODO index.html - ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/fetchyahoo -.endfor - ${INSTALL_DATA} ${WRKSRC}/fetchyahoorc ${DESTDIR}${PREFIX}/share/examples/fetchyahoo - -.include "../../mk/bsd.pkg.mk" diff --git a/mail/fetchyahoo/PLIST b/mail/fetchyahoo/PLIST deleted file mode 100644 index e57886632d3..00000000000 --- a/mail/fetchyahoo/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:33 joerg 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 diff --git a/mail/fetchyahoo/distinfo b/mail/fetchyahoo/distinfo deleted file mode 100644 index 6fe95551437..00000000000 --- a/mail/fetchyahoo/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 23:27:05 agc Exp $ - -SHA1 (fetchyahoo-2.11.0.tar.gz) = 5d6f69ea22697f672db3d596edb1835a9a566c1a -RMD160 (fetchyahoo-2.11.0.tar.gz) = 032405fc54f097ca5daff1f1226633c743ba2ddb -SHA512 (fetchyahoo-2.11.0.tar.gz) = b04ddf8606196b6af6aa8ddc259ca191c99d5aa9b61d38a2c248a85866f3a5e9b9b0e167061c6778efbe1d1a4769dfde9b9c6506c53c1144fc3e2dfdc296d0fa -Size (fetchyahoo-2.11.0.tar.gz) = 45524 bytes |