# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # DESCR # Makefile # PLIST # distinfo # echo x - DESCR sed 's/^X//' >DESCR << 'END-of-DESCR' XVrfy is a tool to verify electronic mail addresses using SMTP. The Xactual verification will be carried out at the remote machine where mail Xto the given address would normally be delivered. Vrfy simply Xdetermines which machine(s) to contact and initiates an SMTP transaction Xwhich will hopefully reveal whether or not the host will accept mail for Xthe specified address(es). END-of-DESCR echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# $NetBSD$ X XPKGNAME= vrfy-990522 XDISTNAME= vrfy_990522 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.weird.com/pub/local/ XEXTRACT_SUFX= .tar.Z XWRKSRC= ${WRKDIR} X XMAINTAINER= tech-pkg@NetBSD.org XHOMEPAGE= http://www.weird.com/~woods/projects/index.html XCOMMENT= NIKHEF vrfy by Eric Wassenaar X X.include "../../mk/bsd.prefs.mk" X XNO_CONFIGURE= yes XNO_PATCH= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/vrfy ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/vrfy.1 ${PREFIX}/share/man/man1 X X.include "../../mk/bsd.pkg.mk" END-of-Makefile echo x - PLIST sed 's/^X//' >PLIST << 'END-of-PLIST' X@comment $NetBSD$ Xbin/vrfy Xman/man1/vrfy.1 END-of-PLIST echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' X$NetBSD: distinfo,v 1.2 2001/04/21 11:23:17 wiz Exp $ X XSHA1 (vrfy_990522.tar.Z) = 1d53dbbe0f9e8eeb34fa85487ec743d8d6daf15d XSize (vrfy_990522.tar.Z) = 57943 bytes END-of-distinfo exit .