From bca7440be474e2bdff4dc02af7d339da4ab50088 Mon Sep 17 00:00:00 2001 From: Automaton Date: Mon, 10 Dec 2012 07:31:47 +0100 Subject: [PATCH] Import mail/mairix version 0.22 --- mail/mairix/Makefile | 52 +++++++++++++++++++++++++++++++++++++++++++ mail/mairix/distinfo | 2 ++ mail/mairix/pkg-descr | 4 ++++ 3 files changed, 58 insertions(+) create mode 100644 mail/mairix/Makefile create mode 100644 mail/mairix/distinfo create mode 100644 mail/mairix/pkg-descr diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile new file mode 100644 index 00000000000..d2b0f2b6080 --- /dev/null +++ b/mail/mairix/Makefile @@ -0,0 +1,52 @@ +# New ports collection Makefile for: mairix +# Date created: 2003-03-27 +# Whom: Oliver Braun +# +# $FreeBSD: ports/mail/mairix/Makefile,v 1.31 2012/11/17 05:59:05 svnexp Exp $ +# + +PORTNAME= mairix +PORTVERSION= 0.22 +CATEGORIES= mail +MASTER_SITES= SF + +MAINTAINER= jjuanino@gmail.com +COMMENT= Indexing and searching in Maildir, MH, or mbox folders + +USE_GMAKE= yes +HAS_CONFIGURE= yes +USE_BISON= build + +MAN1= mairix.1 +MAN5= mairixrc.5 +PLIST_FILES= bin/mairix %%EXAMPLESDIR%%/dotmairixrc.eg +PLIST_DIRS= %%EXAMPLESDIR%% + +OPTIONS_DEFINE= GZIP BZIP +GZIP_DESC= Enable gzip mbox support +BZIP_DESC= Enable bzip2 mbox support + +OPTIONS_DEFAULT= + +.include + +.if ${PORT_OPTIONS:MGZIP} +CONFIGURE_ARGS+= --enable-gzip-mbox +.else +CONFIGURE_ARGS+= --disable-gzip-mbox +.endif + +.if ${PORT_OPTIONS:MBZIP} +CONFIGURE_ARGS+= --enable-bzip-mbox +.else +CONFIGURE_ARGS+= --disable-bzip-mbox +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/dotmairixrc.eg ${EXAMPLESDIR} + ${INSTALL_MAN} ${WRKSRC}/mairix.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/mairixrc.5 ${PREFIX}/man/man5 + +.include diff --git a/mail/mairix/distinfo b/mail/mairix/distinfo new file mode 100644 index 00000000000..c6660e8b166 --- /dev/null +++ b/mail/mairix/distinfo @@ -0,0 +1,2 @@ +SHA256 (mairix-0.22.tar.gz) = 141fb273ef9f77562e609a9f6d2f783b680cc4e04be0f9ca8d682f8bc6c19d4f +SIZE (mairix-0.22.tar.gz) = 161843 diff --git a/mail/mairix/pkg-descr b/mail/mairix/pkg-descr new file mode 100644 index 00000000000..edc04da780c --- /dev/null +++ b/mail/mairix/pkg-descr @@ -0,0 +1,4 @@ +Mairix is a program for indexing and searching email messages stored in +Maildir, MH or mbox folders. + +WWW: http://www.rc0.org.uk/mairix/ -- 2.41.0