aboutsummaryrefslogtreecommitdiffstats
path: root/mail/grepmail
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-27 13:10:06 +0800
committersteve <steve@FreeBSD.org>1999-11-27 13:10:06 +0800
commitaae9f904a141920c011adba131e0096f7bef1f63 (patch)
tree2def4363cac708811a92ba8debc415848733c905 /mail/grepmail
parent4856dd990aecbfc4db5c2bcf35240c6a2d01ed48 (diff)
downloadfreebsd-ports-gnome-aae9f904a141920c011adba131e0096f7bef1f63.tar.gz
freebsd-ports-gnome-aae9f904a141920c011adba131e0096f7bef1f63.tar.zst
freebsd-ports-gnome-aae9f904a141920c011adba131e0096f7bef1f63.zip
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>
Diffstat (limited to 'mail/grepmail')
-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