Import mail/mairix
DESCR: mairix is a program for indexing and searching email messages stored in Maildir, MH or mbox folders. The search mode populates a "virtual" maildir (or MH) folder with symlinks which point to the real messages. This folder can be opened as usual in your mail program. From: David Cathcart <david@cathcart.cx> ok robert@
This commit is contained in:
parent
077c3f74de
commit
49b890ec08
32
mail/mairix/Makefile
Normal file
32
mail/mairix/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/06/20 21:35:23 niallo Exp $
|
||||
|
||||
COMMENT= "program for indexing & searching email"
|
||||
|
||||
DISTNAME= mairix-0.16.1
|
||||
CATEGORIES= mail
|
||||
HOMEPAGE= http://www.rpcurnow.force9.co.uk/mairix/
|
||||
|
||||
MAINTAINER= David Cathcart <david@cathcart.cx>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.rpcurnow.force9.co.uk/mairix/
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
BUILD_DEPENDS= :bison-*:devel/bison
|
||||
|
||||
CONFIGURE_STYLE= simple
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mairix
|
||||
${INSTALL_DATA} ${WRKSRC}/mairix.txt ${PREFIX}/share/doc/mairix
|
||||
|
||||
.include <bsd.port.mk>
|
4
mail/mairix/distinfo
Normal file
4
mail/mairix/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (mairix-0.16.1.tar.gz) = 61a46c5d52ebfe7fd13a0e7597febcab
|
||||
RMD160 (mairix-0.16.1.tar.gz) = 8f26d7b1fe94a8a9f645c96c9efdc2acbc37e43a
|
||||
SHA1 (mairix-0.16.1.tar.gz) = 3fe6e15ec34d903a3fce6299c283b8a0c3d98a02
|
||||
SIZE (mairix-0.16.1.tar.gz) = 126356
|
4
mail/mairix/pkg/DESCR
Normal file
4
mail/mairix/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
mairix is a program for indexing and searching email messages stored in
|
||||
Maildir, MH or mbox folders. The search mode populates a "virtual"
|
||||
maildir (or MH) folder with symlinks which point to the real messages.
|
||||
This folder can be opened as usual in your mail program.
|
4
mail/mairix/pkg/PLIST
Normal file
4
mail/mairix/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/06/20 21:35:23 niallo Exp $
|
||||
bin/mairix
|
||||
share/doc/mairix/
|
||||
share/doc/mairix/mairix.txt
|
Loading…
x
Reference in New Issue
Block a user