diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-22 07:52:00 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-22 07:52:00 +0000 |
commit | 46ea14e18e9e8ed8b29de6efcd7136d890a2ee37 (patch) | |
tree | e95463c95250af2dd557db69ac7adae73c7da8f4 /mail/regm | |
parent | 78da04055902ecc20a88b8cb03e5997dd58973ab (diff) |
Notes
Diffstat (limited to 'mail/regm')
-rw-r--r-- | mail/regm/Makefile | 25 | ||||
-rw-r--r-- | mail/regm/distinfo | 1 | ||||
-rw-r--r-- | mail/regm/pkg-comment | 1 | ||||
-rw-r--r-- | mail/regm/pkg-descr | 9 | ||||
-rw-r--r-- | mail/regm/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/mail/regm/Makefile b/mail/regm/Makefile new file mode 100644 index 000000000000..d520b81aa337 --- /dev/null +++ b/mail/regm/Makefile @@ -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> diff --git a/mail/regm/distinfo b/mail/regm/distinfo new file mode 100644 index 000000000000..7fa153039c02 --- /dev/null +++ b/mail/regm/distinfo @@ -0,0 +1 @@ +MD5 (regm-1.0.tar.gz) = 6a99788829bb0e21b64b559b88238c5a diff --git a/mail/regm/pkg-comment b/mail/regm/pkg-comment new file mode 100644 index 000000000000..9cb2a303d906 --- /dev/null +++ b/mail/regm/pkg-comment @@ -0,0 +1 @@ +Extract messages from a mailbox using regular expressions diff --git a/mail/regm/pkg-descr b/mail/regm/pkg-descr new file mode 100644 index 000000000000..3948cc9c815c --- /dev/null +++ b/mail/regm/pkg-descr @@ -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 diff --git a/mail/regm/pkg-plist b/mail/regm/pkg-plist new file mode 100644 index 000000000000..fcf1ce187817 --- /dev/null +++ b/mail/regm/pkg-plist @@ -0,0 +1 @@ +bin/regm |