Gotmail is no longer maintained and is superceded by the p5-GetLive
port.
ok to remove?
-ME
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/Makefile,v
retrieving revision 1.200
diff -u -p -r1.200 Makefile
--- Makefile 22 Nov 2007 13:53:08 -0000 1.200
+++ Makefile 5 Dec 2007 21:40:13 -0000
@@ -65,7 +65,6 @@
SUBDIR += fetchmail
SUBDIR += getmail
SUBDIR += gmime
- SUBDIR += gotmail
SUBDIR += grepmail
SUBDIR += hashcash
SUBDIR += hypermail
Index: gotmail/Makefile
===================================================================
RCS file: gotmail/Makefile
diff -N gotmail/Makefile
--- gotmail/Makefile 16 Sep 2007 00:17:04 -0000 1.6
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,37 +0,0 @@
-# $OpenBSD: Makefile,v 1.6 2007/09/16 00:17:04 merdely Exp $
-
-COMMENT= automatically fetch hotmail.com email
-
-DISTNAME= gotmail-0.8.9
-PKGNAME= ${DISTNAME}p2
-CATEGORIES= mail perl5
-
-MAINTAINER= Michael Erdely <[EMAIL PROTECTED]>
-
-# GPL
-PERMIT_PACKAGE_CDROM= Yes
-PERMIT_PACKAGE_FTP= Yes
-PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP= Yes
-
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gotmail/}
-
-do-configure:
- @perl -pi -e 's,!!PREFIX!!,${PREFIX},' ${WRKSRC}/{Makefile,gotmail}
-
-RUN_DEPENDS= ::mail/p5-Mail-SpamAssassin \
- ::mail/procmail \
- ::net/curl \
- ::www/p5-URI
-
-PKG_ARCH= *
-
-NO_REGRESS= Yes
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/gotmail4evolution ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gotmail
- ${INSTALL_DATA} ${WRKSRC}/sample.gotmailrc \
- ${PREFIX}/share/examples/gotmail
-
-.include <bsd.port.mk>
Index: gotmail/distinfo
===================================================================
RCS file: gotmail/distinfo
diff -N gotmail/distinfo
--- gotmail/distinfo 8 May 2007 20:06:48 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-MD5 (gotmail-0.8.9.tar.gz) = lNrh9NvLqTW+sP0NhbA9Lg==
-RMD160 (gotmail-0.8.9.tar.gz) = 8F4jil8De+7FfH+QL3rxGGIYeV8=
-SHA1 (gotmail-0.8.9.tar.gz) = 1XEEGaKMkg+KVAIQxHMKsMy7uzE=
-SHA256 (gotmail-0.8.9.tar.gz) = vWyL1Jtu/mopEzmIM0OtTrM3mEHKoQLDTRPo+gG9Bdo=
-SIZE (gotmail-0.8.9.tar.gz) = 38555
Index: gotmail/patches/patch-Makefile
===================================================================
RCS file: gotmail/patches/patch-Makefile
diff -N gotmail/patches/patch-Makefile
--- gotmail/patches/patch-Makefile 8 May 2007 20:06:48 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.2 2007/05/08 20:06:48 kurt Exp $
---- Makefile.orig Sat Apr 7 21:50:29 2007
-+++ Makefile Tue May 8 15:23:20 2007
-@@ -8,10 +8,10 @@
- #
-
- APPNAME = gotmail
--INSTALLOPTS = -cp
-+INSTALLOPTS = -c
- INSTALL = install $(INSTALLOPTS)
--MANCOMPRESS = .gz
--PREFIX = /usr
-+MANCOMPRESS =
-+PREFIX = !!PREFIX!!
- EXEC_PREFIX = $(PREFIX)
- BINDIR = $(EXEC_PREFIX)/bin
- MANDIR = $(PREFIX)/man
Index: gotmail/patches/patch-gotmail
===================================================================
RCS file: gotmail/patches/patch-gotmail
diff -N gotmail/patches/patch-gotmail
--- gotmail/patches/patch-gotmail 8 May 2007 20:06:48 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-$OpenBSD: patch-gotmail,v 1.2 2007/05/08 20:06:48 kurt Exp $
---- gotmail.orig Sat Apr 7 22:00:30 2007
-+++ gotmail Tue May 8 15:17:32 2007
-@@ -156,7 +156,7 @@ my($conf_onlyspamscan) = 0; # 0 = no, 1 = yes
- my($conf_deletespam) = 0; # 0 = no, 1 = yes
- my($conf_movespam) = "";
- my($conf_spamscore) = 4.5;
--my($conf_procmail_bin) = '/usr/bin/procmail';
-+my($conf_procmail_bin) = '!!PREFIX!!/bin/procmail';
- my($conf_summary) = 0;
- my($conf_procmail_option)= "";
- my($conf_remove_header) = 0; # 0 = no, 1 = yes
-@@ -365,7 +365,7 @@ my %options = (
-
- 'procmail-bin' =>
- ["<path>",sub {$conf_procmail_bin = shift; $conf_procmail = 1;},
-- "Use this as procmail. Defaults to /usr/bin/procmail and implies
--use-procmail."],
-+ "Use this as procmail. Defaults to !!PREFIX!!/bin/procmail and implies
--use-procmail."],
-
- 'procmail-option' =>
- ["<opt>",sub {$conf_procmail_option = shift;},
Index: gotmail/pkg/DESCR
===================================================================
RCS file: gotmail/pkg/DESCR
diff -N gotmail/pkg/DESCR
--- gotmail/pkg/DESCR 29 Dec 2006 12:36:57 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-Gotmail is a perl script to fetch mail out of a Hotmail account and
-either place it into the current directory in unix mbox format or
-forward it to another email address.
Index: gotmail/pkg/PLIST
===================================================================
RCS file: gotmail/pkg/PLIST
diff -N gotmail/pkg/PLIST
--- gotmail/pkg/PLIST 29 Dec 2006 12:21:03 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
[EMAIL PROTECTED] $OpenBSD: PLIST,v 1.1.1.1 2006/12/29 12:21:03 jasper Exp $
-bin/gotmail
-bin/gotmail4evolution
[EMAIL PROTECTED] man/man1/gotmail.1
-share/examples/gotmail/
-share/examples/gotmail/sample.gotmailrc