summaryrefslogtreecommitdiff
path: root/mail/getmail
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2001-05-05 23:38:07 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2001-05-05 23:38:07 +0000
commita4c2f9374fb3809bc7917d227b9d19f3bc3fab4a (patch)
tree3a636ba4415f5ae85c2efb57ad76234d25fe5390 /mail/getmail
parentAdd lang/ruby-devel, the development version of Ruby. (1.7) (diff)
POP3 mail client written in python
Notes
Notes: svn path=/head/; revision=42297
Diffstat (limited to 'mail/getmail')
-rw-r--r--mail/getmail/Makefile26
-rw-r--r--mail/getmail/distinfo1
-rw-r--r--mail/getmail/files/patch-aa11
-rw-r--r--mail/getmail/pkg-comment1
-rw-r--r--mail/getmail/pkg-descr3
-rw-r--r--mail/getmail/pkg-plist6
6 files changed, 48 insertions, 0 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
new file mode 100644
index 000000000000..01ef837bf8e7
--- /dev/null
+++ b/mail/getmail/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: getmail
+# Date created: 06 May 2001
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= getmail
+PORTVERSION= 2.0.19
+CATEGORIES= mail
+MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/
+
+MAINTAINER= nakai@FreeBSD.org
+
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/getmail
+ ${INSTALL_SCRIPT} ${WRKSRC}/getmail ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/share/getmail
+ ${INSTALL_DATA} ${WRKSRC}/getmailrc-example \
+ ${PREFIX}/share/getmail
+
+.include <bsd.port.mk>
diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo
new file mode 100644
index 000000000000..403ffeae5267
--- /dev/null
+++ b/mail/getmail/distinfo
@@ -0,0 +1 @@
+MD5 (getmail-2.0.19.tar.gz) = 4c3474e8cab3bd28eb7c0df963056164
diff --git a/mail/getmail/files/patch-aa b/mail/getmail/files/patch-aa
new file mode 100644
index 000000000000..986eaaf6a1f8
--- /dev/null
+++ b/mail/getmail/files/patch-aa
@@ -0,0 +1,11 @@
+--- getmail.orig Sun May 6 08:33:52 2001
++++ getmail Sun May 6 08:33:57 2001
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+
+ # Change this to your getmail directory; defaults to /usr/lib/getmail
+-GETMAILPATH="/usr/local/lib/getmail"
++GETMAILPATH="/usr/local/share/getmail"
+
+ OLDPYTHONPATH=${PYTHONPATH}
+ PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}"
diff --git a/mail/getmail/pkg-comment b/mail/getmail/pkg-comment
new file mode 100644
index 000000000000..60d5b21570f2
--- /dev/null
+++ b/mail/getmail/pkg-comment
@@ -0,0 +1 @@
+POP3 mail retriever written in Python
diff --git a/mail/getmail/pkg-descr b/mail/getmail/pkg-descr
new file mode 100644
index 000000000000..adf635a17705
--- /dev/null
+++ b/mail/getmail/pkg-descr
@@ -0,0 +1,3 @@
+POP3 mail retriever written in Python
+
+WWW: http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/
diff --git a/mail/getmail/pkg-plist b/mail/getmail/pkg-plist
new file mode 100644
index 000000000000..68c0f6ed1400
--- /dev/null
+++ b/mail/getmail/pkg-plist
@@ -0,0 +1,6 @@
+bin/getmail
+share/getmail/ConfParser.py
+share/getmail/getmail.py
+share/getmail/getmailrc-example
+share/getmail/timeoutsocket.py
+@dirrm share/getmail