Update to version 1.12.
PR: 10177 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
This commit is contained in:
parent
0addfd7abe
commit
1f00c3cd5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17219
5 changed files with 29 additions and 26 deletions
|
@ -1,21 +1,23 @@
|
||||||
# New ports collection makefile for: p5-Mail-Tools
|
# New ports collection makefile for: p5-Mail-Tools
|
||||||
# Version required: 1.06
|
# Version required: 1.12
|
||||||
# Date created: October 24th 1996
|
# Date created: October 24th 1996
|
||||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
# 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
|
DISTNAME= MailTools-1.12
|
||||||
PKGNAME= p5-Mail-Tools-1.11
|
PKGNAME= p5-Mail-Tools-1.12
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Mail
|
MASTER_SITE_SUBDIR= Mail
|
||||||
|
|
||||||
MAINTAINER= jfitz@FreeBSD.ORG
|
MAINTAINER= jfitz@FreeBSD.ORG
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/SMTP.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/Net/Domain.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
|
USE_PERL5= YES
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (MailTools-1.11.tar.gz) = 51ebdae4e4aa2d9a42906338ad77ae9c
|
MD5 (MailTools-1.12.tar.gz) = 27f342c9960a3da9dfb4eab1b021d304
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
a set of perl5 modules related to mail applications.
|
perl5 modules for dealing with Internet e-mail messages.
|
||||||
|
|
|
@ -1,18 +1,8 @@
|
||||||
This collection of modules provides perl5 access methods related to mail.
|
MailTools is a collection of Perl modules for dealing with Internet
|
||||||
It includes the following modules:
|
e-mail messages.
|
||||||
|
|
||||||
Mail/Address.pm
|
The modules included can perform a wide range of tasks, including
|
||||||
Mail/Alias.pm
|
parsing e-mail addresses, parsing mailcap files, manipulating
|
||||||
Mail/Cap.pm
|
message header fields and bodies, sending messages via SMTP or the
|
||||||
Mail/Field.pm
|
Unix mail and sendmail commands, reading mbox mail boxes, and
|
||||||
Mail/Field/Date.pm
|
message filtering through Perl subroutines.
|
||||||
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
|
|
||||||
|
|
|
@ -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/Address.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/Alias.pm
|
lib/perl5/site_perl/%%PERL_VER%%/Mail/Alias.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/Cap.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/Header.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/Internet.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.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/Send.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/Util.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/add_signature.al
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet/autosplit.ix
|
lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet/autosplit.ix
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet/escape_from.al
|
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/mailaddress.al
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Util/maildomain.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%%/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/Util
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Mail/Internet
|
@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
|
||||||
|
|
Loading…
Reference in a new issue