Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 1999 12:24:13 -0400 (EDT)
From:      kbyanc@posi.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13896: new port: misc/dictd-client
Message-ID:  <199909221624.MAA73655@kronos.alcnet.com>

next in thread | raw e-mail | index | archive | help

>Number:         13896
>Category:       ports
>Synopsis:       new port: misc/dictd-client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 22 09:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>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?199909221624.MAA73655>