Import of prepop 0.1b7.
Submitted by Patroklos Argyroudis <argp@bsd.gr>. prepop is a simple "online" POP3 email client. It's a complementing email client doing some of the things your ordinary email client should have handled in the first place.
This commit is contained in:
parent
b8d45c8593
commit
a9742e3601
37
mail/prepop/Makefile
Normal file
37
mail/prepop/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/30 15:25:55 naddy Exp $
|
||||
|
||||
COMMENT= "simple interactive POP3 client"
|
||||
|
||||
DISTNAME= prepop-0.1b7
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.448
|
||||
HOMEPAGE= http://www.rundegren.com/software/prepop/
|
||||
|
||||
MAINTAINER= Patroklos Argyroudis <argp@bsd.gr>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
# master site doesn't interop with ftp
|
||||
FETCH_DEPENDS= curl::net/curl
|
||||
FETCH_CMD= curl
|
||||
FETCH_BEFORE_ARGS= -O
|
||||
|
||||
MAKE_FLAGS= \
|
||||
CC='${CXX}' \
|
||||
CFLAGS='${CFLAGS} -c -DVERSION="$${VERSION}" -DDATE="$${DATE}"' \
|
||||
LDFLAGS='-lreadline -ltermcap'
|
||||
|
||||
ALL_TARGET= compile link
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/prepop ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/prepop
|
||||
${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/prepop
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/prepop/files/md5
Normal file
3
mail/prepop/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (prepop-0.1b7.tar.gz) = 9a173fdfe9e4e98a3b9ce1580e871a25
|
||||
RMD160 (prepop-0.1b7.tar.gz) = 832f7d4d5b4a60e4ccf30e94299f3b020aceca9e
|
||||
SHA1 (prepop-0.1b7.tar.gz) = a2d39a72339e62a256c726d084bd4db86a948992
|
13
mail/prepop/pkg/DESCR
Normal file
13
mail/prepop/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
prepop is a simple "online" POP3 email client, very suitable for
|
||||
dialups and other slow connections. It lets you read the text/plain
|
||||
part of your email messages without having to download those big
|
||||
pesky attachments (over dialups this can sometimes take a long time
|
||||
and during this time you often have no idea on how much data is
|
||||
left to be transferred). With prepop you can also see the size of
|
||||
all the messages when listing them. You can't reply to messages
|
||||
since this was not what prepop was designed to do. prepop was not
|
||||
designed to be an alternative to your current email client. It's
|
||||
more of a complementing email client doing some of the things your
|
||||
ordinary email client should have handled in the first place.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
mail/prepop/pkg/PLIST
Normal file
4
mail/prepop/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/30 15:25:55 naddy Exp $
|
||||
bin/prepop
|
||||
share/doc/prepop/MANUAL
|
||||
@dirrm share/doc/prepop
|
Loading…
Reference in New Issue
Block a user