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.
This commit is contained in:
parent
6f96784ff5
commit
6765d92639
26
mail/poppy/Makefile
Normal file
26
mail/poppy/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/13 03:06:40 kevlo Exp $
|
||||
|
||||
COMMENT= "client to perform simple tasks with a POP3/IMAP server"
|
||||
|
||||
DISTNAME= poppy-3.1
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.414
|
||||
|
||||
HOMEPAGE= http://home.sprynet.com/~cbagwell/projects.html
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://home.sprynet.com/~cbagwell/
|
||||
|
||||
NO_BUILD= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/poppy/files/md5
Normal file
3
mail/poppy/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (poppy-3.1.tar.gz) = e2a077e1eb1a3caec0d3f95987e21c01
|
||||
RMD160 (poppy-3.1.tar.gz) = 3c0468450112632e18d29b68c831740ceb4e7c8a
|
||||
SHA1 (poppy-3.1.tar.gz) = b282cbd81a10a705e0d02d475820484f34a2f524
|
10
mail/poppy/pkg/DESCR
Normal file
10
mail/poppy/pkg/DESCR
Normal file
@ -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: ${HOMEPAGE}
|
3
mail/poppy/pkg/PLIST
Normal file
3
mail/poppy/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/13 03:06:40 kevlo Exp $
|
||||
bin/poppy
|
||||
man/man1/poppy.1
|
Loading…
Reference in New Issue
Block a user