diff --git a/mail/prepop/Makefile b/mail/prepop/Makefile new file mode 100644 index 00000000000..b985517ac33 --- /dev/null +++ b/mail/prepop/Makefile @@ -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 + +# 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 diff --git a/mail/prepop/files/md5 b/mail/prepop/files/md5 new file mode 100644 index 00000000000..42c5a11fdfe --- /dev/null +++ b/mail/prepop/files/md5 @@ -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 diff --git a/mail/prepop/pkg/DESCR b/mail/prepop/pkg/DESCR new file mode 100644 index 00000000000..4af7799735d --- /dev/null +++ b/mail/prepop/pkg/DESCR @@ -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} diff --git a/mail/prepop/pkg/PLIST b/mail/prepop/pkg/PLIST new file mode 100644 index 00000000000..2ff49927e10 --- /dev/null +++ b/mail/prepop/pkg/PLIST @@ -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