summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/getlive/Makefile37
-rw-r--r--mail/getlive/distinfo2
-rw-r--r--mail/getlive/files/getlive.conf.sample98
-rw-r--r--mail/getlive/pkg-descr5
5 files changed, 0 insertions, 143 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 38f1a5ea3146..0cbfa16ee4b9 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -149,7 +149,6 @@
SUBDIR += ftrack
SUBDIR += gbuffy
SUBDIR += gensig
- SUBDIR += getlive
SUBDIR += getmail
SUBDIR += gkrellmmailwatch2
SUBDIR += gld
diff --git a/mail/getlive/Makefile b/mail/getlive/Makefile
deleted file mode 100644
index d3cf3961270c..000000000000
--- a/mail/getlive/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: ayunyan <ayunyan@gmail.com>
-# $FreeBSD$
-
-PORTNAME= getlive
-DISTVERSION= 3_0_3
-PORTREVISION= 1
-CATEGORIES= mail
-MASTER_SITES= http://tardisi.com/distfiles/ \
- http://lawrencechen.net/distfiles/
-DISTNAME= GetLive_${DISTVERSION}
-
-MAINTAINER= ayu@commun.jp
-COMMENT= Get mail from Hotmail (Live) mailboxes
-
-DEPRECATED= GetLive project has been declared dead due to MS account conversion
-EXPIRATION_DATE=2014-08-01
-
-RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- procmail:${PORTSDIR}/mail/procmail \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip
-
-NO_BUILD= yes
-USES= perl5 shebangfix tar:tgz
-SHEBANG_FILES= GetLive.pl
-USE_PERL5= run
-
-PLIST_FILES= bin/getlive etc/getlive.conf.sample
-PORTDOCS= ChangeLog License Manual
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/GetLive.pl ${STAGEDIR}${PREFIX}/bin/getlive
- ${INSTALL_DATA} ${FILESDIR}/getlive.conf.sample ${STAGEDIR}${PREFIX}/etc
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/mail/getlive/distinfo b/mail/getlive/distinfo
deleted file mode 100644
index 485db23961ad..000000000000
--- a/mail/getlive/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (GetLive_3_0_3.tgz) = bf2ae8c464b4c36ca65751be1b9698b1b4471348ae894cf46b57b255fa62f9c0
-SIZE (GetLive_3_0_3.tgz) = 27078
diff --git a/mail/getlive/files/getlive.conf.sample b/mail/getlive/files/getlive.conf.sample
deleted file mode 100644
index 470609b2703e..000000000000
--- a/mail/getlive/files/getlive.conf.sample
+++ /dev/null
@@ -1,98 +0,0 @@
-# UserName - YourHotmailUserName (without @something)
-#
-UserName=
-
-# Password - YourHotmailPassword (so restrict the access rights to this
-# configuration file.)
-#
-Password=
-
-# Domain - YourHotmailDomain (default 'hotmail.com', basically what's after
-# the @ in your address)
-#
-#Domain=hotmail.com
-
-# Proxy - ProxyServer if you're behind one.
-#
-#Proxy=
-
-# ProxyAuth - ProxyPassword if you're behind one with password.
-#
-#ProxyAuth=
-
-# Downloaded - SomeFileName (it keeps track of all id's of messages
-# that were fetched already)
-#
-Downloaded=
-
-# FetchOnlyUnread - Yes or No (default)
-#
-# If Yes only messages that are marked unread are fetched.
-# Downloaded and FetchOnlyUnread are mutual exclusive.
-#
-#FetchOnlyUnread=No
-
-# Processor - FilterCommand ('/usr/bin/procmail' by default).
-#
-# Any filtercommand taking the message in mbox format on its stdin
-# and doing something with it.
-#
-# *) '/bin/cat - >> FetchedMail' might be another interesting one to drop
-# directly in a mbox file.
-#
-# *) The distribution contains also SmtpForward.pl and SmtpAuthForward.pl.
-# Those can be used as 'Processor' to forward the mails to an SMTP server.
-#
-Processor=/usr/local/bin/procmail
-
-# Folder - FolderName : Folders that need to be fetched.
-#
-# This option must be repeated for each folder you want to fetch.
-# If this option is not present then all folders will be fetched.
-#
-#Folder=
-
-# MarkRead - Yes or No (default) : whether the message will be marked read
-# after being downloaded. By the way, it never
-# gets marked in any way when not downloaded
-# due to it being already in the
-# Downloaded = SomeFileName (see higher) file.
-#
-#MarkRead=No
-
-# Delete - Yes or No (default) : whether the message will be deleted after
-# being downloaded. By the way, it never gets
-# deleted in any way when not downloaded due to
-# it being already in the
-# Downloaded = SomeFileName (see higher) file.
-#
-#Delete=No
-
-# MoveToFolder - FolderName or @FileName
-#
-# FolderName is the folder to which the message must be moved after being
-# downloaded. By the way, it never gets moved in any way when not downloaded
-# due to it being already in the Downloaded = SomeFileName (see higher) file.
-#
-# If this argument takes the form @FileName then the FolderName is taken from
-# the contents of the file FileName.
-#
-# The idea is that f.i. a spamfilter can decide to what folder it must be moved.
-# That spamfilter would be part of Processor = FilterCommand (see higher) and
-# write a FolderName (for instance Junk if considered junk) to the file
-# FileName.
-#
-#MoveToFolder=
-
-# SkipTrash - Yes or No (default) : whether the message Trash folder will be
-# handled (default) or not.
-#
-#SkipTrash=No
-
-# BreakOnAlreadyDownloaded = Number
-#
-# Stop scanning a folder when detecting a seqeunce of Number messages that
-# is already downloaded. 0 means disabling this feature and is default.
-# Meant to reduce folder scanning.
-#
-#BreakOnAlreadyDownloaded=0
diff --git a/mail/getlive/pkg-descr b/mail/getlive/pkg-descr
deleted file mode 100644
index f178b79eb013..000000000000
--- a/mail/getlive/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-GetLive is a perl script that fetches mail from your Hotmail Live account.
-The mail is then presented to any filter (typically procmail) for further
-processing or dropping in a local mailbox.
-
-WWW: http://sourceforge.net/projects/getlive/