pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-windows_error misc/ruby-windows_error: Impor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5c1ce6115ed
branches:  trunk
changeset: 369740:d5c1ce6115ed
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Oct 03 17:03:30 2017 +0000

description:
misc/ruby-windows_error: Import version 0.1.2

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.

diffstat:

 misc/ruby-windows_error/DESCR    |   4 ++++
 misc/ruby-windows_error/Makefile |  14 ++++++++++++++
 misc/ruby-windows_error/PLIST    |  23 +++++++++++++++++++++++
 misc/ruby-windows_error/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r ecb030506f75 -r d5c1ce6115ed misc/ruby-windows_error/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-windows_error/DESCR     Tue Oct 03 17:03:30 2017 +0000
@@ -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.
diff -r ecb030506f75 -r d5c1ce6115ed misc/ruby-windows_error/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-windows_error/Makefile  Tue Oct 03 17:03:30 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/10/03 17:03:30 minskim Exp $
+
+DISTNAME=      windows_error-0.1.2
+CATEGORIES=    misc
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/windows_error
+COMMENT=       Reference for standard Windows API error codes
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ecb030506f75 -r d5c1ce6115ed misc/ruby-windows_error/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-windows_error/PLIST     Tue Oct 03 17:03:30 2017 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/03 17:03:30 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.pullreview.yml
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.simplecov
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/windows_error.rb
+${GEM_LIBDIR}/lib/windows_error/error_code.rb
+${GEM_LIBDIR}/lib/windows_error/nt_status.rb
+${GEM_LIBDIR}/lib/windows_error/version.rb
+${GEM_LIBDIR}/lib/windows_error/win32.rb
+${GEM_LIBDIR}/spec/lib/windows_error/error_code_spec.rb
+${GEM_LIBDIR}/spec/lib/windows_error/nt_status_spec.rb
+${GEM_LIBDIR}/spec/lib/windows_error/win32_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/windows_error.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r ecb030506f75 -r d5c1ce6115ed misc/ruby-windows_error/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-windows_error/distinfo  Tue Oct 03 17:03:30 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/03 17:03:30 minskim Exp $
+
+SHA1 (windows_error-0.1.2.gem) = 1f064e5dcc2535393895260f8e742550303736f0
+RMD160 (windows_error-0.1.2.gem) = 25616569e5bce695ed3bae2e3b8c480fc28a248a
+SHA512 (windows_error-0.1.2.gem) = 32e94e561f53f77c5efff5457068e31e66b1d3c73531870b52af00297f69341e390b6d8419a0c0b78ec05f6b65be6456128b9055c143e7b65663520baeac90ad
+Size (windows_error-0.1.2.gem) = 227328 bytes



Home | Main Index | Thread Index | Old Index