pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/fetchyahoo fetchyahoo: Remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/947e88b10e3a
branches: trunk
changeset: 446398:947e88b10e3a
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Mon Feb 08 07:15:28 2021 +0000
description:
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.
diffstat:
mail/fetchyahoo/DESCR | 7 ------
mail/fetchyahoo/MESSAGE | 9 --------
mail/fetchyahoo/Makefile | 53 ------------------------------------------------
mail/fetchyahoo/PLIST | 10 ---------
mail/fetchyahoo/distinfo | 6 -----
5 files changed, 0 insertions(+), 85 deletions(-)
diffs (105 lines):
diff -r 9a9226193eca -r 947e88b10e3a mail/fetchyahoo/DESCR
--- a/mail/fetchyahoo/DESCR Mon Feb 08 07:05:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 9a9226193eca -r 947e88b10e3a mail/fetchyahoo/MESSAGE
--- a/mail/fetchyahoo/MESSAGE Mon Feb 08 07:05:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 9a9226193eca -r 947e88b10e3a mail/fetchyahoo/Makefile
--- a/mail/fetchyahoo/Makefile Mon Feb 08 07:05:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@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+= {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 -r 9a9226193eca -r 947e88b10e3a mail/fetchyahoo/PLIST
--- a/mail/fetchyahoo/PLIST Mon Feb 08 07:05:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 9a9226193eca -r 947e88b10e3a mail/fetchyahoo/distinfo
--- a/mail/fetchyahoo/distinfo Mon Feb 08 07:05:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index