Add regm 1.0, extract messages from a mailbox using regular

expressions.

PR:		29128
Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Mark Pulford 2001-07-22 07:52:00 +00:00
parent 78da040559
commit 46ea14e18e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45365
6 changed files with 38 additions and 0 deletions

View file

@ -157,6 +157,7 @@
SUBDIR += qpopper SUBDIR += qpopper
SUBDIR += qtools SUBDIR += qtools
SUBDIR += rblcheck SUBDIR += rblcheck
SUBDIR += regm
SUBDIR += rftp SUBDIR += rftp
SUBDIR += ripmime SUBDIR += ripmime
SUBDIR += rlytest SUBDIR += rlytest

25
mail/regm/Makefile Normal file
View file

@ -0,0 +1,25 @@
# New ports collection makefile for: regm
# Date created: 21 July 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= regm
PORTVERSION= 1.0
CATEGORIES= mail python
MASTER_SITES= http://perso.linuxfr.org/jdumont/regm/
MAINTAINER= petef@databits.net
NO_BUILD= yes
USE_PYTHON= yes
post-patch:
@${PERL} -pi -e 's|^#!/usr/bin/env python|#!${PYTHON_CMD}|' \
${WRKSRC}/regm.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/regm.py ${PREFIX}/bin/regm
.include <bsd.port.mk>

1
mail/regm/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (regm-1.0.tar.gz) = 6a99788829bb0e21b64b559b88238c5a

1
mail/regm/pkg-comment Normal file
View file

@ -0,0 +1 @@
Extract messages from a mailbox using regular expressions

9
mail/regm/pkg-descr Normal file
View file

@ -0,0 +1,9 @@
regm is a Python script to extract messages from a mbox-style
mailbox using a regular expression. There are advanced options to
specify multiple regular expressions, different output formats,
and more.
WWW: http://perso.linuxfr.org/jdumont/regm/
- Pete
petef@databits.net

1
mail/regm/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/regm