diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-06-13 06:09:13 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-06-13 06:09:13 +0000 |
commit | 4f8a83ab6af0c6131ba75e6e4b36fcd69bc6db88 (patch) | |
tree | b6b17bba8cd51d11b3c16b13952fd7d736ef47b6 /mail/poppy | |
parent | 8ecd4fae011b17b4ad5d16f96acfc75b6dba824c (diff) | |
download | FreeBSD-ports-4f8a83ab6af0c6131ba75e6e4b36fcd69bc6db88.zip FreeBSD-ports-4f8a83ab6af0c6131ba75e6e4b36fcd69bc6db88.tar.gz |
Initial import of poppy-3.1
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.
Diffstat (limited to 'mail/poppy')
-rw-r--r-- | mail/poppy/Makefile | 21 | ||||
-rw-r--r-- | mail/poppy/distinfo | 1 | ||||
-rw-r--r-- | mail/poppy/pkg-comment | 1 | ||||
-rw-r--r-- | mail/poppy/pkg-descr | 10 | ||||
-rw-r--r-- | mail/poppy/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/mail/poppy/Makefile b/mail/poppy/Makefile new file mode 100644 index 0000000..e6d7b80 --- /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 0000000..ebcb4fb --- /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 0000000..5821149 --- /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 0000000..f7e4150 --- /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 0000000..5619e19 --- /dev/null +++ b/mail/poppy/pkg-plist @@ -0,0 +1,2 @@ +bin/poppy +man/man1/poppy.1 |