aboutsummaryrefslogtreecommitdiff
path: root/mail/poppy
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-06-13 06:09:13 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-06-13 06:09:13 +0000
commit7513fc97536254b167dc96cef10e621a3d63272b (patch)
treeb965a99dea6efc891ef0c698b8743ee8a321ecb8 /mail/poppy
parent1559f39cbf930af3ec4b084d33eeba924f882b6e (diff)
downloadports-7513fc97536254b167dc96cef10e621a3d63272b.tar.gz
ports-7513fc97536254b167dc96cef10e621a3d63272b.zip
Notes
Diffstat (limited to 'mail/poppy')
-rw-r--r--mail/poppy/Makefile21
-rw-r--r--mail/poppy/distinfo1
-rw-r--r--mail/poppy/pkg-comment1
-rw-r--r--mail/poppy/pkg-descr10
-rw-r--r--mail/poppy/pkg-plist2
5 files changed, 35 insertions, 0 deletions
diff --git a/mail/poppy/Makefile b/mail/poppy/Makefile
new file mode 100644
index 000000000000..e6d7b80cfc9b
--- /dev/null
+++ b/mail/poppy/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: poppy
+# Date created: 13 June 2001
+# Whom: Kevin Lo <kevlo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= poppy
+PORTVERSION= 3.1
+CATEGORIES= mail
+MASTER_SITES= http://home.sprynet.com/~cbagwell/
+
+MAINTAINER= kevlo@FreeBSD.org
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/mail/poppy/distinfo b/mail/poppy/distinfo
new file mode 100644
index 000000000000..ebcb4fbbbb0c
--- /dev/null
+++ b/mail/poppy/distinfo
@@ -0,0 +1 @@
+MD5 (poppy-3.1.tar.gz) = e2a077e1eb1a3caec0d3f95987e21c01
diff --git a/mail/poppy/pkg-comment b/mail/poppy/pkg-comment
new file mode 100644
index 000000000000..58211495633c
--- /dev/null
+++ b/mail/poppy/pkg-comment
@@ -0,0 +1 @@
+A client to perform simple tasks with a POP3/IMAP server
diff --git a/mail/poppy/pkg-descr b/mail/poppy/pkg-descr
new file mode 100644
index 000000000000..f7e4150dcad8
--- /dev/null
+++ b/mail/poppy/pkg-descr
@@ -0,0 +1,10 @@
+Poppy is a small perl script that allows you to perform simple tasks
+on a POP3 or IMAP server. It is of most use in a "limited resources
+environment" whether thats low disk space, slow internet connection,
+or no graphical environment.
+
+Poppy will individually show the mail headers along with the message's
+size of each message on the mail server and then allow you to read,
+delete, reply, or perform other tasks on that message.
+
+WWW: http://home.sprynet.com/~cbagwell/projects.html
diff --git a/mail/poppy/pkg-plist b/mail/poppy/pkg-plist
new file mode 100644
index 000000000000..5619e19fba28
--- /dev/null
+++ b/mail/poppy/pkg-plist
@@ -0,0 +1,2 @@
+bin/poppy
+man/man1/poppy.1