Importing ruby-uuidtools 2.1.1.
UUIDTools was designed to be a simple library for generating any of the various types of UUIDs. It conforms to RFC 4122 whenever possible.
This commit is contained in:
parent
f000f47fae
commit
63796279a3
4 changed files with 45 additions and 0 deletions
3
devel/ruby-uuidtools/DESCR
Normal file
3
devel/ruby-uuidtools/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
UUIDTools was designed to be a simple library for generating any
|
||||
of the various types of UUIDs. It conforms to RFC 4122 whenever
|
||||
possible.
|
12
devel/ruby-uuidtools/Makefile
Normal file
12
devel/ruby-uuidtools/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 07:36:25 taca Exp $
|
||||
|
||||
DISTNAME= uuidtools-2.1.1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://uuidtools.rubyforge.org/
|
||||
COMMENT= Simple universally unique ID generation library
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
25
devel/ruby-uuidtools/PLIST
Normal file
25
devel/ruby-uuidtools/PLIST
Normal file
|
@ -0,0 +1,25 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 07:36:25 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/compat/securerandom.rb
|
||||
${GEM_LIBDIR}/lib/uuidtools.rb
|
||||
${GEM_LIBDIR}/lib/uuidtools/version.rb
|
||||
${GEM_LIBDIR}/spec/spec.opts
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/uuidtools/mac_address_spec.rb
|
||||
${GEM_LIBDIR}/spec/uuidtools/utility_spec.rb
|
||||
${GEM_LIBDIR}/spec/uuidtools/uuid_creation_spec.rb
|
||||
${GEM_LIBDIR}/spec/uuidtools/uuid_parsing_spec.rb
|
||||
${GEM_LIBDIR}/tasks/benchmark.rake
|
||||
${GEM_LIBDIR}/tasks/clobber.rake
|
||||
${GEM_LIBDIR}/tasks/gem.rake
|
||||
${GEM_LIBDIR}/tasks/git.rake
|
||||
${GEM_LIBDIR}/tasks/metrics.rake
|
||||
${GEM_LIBDIR}/tasks/rdoc.rake
|
||||
${GEM_LIBDIR}/tasks/rubyforge.rake
|
||||
${GEM_LIBDIR}/tasks/spec.rake
|
||||
${GEM_LIBDIR}/website/index.html
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
devel/ruby-uuidtools/distinfo
Normal file
5
devel/ruby-uuidtools/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/11 07:36:25 taca Exp $
|
||||
|
||||
SHA1 (uuidtools-2.1.1.gem) = 98bcab64d2b08bbb892b1239597dc82215dae05f
|
||||
RMD160 (uuidtools-2.1.1.gem) = baaea1de08d8a78b8ffec518031b17798a620871
|
||||
Size (uuidtools-2.1.1.gem) = 18432 bytes
|
Loading…
Reference in a new issue