aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-07-01 23:50:28 +0800
committerkevlo <kevlo@FreeBSD.org>2001-07-01 23:50:28 +0800
commite66d69dccfd5524dde0c78e842647d779c0d1455 (patch)
tree0c7053e31c6eaffa85ac056ca45277d4db439c40
parentd02ee6f282363bc1a2592cdf12d3dd251cc348fb (diff)
downloadfreebsd-ports-gnome-e66d69dccfd5524dde0c78e842647d779c0d1455.tar.gz
freebsd-ports-gnome-e66d69dccfd5524dde0c78e842647d779c0d1455.tar.zst
freebsd-ports-gnome-e66d69dccfd5524dde0c78e842647d779c0d1455.zip
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>
-rw-r--r--mail/Makefile1
-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
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