From 7513fc97536254b167dc96cef10e621a3d63272b Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 13 Jun 2001 06:09:13 +0000 Subject: 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. --- mail/poppy/Makefile | 21 +++++++++++++++++++++ mail/poppy/distinfo | 1 + mail/poppy/pkg-comment | 1 + mail/poppy/pkg-descr | 10 ++++++++++ mail/poppy/pkg-plist | 2 ++ 5 files changed, 35 insertions(+) create mode 100644 mail/poppy/Makefile create mode 100644 mail/poppy/distinfo create mode 100644 mail/poppy/pkg-comment create mode 100644 mail/poppy/pkg-descr create mode 100644 mail/poppy/pkg-plist (limited to 'mail/poppy') 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 +# +# $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 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 -- cgit v1.2.3