mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add ruby-dict, a client-side implementation of the DICT protocol in
Ruby. PR: ports/43377 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
d09d472668
commit
a4ac0e79ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68605
@ -487,6 +487,7 @@
|
||||
SUBDIR += rrdtool
|
||||
SUBDIR += rshell
|
||||
SUBDIR += rsync
|
||||
SUBDIR += ruby-dict
|
||||
SUBDIR += ruby-drb
|
||||
SUBDIR += ruby-gserver
|
||||
SUBDIR += ruby-icmp
|
||||
|
35
net/ruby-dict/Makefile
Normal file
35
net/ruby-dict/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: Ruby/DICT
|
||||
# Date created: 26 September 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dict
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= http://www.caliban.org/files/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= fuyuki@hadaly.org
|
||||
|
||||
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-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ruby-dict/distinfo
Normal file
1
net/ruby-dict/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/ruby-dict-0.9.0.tar.gz) = 1683cf7ea8fe23e7efe22a1995e06a4f
|
1
net/ruby-dict/pkg-comment
Normal file
1
net/ruby-dict/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A client-side implementation of the DICT protocol in Ruby
|
7
net/ruby-dict/pkg-descr
Normal file
7
net/ruby-dict/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
6
net/ruby-dict/pkg-plist
Normal file
6
net/ruby-dict/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/rdict
|
||||
%%RUBY_SITELIBDIR%%/dict.rb
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/dict.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdict.html
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Reference in New Issue
Block a user