diff options
author | minskim <minskim> | 2007-04-30 17:03:10 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-04-30 17:03:10 +0000 |
commit | 4473d4aeaae70fea37f8a72f87379ffedcc71de7 (patch) | |
tree | 026b18bfd9f235084287470ba7791c1fd5a4e300 | |
parent | 2abf1dee45196ed3ae95db1864b997fd1d75163f (diff) | |
download | pkgsrc-4473d4aeaae70fea37f8a72f87379ffedcc71de7.tar.gz |
Add ruby-fastthread.
fastthread is a Ruby extension which re-implements the primitives in
Ruby's thread.rb in C.
-rw-r--r-- | devel/Makefile | 3 | ||||
-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 | ||||
-rw-r--r-- | doc/CHANGES-2007 | 3 |
6 files changed, 30 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index f21c0d17ead..f1e61d8f81a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.840 2007/04/30 15:18:35 abs Exp $ +# $NetBSD: Makefile,v 1.841 2007/04/30 17:03:11 minskim Exp $ # COMMENT= Development utilities @@ -692,6 +692,7 @@ SUBDIR+= ruby-bsearch SUBDIR+= ruby-byaccr SUBDIR+= ruby-cmd SUBDIR+= ruby-curses +SUBDIR+= ruby-fastthread SUBDIR+= ruby-gnome2-atk SUBDIR+= ruby-gnome2-glib SUBDIR+= ruby-gnome2-pango diff --git a/devel/ruby-fastthread/DESCR b/devel/ruby-fastthread/DESCR new file mode 100644 index 00000000000..3487a7e07bf --- /dev/null +++ b/devel/ruby-fastthread/DESCR @@ -0,0 +1,2 @@ +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 new file mode 100644 index 00000000000..9053fb3afc3 --- /dev/null +++ b/devel/ruby-fastthread/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2007/04/30 17:03:11 minskim Exp $ + +DISTNAME= fastthread-1.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel ruby +MASTER_SITES= http://rubyforge.org/frs/download.php/18637/ +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 new file mode 100644 index 00000000000..7d6d464a2b0 --- /dev/null +++ b/devel/ruby-fastthread/PLIST @@ -0,0 +1,2 @@ +@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 new file mode 100644 index 00000000000..38cf9fe67f5 --- /dev/null +++ b/devel/ruby-fastthread/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2007/04/30 17:03:11 minskim Exp $ + +SHA1 (fastthread-1.0.tgz) = 607468fcf60326677ca3f37f5bb7ca8a7d67f1cc +RMD160 (fastthread-1.0.tgz) = 6990c34106f9da40b5666988bf330e9dcf9a275f +Size (fastthread-1.0.tgz) = 18233 bytes diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 8204c081daa..9e446ab69e3 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.954 2007/04/30 15:35:12 abs Exp $ +$NetBSD: CHANGES-2007,v 1.955 2007/04/30 17:03:10 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1855,3 +1855,4 @@ Changes to the packages collection and infrastructure in 2007: Updated databases/postgresql80-pltcl to 8.0.13 [adam 2007-04-30] Added devel/perltidy version 20070424 [abs 2007-04-30] Added net/teamspeak-server version 2.0.23.15 [abs 2007-04-30] + Added devel/ruby-fastthread version 1.0 [minskim 2007-04-30] |