summaryrefslogtreecommitdiff
path: root/mail/poppy
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-13 14:54:22 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-13 14:54:22 +0000
commit62432f22720a3d1d5f5685f9cacf2a8a85e861de (patch)
treeb29ec7a0c4ae91824f512c3c653838c66d56515d /mail/poppy
parent635a09d3b1ffd061c6d55e3d22d5e8c818e9981d (diff)
downloadpkgsrc-62432f22720a3d1d5f5685f9cacf2a8a85e861de.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.
Diffstat (limited to 'mail/poppy')
-rw-r--r--mail/poppy/Makefile24
-rw-r--r--mail/poppy/distinfo4
-rw-r--r--mail/poppy/pkg/DESCR8
-rw-r--r--mail/poppy/pkg/PLIST3
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