From kbyanc@kronos.alcnet.com Wed Sep 22 09:24:18 1999
Return-Path: <kbyanc@kronos.alcnet.com>
Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22])
	by hub.freebsd.org (Postfix) with ESMTP id 86A6514DDB
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Sep 1999 09:24:13 -0700 (PDT)
	(envelope-from kbyanc@kronos.alcnet.com)
Received: (from kbyanc@localhost)
	by kronos.alcnet.com (8.9.3/8.9.3/antispam) id MAA73655;
	Wed, 22 Sep 1999 12:24:13 -0400 (EDT)
Message-Id: <199909221624.MAA73655@kronos.alcnet.com>
Date: Wed, 22 Sep 1999 12:24:13 -0400 (EDT)
From: kbyanc@posi.net
Sender: kbyanc@kronos.alcnet.com
Reply-To: kbyanc@posi.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: new port: misc/dictd-client
X-Send-Pr-Version: 3.2

>Number:         13896
>Category:       ports
>Synopsis:       New port: misc/dictd-client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 22 09:30:01 PDT 1999
>Closed-Date:    Sun Oct 31 15:48:31 PST 1999
>Last-Modified:  Sun Oct 31 15:49:00 PST 1999
>Originator:     Kelly Yancey
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:
>Description:

  Port of just the client implementation of the dictd protocol (rfc 2229)
  A port of the server implementation will be following shortly (as misc/dictd)

  Kelly

>How-To-Repeat:
>Fix:
	
# 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
#
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 <kbyanc@posi.net>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	dictd-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
X#LIB_DEPENDS=	mysqlclient.6:${PORTSDIR}/databases/mysql322-client
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 <bsd.port.mk>
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
X
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:16:56 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 -cs dict $(bindir)
X+	install -c -m 644 dict.1 $(man1_prefix)
X 
X install.dictzip: dictzip
X-	install dictzip $(bindir)
X-	install -m 644 dictzip.1 $(man1_prefix)
X+	install -cs dictzip $(bindir)
X+	install -c -m 644 dictzip.1 $(man1_prefix)
X 
X install.dictd: dictd
X-	install dictd $(sbindir)
X-	install -m 644 dictd.8 $(man8_prefix)
X+	install -cs dictd $(sbindir)
X+	install -c -m 644 dictd.8 $(man8_prefix)
X 
X install: $(EXES) install.dict install.dictzip install.dictd
X 
END-of-dictd-client/patches/patch-ab
exit


>Release-Note:
>Audit-Trail:

From: Kelly Yancey <kbyanc@posi.net>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/13896: new port: misc/dictd-client
Date: Wed, 22 Sep 1999 12:35:18 -0400 (EDT)

   Patch to dictd-client/Makefile to correct the pkgname so it won't
 conflict with the dictd port's pkgname.
 
  ~kbyanc@posi.net~
   FreeBSD - The Power To Serve - http://www.freebsd.org/
   Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/
 
 --- dictd-client/Makefile.orig	Wed Sep 22 12:31:19 1999
 +++ dictd-client/Makefile	Wed Sep 22 12:30:51 1999
 @@ -7,6 +7,7 @@
  #
  
  DISTNAME=	dictd-1.4.9
 +PKGNAME=	dictd-client-1.4.9
  CATEGORIES=	misc
  MASTER_SITES=	ftp://ftp.cs.unc.edu/pub/users/faith/dict/	\
  		ftp://ftp.dict.org/pub/dict/
 
 

From: Kelly Yancey <kbyanc@posi.net>
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 <kbyanc@posi.net>
 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 <bsd.port.mk>
 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
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Oct 31 15:48:31 PST 1999 
State-Changed-Why:  
We already have this port in textproc/dict. 
>Unformatted:
