Initial import of pgen 0.1.

Pgen is a tool to generate a procmailrc file with m4 macros.

PR: 28564
Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
Kevin Lo 2001-07-01 15:50:28 +00:00
parent 582d5895b3
commit 304bf86d9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44606
6 changed files with 45 additions and 0 deletions

View file

@ -123,6 +123,7 @@
SUBDIR += pathalias
SUBDIR += perdition
SUBDIR += pflogsumm
SUBDIR += pgen
SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += pine4

25
mail/pgen/Makefile Normal file
View file

@ -0,0 +1,25 @@
# New ports collection makefile for: pgen
# Date created: 30 June 2001
# Whom: petef@databits.net
#
# $FreeBSD$
#
PORTNAME= pgen
PORTVERSION= 0.1
CATEGORIES= mail
MASTER_SITES= http://www.myrddin.demon.co.uk/dist/
MAINTAINER= petef@databits.net
GNU_CONFIGURE= yes
NO_BUILD= yes
MAN1= pgen.1
post-patch:
@${PERL} -pi -e 's!\{INSTALL_PROGRAM\}!\{INSTALL_SCRIPT\}!g' \
${WRKSRC}/configure ${WRKSRC}/Makefile.in
.include <bsd.port.mk>

1
mail/pgen/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (pgen-0.1.tar.gz) = bfeb79a4ff87a509a7467edee1819977

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

@ -0,0 +1 @@
Tool to generate a procmailrc file with m4 macros

13
mail/pgen/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
pgen is a little tool that uses m4(1) and some macros to help build
and maintain a procmailrc file. It can make life much simpler than
having to remember how procmail recipes work each time you subscribe
to a new mailing list.
It won't help you maintain the worlds most complex procmailrc file,
but for simple cases, it can make life a lot more convenient (and
amenable to further postprocessing).
WWW: http://probiers.net/projects/rmoldmail/
- Pete
petef@databits.net

4
mail/pgen/pkg-plist Normal file
View file

@ -0,0 +1,4 @@
bin/pgen
share/pgen/procmail-defn.m4
share/pgen/procmail.m4
@dirrm share/pgen