maildirproc stable port information

Package: maildirproc
Version: 0.2
Revision: 1
Source: http://joel.rosdahl.net/maildirproc/%n-%v.tar.gz
Source-MD5: 37e8bf87c05cd5eacd4402f683257bbc
CompileScript: #
InstallScript: <<
install -d -m0755 %i/bin
install -m0755 maildirproc %i/bin

install -d -m0755 %i/share/doc/%n/examples
install -m0644 doc/*.* %i/share/doc/%n
install -m0644 doc/examples/* %i/share/doc/%n/examples
<<
DocFiles: LICENSE NEWS README
Description: Processor for for maildir-format mailboxes
DescDetail: <<
maildirproc is a program that processes one or several existing mail
boxes in the maildir format. It is primarily focused on mail sorting,
which means moving, copying, forwarding, and deleting mail according
to a set of rules. It can be seen as an alternative to procmail, but
instead of being a delivery agent (which wants to be part of the
delivery chain), maildirproc only processes mail which has already
been delivered.
<<
DescUsage: <<
See %p/share/doc/%n for usage information and examples.
<<
DescPackaging: <<
Pure python script, no external libs needed.
<<
Homepage: http://joel.rosdahl.net/maildirproc
License: GPL
Maintainer: Daniel Macks