Initial import of mboxgrep 0.7.4.

Mboxgrep is a small utility that scans a mailbox for messages matching
a regular expression. Found messages can be either displayed on standard
output, counted, deleted, piped to a shell command or written to another 
mailbox.
This commit is contained in:
kevlo 2001-12-05 08:04:27 +00:00
parent 57dfee8efe
commit a4806d01bb
4 changed files with 49 additions and 0 deletions

34
mail/mboxgrep/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/12/05 08:04:27 kevlo Exp $
COMMENT= "scan mailboxes for messages matching a regular expression"
DISTNAME= mboxgrep-0.7.4
CATEGORIES= mail
NEED_VERSION= 1.500
HOMEPAGE= http://mboxgrep.sourceforge.net/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mboxgrep
LIB_DEPENDS= pcre::devel/pcre
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/mboxgrep ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/mboxgrep.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/doc/mboxgrep.info ${PREFIX}/info
.include <bsd.port.mk>

3
mail/mboxgrep/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (mboxgrep-0.7.4.tar.gz) = ab3e7352be92cf2a27d5d76cd8bb60e0
RMD160 (mboxgrep-0.7.4.tar.gz) = e2ec6f7fe534f18dc8fe22a2363b7a57be900b97
SHA1 (mboxgrep-0.7.4.tar.gz) = f3cc1c5edd411adfabf4de5b05b4940b38ac9656

6
mail/mboxgrep/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
Mboxgrep is a small utility that scans a mailbox for messages matching
a regular expression. Found messages can be either displayed on standard
output, counted, deleted, piped to a shell command or written to another
mailbox.
WWW: ${HOMEPAGE}

6
mail/mboxgrep/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/12/05 08:04:27 kevlo Exp $
bin/mboxgrep
@unexec install-info --delete --info-dir=%D/info %D/info/mboxgrep.info
info/mboxgrep.info
@exec install-info --info-dir=%D/info %D/info/mboxgrep.info
man/man1/mboxgrep.1