diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-structured_warnings/Makefile | 16 | ||||
-rw-r--r-- | devel/rubygem-structured_warnings/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-structured_warnings/pkg-descr | 6 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b1e2e7081feb..0415e81ed5d3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4210,6 +4210,7 @@ SUBDIR += rubygem-stream SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex + SUBDIR += rubygem-structured_warnings SUBDIR += rubygem-subexec SUBDIR += rubygem-sugar-high SUBDIR += rubygem-sumbur diff --git a/devel/rubygem-structured_warnings/Makefile b/devel/rubygem-structured_warnings/Makefile new file mode 100644 index 000000000000..1b1d8acf5a20 --- /dev/null +++ b/devel/rubygem-structured_warnings/Makefile @@ -0,0 +1,16 @@ +# Created by: Mikhail T. <m.tsatsenko@gmail.com> +# $FreeBSD$ + +PORTNAME= structured_warnings +PORTVERSION= 0.1.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Implementation of structured warnings for Ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-structured_warnings/distinfo b/devel/rubygem-structured_warnings/distinfo new file mode 100644 index 000000000000..79e2a522f8e1 --- /dev/null +++ b/devel/rubygem-structured_warnings/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/structured_warnings-0.1.4.gem) = c12949d8b384aea2e88f572a7dce88fcab215c9810db40a2a04326aaddf6376d +SIZE (rubygem/structured_warnings-0.1.4.gem) = 67072 diff --git a/devel/rubygem-structured_warnings/pkg-descr b/devel/rubygem-structured_warnings/pkg-descr new file mode 100644 index 000000000000..66a85ec33573 --- /dev/null +++ b/devel/rubygem-structured_warnings/pkg-descr @@ -0,0 +1,6 @@ +This is an implementation of Daniel Berger's proposal of structured warnings +for Ruby. They provide dynamic suppression and activation, as well as, +an inheritance hierarchy to model their relations. This library preserves +the old warn signature, but additionally allows a raise-like use. + +WWW: https://github.com/schmidt/structured_warnings |