Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 13:58:37 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36225: New port: textproc/dictionary (a dictionary client for emacs)
Message-ID:  <20020323045838745.EXWH.789.t-mta2.odn.ne.jp@mta2.odn.ne.jp>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 21:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?20020323045838745.EXWH.789.t-mta2.odn.ne.jp>