diff options
author | zuntum <zuntum> | 2001-06-13 14:54:22 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-13 14:54:22 +0000 |
commit | 37608f1bf4d64fa10c93b3cd68d26d755b9addc1 (patch) | |
tree | b29ec7a0c4ae91824f512c3c653838c66d56515d | |
parent | 24937c680329e33c4364812a3c2f2032ad136758 (diff) | |
download | pkgsrc-37608f1bf4d64fa10c93b3cd68d26d755b9addc1.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.
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.
-rw-r--r-- | mail/poppy/Makefile | 24 | ||||
-rw-r--r-- | mail/poppy/distinfo | 4 | ||||
-rw-r--r-- | mail/poppy/pkg/DESCR | 8 | ||||
-rw-r--r-- | mail/poppy/pkg/PLIST | 3 |
4 files changed, 39 insertions, 0 deletions
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 |