pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/gotmail Import gotmail from pkgsrc-wip. Packaged...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96414bd26d5c
branches: trunk
changeset: 501949:96414bd26d5c
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Oct 31 20:34:19 2005 +0000
description:
Import gotmail from pkgsrc-wip. Packaged by pancake, and improved by
Jeremy C. Reed and Leonard Schmidt.
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.
diffstat:
mail/gotmail/DESCR | 4 ++++
mail/gotmail/MESSAGE | 11 +++++++++++
mail/gotmail/Makefile | 34 ++++++++++++++++++++++++++++++++++
mail/gotmail/PLIST | 7 +++++++
mail/gotmail/distinfo | 5 +++++
5 files changed, 61 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r 1386721fcb32 -r 96414bd26d5c mail/gotmail/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/gotmail/DESCR Mon Oct 31 20:34:19 2005 +0000
@@ -0,0 +1,4 @@
+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 -r 1386721fcb32 -r 96414bd26d5c mail/gotmail/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/gotmail/MESSAGE Mon Oct 31 20:34:19 2005 +0000
@@ -0,0 +1,11 @@
+===========================================================================
+$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 -r 1386721fcb32 -r 96414bd26d5c mail/gotmail/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/gotmail/Makefile Mon Oct 31 20:34:19 2005 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/31 20:34:19 minskim Exp $
+#
+
+DISTNAME= gotmail-0.8.6
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gotmail/}
+
+MAINTAINER= pancake%phreaker.net@localhost
+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_PKGINSTALL= yes
+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}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1386721fcb32 -r 96414bd26d5c mail/gotmail/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/gotmail/PLIST Mon Oct 31 20:34:19 2005 +0000
@@ -0,0 +1,7 @@
+@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 -r 1386721fcb32 -r 96414bd26d5c mail/gotmail/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/gotmail/distinfo Mon Oct 31 20:34:19 2005 +0000
@@ -0,0 +1,5 @@
+$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
Home |
Main Index |
Thread Index |
Old Index