diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:50:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:50:28 +0000 |
commit | 304bf86d9af8c2bc92d4f791c2a1bae4c4362fe5 (patch) | |
tree | 100e326c4a957baa56cc9225d0caf4080265d917 /mail | |
parent | 582d5895b319975c43880c10c0d46e6d0dd9ee25 (diff) | |
download | ports-304bf86d9af8c2bc92d4f791c2a1bae4c4362fe5.tar.gz ports-304bf86d9af8c2bc92d4f791c2a1bae4c4362fe5.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/pgen/Makefile | 25 | ||||
-rw-r--r-- | mail/pgen/distinfo | 1 | ||||
-rw-r--r-- | mail/pgen/pkg-comment | 1 | ||||
-rw-r--r-- | mail/pgen/pkg-descr | 13 | ||||
-rw-r--r-- | mail/pgen/pkg-plist | 4 |
6 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index d3657ec9a00f..f134cddb50f8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -123,6 +123,7 @@ SUBDIR += pathalias SUBDIR += perdition SUBDIR += pflogsumm + SUBDIR += pgen SUBDIR += pgp4pine SUBDIR += pgpsendmail SUBDIR += pine4 diff --git a/mail/pgen/Makefile b/mail/pgen/Makefile new file mode 100644 index 000000000000..bbf8381be22e --- /dev/null +++ b/mail/pgen/Makefile @@ -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> diff --git a/mail/pgen/distinfo b/mail/pgen/distinfo new file mode 100644 index 000000000000..750ae60b15ed --- /dev/null +++ b/mail/pgen/distinfo @@ -0,0 +1 @@ +MD5 (pgen-0.1.tar.gz) = bfeb79a4ff87a509a7467edee1819977 diff --git a/mail/pgen/pkg-comment b/mail/pgen/pkg-comment new file mode 100644 index 000000000000..ba09745f765a --- /dev/null +++ b/mail/pgen/pkg-comment @@ -0,0 +1 @@ +Tool to generate a procmailrc file with m4 macros diff --git a/mail/pgen/pkg-descr b/mail/pgen/pkg-descr new file mode 100644 index 000000000000..5b0a75ca9aa3 --- /dev/null +++ b/mail/pgen/pkg-descr @@ -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 diff --git a/mail/pgen/pkg-plist b/mail/pgen/pkg-plist new file mode 100644 index 000000000000..107dd340e6f2 --- /dev/null +++ b/mail/pgen/pkg-plist @@ -0,0 +1,4 @@ +bin/pgen +share/pgen/procmail-defn.m4 +share/pgen/procmail.m4 +@dirrm share/pgen |