Date: Tue, 12 Sep 2000 01:48:41 +0900 (JST) From: kaz@kobe1995.net To: FreeBSD-gnats-submit@freebsd.org Cc: kaz@kobe1995.net Subject: ports/21234: New port: vrfy Message-ID: <200009111648.BAA51585@mako.kobe1995.net>
next in thread | raw e-mail | index | archive | help
>Number: 21234 >Category: ports >Synopsis: New port: vrfy >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 12 15:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: NAKAMURA Kazushi >Release: FreeBSD 3.3-RELEASE i386 >Organization: PC shop LABBIT in KOBE >Environment: FreeBSD2.2.8, 3.3 tested >Description: I made a new port 'vrfy'. Verify E-mail address. I also put the tarball at http://www.kobe1995.net/~kaz/FreeBSD/vrfy.tar.Z . The original site ftp.nikhef.nl seems be down, now. # 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: # # vrfy # vrfy/Makefile # vrfy/files # vrfy/files/md5 # vrfy/patches # vrfy/patches/patch-aa # vrfy/pkg # vrfy/pkg/COMMENT # vrfy/pkg/DESCR # vrfy/pkg/PLIST # echo c - vrfy mkdir -p vrfy > /dev/null 2>&1 echo x - vrfy/Makefile sed 's/^X//' >vrfy/Makefile << 'END-of-vrfy/Makefile' X# ports collection makefile for: vrfy X# Version required: ? X# Date created: 2000/09/09 X# Whom: kaz X# X# $FreeBSD$ X# X XDISTNAME= vrfy XCATEGORIES= mail XMASTER_SITES= ftp://ftp.nikhef.nl/pub/network/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= kaz@kobe1995.net X XWRKSRC= ${WRKDIR} XMAN1= vrfy.1 XMANCOMPRESSED= yes Xpost-install: X ${CP} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/ X ${GZIP_CMD} ${PREFIX}/man/man1/${MAN1} X X.include <bsd.port.mk> END-of-vrfy/Makefile echo c - vrfy/files mkdir -p vrfy/files > /dev/null 2>&1 echo x - vrfy/files/md5 sed 's/^X//' >vrfy/files/md5 << 'END-of-vrfy/files/md5' XMD5 (vrfy.tar.Z) = 57144a8dc9b877f31b86c95d5152425f END-of-vrfy/files/md5 echo c - vrfy/patches mkdir -p vrfy/patches > /dev/null 2>&1 echo x - vrfy/patches/patch-aa sed 's/^X//' >vrfy/patches/patch-aa << 'END-of-vrfy/patches/patch-aa' X--- Makefile~ Tue Oct 7 20:40:40 1997 X+++ Makefile Sun Sep 10 05:07:32 2000 X@@ -91,10 +91,10 @@ X # With BIND 4.9.3 the getnet...() calls are in the resolver library. X # ---------------------------------------------------------------------- X X-RES = -lsocket #if defined(SCO) && default X+#RES = -lsocket #if defined(SCO) && default X RES = X-RES = ../res/libresolv.a X-RES = -lresolv X+#RES = ../res/libresolv.a X+#RES = -lresolv X X COMPLIB = ../compat/lib/lib44bsd.a X COMPLIB = -lnet END-of-vrfy/patches/patch-aa echo c - vrfy/pkg mkdir -p vrfy/pkg > /dev/null 2>&1 echo x - vrfy/pkg/COMMENT sed 's/^X//' >vrfy/pkg/COMMENT << 'END-of-vrfy/pkg/COMMENT' Xverify mail address END-of-vrfy/pkg/COMMENT echo x - vrfy/pkg/DESCR sed 's/^X//' >vrfy/pkg/DESCR << 'END-of-vrfy/pkg/DESCR' XVerify mail address,is it exists. For example, X X% vrfy -n -vv kaz@kobe1995.net X-- XÃæ¼Ï»֡÷¿À¸Í <mailto:kaz@kobe1995.net> XNAKAMURA Kazushi@KOBE <http://www.kobe1995.net/> END-of-vrfy/pkg/DESCR echo x - vrfy/pkg/PLIST sed 's/^X//' >vrfy/pkg/PLIST << 'END-of-vrfy/pkg/PLIST' Xbin/vrfy END-of-vrfy/pkg/PLIST exit -- Ãæ¼Ï»֡÷¿À¸Í <mailto:kaz@kobe1995.net> NAKAMURA Kazushi@KOBE <http://www.kobe1995.net/> >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009111648.BAA51585>