svn commit: r421073 - in head/devel: . rubygem-windows_error

Antoine Brodin antoine at FreeBSD.org
Mon Aug 29 15:44:36 UTC 2016


Author: antoine
Date: Mon Aug 29 15:44:34 2016
New Revision: 421073
URL: https://svnweb.freebsd.org/changeset/ports/421073

Log:
  New port: devel/rubygem-windows_error
  
  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.
  
  WWW: https://github.com/rapid7/windows_error

Added:
  head/devel/rubygem-windows_error/
  head/devel/rubygem-windows_error/Makefile   (contents, props changed)
  head/devel/rubygem-windows_error/distinfo   (contents, props changed)
  head/devel/rubygem-windows_error/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 29 15:41:40 2016	(r421072)
+++ head/devel/Makefile	Mon Aug 29 15:44:34 2016	(r421073)
@@ -5287,6 +5287,7 @@
     SUBDIR += rubygem-wdm
     SUBDIR += rubygem-web-console
     SUBDIR += rubygem-webby
+    SUBDIR += rubygem-windows_error
     SUBDIR += rubygem-wmi-lite
     SUBDIR += rubygem-xpath
     SUBDIR += rubygem-yajl-ruby

Added: head/devel/rubygem-windows_error/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-windows_error/Makefile	Mon Aug 29 15:44:34 2016	(r421073)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	windows_error
+PORTVERSION=	0.0.2
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Provides a way to look up Windows NTSTATUS and Win32 Error Codes
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-windows_error/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-windows_error/distinfo	Mon Aug 29 15:44:34 2016	(r421073)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472477081
+SHA256 (rubygem/windows_error-0.0.2.gem) = a595d13bdc8426a0d63c97e1da3fb001d7e35d7a2b57dab9487e5882a4635674
+SIZE (rubygem/windows_error-0.0.2.gem) = 221696

Added: head/devel/rubygem-windows_error/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-windows_error/pkg-descr	Mon Aug 29 15:44:34 2016	(r421073)
@@ -0,0 +1,6 @@
+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.
+
+WWW: https://github.com/rapid7/windows_error


More information about the svn-ports-all mailing list