Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
This module analyzses Mail::Internet objects. It returns a
Mail::ListDetector::List object representing the mailing list.
The RFC2369 mailing list detector is also capable of matching some
Mailman and Ezmlm messages. It is deliberately checked last to allow
the more specific Mailman and Ezmlm parsing to happen first, and more
accurately identify the type of mailing list involved.
+25
View File
@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.24 2013/05/31 12:41:18 wiz Exp $
DISTNAME= Mail-ListDetector-1.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5mli
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mail-ListDetector/
COMMENT= Perl5 module to detect messages from a mailing lists
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
DEPENDS+= p5-Email-Abstract-[0-9]*:../../mail/p5-Email-Abstract
DEPENDS+= p5-Email-Valid>=0.12:../../mail/p5-Email-Valid
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Mail/ListDetector/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2011/10/22 01:40:28 hiramatsu Exp $
SHA1 (Mail-ListDetector-1.04.tar.gz) = 9cb76a6ee6d29328515e3aa123142f8f9fd9fe9b
RMD160 (Mail-ListDetector-1.04.tar.gz) = eef34a9527b6bb7693b373c43c4a216bfaba956f
Size (Mail-ListDetector-1.04.tar.gz) = 40632 bytes