SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-timeout/Makefile
Normal file
15
devel/ruby-timeout/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= timeout for Ruby
|
||||
|
||||
DISTNAME= timeout-0.3.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Ruby, BSD-2-Clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-timeout/distinfo
Normal file
2
devel/ruby-timeout/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (timeout-0.3.2.gem) = Jpt2XqL7BS/Cv7jTviyQ1g/hFh+Sv5cckdYVG4przd0=
|
||||
SIZE (timeout-0.3.2.gem) = 8704
|
1
devel/ruby-timeout/pkg/DESCR
Normal file
1
devel/ruby-timeout/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Auto-terminate potentially long-running operations in Ruby
|
9
devel/ruby-timeout/pkg/PLIST
Normal file
9
devel/ruby-timeout/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/timeout.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/timeout.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue