From fuyuki@mj.0038.net  Fri Mar 22 20:58:40 2002
Return-Path: <fuyuki@mj.0038.net>
Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180])
	by hub.freebsd.org (Postfix) with ESMTP id AE09637B400
	for <freebsd-gnats-submit@freebsd.org>; Fri, 22 Mar 2002 20:58:39 -0800 (PST)
Received: from localhost ([61.201.68.50]) by t-mta2.odn.ne.jp with ESMTP
          id <20020323045838745.EXWH.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>;
          Sat, 23 Mar 2002 13:58:38 +0900
Message-Id: <20020323045838745.EXWH.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>
Date: Sat, 23 Mar 2002 13:58:37 +0900 (JST)
From: Kimura Fuyuki <fuyuki@mj.0038.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: textproc/dictionary (a dictionary client for emacs)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36225
>Category:       ports
>Synopsis:       New port: textproc/dictionary (a dictionary client for emacs)
>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:   Fri Mar 22 21:00:05 PST 2002
>Closed-Date:    Sun Mar 24 05:21:22 PST 2002
>Last-Modified:  Sun Mar 24 05:21:22 PST 2002
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD ns.test 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #7: Fri Mar 8 10:57:51 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386



>Description:
This dictionary client provides access to a dictionary server (as
defined in RFC 2229) from within Emacs or XEmacs.

It supports utf-8 (currently available in Emacs 21) and allows to
follow links within the definitions.

WWW: http://www.myrkr.in-berlin.de/dictionary/

>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:
#
#	dictionary
#	dictionary/Makefile
#	dictionary/distinfo
#	dictionary/pkg-comment
#	dictionary/pkg-descr
#	dictionary/pkg-plist
#	dictionary/pkg-message
#
echo c - dictionary
mkdir -p dictionary > /dev/null 2>&1
echo x - dictionary/Makefile
sed 's/^X//' >dictionary/Makefile << 'END-of-dictionary/Makefile'
X# New ports collection makefile for:   dictionary
X# Date created:                23 March 2002
X# Whom:                        Kimura Fuyuki <fuyuki@mj.0038.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dictionary
XPORTVERSION=	1.8
XCATEGORIES=	textproc elisp
XMASTER_SITES=	http://me.in-berlin.de/~myrkr/dictionary/
XPKGNAMESUFFIX=	-${EMACS_PORT_NAME}
X
XMAINTAINER=	fuyuki@mj.0038.net
X
XEMACS_PORT_NAME?=	emacs21
X
XLISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
X
Xdo-install:
X	${MKDIR} ${LISPDIR}
X.for i in connection.* dictionary-init.el dictionary.* link.*
X	${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
X.endfor
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for i in README
X	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
X.endfor
X.endif
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-dictionary/Makefile
echo x - dictionary/distinfo
sed 's/^X//' >dictionary/distinfo << 'END-of-dictionary/distinfo'
XMD5 (dictionary-1.8.tar.gz) = 477438681ef914c69ef44ce0776b4faf
END-of-dictionary/distinfo
echo x - dictionary/pkg-comment
sed 's/^X//' >dictionary/pkg-comment << 'END-of-dictionary/pkg-comment'
XA dictionary client for Emacs
END-of-dictionary/pkg-comment
echo x - dictionary/pkg-descr
sed 's/^X//' >dictionary/pkg-descr << 'END-of-dictionary/pkg-descr'
XThis dictionary client provides access to a dictionary server (as
Xdefined in RFC 2229) from within Emacs or XEmacs.
X
XIt supports utf-8 (currently available in Emacs 21) and allows to
Xfollow links within the definitions.
X
XWWW: http://www.myrkr.in-berlin.de/dictionary/
X
X- Kimura Fuyuki
Xfuyuki@mj.0038.net
END-of-dictionary/pkg-descr
echo x - dictionary/pkg-plist
sed 's/^X//' >dictionary/pkg-plist << 'END-of-dictionary/pkg-plist'
X%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/connection.el
X%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/connection.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/dictionary-init.el
X%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/dictionary.el
X%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/dictionary.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.el
X%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.elc
X@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/dictionary
X%%PORTDOCS%%share/doc/dictionary/README
X%%PORTDOCS%%@dirrm share/doc/dictionary
END-of-dictionary/pkg-plist
echo x - dictionary/pkg-message
sed 's/^X//' >dictionary/pkg-message << 'END-of-dictionary/pkg-message'
XTo use dictionary, add to your ~/.emacs the following line:
X
X(load "dictionary-init")
END-of-dictionary/pkg-message
exit

>Release-Note:
>Audit-Trail:

From: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
To: Kimura Fuyuki <fuyuki@mj.0038.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/36225: New port: textproc/dictionary (a dictionary client for emacs)
Date: Sun, 24 Mar 2002 18:45:01 +0900

 Hi, Kimura-san
 I've tested it and it works well (as the program itself
 and as a port). Before committing, it would better to
 discuss its categories line:
 
 CATEGORIES=	textproc elisp
 
 CATEGORIES line for other related packages are
   net/dictd:     net textproc
   textproc/dict: textproc
 
 I think the package provides a way to talk with
 dictionary server. So I think its CATEGORIES line
 would be
 
 CATEGORIES=	net textproc elisp
 or 
 CATEGORIES=	textproc net elisp
 
 Haw do you think about this?
 -- 
 Yoichi Nakayama

From: Kimura Fuyuki <fuyuki@mj.0038.net>
To: yoichi@eken.phys.nagoya-u.ac.jp
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/36225: New port: textproc/dictionary (a dictionary client for emacs)
Date: Sun, 24 Mar 2002 22:04:00 +0900

 My thought was simple; this is a DICT client so should belong to the
 same category as textproc/dict. But If there's not textproc/dict, I
 might chose "net elisp"...
 
 I can't decide. Your choice :)
 
 At Sun, 24 Mar 2002 18:45:01 +0900,
 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> wrote:
 >
 > Hi, Kimura-san
 > I've tested it and it works well (as the program itself
 > and as a port). Before committing, it would better to
 > discuss its categories line:
 >
 > CATEGORIES=	textproc elisp
 >
 > CATEGORIES line for other related packages are
 >   net/dictd:     net textproc
 >   textproc/dict: textproc
 >
 > I think the package provides a way to talk with
 > dictionary server. So I think its CATEGORIES line
 > would be
 >
 > CATEGORIES=	net textproc elisp
 > or
 > CATEGORIES=	textproc net elisp
 >
 > Haw do you think about this?
 > --
 > Yoichi Nakayama
 
State-Changed-From-To: open->closed 
State-Changed-By: yoichi 
State-Changed-When: Sun Mar 24 05:20:40 PST 2002 
State-Changed-Why:  
Committed with CATEGORY= textproc net elisp. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36225 
>Unformatted:
