port of imap-utils from University of Washington, based on the NetBSD port.

This commit is contained in:
jakob 2001-02-18 22:06:39 +00:00
parent 48f00f9355
commit 2065d485de
5 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,45 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/18 22:06:39 jakob Exp $
DISTNAME= imap-utils
PKGNAME= imaputils-uw-20001219
CATEGORIES= mail
NEED_VERSION= 1.302
HOMEPAGE= http://www.washington.edu/imap/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= no
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= no
PERMIT_DISTFILES_FTP= yes
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/
EXTRACT_SUFX= .tar.Z
DIST_SUBDIR= ${PKGNAME}
LIB_DEPENDS= c-client.2.1::mail/c-client
WRKDIST= ${WRKDIR}
SUBDIRS= chkmail dmail icat ifrom imapcopy imapxfer \
mbxcopy mbxcreat mbxcvt tmail
CFLAGS+= -I${PREFIX}/include/c-client
LIBS+= -L${PREFIX}/lib -lc-client -lssl -lcrypto
do-build:
.for prog in ${SUBDIRS}
(cd ${WRKDIST}/${prog}; \
${CC} ${CFLAGS} ${LDFLAGS} -o ${prog} ${prog}.c ${LIBS})
.endfor
do-install:
.for prog in ${SUBDIRS}
${INSTALL_PROGRAM} ${WRKDIST}/${prog}/${prog} ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIST}/${prog}/${prog}.1 ${PREFIX}/man/man1
.endfor
ln -sf imapcopy ${PREFIX}/bin/imapmove
ln -sf mbxcopy ${PREFIX}/bin/mbxmove
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (imaputils-uw-20001219/imap-utils.tar.Z) = a6453029f201b32e9ed761e662c47b0f
RMD160 (imaputils-uw-20001219/imap-utils.tar.Z) = 55612ca19e6554183d7b6be1bdf7af8ae0da0e86
SHA1 (imaputils-uw-20001219/imap-utils.tar.Z) = d30ce04b0cc08601d59ee898b7e5836f0cd524ec

View File

@ -0,0 +1 @@
University of Washington IMAP utilities

View File

@ -0,0 +1,16 @@
University of Washington IMAP utilities
chkmail check for new mail
dmail procmail mail delivery module
icat "cat" a mailbox from an IMAP source
ifrom one line per message summary of IMAP mailbox
imapcopy, imapmove copy or move messages from an IMAP inbox to a local
mailbox
mbxcopy, mbxmove copy or move messages to a new mailbox
mbxcreat create a new mailbox
mbxcvt copy or move messages to a new mailbox, converting
mailbox format
tmail mail delivery module
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,23 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/02/18 22:06:39 jakob Exp $
bin/chkmail
bin/dmail
bin/icat
bin/ifrom
bin/imapcopy
bin/imapmove
bin/imapxfer
bin/mbxcopy
bin/mbxcreat
bin/mbxcvt
bin/mbxmove
bin/tmail
man/man1/chkmail.1
man/man1/dmail.1
man/man1/icat.1
man/man1/ifrom.1
man/man1/imapcopy.1
man/man1/imapxfer.1
man/man1/mbxcopy.1
man/man1/mbxcreat.1
man/man1/mbxcvt.1
man/man1/tmail.1