diff options
author | will <will@FreeBSD.org> | 2000-09-18 06:45:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-18 06:45:02 +0800 |
commit | 1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6 (patch) | |
tree | fcefba47d0e7f4379422e9f9db8b940f6332faec /mail/vrfy | |
parent | a9afda36d289ab3ae5629ba29504b807f48d0fcf (diff) | |
download | freebsd-ports-gnome-1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6.tar.gz freebsd-ports-gnome-1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6.tar.zst freebsd-ports-gnome-1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6.zip |
Add vrfy (unversioned), an email address verifier. No, I don't know how
this thing works, and if it creates spam, oh well. Tools, not policy. :)
PR: 21234
Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
Diffstat (limited to 'mail/vrfy')
-rw-r--r-- | mail/vrfy/Makefile | 25 | ||||
-rw-r--r-- | mail/vrfy/distinfo | 1 | ||||
-rw-r--r-- | mail/vrfy/files/patch-aa | 16 | ||||
-rw-r--r-- | mail/vrfy/pkg-comment | 1 | ||||
-rw-r--r-- | mail/vrfy/pkg-descr | 5 | ||||
-rw-r--r-- | mail/vrfy/pkg-plist | 1 |
6 files changed, 49 insertions, 0 deletions
diff --git a/mail/vrfy/Makefile b/mail/vrfy/Makefile new file mode 100644 index 000000000000..ec89dcb697fd --- /dev/null +++ b/mail/vrfy/Makefile @@ -0,0 +1,25 @@ +# ports collection makefile for: vrfy +# Date created: 2000/09/09 +# Whom: kaz +# +# $FreeBSD$ +# + +PORTNAME= vrfy +PORTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tar.Z + +MAINTAINER= kaz@kobe1995.net + +WRKSRC= ${WRKDIR} +MAN1= vrfy.1 +MANCOMPRESSED= yes + +post-install: + ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/ + ${GZIP_CMD} ${PREFIX}/man/man1/${MAN1} + +.include <bsd.port.mk> diff --git a/mail/vrfy/distinfo b/mail/vrfy/distinfo new file mode 100644 index 000000000000..d4d0f44ad1fa --- /dev/null +++ b/mail/vrfy/distinfo @@ -0,0 +1 @@ +MD5 (vrfy.tar.Z) = 57144a8dc9b877f31b86c95d5152425f diff --git a/mail/vrfy/files/patch-aa b/mail/vrfy/files/patch-aa new file mode 100644 index 000000000000..66cf5191521c --- /dev/null +++ b/mail/vrfy/files/patch-aa @@ -0,0 +1,16 @@ +--- Makefile~ Tue Oct 7 20:40:40 1997 ++++ Makefile Sun Sep 10 05:07:32 2000 +@@ -91,10 +91,10 @@ + # With BIND 4.9.3 the getnet...() calls are in the resolver library. + # ---------------------------------------------------------------------- + +-RES = -lsocket #if defined(SCO) && default ++#RES = -lsocket #if defined(SCO) && default + RES = +-RES = ../res/libresolv.a +-RES = -lresolv ++#RES = ../res/libresolv.a ++#RES = -lresolv + + COMPLIB = ../compat/lib/lib44bsd.a + COMPLIB = -lnet diff --git a/mail/vrfy/pkg-comment b/mail/vrfy/pkg-comment new file mode 100644 index 000000000000..364ad21b911b --- /dev/null +++ b/mail/vrfy/pkg-comment @@ -0,0 +1 @@ +Verify mail address diff --git a/mail/vrfy/pkg-descr b/mail/vrfy/pkg-descr new file mode 100644 index 000000000000..063e8bb33c7d --- /dev/null +++ b/mail/vrfy/pkg-descr @@ -0,0 +1,5 @@ +Verify mail address,is it exists. For example, + +% vrfy -n -vv kaz@kobe1995.net + +NAKAMURA Kazushi@KOBE <mailto:kaz@kobe1995.net> diff --git a/mail/vrfy/pkg-plist b/mail/vrfy/pkg-plist new file mode 100644 index 000000000000..853dc6385f65 --- /dev/null +++ b/mail/vrfy/pkg-plist @@ -0,0 +1 @@ +bin/vrfy |