- update to p5-Mail-Tools-1.15
- add a patch to correct some man page typos (fed back to author) Note that Mail::Alias is no longer part of this package, and is now a separate CPAN module.
This commit is contained in:
parent
f16547aeb1
commit
3522769e1e
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/10/10 00:40:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/01/07 21:55:13 avsm Exp $
|
||||
|
||||
DISTNAME= MailTools-1.1401
|
||||
PKGNAME= p5-Mail-Tools-1.1401
|
||||
DISTNAME= MailTools-1.15
|
||||
PKGNAME= p5-Mail-Tools-1.15
|
||||
CATEGORIES= mail devel perl5
|
||||
NEED_VERSION= 1.312
|
||||
NEED_VERSION= 1.348
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Net/SMTP.pm::net/p5-libnet
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Net/SMTP.pm::net/p5-libnet
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (MailTools-1.1401.tar.gz) = d88ded36aaed693dbeb9c953c56c3dab
|
||||
RMD160 (MailTools-1.1401.tar.gz) = 3410a617ea23fe633d0765cfd0c22c84681db530
|
||||
SHA1 (MailTools-1.1401.tar.gz) = 5557cf911ffb999e448a8a51f9630136245dedf0
|
||||
MD5 (MailTools-1.15.tar.gz) = 5b8125343cc1a130c713f5655a0e2784
|
||||
RMD160 (MailTools-1.15.tar.gz) = 67d1e1c553d6853cbd6193d0ce5898a584970e68
|
||||
SHA1 (MailTools-1.15.tar.gz) = 1a64c81d27c3bb563c21792104c26d37c82b77dd
|
||||
|
21
mail/p5-Mail-Tools/patches/patch-Mail_Header_pm
Normal file
21
mail/p5-Mail-Tools/patches/patch-Mail_Header_pm
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-Mail_Header_pm,v 1.1 2001/01/07 21:55:13 avsm Exp $
|
||||
--- Mail/Header.pm.orig Sun Jan 7 21:42:06 2001
|
||||
+++ Mail/Header.pm Sun Jan 7 21:41:51 2001
|
||||
@@ -966,7 +966,7 @@ of tag will be removed.
|
||||
|
||||
=item count ( TAG )
|
||||
|
||||
-Returns the number of times the given atg appears in the header
|
||||
+Returns the number of times the given tag appears in the header
|
||||
|
||||
=item print ( [ FD ] )
|
||||
|
||||
@@ -991,7 +991,7 @@ a description on how C<Mail::Header> use
|
||||
|
||||
=item tags ()
|
||||
|
||||
-Retruns an array of all the tags that exist in the header. Each tag will
|
||||
+Returns an array of all the tags that exist in the header. Each tag will
|
||||
only appear in the list once. The order of the tags is not specified.
|
||||
|
||||
=item dup ()
|
@ -1,7 +1,6 @@
|
||||
MailTools is a suite of modules to handle various aspects of Mail with perl:
|
||||
|
||||
Mail::Address - Parse mail addresses
|
||||
Mail::Alias - maniulate mail alias files of various formats
|
||||
Mail::Cap - Parse mailcap files
|
||||
Mail::Field - Base class for manipulation of mail header fields
|
||||
Mail::Filter - Filter mail through multiple subroutines
|
||||
|
@ -1,6 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/07/10 23:13:40 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/01/07 21:55:13 avsm Exp $
|
||||
libdata/perl5/site_perl/Mail/Address.pm
|
||||
libdata/perl5/site_perl/Mail/Alias.pm
|
||||
libdata/perl5/site_perl/Mail/Cap.pm
|
||||
libdata/perl5/site_perl/Mail/Field.pm
|
||||
libdata/perl5/site_perl/Mail/Field/AddrList.pm
|
||||
@ -32,7 +31,6 @@ libdata/perl5/site_perl/auto/Mail/Util/maildomain.al
|
||||
libdata/perl5/site_perl/auto/Mail/Util/read_mbox.al
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Mail/.packlist
|
||||
man/man3/Mail::Address.3p
|
||||
man/man3/Mail::Alias.3p
|
||||
man/man3/Mail::Cap.3p
|
||||
man/man3/Mail::Field.3p
|
||||
man/man3/Mail::Field::AddrList.3p
|
||||
|
Loading…
Reference in New Issue
Block a user