1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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:
Kevin Lo 2001-06-13 06:09:13 +00:00
parent 1559f39cbf
commit 7513fc9753
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43930
6 changed files with 36 additions and 0 deletions

View File

@ -132,6 +132,7 @@
SUBDIR += poppassd
SUBDIR += popper
SUBDIR += poppwd
SUBDIR += poppy
SUBDIR += postfix
SUBDIR += postfix-current
SUBDIR += postilion

21
mail/poppy/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: poppy
# Date created: 13 June 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $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 <bsd.port.mk>

1
mail/poppy/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (poppy-3.1.tar.gz) = e2a077e1eb1a3caec0d3f95987e21c01

1
mail/poppy/pkg-comment Normal file
View File

@ -0,0 +1 @@
A client to perform simple tasks with a POP3/IMAP server

10
mail/poppy/pkg-descr Normal file
View 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: http://home.sprynet.com/~cbagwell/projects.html

2
mail/poppy/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/poppy
man/man1/poppy.1