diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2019-08-29 18:43:20 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2019-08-29 18:43:20 +0000 |
commit | 19a6fa54c033e40e1aa9879d07c6a78027797bbc (patch) | |
tree | be5c7e5141bca5704dd4902779ed8d26516ea2b3 | |
parent | dc19117910f07d3023dc80e3a61d1b12efdc92f1 (diff) | |
download | ports-19a6fa54c033e40e1aa9879d07c6a78027797bbc.tar.gz ports-19a6fa54c033e40e1aa9879d07c6a78027797bbc.zip |
Notes
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-contracts/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-contracts/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-contracts/pkg-descr | 5 | ||||
-rw-r--r-- | devel/rubygem-snowplow-tracker/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-snowplow-tracker/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-snowplow-tracker/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/rubygem-invisible_captcha/Makefile | 21 | ||||
-rw-r--r-- | graphics/rubygem-invisible_captcha/distinfo | 3 | ||||
-rw-r--r-- | graphics/rubygem-invisible_captcha/pkg-descr | 4 |
11 files changed, 88 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 31dc5cfd52c1..ac6e76b950a4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5498,6 +5498,7 @@ SUBDIR += rubygem-configstruct SUBDIR += rubygem-configuration SUBDIR += rubygem-console + SUBDIR += rubygem-contracts SUBDIR += rubygem-cookbook-omnifetch SUBDIR += rubygem-cool.io SUBDIR += rubygem-corefines @@ -5972,6 +5973,7 @@ SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-slop3 + SUBDIR += rubygem-snowplow-tracker SUBDIR += rubygem-soap4r SUBDIR += rubygem-solve SUBDIR += rubygem-spring diff --git a/devel/rubygem-contracts/Makefile b/devel/rubygem-contracts/Makefile new file mode 100644 index 000000000000..d7dde7379cec --- /dev/null +++ b/devel/rubygem-contracts/Makefile @@ -0,0 +1,20 @@ +# Created by: Matthias Fechner <mfechner@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= contracts +PORTVERSION= 0.10.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Contracts for ruby + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-contracts/distinfo b/devel/rubygem-contracts/distinfo new file mode 100644 index 000000000000..e1a7bfcb6bad --- /dev/null +++ b/devel/rubygem-contracts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1567102830 +SHA256 (rubygem/contracts-0.10.1.gem) = a44ec9aed5d87bc9d1fbc7c32b5eab5ce438d607c7683aca76afc1a73fc74009 +SIZE (rubygem/contracts-0.10.1.gem) = 42496 diff --git a/devel/rubygem-contracts/pkg-descr b/devel/rubygem-contracts/pkg-descr new file mode 100644 index 000000000000..99d981d32d81 --- /dev/null +++ b/devel/rubygem-contracts/pkg-descr @@ -0,0 +1,5 @@ +This library provides contracts for Ruby. +Contracts let you clearly express how your code behaves, and free +you from writing tons of boilerplate, defensive code. + +WWW: https://github.com/egonSchiele/contracts.ruby diff --git a/devel/rubygem-snowplow-tracker/Makefile b/devel/rubygem-snowplow-tracker/Makefile new file mode 100644 index 000000000000..69b185e599f1 --- /dev/null +++ b/devel/rubygem-snowplow-tracker/Makefile @@ -0,0 +1,22 @@ +# Created by: Matthias Fechner <mfechner@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= snowplow-tracker +PORTVERSION= 0.6.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Tracker to collect ruby data + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt + +RUN_DEPENDS= rubygem-contracts>=0.7<0.11:devel/rubygem-contracts + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-snowplow-tracker/distinfo b/devel/rubygem-snowplow-tracker/distinfo new file mode 100644 index 000000000000..2dceae699628 --- /dev/null +++ b/devel/rubygem-snowplow-tracker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1567102683 +SHA256 (rubygem/snowplow-tracker-0.6.1.gem) = 9cec52fd060619f4974b3dc1f7d9a2776c5e31b668a6ead53145b9780e312314 +SIZE (rubygem/snowplow-tracker-0.6.1.gem) = 15360 diff --git a/devel/rubygem-snowplow-tracker/pkg-descr b/devel/rubygem-snowplow-tracker/pkg-descr new file mode 100644 index 000000000000..437837edeff9 --- /dev/null +++ b/devel/rubygem-snowplow-tracker/pkg-descr @@ -0,0 +1,4 @@ +A tracker that can collect event data from your +Ruby applications, Ruby on Rails web applications and Ruby gems. + +WWW: https://github.com/snowplow/snowplow-ruby-tracker diff --git a/graphics/Makefile b/graphics/Makefile index 61f0c9dbce60..7480c317f798 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -957,6 +957,7 @@ SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize + SUBDIR += rubygem-invisible_captcha SUBDIR += rubygem-mini_magick SUBDIR += rubygem-objectdetect SUBDIR += rubygem-opengl diff --git a/graphics/rubygem-invisible_captcha/Makefile b/graphics/rubygem-invisible_captcha/Makefile new file mode 100644 index 000000000000..e46439dfed40 --- /dev/null +++ b/graphics/rubygem-invisible_captcha/Makefile @@ -0,0 +1,21 @@ +# Created by: Matthias Fechner <mfechner@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= invisible_captcha +PORTVERSION= 0.12.2 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Unobtrusive CAPTCHA for ruby + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rails52>=3.2.0:www/rubygem-rails52 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/rubygem-invisible_captcha/distinfo b/graphics/rubygem-invisible_captcha/distinfo new file mode 100644 index 000000000000..8fd3ae977707 --- /dev/null +++ b/graphics/rubygem-invisible_captcha/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1567103382 +SHA256 (rubygem/invisible_captcha-0.12.2.gem) = ad07539d5977f3b63f9b8b3424fef010529e7be37ba1afb20ad0f4afccd5541b +SIZE (rubygem/invisible_captcha-0.12.2.gem) = 24064 diff --git a/graphics/rubygem-invisible_captcha/pkg-descr b/graphics/rubygem-invisible_captcha/pkg-descr new file mode 100644 index 000000000000..748ebecc8015 --- /dev/null +++ b/graphics/rubygem-invisible_captcha/pkg-descr @@ -0,0 +1,4 @@ +Unobtrusive, flexible and simple spam protection for Rails applications +using honeypot strategy for better user experience. + +WWW: https://github.com/markets/invisible_captcha |