From owner-freebsd-ports Wed Sep 25 21:50:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 688FC37B401 for ; Wed, 25 Sep 2002 21:50:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04B343E6E for ; Wed, 25 Sep 2002 21:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8Q4o7Co055371 for ; Wed, 25 Sep 2002 21:50:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8Q4o74F055370; Wed, 25 Sep 2002 21:50:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A5AE37B401 for ; Wed, 25 Sep 2002 21:40:07 -0700 (PDT) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B49243E6A for ; Wed, 25 Sep 2002 21:40:06 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.46.6.95]) by t-mta1.odn.ne.jp with ESMTP id <20020926044005366.CJXI.8224.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Thu, 26 Sep 2002 13:40:05 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id B0FAF66EF; Thu, 26 Sep 2002 13:39:58 +0900 (JST) Message-Id: <20020926043958.B0FAF66EF@hadaly.dyndns.org> Date: Thu, 26 Sep 2002 13:39:58 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43377: New port: net/ruby-dict - a DICT client library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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 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 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