mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add a Ruby interface to the Spread library.
Reviewed by: knu
This commit is contained in:
parent
504155fb74
commit
7efa063df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70709
@ -509,6 +509,7 @@
|
||||
SUBDIR += ruby-pcap
|
||||
SUBDIR += ruby-radius
|
||||
SUBDIR += ruby-romp
|
||||
SUBDIR += ruby-spread
|
||||
SUBDIR += ruby-snmp
|
||||
SUBDIR += ruby-soap
|
||||
SUBDIR += ruby-tcpsocketpipe
|
||||
|
33
net/ruby-spread/Makefile
Normal file
33
net/ruby-spread/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: ruby-spread
|
||||
# Date created: 2002 July 22
|
||||
# Whom: seanc@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= spread
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= http://www.rubynet.org/modules/net/spread/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= seanc@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= tspread.1:${PORTSDIR}/net/spread
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/flooder.rb ${RUBY_MODEXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/user.rb ${RUBY_MODEXAMPLESDIR}
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ruby-spread/distinfo
Normal file
1
net/ruby-spread/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/spread-0.2.tar.gz) = cd4d8b969bd2145793008c450cf050fe
|
1
net/ruby-spread/pkg-comment
Normal file
1
net/ruby-spread/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Ruby interface to the Spread library
|
3
net/ruby-spread/pkg-descr
Normal file
3
net/ruby-spread/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby Spread is a library interface for the Ruby.
|
||||
|
||||
WWW: http://www.spread.org/
|
5
net/ruby-spread/pkg-plist
Normal file
5
net/ruby-spread/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/spread.so
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/flooder.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/user.rb
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/spread/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/spread
|
Loading…
Reference in New Issue
Block a user