diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:18:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:18:23 +0000 |
commit | 1f00c3cd5ef18605d2534b78f95107fc6e88be7b (patch) | |
tree | e4290e3d68e921d2e7c3b0facb92d9c08217f8d4 /mail/p5-Mail-Tools | |
parent | 0addfd7abedcd65dd20f6d6f1477fdc22a41b70a (diff) | |
download | ports-1f00c3cd5ef18605d2534b78f95107fc6e88be7b.tar.gz ports-1f00c3cd5ef18605d2534b78f95107fc6e88be7b.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-Tools')
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 14 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/pkg-comment | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/pkg-descr | 24 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/pkg-plist | 13 |
5 files changed, 29 insertions, 26 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 5c00454f146a..c90bd72538d3 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -1,21 +1,23 @@ # New ports collection makefile for: p5-Mail-Tools -# Version required: 1.06 +# Version required: 1.12 # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.10 1998/08/22 20:26:03 jseger Exp $ +# $Id: Makefile,v 1.11 1998/09/15 21:31:47 asami Exp $ # -DISTNAME= MailTools-1.11 -PKGNAME= p5-Mail-Tools-1.11 +DISTNAME= MailTools-1.12 +PKGNAME= p5-Mail-Tools-1.12 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/Net/Domain.pm:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net USE_PERL5= YES diff --git a/mail/p5-Mail-Tools/distinfo b/mail/p5-Mail-Tools/distinfo index 7979919b55ac..39eb15865ad3 100644 --- a/mail/p5-Mail-Tools/distinfo +++ b/mail/p5-Mail-Tools/distinfo @@ -1 +1 @@ -MD5 (MailTools-1.11.tar.gz) = 51ebdae4e4aa2d9a42906338ad77ae9c +MD5 (MailTools-1.12.tar.gz) = 27f342c9960a3da9dfb4eab1b021d304 diff --git a/mail/p5-Mail-Tools/pkg-comment b/mail/p5-Mail-Tools/pkg-comment index 1a9b2c087dbb..12f103987c93 100644 --- a/mail/p5-Mail-Tools/pkg-comment +++ b/mail/p5-Mail-Tools/pkg-comment @@ -1 +1 @@ -a set of perl5 modules related to mail applications. +perl5 modules for dealing with Internet e-mail messages. diff --git a/mail/p5-Mail-Tools/pkg-descr b/mail/p5-Mail-Tools/pkg-descr index 933b98dad4c6..d16af6f0db00 100644 --- a/mail/p5-Mail-Tools/pkg-descr +++ b/mail/p5-Mail-Tools/pkg-descr @@ -1,18 +1,8 @@ -This collection of modules provides perl5 access methods related to mail. -It includes the following modules: +MailTools is a collection of Perl modules for dealing with Internet +e-mail messages. -Mail/Address.pm -Mail/Alias.pm -Mail/Cap.pm -Mail/Field.pm -Mail/Field/Date.pm -Mail/Folder.pm -Mail/Folder/Emaul.pm -Mail/Folder/Mbox.pm -Mail/Header.pm -Mail/Header.pm.html -Mail/Internet.pm -Mail/MIME.pm -Mail/Mailer.pm -Mail/Send.pm -Mail/Util.pm +The modules included can perform a wide range of tasks, including +parsing e-mail addresses, parsing mailcap files, manipulating +message header fields and bodies, sending messages via SMTP or the +Unix mail and sendmail commands, reading mbox mail boxes, and +message filtering through Perl subroutines. diff --git a/mail/p5-Mail-Tools/pkg-plist b/mail/p5-Mail-Tools/pkg-plist index 3e1320e6e52f..23c17fa524d1 100644 --- a/mail/p5-Mail-Tools/pkg-plist +++ b/mail/p5-Mail-Tools/pkg-plist @@ -1,3 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/.packlist lib/perl5/site_perl/%%PERL_VER%%/Mail/Address.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Alias.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Cap.pm @@ -8,8 +9,14 @@ lib/perl5/site_perl/%%PERL_VER%%/Mail/Filter.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Header.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Internet.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer/mail.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer/rfc822.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer/sendmail.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer/smtp.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer/test.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Send.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Util.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet/_prephdr.al lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet/add_signature.al lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet/escape_from.al @@ -22,6 +29,10 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/mailaddress.al lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/maildomain.al lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/read_mbox.al -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Mailer +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Field +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail |