aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-01-02 23:15:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-01-02 23:15:40 +0000
commitc6839a1a7395346e2a79d212fdda4df89c3f1246 (patch)
treeda5451107b92943dbddc159063a317dc1b65c48b
parent70af86bdd57a0fe377e27d33174f0a4417ef0a95 (diff)
downloadports-c6839a1a7395346e2a79d212fdda4df89c3f1246.tar.gz
ports-c6839a1a7395346e2a79d212fdda4df89c3f1246.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>
Notes
Notes: svn path=/head/; revision=97134
-rw-r--r--mail/Makefile1
-rw-r--r--mail/p5-Mail-CheckUser/Makefile33
-rw-r--r--mail/p5-Mail-CheckUser/distinfo1
-rw-r--r--mail/p5-Mail-CheckUser/pkg-descr15
-rw-r--r--mail/p5-Mail-CheckUser/pkg-plist6
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