View | Details | Raw Unified | Return to bug 92982
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 8-20 Link Here
8
PORTNAME=	regm
8
PORTNAME=	regm
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
CATEGORIES=	mail python
10
CATEGORIES=	mail python
11
MASTER_SITES=	http://perso.linuxfr.org/jdumont/regm/
11
MASTER_SITES=	http://hamete.org/regm/
12
12
13
MAINTAINER=	petef@FreeBSD.org
13
MAINTAINER=	petef@FreeBSD.org
14
COMMENT=	Extract messages from a mailbox using regular expressions
14
COMMENT=	Extract messages from a mailbox using regular expressions
15
15
16
PLIST_FILES=	bin/regm
16
PLIST_FILES=	bin/regm
17
USE_REINPLACE=	yes
18
NO_BUILD=	yes
17
NO_BUILD=	yes
19
USE_PYTHON=	yes
18
USE_PYTHON=	yes
20
19
(-)pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
specify multiple regular expressions, different output formats,
3
specify multiple regular expressions, different output formats,
4
and more.
4
and more.
5
5
6
WWW: http://perso.linuxfr.org/jdumont/regm/
6
WWW: http://hamete.org/regm/
7
7
8
- Pete
8
- Pete
9
petef@databits.net
9
petef@databits.net

Return to bug 92982