pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/ruby-timeout
Module Name: pkgsrc
Committed By: taca
Date: Wed Dec 11 15:23:21 UTC 2024
Added Files:
pkgsrc/time/ruby-timeout: DESCR Makefile PLIST distinfo
Log Message:
time/ruby-timeout: add package version 0.4.2
"timeout" is default gem but newer version is required by
ruby-activerecords71 and ruby-activerecords72 before Ruby 3.3.
Timeout
Timeout provides a way to auto-terminate a potentially long-running
operation if it hasn't finished in a fixed amount of time.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/ruby-timeout/DESCR \
pkgsrc/time/ruby-timeout/Makefile pkgsrc/time/ruby-timeout/PLIST \
pkgsrc/time/ruby-timeout/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/time/ruby-timeout/DESCR
diff -u /dev/null pkgsrc/time/ruby-timeout/DESCR:1.1
--- /dev/null Wed Dec 11 15:23:21 2024
+++ pkgsrc/time/ruby-timeout/DESCR Wed Dec 11 15:23:21 2024
@@ -0,0 +1,4 @@
+Timeout
+
+Timeout provides a way to auto-terminate a potentially long-running
+operation if it hasn't finished in a fixed amount of time.
Index: pkgsrc/time/ruby-timeout/Makefile
diff -u /dev/null pkgsrc/time/ruby-timeout/Makefile:1.1
--- /dev/null Wed Dec 11 15:23:21 2024
+++ pkgsrc/time/ruby-timeout/Makefile Wed Dec 11 15:23:21 2024
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2024/12/11 15:23:21 taca Exp $
+
+DISTNAME= timeout-0.4.2
+CATEGORIES= time
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ruby/timeout
+COMMENT= Auto-terminate potentially long-running operations in Ruby
+LICENSE= 2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/ruby-timeout/PLIST
diff -u /dev/null pkgsrc/time/ruby-timeout/PLIST:1.1
--- /dev/null Wed Dec 11 15:23:21 2024
+++ pkgsrc/time/ruby-timeout/PLIST Wed Dec 11 15:23:21 2024
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2024/12/11 15:23:21 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/BSDL
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/timeout.rb
+${GEM_LIBDIR}/timeout.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/time/ruby-timeout/distinfo
diff -u /dev/null pkgsrc/time/ruby-timeout/distinfo:1.1
--- /dev/null Wed Dec 11 15:23:21 2024
+++ pkgsrc/time/ruby-timeout/distinfo Wed Dec 11 15:23:21 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/12/11 15:23:21 taca Exp $
+
+BLAKE2s (timeout-0.4.2.gem) = ad93afcc6bb536af53b7a5af6c71079e76e5b76fa002ff7518cac71b99470e2b
+SHA512 (timeout-0.4.2.gem) = 32a4c2aa1fc59eb4c586d2f4ca6fad842f0596fa3f561f732e8256acff8fef1f75599fc97ceea3dcc399895abcf92c1020be58428af8d458be1ff5906b531ad8
+Size (timeout-0.4.2.gem) = 9216 bytes
Home |
Main Index |
Thread Index |
Old Index