pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-simple_uuid Import the simple_uuid Ruby mod...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f8fe40a6bd3
branches: trunk
changeset: 576455:3f8fe40a6bd3
user: tonnerre <tonnerre%pkgsrc.org@localhost>
date: Fri Jun 11 22:31:08 2010 +0000
description:
Import the simple_uuid Ruby module, version 0.1.1.
simple_uuid is a Ruby module for generating UUIDs from Ruby.
diffstat:
devel/ruby-simple_uuid/DESCR | 1 +
devel/ruby-simple_uuid/Makefile | 15 +++++++++++++++
devel/ruby-simple_uuid/PLIST | 11 +++++++++++
devel/ruby-simple_uuid/distinfo | 5 +++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 0c20f82b86cd -r 3f8fe40a6bd3 devel/ruby-simple_uuid/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simple_uuid/DESCR Fri Jun 11 22:31:08 2010 +0000
@@ -0,0 +1,1 @@
+Simple, scalable UUID generation module for Ruby.
diff -r 0c20f82b86cd -r 3f8fe40a6bd3 devel/ruby-simple_uuid/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simple_uuid/Makefile Fri Jun 11 22:31:08 2010 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/11 22:31:08 tonnerre Exp $
+
+DISTNAME= simple_uuid-0.1.1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= tonnerre%NetBSD.org@localhost
+HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/simple_uuid/
+COMMENT= Simple, scalable UUID generation for Ruby
+
+GEM_BUILD= gemspec
+GEM_CLEANBUILD= Makefile *.o mkmf.log
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0c20f82b86cd -r 3f8fe40a6bd3 devel/ruby-simple_uuid/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simple_uuid/PLIST Fri Jun 11 22:31:08 2010 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/11 22:31:08 tonnerre Exp $
+${GEM_HOME}/cache/simple_uuid-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/Manifest
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/simple_uuid.rb
+${GEM_LIBDIR}/simple_uuid.gemspec
+${GEM_LIBDIR}/test/test_uuid.rb
+${GEM_HOME}/specifications/simple_uuid-${PKGVERSION}.gemspec
diff -r 0c20f82b86cd -r 3f8fe40a6bd3 devel/ruby-simple_uuid/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simple_uuid/distinfo Fri Jun 11 22:31:08 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/11 22:31:08 tonnerre Exp $
+
+SHA1 (simple_uuid-0.1.1.gem) = a12e79c041bfbf01dbbee2693984aa58039affb0
+RMD160 (simple_uuid-0.1.1.gem) = 3c1c12700a5a566e266314556ba3712ca4d50a9f
+Size (simple_uuid-0.1.1.gem) = 8704 bytes
Home |
Main Index |
Thread Index |
Old Index