From owner-freebsd-ports Wed Sep 22 10: 0:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E51E14EF5 for ; Wed, 22 Sep 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA80082; Wed, 22 Sep 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Sep 1999 10:00:01 -0700 (PDT) Message-Id: <199909221700.KAA80082@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: ports/13896: new port: misc/dictd-client Reply-To: Kelly Yancey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13896; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/13896: new port: misc/dictd-client Date: Wed, 22 Sep 1999 12:50:13 -0400 (EDT) Forgive me, it would appear I botched the dictd-client port pretty well. Below is an updated port which is correct. Thanks, Kelly ~kbyanc@posi.net~ FreeBSD - The Power To Serve - http://www.freebsd.org/ Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ # 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: # # dictd-client # dictd-client/Makefile # dictd-client/pkg # dictd-client/pkg/PLIST # dictd-client/pkg/COMMENT # dictd-client/pkg/DESCR # dictd-client/files # dictd-client/files/md5 # dictd-client/patches # dictd-client/patches/patch-aa # dictd-client/patches/patch-ab # dictd-client/patches/patch-ac # echo c - dictd-client mkdir -p dictd-client > /dev/null 2>&1 echo x - dictd-client/Makefile sed 's/^X//' >dictd-client/Makefile << 'END-of-dictd-client/Makefile' X# New ports collection makefile for: dictd-client X# Version required: 1.4.9 X# Date created: 09/22/1999 X# Whom: Kelly Yancey X# X# $FreeBSD$ X# X XDISTNAME= dictd-1.4.9 XPKGNAME= dictd-client-1.4.9 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ X ftp://ftp.dict.org/pub/dict/ X XMAINTAINER= kbyanc@posi.net X XMAN1= dict.1 X XUSE_GMAKE= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-etcdir=${PREFIX}/etc X XALL_TARGET= dict XINSTALL_TARGET= install.dict X X.include END-of-dictd-client/Makefile echo c - dictd-client/pkg mkdir -p dictd-client/pkg > /dev/null 2>&1 echo x - dictd-client/pkg/PLIST sed 's/^X//' >dictd-client/pkg/PLIST << 'END-of-dictd-client/pkg/PLIST' Xbin/dict END-of-dictd-client/pkg/PLIST echo x - dictd-client/pkg/COMMENT sed 's/^X//' >dictd-client/pkg/COMMENT << 'END-of-dictd-client/pkg/COMMENT' Xdict protocol (RFC 2229) client END-of-dictd-client/pkg/COMMENT echo x - dictd-client/pkg/DESCR sed 's/^X//' >dictd-client/pkg/DESCR << 'END-of-dictd-client/pkg/DESCR' XThe Dictionary Server Protocol (DICT) is a TCP transaction based query/response Xprotocol that allows a client to access dictionary definitions from a set of Xnatural language dictionary databases. X XFor more information about the DICT protocol, visit: X WWW: http://www.dict.org X XThis dict client allows your to lookup words in a dictd server's databases. By Xdefault, it will query all of the databases on dict.org, but other dictd Xservers may be used (or you can run your own, see the dictd port) X X -Kelly X kbyanc@posi.net END-of-dictd-client/pkg/DESCR echo c - dictd-client/files mkdir -p dictd-client/files > /dev/null 2>&1 echo x - dictd-client/files/md5 sed 's/^X//' >dictd-client/files/md5 << 'END-of-dictd-client/files/md5' XMD5 (dictd-1.4.9.tar.gz) = 90e69ac4783b8836dbe98f8367b5f391 END-of-dictd-client/files/md5 echo c - dictd-client/patches mkdir -p dictd-client/patches > /dev/null 2>&1 echo x - dictd-client/patches/patch-aa sed 's/^X//' >dictd-client/patches/patch-aa << 'END-of-dictd-client/patches/patch-aa' X--- configure.orig Wed Sep 22 11:57:58 1999 X+++ configure Wed Sep 22 11:59:05 1999 X@@ -552,7 +552,7 @@ X X X X-prefix=/usr X+prefix=NONE X etcdir=/etc X piddir=/var/run X END-of-dictd-client/patches/patch-aa echo x - dictd-client/patches/patch-ab sed 's/^X//' >dictd-client/patches/patch-ab << 'END-of-dictd-client/patches/patch-ab' X--- Makefile.in.orig Sun Jul 5 18:09:59 1998 X+++ Makefile.in Wed Sep 22 12:42:09 1999 X@@ -141,16 +141,16 @@ X $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $< X X install.dict: dict X- install dict $(bindir) X- install -m 644 dict.1 $(man1_prefix) X+ $(INSTALL) dict $(bindir) X+ $(INSTALL) dict.1 $(man1_prefix) X X install.dictzip: dictzip X- install dictzip $(bindir) X- install -m 644 dictzip.1 $(man1_prefix) X+ $(INSTALL) dictzip $(bindir) X+ $(INSTALL) dictzip.1 $(man1_prefix) X X install.dictd: dictd X- install dictd $(sbindir) X- install -m 644 dictd.8 $(man8_prefix) X+ $(INSTALL) dictd $(sbindir) X+ $(INSTALL) dictd.8 $(man8_prefix) X X install: $(EXES) install.dict install.dictzip install.dictd X END-of-dictd-client/patches/patch-ab echo x - dictd-client/patches/patch-ac sed 's/^X//' >dictd-client/patches/patch-ac << 'END-of-dictd-client/patches/patch-ac' X--- dict.1.orig Wed Sep 22 12:45:15 1999 X+++ dict.1 Wed Sep 22 12:45:50 1999 X@@ -237,9 +237,4 @@ X .SH FILES X .I ~/.dictrc X .br X-.I /etc/dict.conf X-.SH "SEE ALSO" X-.BR dictd (8), X-.BR dictzip (1), X-.BR http://www.dict.org, X-.B RFC 2229 X+.I /usr/local/etc/dict.conf END-of-dictd-client/patches/patch-ac exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message