Bug 43377 - New port: net/ruby-dict - a DICT client library
Summary: New port: net/ruby-dict - a DICT client library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Akinori MUSHA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-26 05:50 UTC by Kimura Fuyuki
Modified: 2002-10-22 21:19 UTC (History)
0 users

See Also:


Attachments
file.shar (2.56 KB, text/plain)
2002-09-26 05:50 UTC, Kimura Fuyuki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-09-26 05:50:01 UTC
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
Comment 1 Kimura Fuyuki 2002-09-26 10:53:36 UTC
Use RUBY_SHEBANG_FILES.

--- Makefile	26 Sep 2002 04:41:14 -0000	1.1.1.1
+++ Makefile	26 Sep 2002 09:51:35 -0000
@@ -18,11 +18,9 @@
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 RUBY_SETUP=	install.rb
+RUBY_SHEBANG_FILES=	${WRKSRC}/rdict
 
 DOCS=		README doc/dict.html doc/rdict.html
-
-post-patch:
-	${RUBY} -i -pe 'sub "/usr/bin/ruby", "${RUBY}"' ${WRKSRC}/rdict
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2002-10-15 20:21:40 UTC
Responsible Changed
From-To: freebsd-ports->knu

I'll handle this.
Comment 3 Akinori MUSHA freebsd_committer freebsd_triage 2002-10-22 21:19:02 UTC
State Changed
From-To: open->closed

Committed with trivial changes, thanks.