summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-27 05:10:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-27 05:10:06 +0000
commit5c78e5e454ea76530c49388d20e28a6580f336ff (patch)
treea3108a79a2099c0687deb0b87a463d31074049d0 /mail
parentActivate the p5-MyObject port. (diff)
Initial import of grepmail version 4.1.
Search mailboxes for a given regexp and display matching emails. PR: 15007 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=23445
Diffstat (limited to 'mail')
-rw-r--r--mail/grepmail/Makefile23
-rw-r--r--mail/grepmail/distinfo1
-rw-r--r--mail/grepmail/pkg-comment1
-rw-r--r--mail/grepmail/pkg-descr8
-rw-r--r--mail/grepmail/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
new file mode 100644
index 000000000000..a94a9b7baaf9
--- /dev/null
+++ b/mail/grepmail/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: grepmail
+# Version required: 4.1
+# Date created: 20 November 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= grepmail-4.1
+CATEGORIES= mail
+MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/
+
+MAINTAINER= jedgar@fxp.org
+
+NO_BUILD= yes
+
+do-configure:
+ @cd ${WRKSRC} && ${CP} grepmail.DP grepmail
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo
new file mode 100644
index 000000000000..ebf335a8c67f
--- /dev/null
+++ b/mail/grepmail/distinfo
@@ -0,0 +1 @@
+MD5 (grepmail-4.1.tar.gz) = 8b3ab1b6b0a3643930ee71c8e47cb3ce
diff --git a/mail/grepmail/pkg-comment b/mail/grepmail/pkg-comment
new file mode 100644
index 000000000000..d051995c0e62
--- /dev/null
+++ b/mail/grepmail/pkg-comment
@@ -0,0 +1 @@
+Search mailboxes for a given regexp and display matching emails
diff --git a/mail/grepmail/pkg-descr b/mail/grepmail/pkg-descr
new file mode 100644
index 000000000000..3f478e4a3625
--- /dev/null
+++ b/mail/grepmail/pkg-descr
@@ -0,0 +1,8 @@
+Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given
+regular expression, and returns those emails that match it. Piped input is
+allowed, and date restrictions are supported.
+
+WWW: http://www.cs.virginia.edu/~dwc3q/code/
+
+- Chris D. Faulhaber
+jedgar@fxp.org
diff --git a/mail/grepmail/pkg-plist b/mail/grepmail/pkg-plist
new file mode 100644
index 000000000000..0e3393141c1f
--- /dev/null
+++ b/mail/grepmail/pkg-plist
@@ -0,0 +1 @@
+bin/grepmail