diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-03 07:15:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-03 07:15:40 +0800 |
commit | f82f5d907bc115c562234744e48d79d547a7eebd (patch) | |
tree | d999cca674976abf402404daa487ffbbc29694b8 /mail | |
parent | 300f850c973afdcc9e901d80d3dbd8a2e43cfd6b (diff) | |
download | freebsd-ports-gnome-f82f5d907bc115c562234744e48d79d547a7eebd.tar.gz freebsd-ports-gnome-f82f5d907bc115c562234744e48d79d547a7eebd.tar.zst freebsd-ports-gnome-f82f5d907bc115c562234744e48d79d547a7eebd.zip |
Add p5-Mail-CheckUser 1.21,
This Perl module provides routines for checking validity of email address
WWW: http://search.cpan.org/search?dist=Mail-CheckUser
PR: 60841
Submitted by: Attila Nagy <bra@fsn.hu>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-CheckUser/Makefile | 33 | ||||
-rw-r--r-- | mail/p5-Mail-CheckUser/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Mail-CheckUser/pkg-descr | 15 | ||||
-rw-r--r-- | mail/p5-Mail-CheckUser/pkg-plist | 6 |
5 files changed, 56 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index ef127273f7ca..d866d751aafa 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -219,6 +219,7 @@ SUBDIR += p5-Mail-Box1 SUBDIR += p5-Mail-Bulkmail SUBDIR += p5-Mail-CClient + SUBDIR += p5-Mail-CheckUser SUBDIR += p5-Mail-ClamAV SUBDIR += p5-Mail-Ezmlm SUBDIR += p5-Mail-FilterXML diff --git a/mail/p5-Mail-CheckUser/Makefile b/mail/p5-Mail-CheckUser/Makefile new file mode 100644 index 000000000000..fc3ecffa9e70 --- /dev/null +++ b/mail/p5-Mail-CheckUser/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Mail-CheckUser +# Date created: 2 January 2004 +# Whom: Attila Nagy <bra@fsn.hu> +# +# $FreeBSD$ +# + +PORTNAME= Mail-CheckUser +PORTVERSION= 1.21 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= bra@fsn.hu +COMMENT= Perl module to check email addresses for validity + +BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= cufilter.1 +MAN3= Mail::CheckUser.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/mail/p5-Mail-CheckUser/distinfo b/mail/p5-Mail-CheckUser/distinfo new file mode 100644 index 000000000000..28e5102d79a4 --- /dev/null +++ b/mail/p5-Mail-CheckUser/distinfo @@ -0,0 +1 @@ +MD5 (Mail-CheckUser-1.21.tar.gz) = 32a57a4679e2bde8a85201617776d69f diff --git a/mail/p5-Mail-CheckUser/pkg-descr b/mail/p5-Mail-CheckUser/pkg-descr new file mode 100644 index 000000000000..3756e36cfce6 --- /dev/null +++ b/mail/p5-Mail-CheckUser/pkg-descr @@ -0,0 +1,15 @@ +This Perl module provides routines for checking validity of email address. + +It makes several checks: + + 1. It checks the syntax of an email address. + 2. It checks if there any MX records or A records for the domain part of + the email address. + 3. It tries to connect to an email server directly via SMTP to check if + mailbox is valid. It uses a combination of MAIL and RCPT commands which + simulates sending an email. It can detect bad mailboxes in many cases. + +WWW: http://search.cpan.org/search?dist=Mail-CheckUser + +- Attila Nagy +bra@fsn.hu diff --git a/mail/p5-Mail-CheckUser/pkg-plist b/mail/p5-Mail-CheckUser/pkg-plist new file mode 100644 index 000000000000..1f50dd63234b --- /dev/null +++ b/mail/p5-Mail-CheckUser/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Mail/CheckUser.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/CheckUser/.packlist +bin/cufilter +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/CheckUser +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true |