New port: Useful tool for sorting mbox style mailboxes after date # 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: # # sortmail # sortmail/distinfo # sortmail/pkg-descr # sortmail/Makefile # sortmail/pkg-plist # echo c - sortmail mkdir -p sortmail > /dev/null 2>&1 echo x - sortmail/distinfo sed 's/^X//' >sortmail/distinfo << 'END-of-sortmail/distinfo' XMD5 (sortmail-1.20.tar.gz) = c37932c8056b8bf4c7dbeb4c61b5acc3 END-of-sortmail/distinfo echo x - sortmail/pkg-descr sed 's/^X//' >sortmail/pkg-descr << 'END-of-sortmail/pkg-descr' Xsortmail - sort email messages by date/time X Xsortmail is a front end for decomposemail(1) and recom- Xposemail(1). Each mailbox argument is disassembled into Xits component messages, then these messages are reassem- Xbled into new mailboxes based on command line selection Xcriteria. Some additional functionality is provided, such Xas backup copies, recursion, etc. X XSoftware written by: Daniel E. Singer (a.k.a. Toolman) X XWWW: http://www.cs.duke.edu/~des/scripts/sortmail_article.html X X Lasse L. Johnsen X lasse@freebsdcluster.org END-of-sortmail/pkg-descr echo x - sortmail/Makefile sed 's/^X//' >sortmail/Makefile << 'END-of-sortmail/Makefile' X# Ports collection makefile for: sortmail X# Date created: Thu August 21, 2003 X# Whom: Lasse L. Johnsen (lasse@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= sortmail XPORTVERSION= 1.20 XCATEGORIES= mail XMASTER_SITES= http://www.freebsdcluster.org/~lasse/software/ \ X ${MASTER_SITE_LOCAL} X XMAINTAINER= lasse@freebsdcluster.org XCOMMENT= Useful tool for sorting mbox style mailboxes after date X XNO_WRKSUBDIR= yes XMAN1= recomposemail.1 decomposemail.1 sortmail.1 XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/recomposemail ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/decomposemail ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/sortmail ${PREFIX}/bin X X ${INSTALL_MAN} ${WRKSRC}/recomposemail.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/decomposemail.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/sortmail.1 ${PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-sortmail/Makefile echo x - sortmail/pkg-plist sed 's/^X//' >sortmail/pkg-plist << 'END-of-sortmail/pkg-plist' Xbin/recomposemail Xbin/decomposemail Xbin/sortmail END-of-sortmail/pkg-plist exit
Responsible Changed From-To: freebsd-ports-bugs->mich I'll handle this one
State Changed From-To: open->closed Port added, thanks !