From ed34ab51f360e291ff5374db9410a3688d4aaec4 Mon Sep 17 00:00:00 2001 From: avsm Date: Thu, 22 Mar 2001 23:21:57 +0000 Subject: [PATCH] Initial import of p5-Mail-Box-1.100 With help from Shell Hung -- 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. --- mail/p5-Mail-Box/Makefile | 25 +++++++++++++++++++++++++ mail/p5-Mail-Box/files/md5 | 3 +++ mail/p5-Mail-Box/pkg/COMMENT | 1 + mail/p5-Mail-Box/pkg/DESCR | 10 ++++++++++ mail/p5-Mail-Box/pkg/PLIST | 28 ++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+) create mode 100644 mail/p5-Mail-Box/Makefile create mode 100644 mail/p5-Mail-Box/files/md5 create mode 100644 mail/p5-Mail-Box/pkg/COMMENT create mode 100644 mail/p5-Mail-Box/pkg/DESCR create mode 100644 mail/p5-Mail-Box/pkg/PLIST diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile new file mode 100644 index 00000000000..b735e5ac2a1 --- /dev/null +++ b/mail/p5-Mail-Box/Makefile @@ -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 + +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 diff --git a/mail/p5-Mail-Box/files/md5 b/mail/p5-Mail-Box/files/md5 new file mode 100644 index 00000000000..188b032ca17 --- /dev/null +++ b/mail/p5-Mail-Box/files/md5 @@ -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 diff --git a/mail/p5-Mail-Box/pkg/COMMENT b/mail/p5-Mail-Box/pkg/COMMENT new file mode 100644 index 00000000000..d0ed952d24a --- /dev/null +++ b/mail/p5-Mail-Box/pkg/COMMENT @@ -0,0 +1 @@ +perl module to manage mail folders diff --git a/mail/p5-Mail-Box/pkg/DESCR b/mail/p5-Mail-Box/pkg/DESCR new file mode 100644 index 00000000000..53514831b41 --- /dev/null +++ b/mail/p5-Mail-Box/pkg/DESCR @@ -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. diff --git a/mail/p5-Mail-Box/pkg/PLIST b/mail/p5-Mail-Box/pkg/PLIST new file mode 100644 index 00000000000..a2399bb3ad0 --- /dev/null +++ b/mail/p5-Mail-Box/pkg/PLIST @@ -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