diff options
author | schmonz <schmonz> | 2007-06-28 18:30:00 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-06-28 18:30:00 +0000 |
commit | b7b420474996ef6e22a819979caf6b9fcbde854d (patch) | |
tree | 1aaddcc27eaf64b3cf0cac8e187d4976678729b8 | |
parent | d060cb090fb24dbca37d3c12cee42fcb9ec40e52 (diff) | |
download | pkgsrc-b7b420474996ef6e22a819979caf6b9fcbde854d.tar.gz |
Remove gotmail, which no longer works with modern Hotmail and is
not being updated. If you need civilized access to a Hotmail account,
try freepops. This addresses PR 36569.
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | mail/gotmail/DESCR | 4 | ||||
-rw-r--r-- | mail/gotmail/MESSAGE | 11 | ||||
-rw-r--r-- | mail/gotmail/Makefile | 34 | ||||
-rw-r--r-- | mail/gotmail/PLIST | 7 | ||||
-rw-r--r-- | mail/gotmail/distinfo | 5 |
6 files changed, 1 insertions, 63 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3fc8786b54e..5de3bff8657 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.319 2007/06/05 05:57:24 schmonz Exp $ +# $NetBSD: Makefile,v 1.320 2007/06/28 18:30:00 schmonz Exp $ # COMMENT= Electronic mail utilities @@ -65,7 +65,6 @@ SUBDIR+= getmail SUBDIR+= gld SUBDIR+= gmime SUBDIR+= gnus -SUBDIR+= gotmail SUBDIR+= greetdelay SUBDIR+= grepmail SUBDIR+= hypermail diff --git a/mail/gotmail/DESCR b/mail/gotmail/DESCR deleted file mode 100644 index 86f44fa7995..00000000000 --- a/mail/gotmail/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Gotmail is a script to download mail from hotmail.com without user -interaction. It's probably best run from a cron job. It can delete -messages, download only-new messages, mark messages read (or not), -forward to procmail, forward to another address, or send through SMTP. diff --git a/mail/gotmail/MESSAGE b/mail/gotmail/MESSAGE deleted file mode 100644 index a5d890fc808..00000000000 --- a/mail/gotmail/MESSAGE +++ /dev/null @@ -1,11 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2005/10/31 20:34:19 minskim Exp $ - -Hotmail periodically makes small changes in the way its site works, and -corresponding changes are made to Gotmail as expeditiously as possible. -However, there may be periods of time during which Gotmail will not work, -due to these changes. You may need to upgrade to a newer version. Please -be patient, and don't rely on Gotmail being in working condition at -all times. - -=========================================================================== diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile deleted file mode 100644 index cc2d343ded9..00000000000 --- a/mail/gotmail/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2007/01/07 09:13:58 rillig Exp $ -# - -DISTNAME= gotmail-0.8.6 -PKGREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gotmail/} - -MAINTAINER= pancake@phreaker.net -HOMEPAGE= http://sourceforge.net/projects/gotmail -COMMENT= Script to download mail from hotmail.com - -DEPENDS+= curl-[0-9]*:../../www/curl -DEPENDS+= p5-URI>=1.03:../../www/p5-URI -DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net - -USE_TOOLS+= perl:run -REPLACE_PERL= ${WRKSRC}/gotmail.in - -PKG_SYSCONFSUBDIR= gotmail - -EGDIR= ${PREFIX}/share/examples/gotmail -CONF_FILES= ${EGDIR}/sample.gotmailrc \ - ${PKG_SYSCONFDIR}/sample.gotmailrc - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/gotmail ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gotmail - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gotmail - ${INSTALL_DATA} ${WRKSRC}/sample.gotmailrc ${EGDIR} - ${INSTALL_MAN} ${WRKSRC}/gotmail.1 ${PREFIX}/${PKGMANDIR}/man1 - -.include "../../mk/bsd.pkg.mk" diff --git a/mail/gotmail/PLIST b/mail/gotmail/PLIST deleted file mode 100644 index a668a82beb6..00000000000 --- a/mail/gotmail/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/31 20:34:19 minskim Exp $ -bin/gotmail -man/man1/gotmail.1 -share/doc/gotmail/README -share/examples/gotmail/sample.gotmailrc -@dirrm share/examples/gotmail -@dirrm share/doc/gotmail diff --git a/mail/gotmail/distinfo b/mail/gotmail/distinfo deleted file mode 100644 index 5eb90ec99d4..00000000000 --- a/mail/gotmail/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/31 20:34:19 minskim Exp $ - -SHA1 (gotmail-0.8.6.tar.gz) = 880a4a91115fd8c5e6a33e05eab1e3f43fbfb587 -RMD160 (gotmail-0.8.6.tar.gz) = d9c3afd568a3d19bf50f6128d9293f7bb4780f9f -Size (gotmail-0.8.6.tar.gz) = 35212 bytes |