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:
@@ -157,6 +157,7 @@
|
||||
SUBDIR += qpopper
|
||||
SUBDIR += qtools
|
||||
SUBDIR += rblcheck
|
||||
SUBDIR += regm
|
||||
SUBDIR += rftp
|
||||
SUBDIR += ripmime
|
||||
SUBDIR += rlytest
|
||||
|
||||
25
mail/regm/Makefile
Normal file
25
mail/regm/Makefile
Normal 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
1
mail/regm/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (regm-1.0.tar.gz) = 6a99788829bb0e21b64b559b88238c5a
|
||||
1
mail/regm/pkg-comment
Normal file
1
mail/regm/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
Extract messages from a mailbox using regular expressions
|
||||
9
mail/regm/pkg-descr
Normal file
9
mail/regm/pkg-descr
Normal 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
1
mail/regm/pkg-plist
Normal file
@@ -0,0 +1 @@
|
||||
bin/regm
|
||||
Reference in New Issue
Block a user