1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Will Andrews 2000-09-17 22:45:02 +00:00
parent f467e7e5c8
commit 632f263f0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32788
7 changed files with 50 additions and 0 deletions

View File

@ -124,6 +124,7 @@
SUBDIR += teapop
SUBDIR += tkrat
SUBDIR += tkrat2
SUBDIR += vrfy
SUBDIR += wanderlust-emacs
SUBDIR += wanderlust-emacs20
SUBDIR += wanderlust-mule

25
mail/vrfy/Makefile Normal file
View File

@ -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>

1
mail/vrfy/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (vrfy.tar.Z) = 57144a8dc9b877f31b86c95d5152425f

16
mail/vrfy/files/patch-aa Normal file
View File

@ -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

1
mail/vrfy/pkg-comment Normal file
View File

@ -0,0 +1 @@
Verify mail address

5
mail/vrfy/pkg-descr Normal file
View File

@ -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>

1
mail/vrfy/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/vrfy