Initial import of p5-Mail-Box-1.100

With help from Shell Hung <i@shellhung.org>

--
The Mail::Box module is a modern mail-folder manager.

The modules are trying to keep messages stored in the mailbox file(s)
for as long as possible.  Only if the user of a folder really needs
the content of a message, that message is read from file and parsed.
This commit is contained in:
avsm 2001-03-22 23:21:57 +00:00
parent 946fb5ebb0
commit ed34ab51f3
5 changed files with 67 additions and 0 deletions

25
mail/p5-Mail-Box/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/22 23:21:57 avsm Exp $
DISTNAME= Mail-Box-1.100
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
NEED_VERSION= 1.356
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
BUILD_DEPENDS= ${PERL_MODULES}/Date/Parse.pm::devel/p5-Time-TimeDate \
${PERL_MODULES}/MIME/Tools.pm::mail/p5-MIME-tools
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Mail-Box-1.100.tar.gz) = 0202750cd40e71f5e9f2d4d91718fa1b
RMD160 (Mail-Box-1.100.tar.gz) = 1f12209206b46fc7f2ba7c0768d0e3b11e8ae4f0
SHA1 (Mail-Box-1.100.tar.gz) = 33d382eee8b8fd65780cade73499b1ea1a6ec6a6

View File

@ -0,0 +1 @@
perl module to manage mail folders

View File

@ -0,0 +1,10 @@
The Mail::Box module is a modern mail-folder manager.
The modules are trying to keep messages stored in the mailbox file(s)
for as long as possible. Only if the user of a folder really needs
the content of a message, that message is read from file and parsed.
Demand- or delayed-parsing of messages is implemented using the
standard AUTOLOAD mechanism, which means that it is not visible to
the user of the folder! This mechanism also reduces the memory
foot-print of the program enormously.

View File

@ -0,0 +1,28 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/22 23:21:57 avsm Exp $
libdata/perl5/site_perl/Mail/Box.pm
libdata/perl5/site_perl/Mail/Box/Index.pm
libdata/perl5/site_perl/Mail/Box/Locker.pm
libdata/perl5/site_perl/Mail/Box/MH.pm
libdata/perl5/site_perl/Mail/Box/MH/Message.pm
libdata/perl5/site_perl/Mail/Box/Manager.pm
libdata/perl5/site_perl/Mail/Box/Mbox.pm
libdata/perl5/site_perl/Mail/Box/Mbox/Message.pm
libdata/perl5/site_perl/Mail/Box/Message.pm
libdata/perl5/site_perl/Mail/Box/Thread.pm
libdata/perl5/site_perl/Mail/Box/Threads.pm
libdata/perl5/site_perl/Mail/Box/Tie.pm
man/man3/Mail::Box.3p
man/man3/Mail::Box::Index.3p
man/man3/Mail::Box::Locker.3p
man/man3/Mail::Box::MH.3p
man/man3/Mail::Box::MH::Message.3p
man/man3/Mail::Box::Manager.3p
man/man3/Mail::Box::Mbox.3p
man/man3/Mail::Box::Mbox::Message.3p
man/man3/Mail::Box::Message.3p
man/man3/Mail::Box::Thread.3p
man/man3/Mail::Box::Threads.3p
man/man3/Mail::Box::Tie.3p
@dirrm libdata/perl5/site_perl/Mail/Box/Mbox
@dirrm libdata/perl5/site_perl/Mail/Box/MH
@dirrm libdata/perl5/site_perl/Mail/Box