pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add ruby-fastthread.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83d489b68b2f
branches:  trunk
changeset: 528361:83d489b68b2f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Apr 30 17:03:10 2007 +0000

description:
Add ruby-fastthread.

fastthread is a Ruby extension which re-implements the primitives in
Ruby's thread.rb in C.

diffstat:

 devel/Makefile                 |   3 ++-
 devel/ruby-fastthread/DESCR    |   2 ++
 devel/ruby-fastthread/Makefile |  17 +++++++++++++++++
 devel/ruby-fastthread/PLIST    |   2 ++
 devel/ruby-fastthread/distinfo |   5 +++++
 doc/CHANGES-2007               |   3 ++-
 6 files changed, 30 insertions(+), 2 deletions(-)

diffs (73 lines):

diff -r c1dd47246078 -r 83d489b68b2f devel/Makefile
--- a/devel/Makefile    Mon Apr 30 15:35:12 2007 +0000
+++ b/devel/Makefile    Mon Apr 30 17:03:10 2007 +0000
@@ -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-byaccr
 SUBDIR+=       ruby-cmd
 SUBDIR+=       ruby-curses
+SUBDIR+=       ruby-fastthread
 SUBDIR+=       ruby-gnome2-atk
 SUBDIR+=       ruby-gnome2-glib
 SUBDIR+=       ruby-gnome2-pango
diff -r c1dd47246078 -r 83d489b68b2f devel/ruby-fastthread/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fastthread/DESCR       Mon Apr 30 17:03:10 2007 +0000
@@ -0,0 +1,2 @@
+fastthread is a Ruby extension which re-implements the primitives in
+Ruby's thread.rb in C.
diff -r c1dd47246078 -r 83d489b68b2f devel/ruby-fastthread/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fastthread/Makefile    Mon Apr 30 17:03:10 2007 +0000
@@ -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@localhost
+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 -r c1dd47246078 -r 83d489b68b2f devel/ruby-fastthread/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fastthread/PLIST       Mon Apr 30 17:03:10 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2007/04/30 17:03:11 minskim Exp $
+${RUBY_SITEARCHLIBDIR}/fastthread.${RUBY_DLEXT}
diff -r c1dd47246078 -r 83d489b68b2f devel/ruby-fastthread/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fastthread/distinfo    Mon Apr 30 17:03:10 2007 +0000
@@ -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 -r c1dd47246078 -r 83d489b68b2f doc/CHANGES-2007
--- a/doc/CHANGES-2007  Mon Apr 30 15:35:12 2007 +0000
+++ b/doc/CHANGES-2007  Mon Apr 30 17:03:10 2007 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index