SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-windows-error/Makefile
Normal file
15
devel/ruby-windows-error/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= reference for standard Windows API Error Codes
|
||||
|
||||
DISTNAME= windows_error-0.1.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-windows-error/distinfo
Normal file
2
devel/ruby-windows-error/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (windows_error-0.1.5.gem) = Wagnt0qcetyPnUB4Lo7cE2gGojnbeaaN1h1QtuHZRaA=
|
||||
SIZE (windows_error-0.1.5.gem) = 359936
|
4
devel/ruby-windows-error/pkg/DESCR
Normal file
4
devel/ruby-windows-error/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The WindowsError gem provides an easily accessible reference for standard
|
||||
Windows API Error Codes. It allows you to do comparisons as well as direct
|
||||
lookups of error codes to translate the numerical value returned by the API,
|
||||
into a meaningful and human readable message.
|
31
devel/ruby-windows-error/pkg/PLIST
Normal file
31
devel/ruby-windows-error/pkg/PLIST
Normal file
|
@ -0,0 +1,31 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.pullreview.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/.simplecov
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/error_code.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/h_result/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/h_result.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/h_result/facility.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/nt_status.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/windows_error/win32.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/windows_error/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/windows_error/error_code_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/windows_error/nt_status_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/windows_error/win32_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/windows_error.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue