pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-icmp Update ruby-icmp package to 0.2.2 migrat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a293305af0c8
branches: trunk
changeset: 484525:a293305af0c8
user: taca <taca%pkgsrc.org@localhost>
date: Sun Nov 28 04:13:56 2004 +0000
description:
Update ruby-icmp package to 0.2.2 migrating to use new framework
for Ruby packages.
Changes are unknown but it is written as pure Ruby script,
no C language extention and works with Ruby 1.8 and lator.
diffstat:
net/ruby-icmp/DESCR | 2 --
net/ruby-icmp/Makefile | 19 ++++++++-----------
net/ruby-icmp/PLIST | 3 +--
net/ruby-icmp/distinfo | 6 +++---
4 files changed, 12 insertions(+), 18 deletions(-)
diffs (70 lines):
diff -r 7f27e1a6ca9b -r a293305af0c8 net/ruby-icmp/DESCR
--- a/net/ruby-icmp/DESCR Sun Nov 28 04:10:36 2004 +0000
+++ b/net/ruby-icmp/DESCR Sun Nov 28 04:13:56 2004 +0000
@@ -1,5 +1,3 @@
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@localhost>
diff -r 7f27e1a6ca9b -r a293305af0c8 net/ruby-icmp/Makefile
--- a/net/ruby-icmp/Makefile Sun Nov 28 04:10:36 2004 +0000
+++ b/net/ruby-icmp/Makefile Sun Nov 28 04:13:56 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/03/16 02:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/28 04:13:56 taca Exp $
# FreeBSD: ports/net/ruby-icmp/Makefile,v 1.2 2000/11/02 19:06:06 knu Exp
-DISTNAME= icmp-0.2.1
-PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+DISTNAME= icmp-0.2.2
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= net ruby
MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
@@ -10,13 +10,10 @@
HOMEPAGE= # not available
COMMENT= Ruby module for handling ICMP packets
-DIST_SUBDIR= ruby
-USE_RUBY_EXTCONF= yes
-
-INSTALL_TARGET= site-install
-
-REPLACE_RUBY= sample/ping.rb sample/traceroute.rb
-EXAMPLES= sample/ping.rb sample/traceroute.rb
+USE_RUBY_INSTALL= yes
+NO_BUILD= yes
+REPLACE_RUBY= sample/ping.rb sample/traceroute.rb
+EXAMPLES= sample/ping.rb sample/traceroute.rb
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/icmp
@@ -24,5 +21,5 @@
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/icmp
.endfor
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7f27e1a6ca9b -r a293305af0c8 net/ruby-icmp/PLIST
--- a/net/ruby-icmp/PLIST Sun Nov 28 04:10:36 2004 +0000
+++ b/net/ruby-icmp/PLIST Sun Nov 28 04:13:56 2004 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/19 09:30:32 taca Exp $
-${RUBY_SITEARCHLIBDIR}/icmpmodule.so
+@comment $NetBSD: PLIST,v 1.3 2004/11/28 04:13:56 taca Exp $
${RUBY_SITELIBDIR}/icmp.rb
${RUBY_EXAMPLESDIR}/icmp/ping.rb
${RUBY_EXAMPLESDIR}/icmp/traceroute.rb
diff -r 7f27e1a6ca9b -r a293305af0c8 net/ruby-icmp/distinfo
--- a/net/ruby-icmp/distinfo Sun Nov 28 04:10:36 2004 +0000
+++ b/net/ruby-icmp/distinfo Sun Nov 28 04:13:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/01/19 09:30:33 taca Exp $
+$NetBSD: distinfo,v 1.3 2004/11/28 04:13:56 taca Exp $
-SHA1 (ruby/icmp-0.2.1.tar.gz) = b7cf9aaf49b397b6626023277f6f2259c49f0d23
-Size (ruby/icmp-0.2.1.tar.gz) = 7958 bytes
+SHA1 (ruby/icmp-0.2.2.tar.gz) = c0f5edf327780bd0aa094570e262e36549385b49
+Size (ruby/icmp-0.2.2.tar.gz) = 6522 bytes
Home |
Main Index |
Thread Index |
Old Index