From owner-freebsd-ports Thu Jun 7 19:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E6F137B405 for ; Thu, 7 Jun 2001 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f582K1g75788; Thu, 7 Jun 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id AE5AB37B403 for ; Thu, 7 Jun 2001 19:12:52 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f582CBB49857; Thu, 7 Jun 2001 22:12:11 -0400 (EDT) (envelope-from petef) Message-Id: <200106080212.f582CBB49857@electron.databits.net> Date: Thu, 7 Jun 2001 22:12:11 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27950: New port: mail/rmoldmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27950 >Category: ports >Synopsis: New port: mail/rmoldmail >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: Thu Jun 07 19:20:01 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 #5: Sat Jun 2 18:08:29 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: rmoldmail is a Perl script which removes all mail messages older than a configurable number of months from a mailbox file. It is possible to use rmoldmail on a running mailserver; it shouldn't confuse your MTA or IMAP- or POP3-server. WWW: http://probiers.net/projects/rmoldmail/ >How-To-Repeat: N/A >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: # # rmoldmail # rmoldmail/distinfo # rmoldmail/pkg-descr # rmoldmail/pkg-plist # rmoldmail/pkg-comment # rmoldmail/Makefile # echo c - rmoldmail mkdir -p rmoldmail > /dev/null 2>&1 echo x - rmoldmail/distinfo sed 's/^X//' >rmoldmail/distinfo << 'END-of-rmoldmail/distinfo' XMD5 (rmoldmail-0.1.0.tar.gz) = 94cbe1f2c995c36ae58426858d24965e END-of-rmoldmail/distinfo echo x - rmoldmail/pkg-descr sed 's/^X//' >rmoldmail/pkg-descr << 'END-of-rmoldmail/pkg-descr' Xrmoldmail is a Perl script which removes all mail messages older Xthan a configurable number of months from a mailbox file. It is Xpossible to use rmoldmail on a running mailserver; it shouldn't Xconfuse your MTA or IMAP- or POP3-server. X XWWW: http://probiers.net/projects/rmoldmail/ X X- Pete Xpetef@databits.net END-of-rmoldmail/pkg-descr echo x - rmoldmail/pkg-plist sed 's/^X//' >rmoldmail/pkg-plist << 'END-of-rmoldmail/pkg-plist' Xsbin/rmoldmail X%%PORTDOCS%%share/doc/rmoldmail/README X%%PORTDOCS%%@dirrm share/doc/rmoldmail END-of-rmoldmail/pkg-plist echo x - rmoldmail/pkg-comment sed 's/^X//' >rmoldmail/pkg-comment << 'END-of-rmoldmail/pkg-comment' XPrune a mailbox of messages older than a set number of days END-of-rmoldmail/pkg-comment echo x - rmoldmail/Makefile sed 's/^X//' >rmoldmail/Makefile << 'END-of-rmoldmail/Makefile' X# New ports collection makefile for: rmoldmail X# Date created: 7 June 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= rmoldmail XPORTVERSION= 0.1.0 XCATEGORIES= mail XMASTER_SITES= http://probiers.net/projects/rmoldmail/ X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc X XNO_BUILD= yes X XUSE_PERL5= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/rmoldmail.RUNconfigure.pl \ X ${PREFIX}/sbin/rmoldmail X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/rmoldmail X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rmoldmail X.endif X X.include END-of-rmoldmail/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message