Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2001 22:12:11 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27950: New port: mail/rmoldmail
Message-ID:  <200106080212.f582CBB49857@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106080212.f582CBB49857>