Add ruby-icmp, Ruby module for handling ICMP packets.

This commit is contained in:
Akinori MUSHA 2000-10-31 20:57:31 +00:00
parent ff52862e7a
commit 1205003628
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34511
6 changed files with 44 additions and 0 deletions

View File

@ -226,6 +226,7 @@
SUBDIR += rsync
SUBDIR += rtsp_proxy
SUBDIR += ruby-drb
SUBDIR += ruby-icmp
SUBDIR += ruby-ldap
SUBDIR += ruby-snmp
SUBDIR += ruby-uri

32
net/ruby-icmp/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: ICMPModule for Ruby
# Date created: 1 Nov 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= icmp
PORTVERSION= 0.1.0
CATEGORIES= net ruby
MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
EXAMPLES= ping.rb
post-install:
${INSTALL_DATA} ${WRKSRC}/icmp.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/icmp
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/icmp/
.endfor
.endif
.include <bsd.port.mk>

1
net/ruby-icmp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (icmp-0.1.0.tar.gz) = 382bdf4b69affcb6fcfb24d4519d55e5

View File

@ -0,0 +1 @@
Ruby module for handling ICMP packets

5
net/ruby-icmp/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is a Ruby module for handling ICMP packets.
Note that it requires root permission to handle any ICMP packets.
Author: GOTOU YUUZOU <gotoyuzo@notwork.org>

4
net/ruby-icmp/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
%%RUBY_SITEARCHLIBDIR%%/icmpmodule.so
%%RUBY_SITELIBDIR%%/icmp.rb
%%RUBY_EXAMPLESDIR%%/icmp/ping.rb
@dirrm %%RUBY_EXAMPLESDIR%%/icmp