From 62432f22720a3d1d5f5685f9cacf2a8a85e861de Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 13 Jun 2001 14:54:22 +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. 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. --- mail/poppy/Makefile | 24 ++++++++++++++++++++++++ mail/poppy/distinfo | 4 ++++ mail/poppy/pkg/DESCR | 8 ++++++++ mail/poppy/pkg/PLIST | 3 +++ 4 files changed, 39 insertions(+) create mode 100644 mail/poppy/Makefile create mode 100644 mail/poppy/distinfo create mode 100644 mail/poppy/pkg/DESCR create mode 100644 mail/poppy/pkg/PLIST (limited to 'mail') diff --git a/mail/poppy/Makefile b/mail/poppy/Makefile new file mode 100644 index 00000000000..b4fed09c9ab --- /dev/null +++ b/mail/poppy/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/13 14:54:22 zuntum Exp $ +# + +DISTNAME= poppy-3.1 +CATEGORIES= mail +MASTER_SITES= http://home.sprynet.com/~cbagwell/ + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://home.sprynet.com/~cbagwell/projects.html +COMMENT= client to perform simple tasks with a POP3/IMAP server + +NO_BUILD= YES +USE_PERL5= YES + +post-patch: + ${SED} "s,/usr/bin/perl,${LOCALBASE}/bin/perl," \ + ${WRKSRC}/poppy > ${WRKSRC}/poppy.done + ${MV} ${WRKSRC}/poppy.done ${WRKSRC}/poppy + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/poppy/distinfo b/mail/poppy/distinfo new file mode 100644 index 00000000000..77f5b3aa5ac --- /dev/null +++ b/mail/poppy/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/06/13 14:54:22 zuntum Exp $ + +SHA1 (poppy-3.1.tar.gz) = b282cbd81a10a705e0d02d475820484f34a2f524 +Size (poppy-3.1.tar.gz) = 93897 bytes diff --git a/mail/poppy/pkg/DESCR b/mail/poppy/pkg/DESCR new file mode 100644 index 00000000000..09c7d1a3a3e --- /dev/null +++ b/mail/poppy/pkg/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/mail/poppy/pkg/PLIST b/mail/poppy/pkg/PLIST new file mode 100644 index 00000000000..e17def252b4 --- /dev/null +++ b/mail/poppy/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/13 14:54:22 zuntum Exp $ +bin/poppy +man/man1/poppy.1 -- cgit v1.2.3