From 4750d136d1181b5d13b510a3a99f05d40c9b9776 Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Thu, 24 Oct 1996 13:43:04 +0000 Subject: perl module for a folder-independant interface to email folders. --- mail/p5-Mail-Folder/Makefile | 34 ++++++++++++++++++++++++++++++++++ mail/p5-Mail-Folder/distinfo | 1 + mail/p5-Mail-Folder/pkg-comment | 1 + mail/p5-Mail-Folder/pkg-descr | 15 +++++++++++++++ mail/p5-Mail-Folder/pkg-plist | 8 ++++++++ 5 files changed, 59 insertions(+) create mode 100644 mail/p5-Mail-Folder/Makefile create mode 100644 mail/p5-Mail-Folder/distinfo create mode 100644 mail/p5-Mail-Folder/pkg-comment create mode 100644 mail/p5-Mail-Folder/pkg-descr create mode 100644 mail/p5-Mail-Folder/pkg-plist diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile new file mode 100644 index 000000000000..ec1af7e84727 --- /dev/null +++ b/mail/p5-Mail-Folder/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Mail-Folder +# Version required: 0.03 +# Date created: October 24th 1996 +# Whom: James FitzGibbon +# +# $Id: Makefile,v 1.2 1996/10/24 09:58:34 jfitz Exp $ +# + +DISTNAME= MailFolder-0.03 +PKGNAME= p5-Mail-Folder-0.03 +CATEGORIES+= mail +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Mail/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Mail/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Mail/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Mail/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Mail/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Mail/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in Mail::Folder Mail::Folder::Emaul Mail::Folder::Mbox; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include diff --git a/mail/p5-Mail-Folder/distinfo b/mail/p5-Mail-Folder/distinfo new file mode 100644 index 000000000000..8ac231d3dd10 --- /dev/null +++ b/mail/p5-Mail-Folder/distinfo @@ -0,0 +1 @@ +MD5 (MailFolder-0.03.tar.gz) = 0130332de2481d188f84d0595a554bcc diff --git a/mail/p5-Mail-Folder/pkg-comment b/mail/p5-Mail-Folder/pkg-comment new file mode 100644 index 000000000000..81c6ce29afa1 --- /dev/null +++ b/mail/p5-Mail-Folder/pkg-comment @@ -0,0 +1 @@ +perl module for a folder-independant interface to email folders. diff --git a/mail/p5-Mail-Folder/pkg-descr b/mail/p5-Mail-Folder/pkg-descr new file mode 100644 index 000000000000..e5c052bbbc82 --- /dev/null +++ b/mail/p5-Mail-Folder/pkg-descr @@ -0,0 +1,15 @@ + WARNING: This code is in alpha release. Expect the interface to + change + +SYNOPSIS + +use Mail::Folder; + +DESCRIPTION + +This base class, and it's subclasses provide an object- oriented interface +to email folders independant of the underlying folder implementation. There +are currently two folder interfaces provided with this package: + +Mail::Folder::Emaul +Mail::Folder::Mbox diff --git a/mail/p5-Mail-Folder/pkg-plist b/mail/p5-Mail-Folder/pkg-plist new file mode 100644 index 000000000000..098392d45360 --- /dev/null +++ b/mail/p5-Mail-Folder/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/man/man3/Mail::Folder.3.gz +lib/perl5/man/man3/Mail::Folder::Emaul.3.gz +lib/perl5/man/man3/Mail::Folder::Mbox.3.gz +lib/perl5/site_perl/Mail/Folder.pm +lib/perl5/site_perl/Mail/Folder/Emaul.pm +lib/perl5/site_perl/Mail/Folder/Mbox.pm +lib/perl5/site_perl/i386-freebsd/auto/Mail/.packlist +@dirrm lib/perl5/site_perl/Mail/Folder \ No newline at end of file -- cgit v1.2.3