1
0
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:
Sean Chittenden 2002-11-21 20:02:50 +00:00
parent 504155fb74
commit 7efa063df4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70709
6 changed files with 44 additions and 0 deletions

View File

@ -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
View 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
View File

@ -0,0 +1 @@
MD5 (ruby/spread-0.2.tar.gz) = cd4d8b969bd2145793008c450cf050fe

View File

@ -0,0 +1 @@
Ruby interface to the Spread library

View File

@ -0,0 +1,3 @@
Ruby Spread is a library interface for the Ruby.
WWW: http://www.spread.org/

View 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