diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-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 |
7 files changed, 50 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9902625fc9ee..75bc9ec39cec 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -124,6 +124,7 @@ SUBDIR += teapop SUBDIR += tkrat SUBDIR += tkrat2 + SUBDIR += vrfy SUBDIR += wanderlust-emacs SUBDIR += wanderlust-emacs20 SUBDIR += wanderlust-mule 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 |