diff options
author | taca <taca@pkgsrc.org> | 2008-03-29 13:13:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-03-29 13:13:29 +0000 |
commit | a278d5781d8442b36515adcf4eee9c3c0d258de2 (patch) | |
tree | 68cc7c88d4d7473ad74e4a90a639daeed44734c2 /devel | |
parent | 5a3d30f3aafdba8c4d49325224ba5d5c7b911655 (diff) | |
download | pkgsrc-a278d5781d8442b36515adcf4eee9c3c0d258de2.tar.gz |
Remove dependency to ruby-fastthread since it was already incorporated
to Ruby 1.8.6 patchlevel 110 and fixed some problem with it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-fastthread/DESCR | 2 | ||||
-rw-r--r-- | devel/ruby-fastthread/Makefile | 17 | ||||
-rw-r--r-- | devel/ruby-fastthread/PLIST | 2 | ||||
-rw-r--r-- | devel/ruby-fastthread/distinfo | 5 |
4 files changed, 0 insertions, 26 deletions
diff --git a/devel/ruby-fastthread/DESCR b/devel/ruby-fastthread/DESCR deleted file mode 100644 index 3487a7e07bf..00000000000 --- a/devel/ruby-fastthread/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -fastthread is a Ruby extension which re-implements the primitives in -Ruby's thread.rb in C. diff --git a/devel/ruby-fastthread/Makefile b/devel/ruby-fastthread/Makefile deleted file mode 100644 index f8c300d9525..00000000000 --- a/devel/ruby-fastthread/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2007/10/27 04:49:04 minskim Exp $ - -DISTNAME= fastthread-1.0.1 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/27041/ -EXTRACT_SUFX= .tgz - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://mongrel.rubyforge.org/ -COMMENT= Optimized replacement for thread.rb primitives - -RUBY_HAS_ARCHLIB= yes -USE_RUBY_SETUP= yes - -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-fastthread/PLIST b/devel/ruby-fastthread/PLIST deleted file mode 100644 index 7d6d464a2b0..00000000000 --- a/devel/ruby-fastthread/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2007/04/30 17:03:11 minskim Exp $ -${RUBY_SITEARCHLIBDIR}/fastthread.${RUBY_DLEXT} diff --git a/devel/ruby-fastthread/distinfo b/devel/ruby-fastthread/distinfo deleted file mode 100644 index e3293057252..00000000000 --- a/devel/ruby-fastthread/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2007/10/27 04:49:04 minskim Exp $ - -SHA1 (fastthread-1.0.1.tgz) = d77aee5c80b26d41096d00e382904ca4dfcb0698 -RMD160 (fastthread-1.0.1.tgz) = a371541018ac4b99fa307fdee1568d6fcc3651d5 -Size (fastthread-1.0.1.tgz) = 17362 bytes |