summaryrefslogtreecommitdiff
path: root/mail/pgen
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-01 15:50:28 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-01 15:50:28 +0000
commit304bf86d9af8c2bc92d4f791c2a1bae4c4362fe5 (patch)
tree100e326c4a957baa56cc9225d0caf4080265d917 /mail/pgen
parentAdd some info about using rndcontrol. (diff)
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>
Notes
Notes: svn path=/head/; revision=44606
Diffstat (limited to 'mail/pgen')
-rw-r--r--mail/pgen/Makefile25
-rw-r--r--mail/pgen/distinfo1
-rw-r--r--mail/pgen/pkg-comment1
-rw-r--r--mail/pgen/pkg-descr13
-rw-r--r--mail/pgen/pkg-plist4
5 files changed, 44 insertions, 0 deletions
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