Date: Sat, 20 Nov 1999 17:16:19 -0500 (EST) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15007: New port: mail/grepmail Message-ID: <19991120221619.1A9B09B22@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 15007 >Category: ports >Synopsis: New port: mail/grepmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 20 14:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: New port: mail/grepmail 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. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # grepmail # grepmail/Makefile # grepmail/files # grepmail/files/md5 # grepmail/pkg # grepmail/pkg/PLIST # grepmail/pkg/COMMENT # grepmail/pkg/DESCR # echo c - grepmail mkdir -p grepmail > /dev/null 2>&1 echo x - grepmail/Makefile sed 's/^X//' >grepmail/Makefile << 'END-of-grepmail/Makefile' X# New ports collection makefile for: grepmail X# Version required: 4.1 X# Date created: 20 November 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $FreeBSD$ X# X XDISTNAME= grepmail-4.1 XCATEGORIES= mail XMASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ X XMAINTAINER= jedgar@fxp.org X XNO_BUILD= yes X Xdo-configure: X @cd ${WRKSRC} && ${CP} grepmail.DP grepmail X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin X X.include <bsd.port.mk> END-of-grepmail/Makefile echo c - grepmail/files mkdir -p grepmail/files > /dev/null 2>&1 echo x - grepmail/files/md5 sed 's/^X//' >grepmail/files/md5 << 'END-of-grepmail/files/md5' XMD5 (grepmail-4.1.tar.gz) = 8b3ab1b6b0a3643930ee71c8e47cb3ce END-of-grepmail/files/md5 echo c - grepmail/pkg mkdir -p grepmail/pkg > /dev/null 2>&1 echo x - grepmail/pkg/PLIST sed 's/^X//' >grepmail/pkg/PLIST << 'END-of-grepmail/pkg/PLIST' Xbin/grepmail END-of-grepmail/pkg/PLIST echo x - grepmail/pkg/COMMENT sed 's/^X//' >grepmail/pkg/COMMENT << 'END-of-grepmail/pkg/COMMENT' XSearch mailboxes for a given regexp and display matching emails END-of-grepmail/pkg/COMMENT echo x - grepmail/pkg/DESCR sed 's/^X//' >grepmail/pkg/DESCR << 'END-of-grepmail/pkg/DESCR' XGrepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given Xregular expression, and returns those emails that match it. Piped input is Xallowed, and date restrictions are supported. X XWWW: http://www.cs.virginia.edu/~dwc3q/code/ X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-grepmail/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991120221619.1A9B09B22>