pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-securerandom
Module Name: pkgsrc
Committed By: wen
Date: Mon Aug 19 23:54:16 UTC 2024
Added Files:
pkgsrc/security/ruby-securerandom: DESCR Makefile PLIST distinfo
Log Message:
Import securerandom-0.3.1 as security/ruby-securerandom.
Securerandom is an interface to secure random number generators which are
suitable for generating session keys in HTTP cookies, etc.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-securerandom/DESCR \
pkgsrc/security/ruby-securerandom/Makefile \
pkgsrc/security/ruby-securerandom/PLIST \
pkgsrc/security/ruby-securerandom/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/ruby-securerandom/DESCR
diff -u /dev/null pkgsrc/security/ruby-securerandom/DESCR:1.1
--- /dev/null Mon Aug 19 23:54:16 2024
+++ pkgsrc/security/ruby-securerandom/DESCR Mon Aug 19 23:54:16 2024
@@ -0,0 +1,2 @@
+Securerandom is an interface to secure random number generators which are
+suitable for generating session keys in HTTP cookies, etc.
Index: pkgsrc/security/ruby-securerandom/Makefile
diff -u /dev/null pkgsrc/security/ruby-securerandom/Makefile:1.1
--- /dev/null Mon Aug 19 23:54:16 2024
+++ pkgsrc/security/ruby-securerandom/Makefile Mon Aug 19 23:54:16 2024
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2024/08/19 23:54:16 wen Exp $
+
+DISTNAME= securerandom-0.3.1
+CATEGORIES= security
+
+MAINTAINER= pkgsrc-user%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ruby/securerandom
+COMMENT= Interface for secure random number generator
+LICENSE= 2-clause-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-securerandom/PLIST
diff -u /dev/null pkgsrc/security/ruby-securerandom/PLIST:1.1
--- /dev/null Mon Aug 19 23:54:16 2024
+++ pkgsrc/security/ruby-securerandom/PLIST Mon Aug 19 23:54:16 2024
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/19 23:54:16 wen Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.github/dependabot.yml
+${GEM_LIBDIR}/.github/workflows/test.yml
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/docs/random.rb
+${GEM_LIBDIR}/lib/random/formatter.rb
+${GEM_LIBDIR}/lib/securerandom.rb
+${GEM_LIBDIR}/rakelib/epoch.rake
+${GEM_LIBDIR}/securerandom.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-securerandom/distinfo
diff -u /dev/null pkgsrc/security/ruby-securerandom/distinfo:1.1
--- /dev/null Mon Aug 19 23:54:16 2024
+++ pkgsrc/security/ruby-securerandom/distinfo Mon Aug 19 23:54:16 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/19 23:54:16 wen Exp $
+
+BLAKE2s (securerandom-0.3.1.gem) = ff043d0e98c2e311b171c787b08e01a97da205852538b587f7ffabb1004d3b3d
+SHA512 (securerandom-0.3.1.gem) = bcc2528162c692de5fdf3c539b315eb20d19ef7d5b7b4272ac7e7c4e8accfe0ed76da07373fba4148ac660921ec6a170da7a84e60d9c9b479d07d44704bb04e5
+Size (securerandom-0.3.1.gem) = 12800 bytes
Home |
Main Index |
Thread Index |
Old Index