diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:45:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:45:02 +0000 |
commit | 632f263f0d7f9ee38387b3ff86bab524a85b950d (patch) | |
tree | aa114bc7059bfb7b90a10abdfdec2e9bfba01e28 /mail/vrfy | |
parent | f467e7e5c8b695fc723aaae7d818cd0e260ce369 (diff) | |
download | ports-632f263f0d7f9ee38387b3ff86bab524a85b950d.tar.gz ports-632f263f0d7f9ee38387b3ff86bab524a85b950d.zip |
Notes
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 |