Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 13:39:58 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43377: New port: net/ruby-dict - a DICT client library
Message-ID:  <20020926043958.B0FAF66EF@hadaly.dyndns.org>

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

>Number:         43377
>Category:       ports
>Synopsis:       New port: net/ruby-dict - a DICT client library
>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 25 21:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #17: Wed Aug 14 17:19:17 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
Ruby/DICT is an RFC 2229 compliant client-side library implementation
of the DICT protocol, written in the Ruby programming language.  It
can be used to write clients that access dictionary definitions from a
set of natural language dictionary databases.

Author:	Ian Macdonald <ian@caliban.org>
WWW:	http://www.caliban.org/ruby/ruby-dict.shtml
	
>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:
#
#	ruby-dict
#	ruby-dict/pkg-comment
#	ruby-dict/pkg-descr
#	ruby-dict/pkg-plist
#	ruby-dict/distinfo
#	ruby-dict/Makefile
#
echo c - ruby-dict
mkdir -p ruby-dict > /dev/null 2>&1
echo x - ruby-dict/pkg-comment
sed 's/^X//' >ruby-dict/pkg-comment << 'END-of-ruby-dict/pkg-comment'
XA client-side implementation of the DICT protocol in Ruby
END-of-ruby-dict/pkg-comment
echo x - ruby-dict/pkg-descr
sed 's/^X//' >ruby-dict/pkg-descr << 'END-of-ruby-dict/pkg-descr'
XRuby/DICT is an RFC 2229 compliant client-side library implementation
Xof the DICT protocol, written in the Ruby programming language.  It
Xcan be used to write clients that access dictionary definitions from a
Xset of natural language dictionary databases.
X
XAuthor:	Ian Macdonald <ian@caliban.org>
XWWW:	http://www.caliban.org/ruby/ruby-dict.shtml
END-of-ruby-dict/pkg-descr
echo x - ruby-dict/pkg-plist
sed 's/^X//' >ruby-dict/pkg-plist << 'END-of-ruby-dict/pkg-plist'
Xbin/rdict
X%%RUBY_SITELIBDIR%%/dict.rb
X%%PORTDOCS%%%%RUBY_DOCDIR%%/dict/README
X%%PORTDOCS%%%%RUBY_DOCDIR%%/dict/dict.html
X%%PORTDOCS%%%%RUBY_DOCDIR%%/dict/rdict.html
X%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/dict
END-of-ruby-dict/pkg-plist
echo x - ruby-dict/distinfo
sed 's/^X//' >ruby-dict/distinfo << 'END-of-ruby-dict/distinfo'
XMD5 (ruby/ruby-dict-0.9.0.tar.gz) = 1683cf7ea8fe23e7efe22a1995e06a4f
END-of-ruby-dict/distinfo
echo x - ruby-dict/Makefile
sed 's/^X//' >ruby-dict/Makefile << 'END-of-ruby-dict/Makefile'
X# New ports collection makefile for:   Ruby/DICT
X# Date created:                26 September 2002
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dict
XPORTVERSION=	0.9.0
XCATEGORIES=	net ruby
XMASTER_SITES=	http://www.caliban.org/files/ruby/
XPKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
XDISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
XDIST_SUBDIR=	ruby
X
XMAINTAINER=	fuyuki@hadaly.org
X
XUSE_RUBY=	yes
XUSE_RUBY_SETUP=	yes
XRUBY_SETUP=	install.rb
X
XDOCS=		README doc/dict.html doc/rdict.html
X
Xpost-patch:
X	${RUBY} -i -pe 'sub "/usr/bin/ruby", "${RUBY}"' ${WRKSRC}/rdict
X
Xpost-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
X.for f in ${DOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-ruby-dict/Makefile
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?20020926043958.B0FAF66EF>