fake
This commit is contained in:
parent
7a6885af6c
commit
20dbe01887
@ -1,4 +1,5 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/02/15 05:04:42 turan Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/03/15 23:05:35 rohee Exp $
|
||||
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
|
||||
#
|
||||
DISTNAME= vrfy_990522
|
||||
PKGNAME= vrfy-99.05.22
|
||||
@ -6,21 +7,23 @@ CATEGORIES= mail
|
||||
|
||||
MAINTAINER= rohee@OpenBSD.ORG
|
||||
|
||||
LICENSE_TYPE= BSD
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE_FTP= YES
|
||||
PERMIT_DISTFILES_CDROM= YES
|
||||
PERMIT_DISTFILES_FTP= YES
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# how to fetch the tarball
|
||||
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
NEED_VERSION= 1.191
|
||||
NEED_VERSION= 1.191
|
||||
|
||||
# the archive doesn't create its own subdirectory
|
||||
WRKDIST= ${WRKDIR}/
|
||||
WRKDIST= ${WRKDIR}/
|
||||
|
||||
# installing, the supplied install script doesn't install the man
|
||||
INSTALL_TARGET= install man
|
||||
FAKE= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/vrfy ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKBUILD}/vrfy.1 ${PREFIX}/man/man1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vrfy
|
||||
${INSTALL_DATA} ${WRKBUILD}/RELEASE_NOTES ${PREFIX}/share/doc/vrfy
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,24 +1,17 @@
|
||||
[ from ftp://ftp.nikhef.nl/pub/network/README_FIRST ]
|
||||
|
||||
vrfy.tar.Z (Version 980820)
|
||||
'vrfy' is a tool to verify email addresses and mailing lists.
|
||||
In its simplest form it takes an address "user@domain", figures
|
||||
out the MX hosts for "domain", and issues the SMTP command VRFY
|
||||
at the primary MX host (optionally all), or at "domain" itself
|
||||
if no MX hosts exist. Without "domain" it goes to "localhost".
|
||||
More complex capabilities are: recursively expanding forward
|
||||
files or mailing lists, and detecting mail forwarding loops.
|
||||
Full-blown RFC822 address specifications are understood.
|
||||
Syntax checking can be carried out either locally or remotely.
|
||||
Various options are provided to exploit alternative protocol
|
||||
suites if necessary, and to print many forms of verbose output.
|
||||
Obvious limitations exist, but on average it works pretty well.
|
||||
Needless to say you need internet (nameserver and SMTP) access.
|
||||
See the man page and the extensive documentation in the source
|
||||
for further details.
|
||||
|
||||
It runs at least on the following platforms:
|
||||
HP/HPUX, SGI/IRIX, IBM/AIX, SUN/SunOS, SUN/Solaris,
|
||||
DEC/Ultrix, DEC/Alpha, Apollo/DomainOS, NeXT/MACH,
|
||||
BSDI/4.4BSD, Linux, Cray/Unicos
|
||||
BIND 8.1.*, BIND 4.9.*, BIND 4.8.3, BIND 4.8.2
|
||||
'vrfy' is a tool to verify email addresses and mailing lists.
|
||||
In its simplest form it takes an address "user@domain", figures
|
||||
out the MX hosts for "domain", and issues the SMTP command VRFY
|
||||
at the primary MX host (optionally all), or at "domain" itself
|
||||
if no MX hosts exist. Without "domain" it goes to "localhost".
|
||||
More complex capabilities are: recursively expanding forward
|
||||
files or mailing lists, and detecting mail forwarding loops.
|
||||
Full-blown RFC822 address specifications are understood.
|
||||
Syntax checking can be carried out either locally or remotely.
|
||||
Various options are provided to exploit alternative protocol
|
||||
suites if necessary, and to print many forms of verbose output.
|
||||
Obvious limitations exist, but on average it works pretty well.
|
||||
Needless to say you need internet (nameserver and SMTP) access.
|
||||
See the man page and the extensive documentation in the source
|
||||
for further details.
|
||||
|
@ -1,2 +1,4 @@
|
||||
bin/vrfy
|
||||
man/man1/vrfy.1
|
||||
share/doc/vrfy/RELEASE_NOTES
|
||||
@dirrm share/doc/vrfy
|
||||
|
Loading…
Reference in New Issue
Block a user