Date: Sat, 30 Jun 2001 23:53:05 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28564: New port: mail/pgen Message-ID: <200107010353.f613r5u28262@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 28564 >Category: ports >Synopsis: New port: mail/pgen >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 Jun 30 21:00:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: 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/ >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: # # pgen # pgen/pkg-plist # pgen/distinfo # pgen/Makefile # pgen/pkg-comment # pgen/pkg-descr # echo c - pgen mkdir -p pgen > /dev/null 2>&1 echo x - pgen/pkg-plist sed 's/^X//' >pgen/pkg-plist << 'END-of-pgen/pkg-plist' Xbin/pgen Xshare/pgen/procmail-defn.m4 Xshare/pgen/procmail.m4 X@dirrm share/pgen END-of-pgen/pkg-plist echo x - pgen/distinfo sed 's/^X//' >pgen/distinfo << 'END-of-pgen/distinfo' XMD5 (pgen-0.1.tar.gz) = bfeb79a4ff87a509a7467edee1819977 END-of-pgen/distinfo echo x - pgen/Makefile sed 's/^X//' >pgen/Makefile << 'END-of-pgen/Makefile' X# New ports collection makefile for: pgen X# Date created: 30 June 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= pgen XPORTVERSION= 0.1 XCATEGORIES= mail XMASTER_SITES= http://www.myrddin.demon.co.uk/dist/ X XMAINTAINER= petef@databits.net X XGNU_CONFIGURE= yes X XNO_BUILD= yes X XMAN1= pgen.1 X Xpost-patch: X @${PERL} -pi -e 's!\{INSTALL_PROGRAM\}!\{INSTALL_SCRIPT\}!g' \ X ${WRKSRC}/configure ${WRKSRC}/Makefile.in X X.include <bsd.port.mk> END-of-pgen/Makefile echo x - pgen/pkg-comment sed 's/^X//' >pgen/pkg-comment << 'END-of-pgen/pkg-comment' XTool to generate a procmailrc file with m4 macros END-of-pgen/pkg-comment echo x - pgen/pkg-descr sed 's/^X//' >pgen/pkg-descr << 'END-of-pgen/pkg-descr' Xpgen is a little tool that uses m4(1) and some macros to help build Xand maintain a procmailrc file. It can make life much simpler than Xhaving to remember how procmail recipes work each time you subscribe Xto a new mailing list. X XIt won't help you maintain the worlds most complex procmailrc file, Xbut for simple cases, it can make life a lot more convenient (and Xamenable to further postprocessing). X XWWW: http://probiers.net/projects/rmoldmail/ X X- Pete Xpetef@databits.net END-of-pgen/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?200107010353.f613r5u28262>